public interface EntityReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFullyQualifiedName()
public abstract String getFullyQualifiedName()
Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as GCP resources, for example, tables in Dataproc Metastore API.
Examples:
bigquery:dataset.project_id.dataset_id
bigquery:table.project_id.dataset_id.table_id
pubsub:project_id.topic_id
dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId
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 of the entity. Useful for referencing entities that aren't represented as GCP resources, for example, tables in Dataproc Metastore API.
Examples:
bigquery:dataset.project_id.dataset_id
bigquery:table.project_id.dataset_id.table_id
pubsub:project_id.topic_id
dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId
string fully_qualified_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for fullyQualifiedName. |