public static interface DataDiscoveryResult.BigQueryPublishingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataset()
public abstract String getDataset()
Output only. The BigQuery dataset the discovered tables are published to.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The dataset. |
getDatasetBytes()
public abstract ByteString getDatasetBytes()
Output only. The BigQuery dataset the discovered tables are published to.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dataset. |
getLocation()
public abstract String getLocation()
Output only. The location of the BigQuery publishing dataset.
string location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()
Output only. The location of the BigQuery publishing dataset.
string location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for location. |