Skip to content

Commit 7becab5

Browse files
yoshi-automationsofisl
authored andcommitted
fix(redis): update the API
#### redis:v1beta1 The following keys were changed: - resources.projects.resources.locations.resources.clusters.methods.patch.parameters.name.description - schemas.Cluster.properties.name.description #### redis:v1 The following keys were changed: - resources.projects.resources.locations.resources.clusters.methods.patch.parameters.name.description - schemas.Cluster.properties.name.description
1 parent 904f72d commit 7becab5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

discovery/redis-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
],
344344
"parameters": {
345345
"name": {
346-
"description": "Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
346+
"description": "Required. Identifier. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
347347
"location": "path",
348348
"pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
349349
"required": true,
@@ -821,7 +821,7 @@
821821
}
822822
}
823823
},
824-
"revision": "20240531",
824+
"revision": "20240613",
825825
"rootUrl": "https://redis.googleapis.com/",
826826
"schemas": {
827827
"AOFConfig": {
@@ -1000,7 +1000,7 @@
10001000
"type": "array"
10011001
},
10021002
"name": {
1003-
"description": "Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
1003+
"description": "Required. Identifier. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
10041004
"type": "string"
10051005
},
10061006
"nodeType": {

discovery/redis-v1beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
],
344344
"parameters": {
345345
"name": {
346-
"description": "Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
346+
"description": "Required. Identifier. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
347347
"location": "path",
348348
"pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
349349
"required": true,
@@ -821,7 +821,7 @@
821821
}
822822
}
823823
},
824-
"revision": "20240531",
824+
"revision": "20240613",
825825
"rootUrl": "https://redis.googleapis.com/",
826826
"schemas": {
827827
"AOFConfig": {
@@ -1000,7 +1000,7 @@
10001000
"type": "array"
10011001
},
10021002
"name": {
1003-
"description": "Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
1003+
"description": "Required. Identifier. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
10041004
"type": "string"
10051005
},
10061006
"nodeType": {

src/apis/redis/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export namespace redis_v1 {
223223
*/
224224
discoveryEndpoints?: Schema$DiscoveryEndpoint[];
225225
/**
226-
* Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id\}/locations/{location_id\}/clusters/{cluster_id\}`
226+
* Required. Identifier. Unique name of the resource in this scope including project and location using the form: `projects/{project_id\}/locations/{location_id\}/clusters/{cluster_id\}`
227227
*/
228228
name?: string | null;
229229
/**
@@ -2207,7 +2207,7 @@ export namespace redis_v1 {
22072207
export interface Params$Resource$Projects$Locations$Clusters$Patch
22082208
extends StandardParameters {
22092209
/**
2210-
* Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id\}/locations/{location_id\}/clusters/{cluster_id\}`
2210+
* Required. Identifier. Unique name of the resource in this scope including project and location using the form: `projects/{project_id\}/locations/{location_id\}/clusters/{cluster_id\}`
22112211
*/
22122212
name?: string;
22132213
/**

src/apis/redis/v1beta1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export namespace redis_v1beta1 {
223223
*/
224224
discoveryEndpoints?: Schema$DiscoveryEndpoint[];
225225
/**
226-
* Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id\}/locations/{location_id\}/clusters/{cluster_id\}`
226+
* Required. Identifier. Unique name of the resource in this scope including project and location using the form: `projects/{project_id\}/locations/{location_id\}/clusters/{cluster_id\}`
227227
*/
228228
name?: string | null;
229229
/**
@@ -2207,7 +2207,7 @@ export namespace redis_v1beta1 {
22072207
export interface Params$Resource$Projects$Locations$Clusters$Patch
22082208
extends StandardParameters {
22092209
/**
2210-
* Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id\}/locations/{location_id\}/clusters/{cluster_id\}`
2210+
* Required. Identifier. Unique name of the resource in this scope including project and location using the form: `projects/{project_id\}/locations/{location_id\}/clusters/{cluster_id\}`
22112211
*/
22122212
name?: string;
22132213
/**

0 commit comments

Comments
 (0)