Skip to content

Commit f5e6ef0

Browse files
yoshi-automationfeywind
authored andcommitted
fix(servicedirectory): update the API
#### servicedirectory:v1beta1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### servicedirectory:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent df0df65 commit f5e6ef0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

discovery/servicedirectory-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"
@@ -889,7 +889,7 @@
889889
}
890890
}
891891
},
892-
"revision": "20250906",
892+
"revision": "20251030",
893893
"rootUrl": "https://servicedirectory.googleapis.com/",
894894
"schemas": {
895895
"Binding": {

discovery/servicedirectory-v1beta1.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"
@@ -977,7 +977,7 @@
977977
}
978978
}
979979
},
980-
"revision": "20250906",
980+
"revision": "20251030",
981981
"rootUrl": "https://servicedirectory.googleapis.com/",
982982
"schemas": {
983983
"Binding": {

src/apis/servicedirectory/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ export namespace servicedirectory_v1 {
581581
*
582582
* // Do the magic
583583
* const res = await servicedirectory.projects.locations.list({
584-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
584+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
585585
* extraLocationTypes: 'placeholder-value',
586586
* // 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).
587587
* filter: 'placeholder-value',
@@ -710,7 +710,7 @@ export namespace servicedirectory_v1 {
710710
export interface Params$Resource$Projects$Locations$List
711711
extends StandardParameters {
712712
/**
713-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
713+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
714714
*/
715715
extraLocationTypes?: string[];
716716
/**

src/apis/servicedirectory/v1beta1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ export namespace servicedirectory_v1beta1 {
605605
*
606606
* // Do the magic
607607
* const res = await servicedirectory.projects.locations.list({
608-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
608+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
609609
* extraLocationTypes: 'placeholder-value',
610610
* // 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).
611611
* filter: 'placeholder-value',
@@ -734,7 +734,7 @@ export namespace servicedirectory_v1beta1 {
734734
export interface Params$Resource$Projects$Locations$List
735735
extends StandardParameters {
736736
/**
737-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
737+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
738738
*/
739739
extraLocationTypes?: string[];
740740
/**

0 commit comments

Comments
 (0)