public static interface DashboardChart.Visualization.GoogleMapsConfig.DataSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCountColumn()
public abstract String getCountColumn()Optional. Field to count.
string count_column = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The countColumn. |
getCountColumnBytes()
public abstract ByteString getCountColumnBytes()Optional. Field to count.
string count_column = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for countColumn. |
getLatitudeColumn()
public abstract String getLatitudeColumn()Optional. Latitude column.
string latitude_column = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The latitudeColumn. |
getLatitudeColumnBytes()
public abstract ByteString getLatitudeColumnBytes()Optional. Latitude column.
string latitude_column = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for latitudeColumn. |
getLongitudeColumn()
public abstract String getLongitudeColumn()Optional. Longitude column.
string longitude_column = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The longitudeColumn. |
getLongitudeColumnBytes()
public abstract ByteString getLongitudeColumnBytes()Optional. Longitude column.
string longitude_column = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for longitudeColumn. |