| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.addAllMountOptions(Iterable<String> values)
Mount options vary based on the type of storage volume:
* For a Cloud Storage bucket, all the mount options provided
by
the [`gcsfuse` tool](https://cloud.google.com/storage/docs/gcsfuse-cli)
are supported
|
Volume.Builder |
Volume.Builder.addMountOptions(String value)
Mount options vary based on the type of storage volume:
* For a Cloud Storage bucket, all the mount options provided
by
the [`gcsfuse` tool](https://cloud.google.com/storage/docs/gcsfuse-cli)
are supported
|
Volume.Builder |
Volume.Builder.addMountOptionsBytes(com.google.protobuf.ByteString value)
Mount options vary based on the type of storage volume:
* For a Cloud Storage bucket, all the mount options provided
by
the [`gcsfuse` tool](https://cloud.google.com/storage/docs/gcsfuse-cli)
are supported
|
Volume.Builder |
Volume.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Volume.Builder |
TaskSpec.Builder.addVolumesBuilder()
Volumes to mount before running Tasks using this TaskSpec.
|
Volume.Builder |
TaskSpec.Builder.addVolumesBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.
|
Volume.Builder |
Volume.Builder.clear() |
Volume.Builder |
Volume.Builder.clearDeviceName()
Device name of an attached disk volume, which should align with a
device_name specified by
job.allocation_policy.instances[0].policy.disks[i].device_name or
defined by the given instance template in
job.allocation_policy.instances[0].instance_template.
|
Volume.Builder |
Volume.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Volume.Builder |
Volume.Builder.clearGcs()
A Google Cloud Storage (GCS) volume.
|
Volume.Builder |
Volume.Builder.clearMountOptions()
Mount options vary based on the type of storage volume:
* For a Cloud Storage bucket, all the mount options provided
by
the [`gcsfuse` tool](https://cloud.google.com/storage/docs/gcsfuse-cli)
are supported
|
Volume.Builder |
Volume.Builder.clearMountPath()
The mount path for the volume, e.g.
|
Volume.Builder |
Volume.Builder.clearNfs()
A Network File System (NFS) volume.
|
Volume.Builder |
Volume.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Volume.Builder |
Volume.Builder.clearSource() |
Volume.Builder |
Volume.Builder.clone() |
Volume.Builder |
TaskSpec.Builder.getVolumesBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.
|
Volume.Builder |
Volume.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Volume.Builder |
Volume.Builder.mergeFrom(com.google.protobuf.Message other) |
Volume.Builder |
Volume.Builder.mergeFrom(Volume other) |
Volume.Builder |
Volume.Builder.mergeGcs(GCS value)
A Google Cloud Storage (GCS) volume.
|
Volume.Builder |
Volume.Builder.mergeNfs(NFS value)
A Network File System (NFS) volume.
|
Volume.Builder |
Volume.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Volume.Builder |
Volume.newBuilder() |
static Volume.Builder |
Volume.newBuilder(Volume prototype) |
Volume.Builder |
Volume.newBuilderForType() |
protected Volume.Builder |
Volume.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Volume.Builder |
Volume.Builder.setDeviceName(String value)
Device name of an attached disk volume, which should align with a
device_name specified by
job.allocation_policy.instances[0].policy.disks[i].device_name or
defined by the given instance template in
job.allocation_policy.instances[0].instance_template.
|
Volume.Builder |
Volume.Builder.setDeviceNameBytes(com.google.protobuf.ByteString value)
Device name of an attached disk volume, which should align with a
device_name specified by
job.allocation_policy.instances[0].policy.disks[i].device_name or
defined by the given instance template in
job.allocation_policy.instances[0].instance_template.
|
Volume.Builder |
Volume.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Volume.Builder |
Volume.Builder.setGcs(GCS.Builder builderForValue)
A Google Cloud Storage (GCS) volume.
|
Volume.Builder |
Volume.Builder.setGcs(GCS value)
A Google Cloud Storage (GCS) volume.
|
Volume.Builder |
Volume.Builder.setMountOptions(int index,
String value)
Mount options vary based on the type of storage volume:
* For a Cloud Storage bucket, all the mount options provided
by
the [`gcsfuse` tool](https://cloud.google.com/storage/docs/gcsfuse-cli)
are supported
|
Volume.Builder |
Volume.Builder.setMountPath(String value)
The mount path for the volume, e.g.
|
Volume.Builder |
Volume.Builder.setMountPathBytes(com.google.protobuf.ByteString value)
The mount path for the volume, e.g.
|
Volume.Builder |
Volume.Builder.setNfs(NFS.Builder builderForValue)
A Network File System (NFS) volume.
|
Volume.Builder |
Volume.Builder.setNfs(NFS value)
A Network File System (NFS) volume.
|
Volume.Builder |
Volume.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Volume.Builder |
Volume.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Volume.Builder |
Volume.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Volume.Builder> |
TaskSpec.Builder.getVolumesBuilderList()
Volumes to mount before running Tasks using this TaskSpec.
|
| Modifier and Type | Method and Description |
|---|---|
TaskSpec.Builder |
TaskSpec.Builder.addVolumes(int index,
Volume.Builder builderForValue)
Volumes to mount before running Tasks using this TaskSpec.
|
TaskSpec.Builder |
TaskSpec.Builder.addVolumes(Volume.Builder builderForValue)
Volumes to mount before running Tasks using this TaskSpec.
|
TaskSpec.Builder |
TaskSpec.Builder.setVolumes(int index,
Volume.Builder builderForValue)
Volumes to mount before running Tasks using this TaskSpec.
|
Copyright © 2025 Google LLC. All rights reserved.