Google Cloud Data Catalog V1 Client - Class UpdateEntryGroupRequest (1.10.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ entry_group Google\Cloud\DataCatalog\V1\EntryGroup

Required. Updates for the entry group. The name field must be set.

↳ 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.

Returns
Type Description
Google\Cloud\DataCatalog\V1\EntryGroup|null

hasEntryGroup

clearEntryGroup

setEntryGroup

Required. Updates for the entry group. The name field must be set.

Parameter
Name Description
var Google\Cloud\DataCatalog\V1\EntryGroup
Returns
Type Description
$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.

Returns
Type Description
Google\Protobuf\FieldMask|null

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.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameter
Name Description
entryGroup Google\Cloud\DataCatalog\V1\EntryGroup

Required. Updates for the entry group. The name field must be set.

Returns
Type Description
Google\Cloud\DataCatalog\V1\UpdateEntryGroupRequest

static::buildFromEntryGroupUpdateMask

Parameters
Name Description
entryGroup Google\Cloud\DataCatalog\V1\EntryGroup

Required. Updates for the entry group. The name field must be set.

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.

Returns
Type Description
Google\Cloud\DataCatalog\V1\UpdateEntryGroupRequest