public final class LocalDisk extends GeneratedMessageV3 implements LocalDiskOrBuilder
Protobuf type google.cloud.compute.v1.LocalDisk
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
DISK_COUNT_FIELD_NUMBER
public static final int DISK_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DISK_SIZE_GB_FIELD_NUMBER
public static final int DISK_SIZE_GB_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DISK_TYPE_FIELD_NUMBER
public static final int DISK_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static LocalDisk getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static LocalDisk.Builder newBuilder()
newBuilder(LocalDisk prototype)
public static LocalDisk.Builder newBuilder(LocalDisk prototype)
Parameter |
Name |
Description |
prototype |
LocalDisk
|
public static LocalDisk parseDelimitedFrom(InputStream input)
public static LocalDisk parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static LocalDisk parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LocalDisk parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static LocalDisk parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LocalDisk parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LocalDisk parseFrom(CodedInputStream input)
public static LocalDisk parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LocalDisk parseFrom(InputStream input)
public static LocalDisk parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static LocalDisk parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LocalDisk parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<LocalDisk> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public LocalDisk getDefaultInstanceForType()
getDiskCount()
public int getDiskCount()
Specifies the number of such disks.
optional int32 disk_count = 182933485;
Returns |
Type |
Description |
int |
The diskCount.
|
getDiskSizeGb()
public int getDiskSizeGb()
Specifies the size of the disk in base-2 GB.
optional int32 disk_size_gb = 316263735;
Returns |
Type |
Description |
int |
The diskSizeGb.
|
getDiskType()
public String getDiskType()
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
optional string disk_type = 93009052;
Returns |
Type |
Description |
String |
The diskType.
|
getDiskTypeBytes()
public ByteString getDiskTypeBytes()
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
optional string disk_type = 93009052;
Returns |
Type |
Description |
ByteString |
The bytes for diskType.
|
getParserForType()
public Parser<LocalDisk> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasDiskCount()
public boolean hasDiskCount()
Specifies the number of such disks.
optional int32 disk_count = 182933485;
Returns |
Type |
Description |
boolean |
Whether the diskCount field is set.
|
hasDiskSizeGb()
public boolean hasDiskSizeGb()
Specifies the size of the disk in base-2 GB.
optional int32 disk_size_gb = 316263735;
Returns |
Type |
Description |
boolean |
Whether the diskSizeGb field is set.
|
hasDiskType()
public boolean hasDiskType()
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
optional string disk_type = 93009052;
Returns |
Type |
Description |
boolean |
Whether the diskType field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public LocalDisk.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LocalDisk.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public LocalDisk.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides