Class: Google::Cloud::Chronicle::V1::BulkCreateDataTableRowsResponse

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

Response message with created data table rows.

Instance Attribute Summary collapse

Instance Attribute Details

#data_table_rows::Array<::Google::Cloud::Chronicle::V1::DataTableRow>

Returns DataTableRows created.

Returns:



241
242
243
244
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 241

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