Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DashboardChart::ChartDatasource.
Datasource of the chart including the query reference and source name.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dashboard_query
def dashboard_query() -> ::String
Returns
- (::String) — Reference to dashboard query resource used in the chart.
#dashboard_query=
def dashboard_query=(value) -> ::String
Parameter
- value (::String) — Reference to dashboard query resource used in the chart.
Returns
- (::String) — Reference to dashboard query resource used in the chart.
#data_sources
def data_sources() -> ::Array<::Google::Cloud::Chronicle::V1::DataSource>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::DataSource>) — Name of the datasource used in the chart.
#data_sources=
def data_sources=(value) -> ::Array<::Google::Cloud::Chronicle::V1::DataSource>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::DataSource>) — Name of the datasource used in the chart.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::DataSource>) — Name of the datasource used in the chart.