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

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
NameDescription
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
TypeDescription
Google\Cloud\DataCatalog\V1\EntryGroup|null

hasEntryGroup

clearEntryGroup

setEntryGroup

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

Parameter
NameDescription
var Google\Cloud\DataCatalog\V1\EntryGroup
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
entryGroup Google\Cloud\DataCatalog\V1\EntryGroup

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

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\UpdateEntryGroupRequest

static::buildFromEntryGroupUpdateMask

Parameters
NameDescription
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
TypeDescription
Google\Cloud\DataCatalog\V1\UpdateEntryGroupRequest