Google Cloud Dataplex V1 Client - Class CreateEntryTypeRequest (1.1.0)

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 \ V1

Methods

__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 location_id refers to a Google Cloud region.

↳ entry_type_id string

Required. EntryType identifier.

↳ entry_type EntryType

Required. EntryType 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 EntryType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud 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 Google Cloud 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
EntryType|null

hasEntryType

clearEntryType

setEntryType

Required. EntryType Resource.

Parameter
Name Description
var EntryType
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 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 EntryType

Required. EntryType Resource.

entryTypeId string

Required. EntryType identifier.

Returns
Type Description
CreateEntryTypeRequest