public final class Disk extends GeneratedMessageV3 implements DiskOrBuilder
Describes the data disk used by a workflow job.
Protobuf type google.dataflow.v1beta3.Disk
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>)
Static Fields
DISK_TYPE_FIELD_NUMBER
public static final int DISK_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MOUNT_POINT_FIELD_NUMBER
public static final int MOUNT_POINT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SIZE_GB_FIELD_NUMBER
public static final int SIZE_GB_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Disk getDefaultInstance()
Returns |
---|
Type | Description |
Disk | |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Disk.Builder newBuilder()
newBuilder(Disk prototype)
public static Disk.Builder newBuilder(Disk prototype)
Parameter |
---|
Name | Description |
prototype | Disk
|
public static Disk parseDelimitedFrom(InputStream input)
Returns |
---|
Type | Description |
Disk | |
public static Disk parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Disk | |
parseFrom(byte[] data)
public static Disk parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
Returns |
---|
Type | Description |
Disk | |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Disk parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Disk | |
parseFrom(ByteString data)
public static Disk parseFrom(ByteString data)
Returns |
---|
Type | Description |
Disk | |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Disk parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Disk | |
public static Disk parseFrom(CodedInputStream input)
Returns |
---|
Type | Description |
Disk | |
public static Disk parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Disk | |
public static Disk parseFrom(InputStream input)
Returns |
---|
Type | Description |
Disk | |
public static Disk parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Disk | |
parseFrom(ByteBuffer data)
public static Disk parseFrom(ByteBuffer data)
Returns |
---|
Type | Description |
Disk | |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Disk parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Disk | |
parser()
public static Parser<Disk> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Disk getDefaultInstanceForType()
Returns |
---|
Type | Description |
Disk | |
getDiskType()
public String getDiskType()
Disk storage type, as defined by Google Compute Engine. This
must be a disk type appropriate to the project and zone in which
the workers will run. If unknown or unspecified, the service
will attempt to choose a reasonable default.
For example, the standard persistent disk type is a resource name
typically ending in "pd-standard". If SSD persistent disks are
available, the resource name typically ends with "pd-ssd". The
actual valid values are defined the Google Compute Engine API,
not by the Cloud Dataflow API; consult the Google Compute Engine
documentation for more information about determining the set of
available disk types for a particular project and zone.
Google Compute Engine Disk types are local to a particular
project in a particular zone, and so the resource name will
typically look something like this:
compute.googleapis.com/projects/project-id/zones/zone/diskTypes/pd-standard
string disk_type = 2;
Returns |
---|
Type | Description |
String | The diskType.
|
getDiskTypeBytes()
public ByteString getDiskTypeBytes()
Disk storage type, as defined by Google Compute Engine. This
must be a disk type appropriate to the project and zone in which
the workers will run. If unknown or unspecified, the service
will attempt to choose a reasonable default.
For example, the standard persistent disk type is a resource name
typically ending in "pd-standard". If SSD persistent disks are
available, the resource name typically ends with "pd-ssd". The
actual valid values are defined the Google Compute Engine API,
not by the Cloud Dataflow API; consult the Google Compute Engine
documentation for more information about determining the set of
available disk types for a particular project and zone.
Google Compute Engine Disk types are local to a particular
project in a particular zone, and so the resource name will
typically look something like this:
compute.googleapis.com/projects/project-id/zones/zone/diskTypes/pd-standard
string disk_type = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for diskType.
|
getMountPoint()
public String getMountPoint()
Directory in a VM where disk is mounted.
string mount_point = 3;
Returns |
---|
Type | Description |
String | The mountPoint.
|
getMountPointBytes()
public ByteString getMountPointBytes()
Directory in a VM where disk is mounted.
string mount_point = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for mountPoint.
|
getParserForType()
public Parser<Disk> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSizeGb()
Size of disk in GB. If zero or unspecified, the service will
attempt to choose a reasonable default.
int32 size_gb = 1;
Returns |
---|
Type | Description |
int | The sizeGb.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Disk.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Disk.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Disk.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides