Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EntryType.
Entry Type is a template for creating Entries.
Generated from protobuf message google.cloud.dataplex.v1.EntryType
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.
↳ uid
string
Output only. System generated globally unique ID for the EntryType. This ID will be different if the EntryType is deleted and re-created with the same name.
↳ create_time
↳ update_time
↳ description
string
Optional. Description of the EntryType.
↳ display_name
string
Optional. User friendly display name.
↳ labels
↳ etag
string
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
↳ type_aliases
array
Optional. Indicates the class this Entry Type belongs to, for example, TABLE, DATABASE, MODEL.
↳ platform
string
Optional. The platform that Entries of this type belongs to.
↳ system
string
Optional. The system that Entries of this type belongs to. Examples include CloudSQL, MariaDB etc
↳ required_aspects
↳ authorization
getName
Output only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.
string
setName
Output only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.
var
string
$this
getUid
Output only. System generated globally unique ID for the EntryType. This ID will be different if the EntryType is deleted and re-created with the same name.
string
setUid
Output only. System generated globally unique ID for the EntryType. This ID will be different if the EntryType is deleted and re-created with the same name.
var
string
$this
getCreateTime
Output only. The time when the EntryType was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the EntryType was created.
$this
getUpdateTime
Output only. The time when the EntryType was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time when the EntryType was last updated.
$this
getDescription
Optional. Description of the EntryType.
string
setDescription
Optional. Description of the EntryType.
var
string
$this
getDisplayName
Optional. User friendly display name.
string
setDisplayName
Optional. User friendly display name.
var
string
$this
getLabels
Optional. User-defined labels for the EntryType.
setLabels
Optional. User-defined labels for the EntryType.
$this
getEtag
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
string
setEtag
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
var
string
$this
getTypeAliases
Optional. Indicates the class this Entry Type belongs to, for example, TABLE, DATABASE, MODEL.
setTypeAliases
Optional. Indicates the class this Entry Type belongs to, for example, TABLE, DATABASE, MODEL.
var
string[]
$this
getPlatform
Optional. The platform that Entries of this type belongs to.
string
setPlatform
Optional. The platform that Entries of this type belongs to.
var
string
$this
getSystem
Optional. The system that Entries of this type belongs to. Examples include CloudSQL, MariaDB etc
string
setSystem
Optional. The system that Entries of this type belongs to. Examples include CloudSQL, MariaDB etc
var
string
$this
getRequiredAspects
AspectInfo for the entry type.
setRequiredAspects
AspectInfo for the entry type.
$this
getAuthorization
Immutable. Authorization defined for this type.
hasAuthorization
clearAuthorization
setAuthorization
Immutable. Authorization defined for this type.
$this