Google Cloud Data Catalog V1 Client - Class GetEntryGroupRequest (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class GetEntryGroupRequest.

Request message for GetEntryGroup.

Generated from protobuf message google.cloud.datacatalog.v1.GetEntryGroupRequest

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the entry group to get.

↳ read_mask Google\Protobuf\FieldMask

The fields to return. If empty or omitted, all fields are returned.

getName

Required. The name of the entry group to get.

Returns
TypeDescription
string

setName

Required. The name of the entry group to get.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReadMask

The fields to return. If empty or omitted, all fields are returned.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasReadMask

clearReadMask

setReadMask

The fields to return. If empty or omitted, all fields are returned.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the entry group to get. Please see Google\Cloud\DataCatalog\V1\DataCatalogClient::entryGroupName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\GetEntryGroupRequest

static::buildFromNameReadMask

Parameters
NameDescription
name string

Required. The name of the entry group to get. Please see Google\Cloud\DataCatalog\V1\DataCatalogClient::entryGroupName() for help formatting this field.

readMask Google\Protobuf\FieldMask

The fields to return. If empty or omitted, all fields are returned.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\GetEntryGroupRequest