Interface DashboardChart.Visualization.GoogleMapsConfig.PointSettingsOrBuilder (0.31.0)

public static interface DashboardChart.Visualization.GoogleMapsConfig.PointSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColor()

public abstract String getColor()

Optional. Color for the point on the map.

string color = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The color.

getColorBytes()

public abstract ByteString getColorBytes()

Optional. Color for the point on the map.

string color = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for color.

getPointSizeType()

public abstract PointSizeType getPointSizeType()

Optional. Point size type for the map. This is used to determine the size of the points on the map.

.google.cloud.chronicle.v1.PointSizeType point_size_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PointSizeType

The pointSizeType.

getPointSizeTypeValue()

public abstract int getPointSizeTypeValue()

Optional. Point size type for the map. This is used to determine the size of the points on the map.

.google.cloud.chronicle.v1.PointSizeType point_size_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for pointSizeType.