Class: Google::Cloud::Chronicle::V1::CreateDataTableRowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::CreateDataTableRowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/data_table.rb
Overview
Request to create data table row.
Instance Attribute Summary collapse
-
#data_table_row ⇒ ::Google::Cloud::Chronicle::V1::DataTableRow
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#data_table_row ⇒ ::Google::Cloud::Chronicle::V1::DataTableRow
Returns Required. The data table row to create.
137 138 139 140 |
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 137 class CreateDataTableRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}.
137 138 139 140 |
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 137 class CreateDataTableRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |