public static interface DataDiscoverySpec.BigQueryPublishingConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnection()
public abstract String getConnection() Optional. The BigQuery connection used to create BigLake tables.
Must be in the form
projects/{project_id}/locations/{location_id}/connections/{connection_id}
string connection = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The connection. |
getConnectionBytes()
public abstract ByteString getConnectionBytes() Optional. The BigQuery connection used to create BigLake tables.
Must be in the form
projects/{project_id}/locations/{location_id}/connections/{connection_id}
string connection = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for connection. |
getTableType()
public abstract DataDiscoverySpec.BigQueryPublishingConfig.TableType getTableType()Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.
.google.cloud.dataplex.v1.DataDiscoverySpec.BigQueryPublishingConfig.TableType table_type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataDiscoverySpec.BigQueryPublishingConfig.TableType |
The tableType. |
getTableTypeValue()
public abstract int getTableTypeValue()Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.
.google.cloud.dataplex.v1.DataDiscoverySpec.BigQueryPublishingConfig.TableType table_type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for tableType. |