Reference documentation and code samples for the Google Cloud Chronicle V1 Client class UpdateDataAccessLabelRequest.
Request message for UpdateDataAccessLabel method.
Generated from protobuf message google.cloud.chronicle.v1.UpdateDataAccessLabelRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_access_label
DataAccessLabel
Required. The data access label to update. The label's name
field is used to identify the label to update. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
↳ update_mask
Google\Protobuf\FieldMask
The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.
getDataAccessLabel
Required. The data access label to update.
The label's name
field is used to identify the label to update.
Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
hasDataAccessLabel
clearDataAccessLabel
setDataAccessLabel
Required. The data access label to update.
The label's name
field is used to identify the label to update.
Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
$this
getUpdateMask
The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.
$this
static::build
dataAccessLabel
DataAccessLabel
Required. The data access label to update.
The label's name
field is used to identify the label to update.
Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
updateMask
Google\Protobuf\FieldMask
The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.