Skip to content

Commit 9f4a2be

Browse files
yoshi-automationquirogas
authored andcommitted
fix(artifactregistry): update the API
#### artifactregistry:v1beta1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### artifactregistry:v1beta2 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### artifactregistry:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 0f4bc80 commit 9f4a2be

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

discovery/artifactregistry-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
],
474474
"parameters": {
475475
"extraLocationTypes": {
476-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
476+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
477477
"location": "query",
478478
"repeated": true,
479479
"type": "string"
@@ -2493,7 +2493,7 @@
24932493
}
24942494
}
24952495
},
2496-
"revision": "20251017",
2496+
"revision": "20251029",
24972497
"rootUrl": "https://artifactregistry.googleapis.com/",
24982498
"schemas": {
24992499
"AptArtifact": {

discovery/artifactregistry-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
],
386386
"parameters": {
387387
"extraLocationTypes": {
388-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
388+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
389389
"location": "query",
390390
"repeated": true,
391391
"type": "string"
@@ -1182,7 +1182,7 @@
11821182
}
11831183
}
11841184
},
1185-
"revision": "20250925",
1185+
"revision": "20251029",
11861186
"rootUrl": "https://artifactregistry.googleapis.com/",
11871187
"schemas": {
11881188
"Binding": {

discovery/artifactregistry-v1beta2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
],
448448
"parameters": {
449449
"extraLocationTypes": {
450-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
450+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
451451
"location": "query",
452452
"repeated": true,
453453
"type": "string"
@@ -1450,7 +1450,7 @@
14501450
}
14511451
}
14521452
},
1453-
"revision": "20250925",
1453+
"revision": "20251029",
14541454
"rootUrl": "https://artifactregistry.googleapis.com/",
14551455
"schemas": {
14561456
"AptArtifact": {

src/apis/artifactregistry/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,7 +2411,7 @@ export namespace artifactregistry_v1 {
24112411
*
24122412
* // Do the magic
24132413
* const res = await artifactregistry.projects.locations.list({
2414-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2414+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
24152415
* extraLocationTypes: 'placeholder-value',
24162416
* // 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).
24172417
* filter: 'placeholder-value',
@@ -2694,7 +2694,7 @@ export namespace artifactregistry_v1 {
26942694
export interface Params$Resource$Projects$Locations$List
26952695
extends StandardParameters {
26962696
/**
2697-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2697+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
26982698
*/
26992699
extraLocationTypes?: string[];
27002700
/**

src/apis/artifactregistry/v1beta1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ export namespace artifactregistry_v1beta1 {
701701
*
702702
* // Do the magic
703703
* const res = await artifactregistry.projects.locations.list({
704-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
704+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
705705
* extraLocationTypes: 'placeholder-value',
706706
* // 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).
707707
* filter: 'placeholder-value',
@@ -830,7 +830,7 @@ export namespace artifactregistry_v1beta1 {
830830
export interface Params$Resource$Projects$Locations$List
831831
extends StandardParameters {
832832
/**
833-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
833+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
834834
*/
835835
extraLocationTypes?: string[];
836836
/**

0 commit comments

Comments
 (0)