Class: Google::Cloud::Chronicle::V1::BulkUpdateDataTableRowsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/data_table.rb

Overview

Request to update data table rows in bulk.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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}



306
307
308
309
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 306

class BulkUpdateDataTableRowsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#requests::Array<::Google::Cloud::Chronicle::V1::UpdateDataTableRowRequest>

Returns 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:



306
307
308
309
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 306

class BulkUpdateDataTableRowsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end