Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateEntryLinkRequest.
Request message for CreateEntryLink.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry_link
def entry_link() -> ::Google::Cloud::Dataplex::V1::EntryLink
Returns
- (::Google::Cloud::Dataplex::V1::EntryLink) — Required. Entry Link resource.
#entry_link=
def entry_link=(value) -> ::Google::Cloud::Dataplex::V1::EntryLink
Parameter
- value (::Google::Cloud::Dataplex::V1::EntryLink) — Required. Entry Link resource.
Returns
- (::Google::Cloud::Dataplex::V1::EntryLink) — Required. Entry Link resource.
#entry_link_id
def entry_link_id() -> ::String
Returns
-
(::String) —
Required. Entry Link identifier
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the EntryGroup.
#entry_link_id=
def entry_link_id=(value) -> ::String
Parameter
-
value (::String) —
Required. Entry Link identifier
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the EntryGroup.
Returns
-
(::String) —
Required. Entry Link identifier
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the EntryGroup.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the parent Entry Group:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the parent Entry Group:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}
.
Returns
-
(::String) — Required. The resource name of the parent Entry Group:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}
.