public interface LookupDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRelationshipColumn()
public abstract String getRelationshipColumn()The name of the relationship column associated with the lookup.
string relationship_column = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The relationshipColumn. |
getRelationshipColumnBytes()
public abstract ByteString getRelationshipColumnBytes()The name of the relationship column associated with the lookup.
string relationship_column = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for relationshipColumn. |
getRelationshipColumnId()
public abstract String getRelationshipColumnId()The id of the relationship column.
string relationship_column_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The relationshipColumnId. |
getRelationshipColumnIdBytes()
public abstract ByteString getRelationshipColumnIdBytes()The id of the relationship column.
string relationship_column_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for relationshipColumnId. |