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

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

Request to replace 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::CreateDataTableRowRequest>
Returns
  • (::Array<::Google::Cloud::Chronicle::V1::CreateDataTableRowRequest>) — Required. Data table rows to replace the existing data table rows. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be replaced in a single request. Total size of the rows should be less than 4MB.

#requests=

def requests=(value) -> ::Array<::Google::Cloud::Chronicle::V1::CreateDataTableRowRequest>
Parameter
  • value (::Array<::Google::Cloud::Chronicle::V1::CreateDataTableRowRequest>) — Required. Data table rows to replace the existing data table rows. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be replaced in a single request. Total size of the rows should be less than 4MB.
Returns
  • (::Array<::Google::Cloud::Chronicle::V1::CreateDataTableRowRequest>) — Required. Data table rows to replace the existing data table rows. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be replaced in a single request. Total size of the rows should be less than 4MB.