Reference documentation and code samples for the Google Cloud Chronicle V1 Client class UpdateDataAccessScopeRequest.
Request message for UpdateDataAccessScope method.
Generated from protobuf message google.cloud.chronicle.v1.UpdateDataAccessScopeRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_access_scope
DataAccessScope
Required. The data access scope to update. The scope's name
field is used to identify the scope to update. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
↳ 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, the allowed and denied labels list fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.
getDataAccessScope
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
hasDataAccessScope
clearDataAccessScope
setDataAccessScope
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
$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, the allowed and denied labels list 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, the allowed and denied labels list fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.
$this
static::build
dataAccessScope
DataAccessScope
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
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, the allowed and denied labels list fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.