Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ListDataTableRowsResponse.
Response message for listing data table rows.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_table_rows
def data_table_rows() -> ::Array<::Google::Cloud::Chronicle::V1::DataTableRow>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::DataTableRow>) — The list of the data table rows returned.
#data_table_rows=
def data_table_rows=(value) -> ::Array<::Google::Cloud::Chronicle::V1::DataTableRow>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::DataTableRow>) — The list of the data table rows returned.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::DataTableRow>) — The list of the data table rows returned.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — Optional. A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — Optional. A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.