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 \ SchemaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Type unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
STRING
Value: 1String type.
Generated from protobuf enum STRING = 1;
INTEGER
Value: 2Integer type.
Generated from protobuf enum INTEGER = 2;
NUMBER
Value: 3Number type.
Generated from protobuf enum NUMBER = 3;
BOOLEAN
Value: 4Boolean type.
Generated from protobuf enum BOOLEAN = 4;
OBJECT
Value: 5Object type.
Generated from protobuf enum OBJECT = 5;
PBARRAY
Value: 6Array type.
Generated from protobuf enum ARRAY = 6;