Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig.
Google Maps config for a chart if chart type is map.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_settings
def data_settings() -> ::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::DataSettings
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::DataSettings) — Optional. Data settings for the map.
#data_settings=
def data_settings=(value) -> ::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::DataSettings
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::DataSettings) — Optional. Data settings for the map.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::DataSettings) — Optional. Data settings for the map.
#map_position
def map_position() -> ::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::MapPosition
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::MapPosition) — Optional. Map position settings for the map.
#map_position=
def map_position=(value) -> ::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::MapPosition
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::MapPosition) — Optional. Map position settings for the map.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::MapPosition) — Optional. Map position settings for the map.
#plot_mode
def plot_mode() -> ::Google::Cloud::Chronicle::V1::PlotMode
Returns
- (::Google::Cloud::Chronicle::V1::PlotMode) — Optional. Plot mode for the map. This is used to determine whether to show points, heatmap or both.
#plot_mode=
def plot_mode=(value) -> ::Google::Cloud::Chronicle::V1::PlotMode
Parameter
- value (::Google::Cloud::Chronicle::V1::PlotMode) — Optional. Plot mode for the map. This is used to determine whether to show points, heatmap or both.
Returns
- (::Google::Cloud::Chronicle::V1::PlotMode) — Optional. Plot mode for the map. This is used to determine whether to show points, heatmap or both.
#point_settings
def point_settings() -> ::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::PointSettings
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::PointSettings) — Optional. Point settings for the map.
#point_settings=
def point_settings=(value) -> ::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::PointSettings
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::PointSettings) — Optional. Point settings for the map.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::PointSettings) — Optional. Point settings for the map.