Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::EntryLink::EntryReference.
Reference to the Entry that is linked through the Entry Link.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::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}
#name=
def name=(value) -> ::String
Parameter
-
value (::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}
Returns
-
(::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
def path() -> ::String
Returns
- (::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.
#path=
def path=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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
def type() -> ::Google::Cloud::Dataplex::V1::EntryLink::EntryReference::Type
Returns
- (::Google::Cloud::Dataplex::V1::EntryLink::EntryReference::Type) — Required. Immutable. The reference type of the Entry.
#type=
def type=(value) -> ::Google::Cloud::Dataplex::V1::EntryLink::EntryReference::Type
Parameter
- value (::Google::Cloud::Dataplex::V1::EntryLink::EntryReference::Type) — Required. Immutable. The reference type of the Entry.
Returns
- (::Google::Cloud::Dataplex::V1::EntryLink::EntryReference::Type) — Required. Immutable. The reference type of the Entry.