Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::BulkGetDataTableRowsRequest.
Request to get data table rows in bulk.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/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/{location}/instances/{instance}/dataTables/{data_table}
Returns
- (::String) — Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
#requests
def requests() -> ::Array<::Google::Cloud::Chronicle::V1::GetDataTableRowRequest>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::GetDataTableRowRequest>) — Required. Data table rows to get. At max 1,000 rows can be there in a request.
#requests=
def requests=(value) -> ::Array<::Google::Cloud::Chronicle::V1::GetDataTableRowRequest>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::GetDataTableRowRequest>) — Required. Data table rows to get. At max 1,000 rows can be there in a request.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::GetDataTableRowRequest>) — Required. Data table rows to get. At max 1,000 rows can be there in a request.