Skip to content

Commit 47f4f57

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
fix(privateca): update the API
#### privateca:v1beta1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### privateca:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 2199884 commit 47f4f57

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

discovery/privateca-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"
@@ -1616,7 +1616,7 @@
16161616
}
16171617
}
16181618
},
1619-
"revision": "20250926",
1619+
"revision": "20251022",
16201620
"rootUrl": "https://privateca.googleapis.com/",
16211621
"schemas": {
16221622
"AccessUrls": {

discovery/privateca-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"
@@ -591,7 +591,7 @@
591591
}
592592
}
593593
},
594-
"revision": "20250926",
594+
"revision": "20251022",
595595
"rootUrl": "https://privateca.googleapis.com/",
596596
"schemas": {
597597
"AuditConfig": {

src/apis/privateca/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ export namespace privateca_v1 {
16721672
*
16731673
* // Do the magic
16741674
* const res = await privateca.projects.locations.list({
1675-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1675+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
16761676
* extraLocationTypes: 'placeholder-value',
16771677
* // 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).
16781678
* filter: 'placeholder-value',
@@ -1800,7 +1800,7 @@ export namespace privateca_v1 {
18001800
export interface Params$Resource$Projects$Locations$List
18011801
extends StandardParameters {
18021802
/**
1803-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1803+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
18041804
*/
18051805
extraLocationTypes?: string[];
18061806
/**

src/apis/privateca/v1beta1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ export namespace privateca_v1beta1 {
541541
*
542542
* // Do the magic
543543
* const res = await privateca.projects.locations.list({
544-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
544+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
545545
* extraLocationTypes: 'placeholder-value',
546546
* // 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).
547547
* filter: 'placeholder-value',
@@ -669,7 +669,7 @@ export namespace privateca_v1beta1 {
669669
export interface Params$Resource$Projects$Locations$List
670670
extends StandardParameters {
671671
/**
672-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
672+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
673673
*/
674674
extraLocationTypes?: string[];
675675
/**

0 commit comments

Comments
 (0)