Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class UpdateEntryGroupRequest.
Request message for UpdateEntryGroup .
Generated from protobuf message google.cloud.datacatalog.v1.UpdateEntryGroupRequest
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ entry_group
↳ update_mask
Google\Protobuf\FieldMask
Names of fields whose values to overwrite on an entry group. If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.
getEntryGroup
Required. Updates for the entry group. The name
field must be set.
hasEntryGroup
clearEntryGroup
setEntryGroup
Required. Updates for the entry group. The name
field must be set.
$this
getUpdateMask
Names of fields whose values to overwrite on an entry group.
If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.
hasUpdateMask
clearUpdateMask
setUpdateMask
Names of fields whose values to overwrite on an entry group.
If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.
$this
static::build
entryGroup
static::buildFromEntryGroupUpdateMask
entryGroup
updateMask
Google\Protobuf\FieldMask
Names of fields whose values to overwrite on an entry group.
If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.