You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### redis:v1
The following keys were added:
- resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
#### redis:v1beta1
The following keys were added:
- resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1.projects.locations.backupCollections.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ <h3>Method Details</h3>
102
102
<pre>Get a backup collection.
103
103
104
104
Args:
105
-
name: string, Required. Redis backupCollection resource name using the form: `projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}` where `location_id` refers to a GCP region. (required)
105
+
name: string, Required. Redis backupCollection resource name using the form: `projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}` where `location_id` refers to a Google Cloud region. (required)
106
106
x__xgafv: string, V1 error format.
107
107
Allowed values
108
108
1 - v1 error format
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126
126
<pre>Lists all backup collections owned by a consumer project in either the specified location (region) or all locations. If `location_id` is specified as `-` (wildcard), then all regions available to the project are queried, and the results are aggregated.
127
127
128
128
Args:
129
-
parent: string, Required. The resource name of the backupCollection location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region. (required)
129
+
parent: string, Required. The resource name of the backupCollection location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google Cloud region. (required)
130
130
pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's `next_page_token` to determine if there are more clusters left to be queried.
131
131
pageToken: string, Optional. The `next_page_token` value returned from a previous [ListBackupCollections] request, if any.
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1.projects.locations.clusters.html
+7-7
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ <h3>Method Details</h3>
110
110
<pre>Backup Redis Cluster. If this is the first time a backup is being created, a backup collection will be created at the backend, and this backup belongs to this collection. Both collection and backup will have a resource name. Backup will be executed for each shard. A replica (primary if nonHA) will be selected to perform the execution. Backup call will be rejected if there is an ongoing backup or update operation. Be aware that during preview, if the cluster's internal software version is too old, critical update will be performed before actual backup. Once the internal software version is updated to the minimum version required by the backup feature, subsequent backups will not require critical update. After preview, there will be no critical update needed for backup.
111
111
112
112
Args:
113
-
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a GCP region. (required)
113
+
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a Google Cloud region. (required)
114
114
body: object, The request body.
115
115
The object takes the form of:
116
116
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158
158
<pre>Creates a Redis cluster based on the specified properties. The creation is executed asynchronously and callers may check the returned operation to track its progress. Once the operation is completed the Redis cluster will be fully functional. The completed longrunning.Operation will contain the new cluster object in the response field. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.
159
159
160
160
Args:
161
-
parent: string, Required. The resource name of the cluster location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region. (required)
161
+
parent: string, Required. The resource name of the cluster location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google Cloud region. (required)
162
162
body: object, The request body.
163
163
The object takes the form of:
164
164
@@ -376,7 +376,7 @@ <h3>Method Details</h3>
376
376
<pre>Deletes a specific Redis cluster. Cluster stops serving and data is deleted.
377
377
378
378
Args:
379
-
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a GCP region. (required)
379
+
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a Google Cloud region. (required)
<pre>Gets the details of a specific Redis cluster.
413
413
414
414
Args:
415
-
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a GCP region. (required)
415
+
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a Google Cloud region. (required)
416
416
x__xgafv: string, V1 error format.
417
417
Allowed values
418
418
1 - v1 error format
@@ -605,7 +605,7 @@ <h3>Method Details</h3>
605
605
<pre>Gets the details of certificate authority information for Redis cluster.
606
606
607
607
Args:
608
-
name: string, Required. Redis cluster certificate authority resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}/certificateAuthority` where `location_id` refers to a GCP region. (required)
608
+
name: string, Required. Redis cluster certificate authority resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}/certificateAuthority` where `location_id` refers to a Google Cloud region. (required)
609
609
x__xgafv: string, V1 error format.
610
610
Allowed values
611
611
1 - v1 error format
@@ -633,7 +633,7 @@ <h3>Method Details</h3>
633
633
<pre>Lists all Redis clusters owned by a project in either the specified location (region) or all locations. The location should have the following format: * `projects/{project_id}/locations/{location_id}` If `location_id` is specified as `-` (wildcard), then all regions available to the project are queried, and the results are aggregated.
634
634
635
635
Args:
636
-
parent: string, Required. The resource name of the cluster location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region. (required)
636
+
parent: string, Required. The resource name of the cluster location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google Cloud region. (required)
637
637
pageSize: integer, The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's `next_page_token` to determine if there are more clusters left to be queried.
638
638
pageToken: string, The `next_page_token` value returned from a previous ListClusters request, if any.
639
639
x__xgafv: string, V1 error format.
@@ -1068,7 +1068,7 @@ <h3>Method Details</h3>
1068
1068
<pre>Reschedules upcoming maintenance event.
1069
1069
1070
1070
Args:
1071
-
name: string, Required. Redis Cluster instance resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a GCP region. (required)
1071
+
name: string, Required. Redis Cluster instance resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a Google Cloud region. (required)
<pre>Lists information about the supported locations for this service.
145
145
146
146
Args:
147
147
name: string, The resource that owns the locations collection, if applicable. (required)
148
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
148
149
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
149
150
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
150
151
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1beta1.projects.locations.backupCollections.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ <h3>Method Details</h3>
102
102
<pre>Get a backup collection.
103
103
104
104
Args:
105
-
name: string, Required. Redis backupCollection resource name using the form: `projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}` where `location_id` refers to a GCP region. (required)
105
+
name: string, Required. Redis backupCollection resource name using the form: `projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}` where `location_id` refers to a Google Cloud region. (required)
106
106
x__xgafv: string, V1 error format.
107
107
Allowed values
108
108
1 - v1 error format
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126
126
<pre>Lists all backup collections owned by a consumer project in either the specified location (region) or all locations. If `location_id` is specified as `-` (wildcard), then all regions available to the project are queried, and the results are aggregated.
127
127
128
128
Args:
129
-
parent: string, Required. The resource name of the backupCollection location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region. (required)
129
+
parent: string, Required. The resource name of the backupCollection location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google Cloud region. (required)
130
130
pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's `next_page_token` to determine if there are more clusters left to be queried.
131
131
pageToken: string, Optional. The `next_page_token` value returned from a previous [ListBackupCollections] request, if any.
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1beta1.projects.locations.clusters.html
+7-7
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ <h3>Method Details</h3>
110
110
<pre>Backup Redis Cluster. If this is the first time a backup is being created, a backup collection will be created at the backend, and this backup belongs to this collection. Both collection and backup will have a resource name. Backup will be executed for each shard. A replica (primary if nonHA) will be selected to perform the execution. Backup call will be rejected if there is an ongoing backup or update operation. Be aware that during preview, if the cluster's internal software version is too old, critical update will be performed before actual backup. Once the internal software version is updated to the minimum version required by the backup feature, subsequent backups will not require critical update. After preview, there will be no critical update needed for backup.
111
111
112
112
Args:
113
-
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a GCP region. (required)
113
+
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a Google Cloud region. (required)
114
114
body: object, The request body.
115
115
The object takes the form of:
116
116
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158
158
<pre>Creates a Redis cluster based on the specified properties. The creation is executed asynchronously and callers may check the returned operation to track its progress. Once the operation is completed the Redis cluster will be fully functional. The completed longrunning.Operation will contain the new cluster object in the response field. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.
159
159
160
160
Args:
161
-
parent: string, Required. The resource name of the cluster location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region. (required)
161
+
parent: string, Required. The resource name of the cluster location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google Cloud region. (required)
162
162
body: object, The request body.
163
163
The object takes the form of:
164
164
@@ -376,7 +376,7 @@ <h3>Method Details</h3>
376
376
<pre>Deletes a specific Redis cluster. Cluster stops serving and data is deleted.
377
377
378
378
Args:
379
-
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a GCP region. (required)
379
+
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a Google Cloud region. (required)
<pre>Gets the details of a specific Redis cluster.
413
413
414
414
Args:
415
-
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a GCP region. (required)
415
+
name: string, Required. Redis cluster resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a Google Cloud region. (required)
416
416
x__xgafv: string, V1 error format.
417
417
Allowed values
418
418
1 - v1 error format
@@ -605,7 +605,7 @@ <h3>Method Details</h3>
605
605
<pre>Gets the details of certificate authority information for Redis cluster.
606
606
607
607
Args:
608
-
name: string, Required. Redis cluster certificate authority resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}/certificateAuthority` where `location_id` refers to a GCP region. (required)
608
+
name: string, Required. Redis cluster certificate authority resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}/certificateAuthority` where `location_id` refers to a Google Cloud region. (required)
609
609
x__xgafv: string, V1 error format.
610
610
Allowed values
611
611
1 - v1 error format
@@ -633,7 +633,7 @@ <h3>Method Details</h3>
633
633
<pre>Lists all Redis clusters owned by a project in either the specified location (region) or all locations. The location should have the following format: * `projects/{project_id}/locations/{location_id}` If `location_id` is specified as `-` (wildcard), then all regions available to the project are queried, and the results are aggregated.
634
634
635
635
Args:
636
-
parent: string, Required. The resource name of the cluster location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region. (required)
636
+
parent: string, Required. The resource name of the cluster location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google Cloud region. (required)
637
637
pageSize: integer, The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's `next_page_token` to determine if there are more clusters left to be queried.
638
638
pageToken: string, The `next_page_token` value returned from a previous ListClusters request, if any.
639
639
x__xgafv: string, V1 error format.
@@ -1068,7 +1068,7 @@ <h3>Method Details</h3>
1068
1068
<pre>Reschedules upcoming maintenance event.
1069
1069
1070
1070
Args:
1071
-
name: string, Required. Redis Cluster instance resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a GCP region. (required)
1071
+
name: string, Required. Redis Cluster instance resource name using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}` where `location_id` refers to a Google Cloud region. (required)
<pre>Lists information about the supported locations for this service.
145
145
146
146
Args:
147
147
name: string, The resource that owns the locations collection, if applicable. (required)
148
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
148
149
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
149
150
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
150
151
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
0 commit comments