Reference documentation and code samples for the Google Cloud Chronicle V1 Client class PointSizeType.
Point size type for the map.
Protobuf type google.cloud.chronicle.v1.PointSizeType
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
POINT_SIZE_TYPE_UNSPECIFIED
Value: 0Point size is not specified.
Generated from protobuf enum POINT_SIZE_TYPE_UNSPECIFIED = 0;
POINT_SIZE_TYPE_FIXED
Value: 1Point size is fixed.
Generated from protobuf enum POINT_SIZE_TYPE_FIXED = 1;
POINT_SIZE_TYPE_PROPORTIONAL_TO_SIZE
Value: 2Point size is proportional to the size of the data point.
Generated from protobuf enum POINT_SIZE_TYPE_PROPORTIONAL_TO_SIZE = 2;