Enum DbSystemInitialStorageSizeProperties.ShapeType (0.42.0)

public enum DbSystemInitialStorageSizeProperties.ShapeType extends Enum<DbSystemInitialStorageSizeProperties.ShapeType> implements ProtocolMessageEnum

The shape type of the DB system.

Protobuf enum google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeProperties.ShapeType

Implements

ProtocolMessageEnum

Static Fields

Name Description
SHAPE_TYPE_UNSPECIFIED

Unspecified shape type.

SHAPE_TYPE_UNSPECIFIED = 0;

SHAPE_TYPE_UNSPECIFIED_VALUE

Unspecified shape type.

SHAPE_TYPE_UNSPECIFIED = 0;

STANDARD_X86

Standard X86.

STANDARD_X86 = 1;

STANDARD_X86_VALUE

Standard X86.

STANDARD_X86 = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()