Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EntrySource.
EntrySource contains source system related information for the entry.
Generated from protobuf message google.cloud.dataplex.v1.EntrySource
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ resource
string
The name of the resource in the source system. The maximum size of the field is 4000 characters.
↳ system
string
The name of the source system. The maximum size of the field is 64 characters.
↳ platform
string
The platform containing the source system. The maximum size of the field is 64 characters.
↳ display_name
string
User friendly display name. The maximum size of the field is 500 characters.
↳ description
string
Description of the Entry. The maximum size of the field is 2000 characters.
↳ labels
array| Google\Protobuf\Internal\MapField
User-defined labels. The maximum size of keys and values is 128 characters each.
↳ ancestors
array< Google\Cloud\Dataplex\V1\EntrySource\Ancestor
>
Immutable. The ancestors of the Entry in the source system.
↳ create_time
↳ update_time
getResource
The name of the resource in the source system.
The maximum size of the field is 4000 characters.
string
setResource
The name of the resource in the source system.
The maximum size of the field is 4000 characters.
var
string
$this
getSystem
The name of the source system.
The maximum size of the field is 64 characters.
string
setSystem
The name of the source system.
The maximum size of the field is 64 characters.
var
string
$this
getPlatform
The platform containing the source system.
The maximum size of the field is 64 characters.
string
setPlatform
The platform containing the source system.
The maximum size of the field is 64 characters.
var
string
$this
getDisplayName
User friendly display name.
The maximum size of the field is 500 characters.
string
setDisplayName
User friendly display name.
The maximum size of the field is 500 characters.
var
string
$this
getDescription
Description of the Entry.
The maximum size of the field is 2000 characters.
string
setDescription
Description of the Entry.
The maximum size of the field is 2000 characters.
var
string
$this
getLabels
User-defined labels.
The maximum size of keys and values is 128 characters each.
setLabels
User-defined labels.
The maximum size of keys and values is 128 characters each.
$this
getAncestors
Immutable. The ancestors of the Entry in the source system.
setAncestors
Immutable. The ancestors of the Entry in the source system.
$this
getCreateTime
The create time of the resource in the source system.
hasCreateTime
clearCreateTime
setCreateTime
The create time of the resource in the source system.
$this
getUpdateTime
The update time of the resource in the source system.
hasUpdateTime
clearUpdateTime
setUpdateTime
The update time of the resource in the source system.
$this

