Class ExascaleConfig (0.43.0)

public final class ExascaleConfig extends GeneratedMessage implements ExascaleConfigOrBuilder

Details of the Exascale configuration for the Exadata Infrastructure.

Protobuf type google.cloud.oracledatabase.v1.ExascaleConfig

Static Fields

AVAILABLE_STORAGE_SIZE_GB_FIELD_NUMBER

public static final int AVAILABLE_STORAGE_SIZE_GB_FIELD_NUMBER
Field Value
Type Description
int

TOTAL_STORAGE_SIZE_GB_FIELD_NUMBER

public static final int TOTAL_STORAGE_SIZE_GB_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ExascaleConfig getDefaultInstance()
Returns
Type Description
ExascaleConfig

getDescriptor()

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

newBuilder()

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

newBuilder(ExascaleConfig prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAvailableStorageSizeGb()

public int getAvailableStorageSizeGb()

Output only. Available storage size for Exascale in GBs.

int32 available_storage_size_gb = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The availableStorageSizeGb.

getDefaultInstanceForType()

public ExascaleConfig getDefaultInstanceForType()
Returns
Type Description
ExascaleConfig

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTotalStorageSizeGb()

public int getTotalStorageSizeGb()

Output only. Total storage size needed for Exascale in GBs.

int32 total_storage_size_gb = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The totalStorageSizeGb.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ExascaleConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ExascaleConfig.Builder
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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