Google Cloud Api Hub V1 Client - Class ValueType (0.3.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class ValueType.

ValueType indicates the data type of the value.

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

Namespace

Google \ Cloud \ ApiHub \ V1 \ ConfigVariableTemplate

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

VALUE_TYPE_UNSPECIFIED

Value: 0

Value type is not specified.

Generated from protobuf enum VALUE_TYPE_UNSPECIFIED = 0;

STRING

Value: 1

Value type is string.

Generated from protobuf enum STRING = 1;

INT

Value: 2

Value type is integer.

Generated from protobuf enum INT = 2;

BOOL

Value: 3

Value type is boolean.

Generated from protobuf enum BOOL = 3;

SECRET

Value: 4

Value type is secret.

Generated from protobuf enum SECRET = 4;

ENUM

Value: 5

Value type is enum.

Generated from protobuf enum ENUM = 5;

MULTI_SELECT

Value: 6

Value type is multi select.

Generated from protobuf enum MULTI_SELECT = 6;

MULTI_STRING

Value: 7

Value type is multi string.

Generated from protobuf enum MULTI_STRING = 7;

MULTI_INT

Value: 8

Value type is multi int.

Generated from protobuf enum MULTI_INT = 8;