Reference documentation and code samples for the Google Cloud Chronicle V1 Client class UpdateDataTableRequest.
A request to update details of data table.
Generated from protobuf message google.cloud.chronicle.v1.UpdateDataTableRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_table
DataTable
Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}
↳ update_mask
Google\Protobuf\FieldMask
Optional. The list of metadata fields to update. Currently data tables only support updating the description
, row_time_to_live
and scope_info
fields. 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.
getDataTable
Required. This field is used to identify the datatable to update.
Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}
hasDataTable
clearDataTable
setDataTable
Required. This field is used to identify the datatable to update.
Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}
$this
getUpdateMask
Optional. The list of metadata fields to update. Currently data tables only
support updating the description
, row_time_to_live
and scope_info
fields. 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.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of metadata fields to update. Currently data tables only
support updating the description
, row_time_to_live
and scope_info
fields. 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.
$this
static::build
dataTable
DataTable
Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}
updateMask
Google\Protobuf\FieldMask
Optional. The list of metadata fields to update. Currently data tables only
support updating the description
, row_time_to_live
and scope_info
fields. 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.

