Skip to content

Commit 5625193

Browse files
yoshi-automationquirogas
authored andcommitted
fix(logging): update the API
#### logging:v2 The following keys were changed: - resources.billingAccounts.resources.locations.methods.list.parameters.extraLocationTypes.description - resources.folders.resources.locations.methods.list.parameters.extraLocationTypes.description - resources.locations.methods.list.parameters.extraLocationTypes.description - resources.organizations.resources.locations.methods.list.parameters.extraLocationTypes.description - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 5010318 commit 5625193

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

discovery/logging-v2.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
],
636636
"parameters": {
637637
"extraLocationTypes": {
638-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
638+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
639639
"location": "query",
640640
"repeated": true,
641641
"type": "string"
@@ -2472,7 +2472,7 @@
24722472
],
24732473
"parameters": {
24742474
"extraLocationTypes": {
2475-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
2475+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
24762476
"location": "query",
24772477
"repeated": true,
24782478
"type": "string"
@@ -4064,7 +4064,7 @@
40644064
],
40654065
"parameters": {
40664066
"extraLocationTypes": {
4067-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
4067+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
40684068
"location": "query",
40694069
"repeated": true,
40704070
"type": "string"
@@ -5312,7 +5312,7 @@
53125312
],
53135313
"parameters": {
53145314
"extraLocationTypes": {
5315-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
5315+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
53165316
"location": "query",
53175317
"repeated": true,
53185318
"type": "string"
@@ -7125,7 +7125,7 @@
71257125
],
71267126
"parameters": {
71277127
"extraLocationTypes": {
7128-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
7128+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
71297129
"location": "query",
71307130
"repeated": true,
71317131
"type": "string"
@@ -9152,7 +9152,7 @@
91529152
}
91539153
}
91549154
},
9155-
"revision": "20251017",
9155+
"revision": "20251107",
91569156
"rootUrl": "https://logging.googleapis.com/",
91579157
"schemas": {
91589158
"AppHub": {

src/apis/logging/v2.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3308,7 +3308,7 @@ export namespace logging_v2 {
33083308
*
33093309
* // Do the magic
33103310
* const res = await logging.billingAccounts.locations.list({
3311-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
3311+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
33123312
* extraLocationTypes: 'placeholder-value',
33133313
* // 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).
33143314
* filter: 'placeholder-value',
@@ -3436,7 +3436,7 @@ export namespace logging_v2 {
34363436
export interface Params$Resource$Billingaccounts$Locations$List
34373437
extends StandardParameters {
34383438
/**
3439-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
3439+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
34403440
*/
34413441
extraLocationTypes?: string[];
34423442
/**
@@ -12297,7 +12297,7 @@ export namespace logging_v2 {
1229712297
*
1229812298
* // Do the magic
1229912299
* const res = await logging.folders.locations.list({
12300-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
12300+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1230112301
* extraLocationTypes: 'placeholder-value',
1230212302
* // 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).
1230312303
* filter: 'placeholder-value',
@@ -12425,7 +12425,7 @@ export namespace logging_v2 {
1242512425
export interface Params$Resource$Folders$Locations$List
1242612426
extends StandardParameters {
1242712427
/**
12428-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
12428+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1242912429
*/
1243012430
extraLocationTypes?: string[];
1243112431
/**
@@ -19819,7 +19819,7 @@ export namespace logging_v2 {
1981919819
*
1982019820
* // Do the magic
1982119821
* const res = await logging.locations.list({
19822-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
19822+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1982319823
* extraLocationTypes: 'placeholder-value',
1982419824
* // 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).
1982519825
* filter: 'placeholder-value',
@@ -19944,7 +19944,7 @@ export namespace logging_v2 {
1994419944
}
1994519945
export interface Params$Resource$Locations$List extends StandardParameters {
1994619946
/**
19947-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
19947+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1994819948
*/
1994919949
extraLocationTypes?: string[];
1995019950
/**
@@ -25927,7 +25927,7 @@ export namespace logging_v2 {
2592725927
*
2592825928
* // Do the magic
2592925929
* const res = await logging.organizations.locations.list({
25930-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
25930+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
2593125931
* extraLocationTypes: 'placeholder-value',
2593225932
* // 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).
2593325933
* filter: 'placeholder-value',
@@ -26055,7 +26055,7 @@ export namespace logging_v2 {
2605526055
export interface Params$Resource$Organizations$Locations$List
2605626056
extends StandardParameters {
2605726057
/**
26058-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
26058+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
2605926059
*/
2606026060
extraLocationTypes?: string[];
2606126061
/**
@@ -34621,7 +34621,7 @@ export namespace logging_v2 {
3462134621
*
3462234622
* // Do the magic
3462334623
* const res = await logging.projects.locations.list({
34624-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
34624+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
3462534625
* extraLocationTypes: 'placeholder-value',
3462634626
* // 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).
3462734627
* filter: 'placeholder-value',
@@ -34749,7 +34749,7 @@ export namespace logging_v2 {
3474934749
export interface Params$Resource$Projects$Locations$List
3475034750
extends StandardParameters {
3475134751
/**
34752-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
34752+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
3475334753
*/
3475434754
extraLocationTypes?: string[];
3475534755
/**

0 commit comments

Comments
 (0)