Google Cloud Dataplex V1 Client - Class CreateEntryGroupRequest (0.16.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateEntryGroupRequest.

Create EntryGroup Request

Generated from protobuf message google.cloud.dataplex.v1.CreateEntryGroupRequest

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the entryGroup, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

↳ entry_group_id string

Required. EntryGroup identifier.

↳ entry_group Google\Cloud\Dataplex\V1\EntryGroup

Required. EntryGroup Resource

↳ validate_only bool

Optional. Only validate the request, but do not perform mutations. The default is false.

getParent

Required. The resource name of the entryGroup, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

Returns
Type Description
string

setParent

Required. The resource name of the entryGroup, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

Parameter
Name Description
var string
Returns
Type Description
$this

getEntryGroupId

Required. EntryGroup identifier.

Returns
Type Description
string

setEntryGroupId

Required. EntryGroup identifier.

Parameter
Name Description
var string
Returns
Type Description
$this

getEntryGroup

Required. EntryGroup Resource

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

hasEntryGroup

clearEntryGroup

setEntryGroup

Required. EntryGroup Resource

Parameter
Name Description
var Google\Cloud\Dataplex\V1\EntryGroup
Returns
Type Description
$this

getValidateOnly

Optional. Only validate the request, but do not perform mutations.

The default is false.

Returns
Type Description
bool

setValidateOnly

Optional. Only validate the request, but do not perform mutations.

The default is false.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The resource name of the entryGroup, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region. Please see Google\Cloud\Dataplex\V1\CatalogServiceClient::locationName() for help formatting this field.

entryGroup Google\Cloud\Dataplex\V1\EntryGroup

Required. EntryGroup Resource

entryGroupId string

Required. EntryGroup identifier.

Returns
Type Description
Google\Cloud\Dataplex\V1\CreateEntryGroupRequest