mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
120 lines
3.9 KiB
YAML
120 lines
3.9 KiB
YAML
type: google.api.Service
|
|
config_version: 3
|
|
name: appoptimize.googleapis.com
|
|
title: App Optimize API
|
|
|
|
apis:
|
|
- name: google.cloud.appoptimize.v1beta.AppOptimize
|
|
- name: google.cloud.location.Locations
|
|
- name: google.longrunning.Operations
|
|
|
|
types:
|
|
- name: google.cloud.appoptimize.v1beta.OperationMetadata
|
|
|
|
documentation:
|
|
summary: |-
|
|
The App Optimize API provides developers and platform teams with tools to
|
|
monitor, analyze, and improve the performance and cost-efficiency of their
|
|
cloud applications.
|
|
rules:
|
|
- selector: google.cloud.location.Locations.GetLocation
|
|
description: Gets information about a location.
|
|
|
|
- selector: google.cloud.location.Locations.ListLocations
|
|
description: |-
|
|
Lists information about the supported locations for this service.
|
|
|
|
This method lists locations based on the resource scope provided in
|
|
the [ListLocationsRequest.name] field:
|
|
|
|
* **Global locations**: If `name` is empty, the method lists the
|
|
public locations available to all projects. * **Project-specific
|
|
locations**: If `name` follows the format
|
|
`projects/{project}`, the method lists locations visible to that
|
|
specific project. This includes public, private, or other
|
|
project-specific locations enabled for the project.
|
|
|
|
For gRPC and client library implementations, the resource name is
|
|
passed as the `name` field. For direct service calls, the resource
|
|
name is
|
|
incorporated into the request path based on the specific service
|
|
implementation and version.
|
|
|
|
http:
|
|
rules:
|
|
- selector: google.cloud.location.Locations.GetLocation
|
|
get: '/v1beta/{name=projects/*/locations/*}'
|
|
- selector: google.cloud.location.Locations.ListLocations
|
|
get: '/v1beta/{name=projects/*}/locations'
|
|
- selector: google.longrunning.Operations.CancelOperation
|
|
post: '/v1beta/{name=projects/*/locations/*/operations/*}:cancel'
|
|
body: '*'
|
|
- selector: google.longrunning.Operations.DeleteOperation
|
|
delete: '/v1beta/{name=projects/*/locations/*/operations/*}'
|
|
- selector: google.longrunning.Operations.GetOperation
|
|
get: '/v1beta/{name=projects/*/locations/*/operations/*}'
|
|
- selector: google.longrunning.Operations.ListOperations
|
|
get: '/v1beta/{name=projects/*/locations/*}/operations'
|
|
|
|
authentication:
|
|
rules:
|
|
- selector: 'google.cloud.appoptimize.v1beta.AppOptimize.*'
|
|
oauth:
|
|
canonical_scopes: |-
|
|
https://www.googleapis.com/auth/cloud-platform
|
|
- selector: google.cloud.location.Locations.GetLocation
|
|
oauth:
|
|
canonical_scopes: |-
|
|
https://www.googleapis.com/auth/cloud-platform
|
|
- selector: google.cloud.location.Locations.ListLocations
|
|
oauth:
|
|
canonical_scopes: |-
|
|
https://www.googleapis.com/auth/cloud-platform
|
|
- selector: 'google.longrunning.Operations.*'
|
|
oauth:
|
|
canonical_scopes: |-
|
|
https://www.googleapis.com/auth/cloud-platform
|
|
|
|
publishing:
|
|
new_issue_uri: https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
|
documentation_uri: https://docs.cloud.google.com/app-optimize/overview
|
|
api_short_name: appoptimize
|
|
github_label: 'api: appoptimize'
|
|
doc_tag_prefix: appoptimize
|
|
organization: CLOUD
|
|
library_settings:
|
|
- version: google.cloud.appoptimize.v1beta
|
|
launch_stage: BETA
|
|
java_settings:
|
|
common:
|
|
destinations:
|
|
- PACKAGE_MANAGER
|
|
cpp_settings:
|
|
common:
|
|
destinations:
|
|
- PACKAGE_MANAGER
|
|
php_settings:
|
|
common:
|
|
destinations:
|
|
- PACKAGE_MANAGER
|
|
python_settings:
|
|
common:
|
|
destinations:
|
|
- PACKAGE_MANAGER
|
|
node_settings:
|
|
common:
|
|
destinations:
|
|
- PACKAGE_MANAGER
|
|
dotnet_settings:
|
|
common:
|
|
destinations:
|
|
- PACKAGE_MANAGER
|
|
ruby_settings:
|
|
common:
|
|
destinations:
|
|
- PACKAGE_MANAGER
|
|
go_settings:
|
|
common:
|
|
destinations:
|
|
- PACKAGE_MANAGER
|
|
proto_reference_documentation_uri: https://docs.cloud.google.com/app-optimize/overview
|