Class ExascaleConfig.Builder (0.43.0)

public static final class ExascaleConfig.Builder extends GeneratedMessage.Builder<ExascaleConfig.Builder> implements ExascaleConfigOrBuilder

Details of the Exascale configuration for the Exadata Infrastructure.

Protobuf type google.cloud.oracledatabase.v1.ExascaleConfig

Static Methods

getDescriptor()

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

Methods

build()

public ExascaleConfig build()
Returns
Type Description
ExascaleConfig

buildPartial()

public ExascaleConfig buildPartial()
Returns
Type Description
ExascaleConfig

clear()

public ExascaleConfig.Builder clear()
Returns
Type Description
ExascaleConfig.Builder
Overrides

clearAvailableStorageSizeGb()

public ExascaleConfig.Builder clearAvailableStorageSizeGb()

Output only. Available storage size for Exascale in GBs.

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

Returns
Type Description
ExascaleConfig.Builder

This builder for chaining.

clearTotalStorageSizeGb()

public ExascaleConfig.Builder clearTotalStorageSizeGb()

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
ExascaleConfig.Builder

This builder for chaining.

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExascaleConfig other)

public ExascaleConfig.Builder mergeFrom(ExascaleConfig other)
Parameter
Name Description
other ExascaleConfig
Returns
Type Description
ExascaleConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExascaleConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExascaleConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExascaleConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExascaleConfig.Builder
Overrides

setAvailableStorageSizeGb(int value)

public ExascaleConfig.Builder setAvailableStorageSizeGb(int value)

Output only. Available storage size for Exascale in GBs.

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

Parameter
Name Description
value int

The availableStorageSizeGb to set.

Returns
Type Description
ExascaleConfig.Builder

This builder for chaining.

setTotalStorageSizeGb(int value)

public ExascaleConfig.Builder setTotalStorageSizeGb(int value)

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

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

Parameter
Name Description
value int

The totalStorageSizeGb to set.

Returns
Type Description
ExascaleConfig.Builder

This builder for chaining.