Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::BulkUpdateDataTableRowsRequest.
Request to update 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::UpdateDataTableRowRequest>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::UpdateDataTableRowRequest>) — Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
#requests=
def requests=(value) -> ::Array<::Google::Cloud::Chronicle::V1::UpdateDataTableRowRequest>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::UpdateDataTableRowRequest>) — Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::UpdateDataTableRowRequest>) — Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.