public final class Volume extends GeneratedMessageV3 implements VolumeOrBuilder
Volume describes a volume and parameters for it to be mounted to a VM.
Protobuf type google.cloud.batch.v1alpha.Volume
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DEVICE_NAME_FIELD_NUMBER
public static final int DEVICE_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GCS_FIELD_NUMBER
public static final int GCS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MOUNT_OPTIONS_FIELD_NUMBER
public static final int MOUNT_OPTIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MOUNT_PATH_FIELD_NUMBER
public static final int MOUNT_PATH_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NFS_FIELD_NUMBER
public static final int NFS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PD_FIELD_NUMBER
public static final int PD_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Volume getDefaultInstance()
Returns |
Type |
Description |
Volume |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Volume.Builder newBuilder()
newBuilder(Volume prototype)
public static Volume.Builder newBuilder(Volume prototype)
Parameter |
Name |
Description |
prototype |
Volume
|
public static Volume parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Volume |
|
public static Volume parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Volume |
|
parseFrom(byte[] data)
public static Volume parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Volume |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Volume parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Volume |
|
parseFrom(ByteString data)
public static Volume parseFrom(ByteString data)
Returns |
Type |
Description |
Volume |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Volume parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Volume |
|
public static Volume parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Volume |
|
public static Volume parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Volume |
|
public static Volume parseFrom(InputStream input)
Returns |
Type |
Description |
Volume |
|
public static Volume parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Volume |
|
parseFrom(ByteBuffer data)
public static Volume parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Volume |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Volume parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Volume |
|
parser()
public static Parser<Volume> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Volume getDefaultInstanceForType()
Returns |
Type |
Description |
Volume |
|
getDeviceName()
public String getDeviceName()
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.
string device_name = 6;
Returns |
Type |
Description |
String |
The deviceName.
|
getDeviceNameBytes()
public ByteString getDeviceNameBytes()
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.
string device_name = 6;
Returns |
Type |
Description |
ByteString |
The bytes for deviceName.
|
getGcs()
A Google Cloud Storage (GCS) volume.
.google.cloud.batch.v1alpha.GCS gcs = 3;
Returns |
Type |
Description |
GCS |
The gcs.
|
getGcsOrBuilder()
public GCSOrBuilder getGcsOrBuilder()
A Google Cloud Storage (GCS) volume.
.google.cloud.batch.v1alpha.GCS gcs = 3;
getMountOptions(int index)
public String getMountOptions(int index)
Mount options vary based on the type of storage volume:
- For a Cloud Storage bucket, all the mount options provided
by
the
gcsfuse
tool
are supported.
- For an existing persistent disk, all mount options provided by the
mount
command
except writing are supported. This is due to restrictions of
multi-writer
mode.
- For any other disk or a Network File System (NFS), all the
mount options provided by the
mount
command are supported.
repeated string mount_options = 5;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The mountOptions at the given index.
|
getMountOptionsBytes(int index)
public ByteString getMountOptionsBytes(int index)
Mount options vary based on the type of storage volume:
- For a Cloud Storage bucket, all the mount options provided
by
the
gcsfuse
tool
are supported.
- For an existing persistent disk, all mount options provided by the
mount
command
except writing are supported. This is due to restrictions of
multi-writer
mode.
- For any other disk or a Network File System (NFS), all the
mount options provided by the
mount
command are supported.
repeated string mount_options = 5;
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the mountOptions at the given index.
|
getMountOptionsCount()
public int getMountOptionsCount()
Mount options vary based on the type of storage volume:
- For a Cloud Storage bucket, all the mount options provided
by
the
gcsfuse
tool
are supported.
- For an existing persistent disk, all mount options provided by the
mount
command
except writing are supported. This is due to restrictions of
multi-writer
mode.
- For any other disk or a Network File System (NFS), all the
mount options provided by the
mount
command are supported.
repeated string mount_options = 5;
Returns |
Type |
Description |
int |
The count of mountOptions.
|
getMountOptionsList()
public ProtocolStringList getMountOptionsList()
Mount options vary based on the type of storage volume:
- For a Cloud Storage bucket, all the mount options provided
by
the
gcsfuse
tool
are supported.
- For an existing persistent disk, all mount options provided by the
mount
command
except writing are supported. This is due to restrictions of
multi-writer
mode.
- For any other disk or a Network File System (NFS), all the
mount options provided by the
mount
command are supported.
repeated string mount_options = 5;
getMountPath()
public String getMountPath()
The mount path for the volume, e.g. /mnt/disks/share.
string mount_path = 4;
Returns |
Type |
Description |
String |
The mountPath.
|
getMountPathBytes()
public ByteString getMountPathBytes()
The mount path for the volume, e.g. /mnt/disks/share.
string mount_path = 4;
Returns |
Type |
Description |
ByteString |
The bytes for mountPath.
|
getNfs()
A Network File System (NFS) volume. For example, a
Filestore file share.
.google.cloud.batch.v1alpha.NFS nfs = 1;
Returns |
Type |
Description |
NFS |
The nfs.
|
getNfsOrBuilder()
public NFSOrBuilder getNfsOrBuilder()
A Network File System (NFS) volume. For example, a
Filestore file share.
.google.cloud.batch.v1alpha.NFS nfs = 1;
getParserForType()
public Parser<Volume> getParserForType()
Overrides
getPd() (deprecated)
Deprecated. google.cloud.batch.v1alpha.Volume.pd is deprecated. See
google/cloud/batch/v1alpha/volume.proto;l=36
Deprecated: please use device_name instead.
.google.cloud.batch.v1alpha.PD pd = 2 [deprecated = true];
Returns |
Type |
Description |
PD |
The pd.
|
getPdOrBuilder() (deprecated)
public PDOrBuilder getPdOrBuilder()
Deprecated: please use device_name instead.
.google.cloud.batch.v1alpha.PD pd = 2 [deprecated = true];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSourceCase()
public Volume.SourceCase getSourceCase()
hasDeviceName()
public boolean hasDeviceName()
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.
string device_name = 6;
Returns |
Type |
Description |
boolean |
Whether the deviceName field is set.
|
hasGcs()
A Google Cloud Storage (GCS) volume.
.google.cloud.batch.v1alpha.GCS gcs = 3;
Returns |
Type |
Description |
boolean |
Whether the gcs field is set.
|
hasNfs()
A Network File System (NFS) volume. For example, a
Filestore file share.
.google.cloud.batch.v1alpha.NFS nfs = 1;
Returns |
Type |
Description |
boolean |
Whether the nfs field is set.
|
hasPd() (deprecated)
Deprecated. google.cloud.batch.v1alpha.Volume.pd is deprecated. See
google/cloud/batch/v1alpha/volume.proto;l=36
Deprecated: please use device_name instead.
.google.cloud.batch.v1alpha.PD pd = 2 [deprecated = true];
Returns |
Type |
Description |
boolean |
Whether the pd field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Volume.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Volume.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Volume.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides