Class ExadbVmClusterStorageDetails.Builder (0.32.0)

public static final class ExadbVmClusterStorageDetails.Builder extends GeneratedMessage.Builder<ExadbVmClusterStorageDetails.Builder> implements ExadbVmClusterStorageDetailsOrBuilder

The storage allocation for the exadbvmcluster, in gigabytes (GB).

Protobuf type google.cloud.oracledatabase.v1.ExadbVmClusterStorageDetails

Static Methods

getDescriptor()

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

Methods

build()

public ExadbVmClusterStorageDetails build()
Returns
Type Description
ExadbVmClusterStorageDetails

buildPartial()

public ExadbVmClusterStorageDetails buildPartial()
Returns
Type Description
ExadbVmClusterStorageDetails

clear()

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

clearSizeInGbsPerNode()

public ExadbVmClusterStorageDetails.Builder clearSizeInGbsPerNode()

Required. The storage allocation for the exadbvmcluster per node, in gigabytes (GB). This field is used to calculate the total storage allocation for the exadbvmcluster.

int32 size_in_gbs_per_node = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExadbVmClusterStorageDetails.Builder

This builder for chaining.

getDefaultInstanceForType()

public ExadbVmClusterStorageDetails getDefaultInstanceForType()
Returns
Type Description
ExadbVmClusterStorageDetails

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSizeInGbsPerNode()

public int getSizeInGbsPerNode()

Required. The storage allocation for the exadbvmcluster per node, in gigabytes (GB). This field is used to calculate the total storage allocation for the exadbvmcluster.

int32 size_in_gbs_per_node = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The sizeInGbsPerNode.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExadbVmClusterStorageDetails other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setSizeInGbsPerNode(int value)

public ExadbVmClusterStorageDetails.Builder setSizeInGbsPerNode(int value)

Required. The storage allocation for the exadbvmcluster per node, in gigabytes (GB). This field is used to calculate the total storage allocation for the exadbvmcluster.

int32 size_in_gbs_per_node = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The sizeInGbsPerNode to set.

Returns
Type Description
ExadbVmClusterStorageDetails.Builder

This builder for chaining.