Class: Google::Cloud::Dataplex::V1::CreateEntryLinkRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/catalog.rb

Overview

Request message for CreateEntryLink.

Instance Attribute Summary collapse

Instance Attribute Details

#entry_link::Google::Cloud::Dataplex::V1::EntryLink

Returns Required. Entry Link resource.

Returns:



1814
1815
1816
1817
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1814

class CreateEntryLinkRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#entry_link_id::String

Returns 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.


1814
1815
1816
1817
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1814

class CreateEntryLinkRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}.



1814
1815
1816
1817
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1814

class CreateEntryLinkRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end