1type: google.api.Service 2config_version: 3 3name: edgecontainer.googleapis.com 4title: Distributed Cloud Edge Container API 5 6apis: 7- name: google.cloud.edgecontainer.v1.EdgeContainer 8- name: google.cloud.location.Locations 9- name: google.longrunning.Operations 10 11types: 12- name: google.cloud.edgecontainer.v1.LocationMetadata 13- name: google.cloud.edgecontainer.v1.OperationMetadata 14 15documentation: 16 rules: 17 - selector: google.cloud.location.Locations.GetLocation 18 description: Gets information about a location. 19 20 - selector: google.cloud.location.Locations.ListLocations 21 description: Lists information about the supported locations for this service. 22 23http: 24 rules: 25 - selector: google.cloud.location.Locations.GetLocation 26 get: '/v1/{name=projects/*/locations/*}' 27 - selector: google.cloud.location.Locations.ListLocations 28 get: '/v1/{name=projects/*}/locations' 29 - selector: google.longrunning.Operations.CancelOperation 30 post: '/v1/{name=projects/*/locations/*/operations/*}:cancel' 31 body: '*' 32 - selector: google.longrunning.Operations.DeleteOperation 33 delete: '/v1/{name=projects/*/locations/*/operations/*}' 34 - selector: google.longrunning.Operations.GetOperation 35 get: '/v1/{name=projects/*/locations/*/operations/*}' 36 - selector: google.longrunning.Operations.ListOperations 37 get: '/v1/{name=projects/*/locations/*}/operations' 38 39authentication: 40 rules: 41 - selector: 'google.cloud.edgecontainer.v1.EdgeContainer.*' 42 oauth: 43 canonical_scopes: |- 44 https://www.googleapis.com/auth/cloud-platform 45 - selector: google.cloud.location.Locations.GetLocation 46 oauth: 47 canonical_scopes: |- 48 https://www.googleapis.com/auth/cloud-platform 49 - selector: google.cloud.location.Locations.ListLocations 50 oauth: 51 canonical_scopes: |- 52 https://www.googleapis.com/auth/cloud-platform 53 - selector: 'google.longrunning.Operations.*' 54 oauth: 55 canonical_scopes: |- 56 https://www.googleapis.com/auth/cloud-platform 57