Enum ConfigVariableTemplate.ValueType (0.28.0)

public enum ConfigVariableTemplate.ValueType extends Enum<ConfigVariableTemplate.ValueType> implements ProtocolMessageEnum

ValueType indicates the data type of the value.

Protobuf enum google.cloud.apihub.v1.ConfigVariableTemplate.ValueType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BOOL

Value type is boolean.

BOOL = 3;

BOOL_VALUE

Value type is boolean.

BOOL = 3;

ENUM

Value type is enum.

ENUM = 5;

ENUM_VALUE

Value type is enum.

ENUM = 5;

INT

Value type is integer.

INT = 2;

INT_VALUE

Value type is integer.

INT = 2;

MULTI_INT

Value type is multi int.

MULTI_INT = 8;

MULTI_INT_VALUE

Value type is multi int.

MULTI_INT = 8;

MULTI_SELECT

Value type is multi select.

MULTI_SELECT = 6;

MULTI_SELECT_VALUE

Value type is multi select.

MULTI_SELECT = 6;

MULTI_STRING

Value type is multi string.

MULTI_STRING = 7;

MULTI_STRING_VALUE

Value type is multi string.

MULTI_STRING = 7;

SECRET

Value type is secret.

SECRET = 4;

SECRET_VALUE

Value type is secret.

SECRET = 4;

STRING

Value type is string.

STRING = 1;

STRING_VALUE

Value type is string.

STRING = 1;

UNRECOGNIZED
VALUE_TYPE_UNSPECIFIED

Value type is not specified.

VALUE_TYPE_UNSPECIFIED = 0;

VALUE_TYPE_UNSPECIFIED_VALUE

Value type is not specified.

VALUE_TYPE_UNSPECIFIED = 0;

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