Send feedback
Class Volume (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
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.events.cloud.batch.v1.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
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.events.cloud.batch.v1.GCS gcs = 3;
Returns
Type
Description
GCS
The gcs.
getGcsOrBuilder()
public GCSOrBuilder getGcsOrBuilder ()
A Google Cloud Storage (GCS) volume.
.google.events.cloud.batch.v1.GCS gcs = 3;
getMountOptions(int index)
public String getMountOptions ( int index )
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 )
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 ()
Returns
Type
Description
int
The count of mountOptions.
getMountOptionsList()
public ProtocolStringList getMountOptionsList ()
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.events.cloud.batch.v1.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.events.cloud.batch.v1.NFS nfs = 1;
getParserForType()
public Parser<Volume> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSourceCase()
public Volume . SourceCase getSourceCase ()
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
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.events.cloud.batch.v1.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.events.cloud.batch.v1.NFS nfs = 1;
Returns
Type
Description
boolean
Whether the nfs 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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]