Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CreateDataTableRowRequest.
Request to create data table row.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_table_row
def data_table_row() -> ::Google::Cloud::Chronicle::V1::DataTableRow
Returns
- (::Google::Cloud::Chronicle::V1::DataTableRow) — Required. The data table row to create.
#data_table_row=
def data_table_row=(value) -> ::Google::Cloud::Chronicle::V1::DataTableRow
Parameter
- value (::Google::Cloud::Chronicle::V1::DataTableRow) — Required. The data table row to create.
Returns
- (::Google::Cloud::Chronicle::V1::DataTableRow) — Required. The data table row to create.
#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}