Chronicle V1 API - Class Google::Cloud::Chronicle::V1::CreateDataTableRowRequest (v0.5.0)

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

#data_table_row=

def data_table_row=(value) -> ::Google::Cloud::Chronicle::V1::DataTableRow
Parameter
Returns

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