Class LocalDisk (1.52.0)

public final class LocalDisk extends GeneratedMessageV3 implements LocalDiskOrBuilder

Protobuf type google.cloud.compute.v1.LocalDisk

Implements

LocalDiskOrBuilder

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()
Returns
Type Description
LocalDisk

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static LocalDisk.Builder newBuilder()
Returns
Type Description
LocalDisk.Builder

newBuilder(LocalDisk prototype)

public static LocalDisk.Builder newBuilder(LocalDisk prototype)
Parameter
Name Description
prototype LocalDisk
Returns
Type Description
LocalDisk.Builder

parseDelimitedFrom(InputStream input)

public static LocalDisk parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LocalDisk
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LocalDisk parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LocalDisk
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static LocalDisk parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
LocalDisk
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LocalDisk parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LocalDisk
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LocalDisk parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
LocalDisk
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LocalDisk parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LocalDisk
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LocalDisk parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
LocalDisk
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LocalDisk parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LocalDisk
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static LocalDisk parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LocalDisk
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LocalDisk parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LocalDisk
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static LocalDisk parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
LocalDisk
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LocalDisk parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LocalDisk
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<LocalDisk> parser()
Returns
Type Description
Parser<LocalDisk>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public LocalDisk getDefaultInstanceForType()
Returns
Type Description
LocalDisk

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()
Returns
Type Description
Parser<LocalDisk>
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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public LocalDisk.Builder newBuilderForType()
Returns
Type Description
LocalDisk.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LocalDisk.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
LocalDisk.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public LocalDisk.Builder toBuilder()
Returns
Type Description
LocalDisk.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException