xref: /aosp_15_r20/external/googleapis/google/cloud/redis/v1/redis_v1.yaml (revision d5c09012810ac0c9f33fe448fb6da8260d444cc9)
1type: google.api.Service
2config_version: 3
3name: redis.googleapis.com
4title: Google Cloud Memorystore for Redis API
5
6apis:
7- name: google.cloud.location.Locations
8- name: google.cloud.redis.v1.CloudRedis
9- name: google.longrunning.Operations
10
11types:
12- name: google.cloud.redis.v1.LocationMetadata
13- name: google.cloud.redis.v1.OperationMetadata
14- name: google.cloud.redis.v1.ZoneMetadata
15
16documentation:
17  summary: Creates and manages Redis instances on the Google Cloud Platform.
18  rules:
19  - selector: google.cloud.location.Locations.GetLocation
20    description: Gets information about a location.
21
22  - selector: google.cloud.location.Locations.ListLocations
23    description: Lists information about the supported locations for this service.
24
25backend:
26  rules:
27  - selector: google.cloud.location.Locations.GetLocation
28    deadline: 60.0
29  - selector: google.cloud.location.Locations.ListLocations
30    deadline: 60.0
31  - selector: 'google.cloud.redis.v1.CloudRedis.*'
32    deadline: 60.0
33  - selector: google.cloud.redis.v1.CloudRedis.ListInstances
34    deadline: 20.0
35  - selector: 'google.longrunning.Operations.*'
36    deadline: 60.0
37
38http:
39  rules:
40  - selector: google.cloud.location.Locations.GetLocation
41    get: '/v1/{name=projects/*/locations/*}'
42  - selector: google.cloud.location.Locations.ListLocations
43    get: '/v1/{name=projects/*}/locations'
44  - selector: google.longrunning.Operations.CancelOperation
45    post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
46  - selector: google.longrunning.Operations.DeleteOperation
47    delete: '/v1/{name=projects/*/locations/*/operations/*}'
48  - selector: google.longrunning.Operations.GetOperation
49    get: '/v1/{name=projects/*/locations/*/operations/*}'
50  - selector: google.longrunning.Operations.ListOperations
51    get: '/v1/{name=projects/*/locations/*}/operations'
52
53authentication:
54  rules:
55  - selector: google.cloud.location.Locations.GetLocation
56    oauth:
57      canonical_scopes: |-
58        https://www.googleapis.com/auth/cloud-platform
59  - selector: google.cloud.location.Locations.ListLocations
60    oauth:
61      canonical_scopes: |-
62        https://www.googleapis.com/auth/cloud-platform
63  - selector: 'google.cloud.redis.v1.CloudRedis.*'
64    oauth:
65      canonical_scopes: |-
66        https://www.googleapis.com/auth/cloud-platform
67  - selector: 'google.longrunning.Operations.*'
68    oauth:
69      canonical_scopes: |-
70        https://www.googleapis.com/auth/cloud-platform
71