Interface RelationshipDetailsOrBuilder (0.45.0)

public interface RelationshipDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLinkedTable()

public abstract String getLinkedTable()

The name of the table this relationship is linked to.

string linked_table = 1;

Returns
TypeDescription
String

The linkedTable.

getLinkedTableBytes()

public abstract ByteString getLinkedTableBytes()

The name of the table this relationship is linked to.

string linked_table = 1;

Returns
TypeDescription
ByteString

The bytes for linkedTable.