Class: Google::Cloud::Chronicle::V1::BulkReplaceDataTableRowsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::BulkReplaceDataTableRowsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/data_table.rb
Overview
Response message with data table rows that replaced existing data table rows.
Instance Attribute Summary collapse
-
#data_table_rows ⇒ ::Array<::Google::Cloud::Chronicle::V1::DataTableRow>
DataTableRows that replaced existing data table rows.
Instance Attribute Details
#data_table_rows ⇒ ::Array<::Google::Cloud::Chronicle::V1::DataTableRow>
Returns DataTableRows that replaced existing data table rows.
291 292 293 294 |
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 291 class BulkReplaceDataTableRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |