Interface CreateEntryLinkRequestOrBuilder (1.72.0)

public interface CreateEntryLinkRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract EntryLink getEntryLink()

Required. Entry Link resource.

.google.cloud.dataplex.v1.EntryLink entry_link = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EntryLink

The entryLink.

getEntryLinkId()

public abstract String getEntryLinkId()

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.

string entry_link_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The entryLinkId.

getEntryLinkIdBytes()

public abstract ByteString getEntryLinkIdBytes()

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.

string entry_link_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for entryLinkId.

getEntryLinkOrBuilder()

public abstract EntryLinkOrBuilder getEntryLinkOrBuilder()

Required. Entry Link resource.

.google.cloud.dataplex.v1.EntryLink entry_link = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EntryLinkOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

public abstract boolean hasEntryLink()

Required. Entry Link resource.

.google.cloud.dataplex.v1.EntryLink entry_link = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the entryLink field is set.