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

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DataTableRow.

DataTableRow represents a single row in a data table.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#name

def name() -> ::String
Returns
  • (::String) — Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
Returns
  • (::String) — Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

#row_time_to_live

def row_time_to_live() -> ::String
Returns
  • (::String) — Optional. User-provided TTL of the data table row.

#row_time_to_live=

def row_time_to_live=(value) -> ::String
Parameter
  • value (::String) — Optional. User-provided TTL of the data table row.
Returns
  • (::String) — Optional. User-provided TTL of the data table row.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#values

def values() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. All column values for a single row. The values should be in the same order as the columns of the data tables.

#values=

def values=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. All column values for a single row. The values should be in the same order as the columns of the data tables.
Returns
  • (::Array<::String>) — Required. All column values for a single row. The values should be in the same order as the columns of the data tables.