Skip to content

Commit cd5734f

Browse files
feat(logging): update the api
#### logging:v2 The following keys were added: - resources.billingAccounts.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) - resources.folders.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) - resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) - resources.organizations.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent b34e4de commit cd5734f

11 files changed

+57
-22
lines changed

docs/dyn/logging_v2.billingAccounts.locations.buckets.links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103
<pre>Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link.
104104

105105
Args:
106-
parent: string, Required. The full resource name of the bucket to create a link for. &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
106+
parent: string, Required. The full resource name of the bucket to create a link for. &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

docs/dyn/logging_v2.billingAccounts.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2>Instance Methods</h2>
101101
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
102102
<p class="firstline">Gets information about a location.</p>
103103
<p class="toc_element">
104-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
104+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
105105
<p class="firstline">Lists information about the supported locations for this service.</p>
106106
<p class="toc_element">
107107
<code><a href="#list_next">list_next()</a></code></p>
@@ -140,11 +140,12 @@ <h3>Method Details</h3>
140140
</div>
141141

142142
<div class="method">
143-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
143+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
144144
<pre>Lists information about the supported locations for this service.
145145

146146
Args:
147147
name: string, The resource that owns the locations collection, if applicable. (required)
148+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
148149
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in AIP-160 (https://google.aip.dev/160).
149150
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
150151
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.

docs/dyn/logging_v2.folders.locations.buckets.links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103
<pre>Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link.
104104

105105
Args:
106-
parent: string, Required. The full resource name of the bucket to create a link for. &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
106+
parent: string, Required. The full resource name of the bucket to create a link for. &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

docs/dyn/logging_v2.folders.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2>Instance Methods</h2>
106106
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
107107
<p class="firstline">Gets information about a location.</p>
108108
<p class="toc_element">
109-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
109+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
110110
<p class="firstline">Lists information about the supported locations for this service.</p>
111111
<p class="toc_element">
112112
<code><a href="#list_next">list_next()</a></code></p>
@@ -145,11 +145,12 @@ <h3>Method Details</h3>
145145
</div>
146146

147147
<div class="method">
148-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
148+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
149149
<pre>Lists information about the supported locations for this service.
150150

151151
Args:
152152
name: string, The resource that owns the locations collection, if applicable. (required)
153+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
153154
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in AIP-160 (https://google.aip.dev/160).
154155
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
155156
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.

docs/dyn/logging_v2.locations.buckets.links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103
<pre>Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link.
104104

105105
Args:
106-
parent: string, Required. The full resource name of the bucket to create a link for. &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
106+
parent: string, Required. The full resource name of the bucket to create a link for. &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

docs/dyn/logging_v2.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Instance Methods</h2>
9191
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9292
<p class="firstline">Gets information about a location.</p>
9393
<p class="toc_element">
94-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
94+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9595
<p class="firstline">Lists information about the supported locations for this service.</p>
9696
<p class="toc_element">
9797
<code><a href="#list_next">list_next()</a></code></p>
@@ -130,11 +130,12 @@ <h3>Method Details</h3>
130130
</div>
131131

132132
<div class="method">
133-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
133+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
134134
<pre>Lists information about the supported locations for this service.
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
138139
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in AIP-160 (https://google.aip.dev/160).
139140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140141
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.

docs/dyn/logging_v2.organizations.locations.buckets.links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103
<pre>Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link.
104104

105105
Args:
106-
parent: string, Required. The full resource name of the bucket to create a link for. &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
106+
parent: string, Required. The full resource name of the bucket to create a link for. &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

docs/dyn/logging_v2.organizations.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2>Instance Methods</h2>
106106
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
107107
<p class="firstline">Gets information about a location.</p>
108108
<p class="toc_element">
109-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
109+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
110110
<p class="firstline">Lists information about the supported locations for this service.</p>
111111
<p class="toc_element">
112112
<code><a href="#list_next">list_next()</a></code></p>
@@ -145,11 +145,12 @@ <h3>Method Details</h3>
145145
</div>
146146

147147
<div class="method">
148-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
148+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
149149
<pre>Lists information about the supported locations for this service.
150150

151151
Args:
152152
name: string, The resource that owns the locations collection, if applicable. (required)
153+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
153154
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in AIP-160 (https://google.aip.dev/160).
154155
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
155156
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.

docs/dyn/logging_v2.projects.locations.buckets.links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103
<pre>Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link.
104104

105105
Args:
106-
parent: string, Required. The full resource name of the bucket to create a link for. &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; &quot;folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
106+
parent: string, Required. The full resource name of the bucket to create a link for. &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

docs/dyn/logging_v2.projects.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2>Instance Methods</h2>
106106
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
107107
<p class="firstline">Gets information about a location.</p>
108108
<p class="toc_element">
109-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
109+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
110110
<p class="firstline">Lists information about the supported locations for this service.</p>
111111
<p class="toc_element">
112112
<code><a href="#list_next">list_next()</a></code></p>
@@ -145,11 +145,12 @@ <h3>Method Details</h3>
145145
</div>
146146

147147
<div class="method">
148-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
148+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
149149
<pre>Lists information about the supported locations for this service.
150150

151151
Args:
152152
name: string, The resource that owns the locations collection, if applicable. (required)
153+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
153154
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in AIP-160 (https://google.aip.dev/160).
154155
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
155156
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.

googleapiclient/discovery_cache/documents/logging.v2.json

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,12 @@
459459
"name"
460460
],
461461
"parameters": {
462+
"extraLocationTypes": {
463+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
464+
"location": "query",
465+
"repeated": true,
466+
"type": "string"
467+
},
462468
"filter": {
463469
"description": "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).",
464470
"location": "query",
@@ -777,7 +783,7 @@
777783
"type": "string"
778784
},
779785
"parent": {
780-
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
786+
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
781787
"location": "path",
782788
"pattern": "^billingAccounts/[^/]+/locations/[^/]+/buckets/[^/]+$",
783789
"required": true,
@@ -2285,6 +2291,12 @@
22852291
"name"
22862292
],
22872293
"parameters": {
2294+
"extraLocationTypes": {
2295+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
2296+
"location": "query",
2297+
"repeated": true,
2298+
"type": "string"
2299+
},
22882300
"filter": {
22892301
"description": "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).",
22902302
"location": "query",
@@ -2603,7 +2615,7 @@
26032615
"type": "string"
26042616
},
26052617
"parent": {
2606-
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
2618+
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
26072619
"location": "path",
26082620
"pattern": "^folders/[^/]+/locations/[^/]+/buckets/[^/]+$",
26092621
"required": true,
@@ -3866,6 +3878,12 @@
38663878
"name"
38673879
],
38683880
"parameters": {
3881+
"extraLocationTypes": {
3882+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
3883+
"location": "query",
3884+
"repeated": true,
3885+
"type": "string"
3886+
},
38693887
"filter": {
38703888
"description": "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).",
38713889
"location": "query",
@@ -4184,7 +4202,7 @@
41844202
"type": "string"
41854203
},
41864204
"parent": {
4187-
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
4205+
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
41884206
"location": "path",
41894207
"pattern": "^[^/]+/[^/]+/locations/[^/]+/buckets/[^/]+$",
41904208
"required": true,
@@ -5103,6 +5121,12 @@
51035121
"name"
51045122
],
51055123
"parameters": {
5124+
"extraLocationTypes": {
5125+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
5126+
"location": "query",
5127+
"repeated": true,
5128+
"type": "string"
5129+
},
51065130
"filter": {
51075131
"description": "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).",
51085132
"location": "query",
@@ -5421,7 +5445,7 @@
54215445
"type": "string"
54225446
},
54235447
"parent": {
5424-
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
5448+
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
54255449
"location": "path",
54265450
"pattern": "^organizations/[^/]+/locations/[^/]+/buckets/[^/]+$",
54275451
"required": true,
@@ -6905,6 +6929,12 @@
69056929
"name"
69066930
],
69076931
"parameters": {
6932+
"extraLocationTypes": {
6933+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
6934+
"location": "query",
6935+
"repeated": true,
6936+
"type": "string"
6937+
},
69086938
"filter": {
69096939
"description": "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).",
69106940
"location": "query",
@@ -7223,7 +7253,7 @@
72237253
"type": "string"
72247254
},
72257255
"parent": {
7226-
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
7256+
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
72277257
"location": "path",
72287258
"pattern": "^projects/[^/]+/locations/[^/]+/buckets/[^/]+$",
72297259
"required": true,
@@ -8922,7 +8952,7 @@
89228952
}
89238953
}
89248954
},
8925-
"revision": "20250307",
8955+
"revision": "20250411",
89268956
"rootUrl": "https://logging.googleapis.com/",
89278957
"schemas": {
89288958
"AppHub": {
@@ -9287,7 +9317,7 @@
92879317
"type": "string"
92889318
},
92899319
"parent": {
9290-
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" \"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
9320+
"description": "Required. The full resource name of the bucket to create a link for. \"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]\" ",
92919321
"type": "string"
92929322
}
92939323
},

0 commit comments

Comments
 (0)