mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-18 13:08:24 +02:00
89 lines
3 KiB
YAML
89 lines
3 KiB
YAML
type: google.api.Service
|
|
config_version: 3
|
|
name: edgecontainer.googleapis.com
|
|
title: Distributed Cloud Edge Container API
|
|
|
|
apis:
|
|
- name: google.cloud.edgecontainer.v1.EdgeContainer
|
|
- name: google.cloud.location.Locations
|
|
- name: google.longrunning.Operations
|
|
|
|
types:
|
|
- name: google.cloud.edgecontainer.v1.LocationMetadata
|
|
- name: google.cloud.edgecontainer.v1.OperationMetadata
|
|
|
|
documentation:
|
|
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.
|
|
|
|
http:
|
|
rules:
|
|
- selector: google.cloud.location.Locations.GetLocation
|
|
get: '/v1/{name=projects/*/locations/*}'
|
|
- selector: google.cloud.location.Locations.ListLocations
|
|
get: '/v1/{name=projects/*}/locations'
|
|
- selector: google.longrunning.Operations.CancelOperation
|
|
post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
|
|
body: '*'
|
|
- selector: google.longrunning.Operations.DeleteOperation
|
|
delete: '/v1/{name=projects/*/locations/*/operations/*}'
|
|
- selector: google.longrunning.Operations.GetOperation
|
|
get: '/v1/{name=projects/*/locations/*/operations/*}'
|
|
- selector: google.longrunning.Operations.ListOperations
|
|
get: '/v1/{name=projects/*/locations/*}/operations'
|
|
|
|
authentication:
|
|
rules:
|
|
- selector: 'google.cloud.edgecontainer.v1.EdgeContainer.*'
|
|
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:
|
|
method_settings:
|
|
- selector: google.cloud.edgecontainer.v1.EdgeContainer.CreateCluster
|
|
long_running:
|
|
initial_poll_delay: 1s
|
|
poll_delay_multiplier: 2.0
|
|
max_poll_delay: 10s
|
|
total_poll_timeout: 2700s
|
|
- selector: google.cloud.edgecontainer.v1.EdgeContainer.DeleteCluster
|
|
long_running:
|
|
initial_poll_delay: 1s
|
|
poll_delay_multiplier: 2.0
|
|
max_poll_delay: 10s
|
|
total_poll_timeout: 1800s
|
|
- selector: google.cloud.edgecontainer.v1.EdgeContainer.CreateNodePool
|
|
long_running:
|
|
initial_poll_delay: 1s
|
|
poll_delay_multiplier: 2.0
|
|
max_poll_delay: 10s
|
|
total_poll_timeout: 68400s
|
|
- selector: google.cloud.edgecontainer.v1.EdgeContainer.UpdateNodePool
|
|
long_running:
|
|
initial_poll_delay: 1s
|
|
poll_delay_multiplier: 2.0
|
|
max_poll_delay: 10s
|
|
total_poll_timeout: 68400s
|
|
- selector: google.cloud.edgecontainer.v1.EdgeContainer.DeleteNodePool
|
|
long_running:
|
|
initial_poll_delay: 1s
|
|
poll_delay_multiplier: 2.0
|
|
max_poll_delay: 10s
|
|
total_poll_timeout: 1800s
|