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

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DashboardQuery::Input.

Input to the query like time window.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#relative_time

def relative_time() -> ::Google::Cloud::Chronicle::V1::DashboardQuery::Input::RelativeTime
Returns

#relative_time=

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

#time_window

def time_window() -> ::Google::Type::Interval
Returns
  • (::Google::Type::Interval) — time range to fetch the data for.

    Note: The following fields are mutually exclusive: time_window, relative_time. If a field in that set is populated, all other fields in the set will automatically be cleared.

#time_window=

def time_window=(value) -> ::Google::Type::Interval
Parameter
  • value (::Google::Type::Interval) — time range to fetch the data for.

    Note: The following fields are mutually exclusive: time_window, relative_time. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Type::Interval) — time range to fetch the data for.

    Note: The following fields are mutually exclusive: time_window, relative_time. If a field in that set is populated, all other fields in the set will automatically be cleared.