Skip to content

Commit 4975f96

Browse files
feat(run): update the api
#### run:v2 The following keys were added: - schemas.GoogleCloudRunV2GCSVolumeSource.properties.mountOptions (Total Keys: 2)
1 parent eb919ff commit 4975f96

6 files changed

+50
-1
lines changed

docs/dyn/run_v2.projects.locations.jobs.executions.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,9 @@ <h3>Method Details</h3>
388388
},
389389
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
390390
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
391+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
392+
&quot;A String&quot;,
393+
],
391394
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
392395
},
393396
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.
@@ -599,6 +602,9 @@ <h3>Method Details</h3>
599602
},
600603
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
601604
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
605+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
606+
&quot;A String&quot;,
607+
],
602608
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
603609
},
604610
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.

docs/dyn/run_v2.projects.locations.jobs.executions.tasks.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ <h3>Method Details</h3>
267267
},
268268
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
269269
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
270+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
271+
&quot;A String&quot;,
272+
],
270273
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
271274
},
272275
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.
@@ -485,6 +488,9 @@ <h3>Method Details</h3>
485488
},
486489
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
487490
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
491+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
492+
&quot;A String&quot;,
493+
],
488494
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
489495
},
490496
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.

docs/dyn/run_v2.projects.locations.jobs.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ <h3>Method Details</h3>
296296
},
297297
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
298298
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
299+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
300+
&quot;A String&quot;,
301+
],
299302
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
300303
},
301304
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.
@@ -597,6 +600,9 @@ <h3>Method Details</h3>
597600
},
598601
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
599602
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
603+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
604+
&quot;A String&quot;,
605+
],
600606
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
601607
},
602608
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.
@@ -884,6 +890,9 @@ <h3>Method Details</h3>
884890
},
885891
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
886892
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
893+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
894+
&quot;A String&quot;,
895+
],
887896
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
888897
},
889898
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.
@@ -1130,6 +1139,9 @@ <h3>Method Details</h3>
11301139
},
11311140
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
11321141
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
1142+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
1143+
&quot;A String&quot;,
1144+
],
11331145
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
11341146
},
11351147
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.

docs/dyn/run_v2.projects.locations.services.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@ <h3>Method Details</h3>
306306
},
307307
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
308308
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
309+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
310+
&quot;A String&quot;,
311+
],
309312
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
310313
},
311314
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.
@@ -640,6 +643,9 @@ <h3>Method Details</h3>
640643
},
641644
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
642645
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
646+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
647+
&quot;A String&quot;,
648+
],
643649
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
644650
},
645651
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.
@@ -961,6 +967,9 @@ <h3>Method Details</h3>
961967
},
962968
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
963969
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
970+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
971+
&quot;A String&quot;,
972+
],
964973
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
965974
},
966975
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.
@@ -1239,6 +1248,9 @@ <h3>Method Details</h3>
12391248
},
12401249
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
12411250
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
1251+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
1252+
&quot;A String&quot;,
1253+
],
12421254
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
12431255
},
12441256
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.

docs/dyn/run_v2.projects.locations.services.revisions.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ <h3>Method Details</h3>
345345
},
346346
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
347347
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
348+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
349+
&quot;A String&quot;,
350+
],
348351
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
349352
},
350353
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.
@@ -562,6 +565,9 @@ <h3>Method Details</h3>
562565
},
563566
&quot;gcs&quot;: { # Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE. # Persistent storage backed by a Google Cloud Storage bucket.
564567
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
568+
&quot;mountOptions&quot;: [ # A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading &quot;--&quot;.
569+
&quot;A String&quot;,
570+
],
565571
&quot;readOnly&quot;: True or False, # If true, the volume will be mounted as read only for all mounts.
566572
},
567573
&quot;name&quot;: &quot;A String&quot;, # Required. Volume&#x27;s name.

googleapiclient/discovery_cache/documents/run.v2.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@
15261526
}
15271527
}
15281528
},
1529-
"revision": "20241011",
1529+
"revision": "20241025",
15301530
"rootUrl": "https://run.googleapis.com/",
15311531
"schemas": {
15321532
"GoogleCloudRunV2BinaryAuthorization": {
@@ -2267,6 +2267,13 @@
22672267
"description": "Cloud Storage Bucket name.",
22682268
"type": "string"
22692269
},
2270+
"mountOptions": {
2271+
"description": "A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading \"--\".",
2272+
"items": {
2273+
"type": "string"
2274+
},
2275+
"type": "array"
2276+
},
22702277
"readOnly": {
22712278
"description": "If true, the volume will be mounted as read only for all mounts.",
22722279
"type": "boolean"

0 commit comments

Comments
 (0)