public static interface DashboardChart.Visualization.GoogleMapsConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataSettings()
public abstract DashboardChart.Visualization.GoogleMapsConfig.DataSettings getDataSettings()Optional. Data settings for the map.
.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.DataSettings data_settings = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.GoogleMapsConfig.DataSettings |
The dataSettings. |
getDataSettingsOrBuilder()
public abstract DashboardChart.Visualization.GoogleMapsConfig.DataSettingsOrBuilder getDataSettingsOrBuilder()Optional. Data settings for the map.
.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.DataSettings data_settings = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.GoogleMapsConfig.DataSettingsOrBuilder |
|
getMapPosition()
public abstract DashboardChart.Visualization.GoogleMapsConfig.MapPosition getMapPosition()Optional. Map position settings for the map.
.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.MapPosition map_position = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.GoogleMapsConfig.MapPosition |
The mapPosition. |
getMapPositionOrBuilder()
public abstract DashboardChart.Visualization.GoogleMapsConfig.MapPositionOrBuilder getMapPositionOrBuilder()Optional. Map position settings for the map.
.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.MapPosition map_position = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.GoogleMapsConfig.MapPositionOrBuilder |
|
getPlotMode()
public abstract PlotMode getPlotMode()Optional. Plot mode for the map. This is used to determine whether to show points, heatmap or both.
.google.cloud.chronicle.v1.PlotMode plot_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PlotMode |
The plotMode. |
getPlotModeValue()
public abstract int getPlotModeValue()Optional. Plot mode for the map. This is used to determine whether to show points, heatmap or both.
.google.cloud.chronicle.v1.PlotMode plot_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for plotMode. |
getPointSettings()
public abstract DashboardChart.Visualization.GoogleMapsConfig.PointSettings getPointSettings()Optional. Point settings for the map.
.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.PointSettings point_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.GoogleMapsConfig.PointSettings |
The pointSettings. |
getPointSettingsOrBuilder()
public abstract DashboardChart.Visualization.GoogleMapsConfig.PointSettingsOrBuilder getPointSettingsOrBuilder()Optional. Point settings for the map.
.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.PointSettings point_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.GoogleMapsConfig.PointSettingsOrBuilder |
|
hasDataSettings()
public abstract boolean hasDataSettings()Optional. Data settings for the map.
.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.DataSettings data_settings = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataSettings field is set. |
hasMapPosition()
public abstract boolean hasMapPosition()Optional. Map position settings for the map.
.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.MapPosition map_position = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mapPosition field is set. |
hasPointSettings()
public abstract boolean hasPointSettings()Optional. Point settings for the map.
.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.PointSettings point_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pointSettings field is set. |