Interface EntryLink.EntryReferenceOrBuilder (1.72.0)

public static interface EntryLink.EntryReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract String 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}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The name.

public abstract ByteString getNameBytes()

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}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for name.

public abstract String 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.

string path = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The path.

public abstract ByteString getPathBytes()

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.

string path = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for path.

public abstract EntryLink.EntryReference.Type getType()

Required. Immutable. The reference type of the Entry.

.google.cloud.dataplex.v1.EntryLink.EntryReference.Type type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
EntryLink.EntryReference.Type

The type.

public abstract int getTypeValue()

Required. Immutable. The reference type of the Entry.

.google.cloud.dataplex.v1.EntryLink.EntryReference.Type type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
int

The enum numeric value on the wire for type.