Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DashboardChart.
DashboardChart resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#chart_datasource
def chart_datasource() -> ::Google::Cloud::Chronicle::V1::DashboardChart::ChartDatasource
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::ChartDatasource) — Optional. Query and datasource used in the chart. Should be empty for Button Tiles.
#chart_datasource=
def chart_datasource=(value) -> ::Google::Cloud::Chronicle::V1::DashboardChart::ChartDatasource
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardChart::ChartDatasource) — Optional. Query and datasource used in the chart. Should be empty for Button Tiles.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::ChartDatasource) — Optional. Query and datasource used in the chart. Should be empty for Button Tiles.
#description
def description() -> ::String
Returns
- (::String) — Optional. Description of the dashboardChart.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Description of the dashboardChart.
Returns
- (::String) — Optional. Description of the dashboardChart.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. Display name/Title of the dashboardChart visible to users.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. Display name/Title of the dashboardChart visible to users.
Returns
- (::String) — Required. Display name/Title of the dashboardChart visible to users.
#drill_down_config
def drill_down_config() -> ::Google::Cloud::Chronicle::V1::DashboardChart::DrillDownConfig
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::DrillDownConfig) — Optional. Drill down configuration.
#drill_down_config=
def drill_down_config=(value) -> ::Google::Cloud::Chronicle::V1::DashboardChart::DrillDownConfig
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardChart::DrillDownConfig) — Optional. Drill down configuration.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::DrillDownConfig) — Optional. Drill down configuration.
#etag
def etag() -> ::String
Returns
- (::String) — Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Returns
- (::String) — Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
#name
def name() -> ::String
Returns
- (::String) — Output only. Name of the dashboardChart.
#native_dashboard
def native_dashboard() -> ::String
Returns
- (::String) — Output only. NativeDashboard this chart belongs to.
#tile_type
def tile_type() -> ::Google::Cloud::Chronicle::V1::TileType
Returns
- (::Google::Cloud::Chronicle::V1::TileType) — Optional. Type of tile i.e., visualization, button or text.
#tile_type=
def tile_type=(value) -> ::Google::Cloud::Chronicle::V1::TileType
Parameter
- value (::Google::Cloud::Chronicle::V1::TileType) — Optional. Type of tile i.e., visualization, button or text.
Returns
- (::Google::Cloud::Chronicle::V1::TileType) — Optional. Type of tile i.e., visualization, button or text.
#tokens
def tokens() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. List of Advanced Filter tokens used in this chart's query (e.g., "hostname", "ip"). This allows the UI to identify dependencies without parsing the query text. The tokens are stored without the wrapping '$' characters. The number of tokens are not expected to be more than 10.
#tokens=
def tokens=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. List of Advanced Filter tokens used in this chart's query (e.g., "hostname", "ip"). This allows the UI to identify dependencies without parsing the query text. The tokens are stored without the wrapping '$' characters. The number of tokens are not expected to be more than 10.
Returns
- (::Array<::String>) — Optional. List of Advanced Filter tokens used in this chart's query (e.g., "hostname", "ip"). This allows the UI to identify dependencies without parsing the query text. The tokens are stored without the wrapping '$' characters. The number of tokens are not expected to be more than 10.
#visualization
def visualization() -> ::Google::Cloud::Chronicle::V1::DashboardChart::Visualization
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization) — Required. Depending on tile_type one of below fields will be required.
#visualization=
def visualization=(value) -> ::Google::Cloud::Chronicle::V1::DashboardChart::Visualization
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization) — Required. Depending on tile_type one of below fields will be required.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart::Visualization) — Required. Depending on tile_type one of below fields will be required.