Reference documentation and code samples for the Google API Common Protos Client class PropertyType.
Supported data type of the property values
Protobuf type google.api.Property.PropertyType
Namespace
Google \ Api \ PropertyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNSPECIFIED
Value: 0
The type is unspecified, and will result in an error.
Generated from protobuf enum UNSPECIFIED = 0;
INT64
Value: 1
The type is int64
.
Generated from protobuf enum INT64 = 1;
BOOL
Value: 2
The type is bool
.
Generated from protobuf enum BOOL = 2;
STRING
Value: 3
The type is string
.
Generated from protobuf enum STRING = 3;
DOUBLE
Value: 4
The type is 'double'.
Generated from protobuf enum DOUBLE = 4;