Google Cloud Dataplex V1 Client - Class CreateEntryGroupRequest (1.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.
| 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 |
↳ entry_group_id |
string
Required. EntryGroup identifier. |
↳ entry_group |
EntryGroup
Required. EntryGroup Resource. |
↳ 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.
| 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 |
EntryGroup|null |
|
hasEntryGroup
clearEntryGroup
setEntryGroup
Required. EntryGroup Resource.
| Parameter | |
|---|---|
| Name | Description |
var |
EntryGroup
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValidateOnly
Optional. The service validates the request without performing any mutations. The default is false.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setValidateOnly
Optional. The service validates the request without performing any 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 |
entryGroup |
EntryGroup
Required. EntryGroup Resource. |
entryGroupId |
string
Required. EntryGroup identifier. |
| Returns | |
|---|---|
| Type | Description |
CreateEntryGroupRequest |
|