Class PersistentDiskSpec (3.44.0)

public final class PersistentDiskSpec extends GeneratedMessageV3 implements PersistentDiskSpecOrBuilder

Represents the spec of persistent disk options.

Protobuf type google.cloud.aiplatform.v1.PersistentDiskSpec

Static Fields

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

getDescriptor()

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

newBuilder()

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

newBuilder(PersistentDiskSpec prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public PersistentDiskSpec getDefaultInstanceForType()
Returns
Type Description
PersistentDiskSpec

getDiskSizeGb()

public long getDiskSizeGb()

Size in GB of the disk (default is 100GB).

int64 disk_size_gb = 2;

Returns
Type Description
long

The diskSizeGb.

getDiskType()

public String getDiskType()

Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)

string disk_type = 1;

Returns
Type Description
String

The diskType.

getDiskTypeBytes()

public ByteString getDiskTypeBytes()

Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)

string disk_type = 1;

Returns
Type Description
ByteString

The bytes for diskType.

getParserForType()

public Parser<PersistentDiskSpec> getParserForType()
Returns
Type Description
Parser<PersistentDiskSpec>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 PersistentDiskSpec.Builder newBuilderForType()
Returns
Type Description
PersistentDiskSpec.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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