public static final class DiskConfig.Builder extends GeneratedMessageV3.Builder<DiskConfig.Builder> implements DiskConfigOrBuilder
Specifies the config of disk options for a group of VM instances.
Protobuf type google.cloud.dataproc.v1.DiskConfig
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DiskConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public DiskConfig build()
Returns
buildPartial()
public DiskConfig buildPartial()
Returns
clear()
public DiskConfig.Builder clear()
Returns
Overrides
clearBootDiskSizeGb()
public DiskConfig.Builder clearBootDiskSizeGb()
Optional. Size in GB of the boot disk (default is 500GB).
int32 boot_disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
clearBootDiskType()
public DiskConfig.Builder clearBootDiskType()
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
clearField(Descriptors.FieldDescriptor field)
public DiskConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearNumLocalSsds()
public DiskConfig.Builder clearNumLocalSsds()
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
clearOneof(Descriptors.OneofDescriptor oneof)
public DiskConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public DiskConfig.Builder clone()
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(DiskConfig other)
public DiskConfig.Builder mergeFrom(DiskConfig other)
Parameter
Returns
public DiskConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public DiskConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DiskConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setBootDiskSizeGb(int value)
public DiskConfig.Builder setBootDiskSizeGb(int value)
Optional. Size in GB of the boot disk (default is 500GB).
int32 boot_disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
value | int
The bootDiskSizeGb to set.
|
Returns
setBootDiskType(String value)
public DiskConfig.Builder setBootDiskType(String value)
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];
Parameter
Name | Description |
value | String
The bootDiskType to set.
|
Returns
setBootDiskTypeBytes(ByteString value)
public DiskConfig.Builder setBootDiskTypeBytes(ByteString value)
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];
Parameter
Name | Description |
value | ByteString
The bytes for bootDiskType to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public DiskConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setNumLocalSsds(int value)
public DiskConfig.Builder setNumLocalSsds(int value)
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];
Parameter
Name | Description |
value | int
The numLocalSsds to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DiskConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DiskConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides