Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::UpdateDataTableRowRequest.
Request to update 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. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
#data_table_row=
def data_table_row=(value) -> ::Google::Cloud::Chronicle::V1::DataTableRow
Parameter
- value (::Google::Cloud::Chronicle::V1::DataTableRow) — Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
Returns
- (::Google::Cloud::Chronicle::V1::DataTableRow) — Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Optional. The list of fields to update. Currently data table rows only
support updating the
valuesfield. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update. Currently data table rows only
support updating the
valuesfield. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.
Returns
-
(::Google::Protobuf::FieldMask) — Optional. The list of fields to update. Currently data table rows only
support updating the
valuesfield. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.