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

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

Type of data

Protobuf type google.cloud.apihub.v1.HttpOperationDetails.DataType

Namespace

Google \ Cloud \ ApiHub \ V1 \ HttpOperationDetails

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_TYPE_UNSPECIFIED

Value: 0

Unspecified data type

Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;

BOOL

Value: 1

Boolean data type

Generated from protobuf enum BOOL = 1;

INTEGER

Value: 2

Integer data type

Generated from protobuf enum INTEGER = 2;

FLOAT

Value: 3

Float data type

Generated from protobuf enum FLOAT = 3;

STRING

Value: 4

String data type

Generated from protobuf enum STRING = 4;

UUID

Value: 5

UUID data type

Generated from protobuf enum UUID = 5;