public interface EntityReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFullyQualifiedName()
public abstract String getFullyQualifiedName()
Required. Fully Qualified Name (FQN) of the entity.
string fully_qualified_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The fullyQualifiedName. |
getFullyQualifiedNameBytes()
public abstract ByteString getFullyQualifiedNameBytes()
Required. Fully Qualified Name (FQN) of the entity.
string fully_qualified_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for fullyQualifiedName. |