Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DashboardQuery.
DashboardQuery resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dashboard_chart
def dashboard_chart() -> ::String
Returns
- (::String) — Output only. DashboardChart this query belongs to.
#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.
#input
def input() -> ::Google::Cloud::Chronicle::V1::DashboardQuery::Input
Returns
- (::Google::Cloud::Chronicle::V1::DashboardQuery::Input) — Required. Inputs to the query.
#input=
def input=(value) -> ::Google::Cloud::Chronicle::V1::DashboardQuery::Input
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardQuery::Input) — Required. Inputs to the query.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardQuery::Input) — Required. Inputs to the query.
#name
def name() -> ::String
Returns
- (::String) — Output only. Name of the dashboardQuery.
#query
def query() -> ::String
Returns
- (::String) — Required. Search query string.
#query=
def query=(value) -> ::String
Parameter
- value (::String) — Required. Search query string.
Returns
- (::String) — Required. Search query string.