Chronicle V1 API - Class Google::Cloud::Chronicle::V1::DashboardQuery (v0.6.0)

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

#input=

def input=(value) -> ::Google::Cloud::Chronicle::V1::DashboardQuery::Input
Parameter
Returns

#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.