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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Immutable. The relative resource name of the referenced Entry, of the form: |
↳ 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}
Returns | |
---|---|
Type | Description |
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}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getType
Required. Immutable. The reference type of the Entry.
Returns | |
---|---|
Type | Description |
int |
Enum of type Type. |
setType
Required. Immutable. The reference type of the Entry.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type Type. |
Returns | |
---|---|
Type | Description |
$this |