| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2GCSVolumeSource |
GoogleCloudRunV2GCSVolumeSource.clone() |
GoogleCloudRunV2GCSVolumeSource |
GoogleCloudRunV2Volume.getGcs()
Persistent storage backed by a Google Cloud Storage bucket.
|
GoogleCloudRunV2GCSVolumeSource |
GoogleCloudRunV2GCSVolumeSource.set(String fieldName,
Object value) |
GoogleCloudRunV2GCSVolumeSource |
GoogleCloudRunV2GCSVolumeSource.setBucket(String bucket)
Cloud Storage Bucket name.
|
GoogleCloudRunV2GCSVolumeSource |
GoogleCloudRunV2GCSVolumeSource.setMountOptions(List<String> mountOptions)
A list of additional flags to pass to the gcsfuse CLI.
|
GoogleCloudRunV2GCSVolumeSource |
GoogleCloudRunV2GCSVolumeSource.setReadOnly(Boolean readOnly)
If true, the volume will be mounted as read only for all mounts.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.setGcs(GoogleCloudRunV2GCSVolumeSource gcs)
Persistent storage backed by a Google Cloud Storage bucket.
|
Copyright © 2011–2026 Google. All rights reserved.