Enum UnitVariable.Type (0.2.0)

public enum UnitVariable.Type extends Enum<UnitVariable.Type> implements ProtocolMessageEnum

Enumeration of variable types.

Protobuf enum google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
BOOL

Variable type is bool.

BOOL = 3;

BOOL_VALUE

Variable type is bool.

BOOL = 3;

INT

Variable type is int.

INT = 2;

INT_VALUE

Variable type is int.

INT = 2;

STRING

Variable type is string.

STRING = 1;

STRING_VALUE

Variable type is string.

STRING = 1;

TYPE_UNSPECIFIED

Variable type is unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Variable type is unspecified.

TYPE_UNSPECIFIED = 0;

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()