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.
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 location_id
refers to a Google Cloud region.
↳ entry_type_id
string
Required. EntryType identifier.
↳ entry_type
↳ validate_only
bool
Optional. The service validates the request without performing any 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 Google Cloud region.
string
setParent
Required. The resource name of the EntryType, of the form:
projects/{project_number}/locations/{location_id}
where location_id
refers to a Google Cloud region.
var
string
$this
getEntryTypeId
Required. EntryType identifier.
string
setEntryTypeId
Required. EntryType identifier.
var
string
$this
getEntryType
Required. EntryType Resource.
hasEntryType
clearEntryType
setEntryType
Required. EntryType 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 EntryType, of the form:
projects/{project_number}/locations/{location_id}
where location_id
refers to a Google Cloud region. Please see CatalogServiceClient::locationName()
for help formatting this field.
entryType
entryTypeId
string
Required. EntryType identifier.