public interface LookupDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRelationshipColumn()
The name of the relationship column associated with the lookup.
|
com.google.protobuf.ByteString |
getRelationshipColumnBytes()
The name of the relationship column associated with the lookup.
|
String |
getRelationshipColumnId()
The id of the relationship column.
|
com.google.protobuf.ByteString |
getRelationshipColumnIdBytes()
The id of the relationship column.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRelationshipColumn()
The name of the relationship column associated with the lookup.
string relationship_column = 1;com.google.protobuf.ByteString getRelationshipColumnBytes()
The name of the relationship column associated with the lookup.
string relationship_column = 1;String getRelationshipColumnId()
The id of the relationship column.
string relationship_column_id = 2;com.google.protobuf.ByteString getRelationshipColumnIdBytes()
The id of the relationship column.
string relationship_column_id = 2;Copyright © 2024 Google LLC. All rights reserved.