Skip to content

Commit 47121fa

Browse files
yoshi-automationfeywind
authored andcommitted
fix(parallelstore): update the API
#### parallelstore:v1beta The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### parallelstore:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 8289b58 commit 47121fa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

discovery/parallelstore-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -554,7 +554,7 @@
554554
}
555555
}
556556
},
557-
"revision": "20250924",
557+
"revision": "20251022",
558558
"rootUrl": "https://parallelstore.googleapis.com/",
559559
"schemas": {
560560
"CancelOperationRequest": {

discovery/parallelstore-v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -551,7 +551,7 @@
551551
}
552552
}
553553
},
554-
"revision": "20250924",
554+
"revision": "20251022",
555555
"rootUrl": "https://parallelstore.googleapis.com/",
556556
"schemas": {
557557
"DestinationGcsBucket": {

src/apis/parallelstore/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ export namespace parallelstore_v1 {
652652
*
653653
* // Do the magic
654654
* const res = await parallelstore.projects.locations.list({
655-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
655+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
656656
* extraLocationTypes: 'placeholder-value',
657657
* // 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).
658658
* filter: 'placeholder-value',
@@ -781,7 +781,7 @@ export namespace parallelstore_v1 {
781781
export interface Params$Resource$Projects$Locations$List
782782
extends StandardParameters {
783783
/**
784-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
784+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
785785
*/
786786
extraLocationTypes?: string[];
787787
/**

src/apis/parallelstore/v1beta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ export namespace parallelstore_v1beta {
648648
*
649649
* // Do the magic
650650
* const res = await parallelstore.projects.locations.list({
651-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
651+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
652652
* extraLocationTypes: 'placeholder-value',
653653
* // 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).
654654
* filter: 'placeholder-value',
@@ -777,7 +777,7 @@ export namespace parallelstore_v1beta {
777777
export interface Params$Resource$Projects$Locations$List
778778
extends StandardParameters {
779779
/**
780-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
780+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
781781
*/
782782
extraLocationTypes?: string[];
783783
/**

0 commit comments

Comments
 (0)