Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateEntryTypeRequest.
Create EntryType Request
Generated from protobuf message google.cloud.dataplex.v1.CreateEntryTypeRequest
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 EntryType, of the form: projects/{project_number}/locations/{location_id} where |
↳ entry_type_id |
string
Required. EntryType identifier. |
↳ entry_type |
Google\Cloud\Dataplex\V1\EntryType
Required. EntryType 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 EntryType, 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 EntryType, 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 |
getEntryTypeId
Required. EntryType identifier.
Returns | |
---|---|
Type | Description |
string |
setEntryTypeId
Required. EntryType identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEntryType
Required. EntryType Resource
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataplex\V1\EntryType|null |
hasEntryType
clearEntryType
setEntryType
Required. EntryType Resource
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataplex\V1\EntryType
|
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 EntryType, of the form:
projects/{project_number}/locations/{location_id}
where |
entryType |
Google\Cloud\Dataplex\V1\EntryType
Required. EntryType Resource |
entryTypeId |
string
Required. EntryType identifier. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataplex\V1\CreateEntryTypeRequest |