You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/logging-v2.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -635,7 +635,7 @@
635
635
],
636
636
"parameters": {
637
637
"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.",
639
639
"location": "query",
640
640
"repeated": true,
641
641
"type": "string"
@@ -2472,7 +2472,7 @@
2472
2472
],
2473
2473
"parameters": {
2474
2474
"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.",
2476
2476
"location": "query",
2477
2477
"repeated": true,
2478
2478
"type": "string"
@@ -4064,7 +4064,7 @@
4064
4064
],
4065
4065
"parameters": {
4066
4066
"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.",
4068
4068
"location": "query",
4069
4069
"repeated": true,
4070
4070
"type": "string"
@@ -5312,7 +5312,7 @@
5312
5312
],
5313
5313
"parameters": {
5314
5314
"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.",
5316
5316
"location": "query",
5317
5317
"repeated": true,
5318
5318
"type": "string"
@@ -7125,7 +7125,7 @@
7125
7125
],
7126
7126
"parameters": {
7127
7127
"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.",
* 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.
3312
3312
* extraLocationTypes: 'placeholder-value',
3313
3313
* // 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).
* 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.
12301
12301
* extraLocationTypes: 'placeholder-value',
12302
12302
* // 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).
* // 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.
19823
19823
* extraLocationTypes: 'placeholder-value',
19824
19824
* // 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).
* 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.
25931
25931
* extraLocationTypes: 'placeholder-value',
25932
25932
* // 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).
* 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.
34625
34625
* extraLocationTypes: 'placeholder-value',
34626
34626
* // 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).
0 commit comments