Google Cloud Chronicle V1 Client - Class PointSizeType (0.4.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

POINT_SIZE_TYPE_UNSPECIFIED

Value: 0

Point size is not specified.

Generated from protobuf enum POINT_SIZE_TYPE_UNSPECIFIED = 0;

POINT_SIZE_TYPE_FIXED

Value: 1

Point size is fixed.

Generated from protobuf enum POINT_SIZE_TYPE_FIXED = 1;

POINT_SIZE_TYPE_PROPORTIONAL_TO_SIZE

Value: 2

Point size is proportional to the size of the data point.

Generated from protobuf enum POINT_SIZE_TYPE_PROPORTIONAL_TO_SIZE = 2;