xref: /aosp_15_r20/external/googleapis/google/cloud/redis/cluster/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.cluster.v1.CloudRedisCluster
9- name: google.longrunning.Operations
10
11types:
12- name: google.cloud.redis.cluster.v1.OperationMetadata
13
14documentation:
15  summary: Creates and manages Redis instances on the Google Cloud Platform.
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  - selector: google.longrunning.Operations.DeleteOperation
32    delete: '/v1/{name=projects/*/locations/*/operations/*}'
33  - selector: google.longrunning.Operations.GetOperation
34    get: '/v1/{name=projects/*/locations/*/operations/*}'
35  - selector: google.longrunning.Operations.ListOperations
36    get: '/v1/{name=projects/*/locations/*}/operations'
37
38authentication:
39  rules:
40  - selector: google.cloud.location.Locations.GetLocation
41    oauth:
42      canonical_scopes: |-
43        https://www.googleapis.com/auth/cloud-platform
44  - selector: google.cloud.location.Locations.ListLocations
45    oauth:
46      canonical_scopes: |-
47        https://www.googleapis.com/auth/cloud-platform
48  - selector: 'google.cloud.redis.cluster.v1.CloudRedisCluster.*'
49    oauth:
50      canonical_scopes: |-
51        https://www.googleapis.com/auth/cloud-platform
52  - selector: 'google.longrunning.Operations.*'
53    oauth:
54      canonical_scopes: |-
55        https://www.googleapis.com/auth/cloud-platform
56
57publishing:
58  new_issue_uri: https://issuetracker.google.com/issues/new?component=1288776&template=1161103
59  documentation_uri: https://cloud.google.com/redis/docs
60  api_short_name: redis
61  github_label: 'api: redis'
62  doc_tag_prefix: redis
63  organization: CLOUD
64  library_settings:
65  - version: com.google.cloud.redis.cluster.v1
66    launch_stage: GA
67    java_settings:
68      common:
69        destinations:
70        - PACKAGE_MANAGER
71        - GITHUB
72    cpp_settings:
73      common:
74        destinations:
75        - PACKAGE_MANAGER
76        - GITHUB
77    php_settings:
78      common:
79        destinations:
80        - PACKAGE_MANAGER
81        - GITHUB
82    python_settings:
83      common:
84        destinations:
85        - PACKAGE_MANAGER
86        - GITHUB
87    node_settings:
88      common:
89        destinations:
90        - PACKAGE_MANAGER
91        - GITHUB
92    dotnet_settings:
93      common:
94        destinations:
95        - PACKAGE_MANAGER
96        - GITHUB
97    ruby_settings:
98      common:
99        destinations:
100        - PACKAGE_MANAGER
101        - GITHUB
102    go_settings:
103      common:
104        destinations:
105        - PACKAGE_MANAGER
106        - GITHUB
107