Chronicle V1 API - Class Google::Cloud::Chronicle::V1::ListDataTableRowsRequest (v0.5.0)

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

Request to list data table rows.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Filter facilitating search over data table rows. This filter performs a case-insensitive substring match on the row values.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Filter facilitating search over data table rows. This filter performs a case-insensitive substring match on the row values.
Returns
  • (::String) — Optional. Filter facilitating search over data table rows. This filter performs a case-insensitive substring match on the row values.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. Configures ordering of DataTables in the response. Note: Our implementation currently supports order by "create_time asc" only

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. Configures ordering of DataTables in the response. Note: Our implementation currently supports order by "create_time asc" only
Returns
  • (::String) — Optional. Configures ordering of DataTables in the response. Note: Our implementation currently supports order by "create_time asc" only

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of data table rows to return. The service may return fewer than this value. If unspecified, at most 100 data table rows will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of data table rows to return. The service may return fewer than this value. If unspecified, at most 100 data table rows will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Returns
  • (::Integer) — Optional. The maximum number of data table rows to return. The service may return fewer than this value. If unspecified, at most 100 data table rows will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A page token, received from a previous ListDataTableRows call.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A page token, received from a previous ListDataTableRows call.
Returns
  • (::String) — Optional. A page token, received from a previous ListDataTableRows call.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource id of the data table. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource id of the data table. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}
Returns
  • (::String) — Required. The resource id of the data table. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}