Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EntryReference.
Reference to the Entry that is linked through the Entry Link.
Generated from protobuf message google.cloud.dataplex.v1.EntryLink.EntryReference
Namespace
Google \ Cloud \ Dataplex \ V1 \ EntryLinkMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Immutable. The relative resource name of the referenced Entry, of the form: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
↳ path
string
Immutable. The path in the Entry that is referenced in the Entry Link. Empty path denotes that the Entry itself is referenced in the Entry Link.
↳ type
int
Required. Immutable. The reference type of the Entry.
getName
Required. Immutable. The relative resource name of the referenced Entry,
of the form: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
string
setName
Required. Immutable. The relative resource name of the referenced Entry,
of the form: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
var
string
$this
getPath
Immutable. The path in the Entry that is referenced in the Entry Link.
Empty path denotes that the Entry itself is referenced in the Entry Link.
string
setPath
Immutable. The path in the Entry that is referenced in the Entry Link.
Empty path denotes that the Entry itself is referenced in the Entry Link.
var
string
$this
getType
Required. Immutable. The reference type of the Entry.
setType
Required. Immutable. The reference type of the Entry.
$this

