public final class DiskConfig extends GeneratedMessageV3 implements DiskConfigOrBuilder
Specifies the config of disk options for a group of VM instances.
Protobuf type google.cloud.dataproc.v1.DiskConfig
Static Fields
BOOT_DISK_SIZE_GB_FIELD_NUMBER
public static final int BOOT_DISK_SIZE_GB_FIELD_NUMBER
Field Value
BOOT_DISK_TYPE_FIELD_NUMBER
public static final int BOOT_DISK_TYPE_FIELD_NUMBER
Field Value
LOCAL_SSD_INTERFACE_FIELD_NUMBER
public static final int LOCAL_SSD_INTERFACE_FIELD_NUMBER
Field Value
NUM_LOCAL_SSDS_FIELD_NUMBER
public static final int NUM_LOCAL_SSDS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static DiskConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static DiskConfig.Builder newBuilder()
Returns
newBuilder(DiskConfig prototype)
public static DiskConfig.Builder newBuilder(DiskConfig prototype)
Parameter
Returns
public static DiskConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static DiskConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static DiskConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiskConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static DiskConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiskConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DiskConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static DiskConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DiskConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static DiskConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static DiskConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiskConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<DiskConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getBootDiskSizeGb()
public int getBootDiskSizeGb()
Optional. Size in GB of the boot disk (default is 500GB).
int32 boot_disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
int | The bootDiskSizeGb.
|
getBootDiskType()
public String getBootDiskType()
Optional. Type of the boot disk (default is "pd-standard").
Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive),
"pd-ssd" (Persistent Disk Solid State Drive),
or "pd-standard" (Persistent Disk Hard Disk Drive).
See Disk types.
string boot_disk_type = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The bootDiskType.
|
getBootDiskTypeBytes()
public ByteString getBootDiskTypeBytes()
Optional. Type of the boot disk (default is "pd-standard").
Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive),
"pd-ssd" (Persistent Disk Solid State Drive),
or "pd-standard" (Persistent Disk Hard Disk Drive).
See Disk types.
string boot_disk_type = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
ByteString | The bytes for bootDiskType.
|
getDefaultInstanceForType()
public DiskConfig getDefaultInstanceForType()
Returns
getLocalSsdInterface()
public String getLocalSsdInterface()
Optional. Interface type of local SSDs (default is "scsi").
Valid values: "scsi" (Small Computer System Interface),
"nvme" (Non-Volatile Memory Express).
See local SSD
performance.
string local_ssd_interface = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The localSsdInterface.
|
getLocalSsdInterfaceBytes()
public ByteString getLocalSsdInterfaceBytes()
Optional. Interface type of local SSDs (default is "scsi").
Valid values: "scsi" (Small Computer System Interface),
"nvme" (Non-Volatile Memory Express).
See local SSD
performance.
string local_ssd_interface = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
ByteString | The bytes for localSsdInterface.
|
getNumLocalSsds()
public int getNumLocalSsds()
Optional. Number of attached SSDs, from 0 to 4 (default is 0).
If SSDs are not attached, the boot disk is used to store runtime logs and
HDFS data.
If one or more SSDs are attached, this runtime bulk
data is spread across them, and the boot disk contains only basic
config and installed binaries.
int32 num_local_ssds = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
int | The numLocalSsds.
|
getParserForType()
public Parser<DiskConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public DiskConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DiskConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public DiskConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions