Send feedback
Class LocalDisk (1.28.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.28.0 keyboard_arrow_down
public final class LocalDisk extends GeneratedMessageV3 implements LocalDiskOrBuilder
Protobuf type google.cloud.compute.v1.LocalDisk
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
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 )
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
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
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 )
Overrides
toBuilder()
public LocalDisk . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]