Enum PointSizeType (0.31.0)

public enum PointSizeType extends Enum<PointSizeType> implements ProtocolMessageEnum

Point size type for the map.

Protobuf enum google.cloud.chronicle.v1.PointSizeType

Implements

ProtocolMessageEnum

Static Fields

Name Description
POINT_SIZE_TYPE_FIXED

Point size is fixed.

POINT_SIZE_TYPE_FIXED = 1;

POINT_SIZE_TYPE_FIXED_VALUE

Point size is fixed.

POINT_SIZE_TYPE_FIXED = 1;

POINT_SIZE_TYPE_PROPORTIONAL_TO_SIZE

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

POINT_SIZE_TYPE_PROPORTIONAL_TO_SIZE = 2;

POINT_SIZE_TYPE_PROPORTIONAL_TO_SIZE_VALUE

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

POINT_SIZE_TYPE_PROPORTIONAL_TO_SIZE = 2;

POINT_SIZE_TYPE_UNSPECIFIED

Point size is not specified.

POINT_SIZE_TYPE_UNSPECIFIED = 0;

POINT_SIZE_TYPE_UNSPECIFIED_VALUE

Point size is not specified.

POINT_SIZE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()