12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- type: google.api.Service
- config_version: 3
- name: tpu.googleapis.com
- title: Cloud TPU API
- apis:
- - name: google.cloud.tpu.v2alpha1.Tpu
- types:
- - name: google.cloud.tpu.v1.OperationMetadata
- documentation:
- summary: TPU API provides customers with access to Google TPU technology.
- 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.
- backend:
- rules:
- - selector: google.cloud.location.Locations.GetLocation
- deadline: 60.0
- - selector: google.cloud.location.Locations.ListLocations
- deadline: 60.0
- - selector: 'google.cloud.tpu.v2alpha1.Tpu.*'
- deadline: 60.0
- - selector: 'google.longrunning.Operations.*'
- deadline: 60.0
- http:
- rules:
- - selector: google.cloud.location.Locations.GetLocation
- get: '/v1alpha1/{name=projects/*/locations/*}'
- additional_bindings:
- - get: '/v1/{name=projects/*/locations/*}'
- - get: '/v2alpha1/{name=projects/*/locations/*}'
- - selector: google.cloud.location.Locations.ListLocations
- get: '/v1alpha1/{name=projects/*}/locations'
- additional_bindings:
- - get: '/v1/{name=projects/*}/locations'
- - get: '/v2alpha1/{name=projects/*}/locations'
- - selector: google.longrunning.Operations.CancelOperation
- post: '/v1alpha1/{name=projects/*/locations/*/operations/*}:cancel'
- additional_bindings:
- - post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
- - post: '/v2alpha1/{name=projects/*/locations/*/operations/*}:cancel'
- - selector: google.longrunning.Operations.DeleteOperation
- delete: '/v1alpha1/{name=projects/*/locations/*/operations/*}'
- additional_bindings:
- - delete: '/v1/{name=projects/*/locations/*/operations/*}'
- - delete: '/v2alpha1/{name=projects/*/locations/*/operations/*}'
- - selector: google.longrunning.Operations.GetOperation
- get: '/v1alpha1/{name=projects/*/locations/*/operations/*}'
- additional_bindings:
- - get: '/v1/{name=projects/*/locations/*/operations/*}'
- - get: '/v2alpha1/{name=projects/*/locations/*/operations/*}'
- - selector: google.longrunning.Operations.ListOperations
- get: '/v1alpha1/{name=projects/*/locations/*}/operations'
- additional_bindings:
- - get: '/v1/{name=projects/*/locations/*}/operations'
- - get: '/v2alpha1/{name=projects/*/locations/*}/operations'
- authentication:
- rules:
- - 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.cloud.tpu.v2alpha1.Tpu.*'
- oauth:
- canonical_scopes: |-
- https://www.googleapis.com/auth/cloud-platform
- - selector: 'google.longrunning.Operations.*'
- oauth:
- canonical_scopes: |-
- https://www.googleapis.com/auth/cloud-platform
|