Google Cloud Ces V1 Client - Class Type (0.1.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class Type.

OpenAPI data types.

Protobuf type google.cloud.ces.v1.Schema.Type

Namespace

Google \ Cloud \ Ces \ V1 \ Schema

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Type unspecified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

STRING

Value: 1

String type.

Generated from protobuf enum STRING = 1;

INTEGER

Value: 2

Integer type.

Generated from protobuf enum INTEGER = 2;

NUMBER

Value: 3

Number type.

Generated from protobuf enum NUMBER = 3;

BOOLEAN

Value: 4

Boolean type.

Generated from protobuf enum BOOLEAN = 4;

OBJECT

Value: 5

Object type.

Generated from protobuf enum OBJECT = 5;

PBARRAY

Value: 6

Array type.

Generated from protobuf enum ARRAY = 6;