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 \ V1Methods
__construct
Constructor.
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
↳ validate_only
bool
Optional. The service validates the request without performing any 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.
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.
var
string
$this
getEntryGroupId
Required. EntryGroup identifier.
string
setEntryGroupId
Required. EntryGroup identifier.
var
string
$this
getEntryGroup
Required. EntryGroup Resource.
hasEntryGroup
clearEntryGroup
setEntryGroup
Required. EntryGroup Resource.
$this
getValidateOnly
Optional. The service validates the request without performing any mutations. The default is false.
bool
setValidateOnly
Optional. The service validates the request without performing any mutations. The default is false.
var
bool
$this
static::build
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 CatalogServiceClient::locationName()
for help formatting this field.
entryGroup
entryGroupId
string
Required. EntryGroup identifier.