| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.clone() |
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.set(String fieldName,
Object value) |
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.setCloudSqlInstance(GoogleCloudRunV2CloudSqlInstance cloudSqlInstance)
For Cloud SQL volumes, contains the specific instances that should be mounted.
|
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.setEmptyDir(GoogleCloudRunV2EmptyDirVolumeSource emptyDir)
Ephemeral storage used as a shared volume.
|
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.setGcs(GoogleCloudRunV2GCSVolumeSource gcs)
Persistent storage backed by a Google Cloud Storage bucket.
|
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.setName(String name)
Required.
|
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.setNfs(GoogleCloudRunV2NFSVolumeSource nfs)
For NFS Voumes, contains the path to the nfs Volume
|
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.setSecret(GoogleCloudRunV2SecretVolumeSource secret)
Secret represents a secret that should populate this volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudRunV2Volume> |
GoogleCloudRunV2WorkerPoolRevisionTemplate.getVolumes()
Optional.
|
List<GoogleCloudRunV2Volume> |
GoogleCloudRunV2Task.getVolumes()
A list of Volumes to make available to containers.
|
List<GoogleCloudRunV2Volume> |
GoogleCloudRunV2TaskTemplate.getVolumes()
Optional.
|
List<GoogleCloudRunV2Volume> |
GoogleCloudRunV2Revision.getVolumes()
A list of Volumes to make available to containers.
|
List<GoogleCloudRunV2Volume> |
GoogleCloudRunV2Instance.getVolumes()
A list of Volumes to make available to containers.
|
List<GoogleCloudRunV2Volume> |
GoogleCloudRunV2RevisionTemplate.getVolumes()
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2WorkerPoolRevisionTemplate |
GoogleCloudRunV2WorkerPoolRevisionTemplate.setVolumes(List<GoogleCloudRunV2Volume> volumes)
Optional.
|
GoogleCloudRunV2Task |
GoogleCloudRunV2Task.setVolumes(List<GoogleCloudRunV2Volume> volumes)
A list of Volumes to make available to containers.
|
GoogleCloudRunV2TaskTemplate |
GoogleCloudRunV2TaskTemplate.setVolumes(List<GoogleCloudRunV2Volume> volumes)
Optional.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setVolumes(List<GoogleCloudRunV2Volume> volumes)
A list of Volumes to make available to containers.
|
GoogleCloudRunV2Instance |
GoogleCloudRunV2Instance.setVolumes(List<GoogleCloudRunV2Volume> volumes)
A list of Volumes to make available to containers.
|
GoogleCloudRunV2RevisionTemplate |
GoogleCloudRunV2RevisionTemplate.setVolumes(List<GoogleCloudRunV2Volume> volumes)
Optional.
|
Copyright © 2011–2026 Google. All rights reserved.