public interface BigQueryConnectionSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudSql()
public abstract CloudSqlBigQueryConnectionSpec getCloudSql()Specification for the BigQuery connection to a Cloud SQL instance.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec cloud_sql = 2;
| Type | Description |
| CloudSqlBigQueryConnectionSpec | The cloudSql. |
getCloudSqlOrBuilder()
public abstract CloudSqlBigQueryConnectionSpecOrBuilder getCloudSqlOrBuilder()Specification for the BigQuery connection to a Cloud SQL instance.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec cloud_sql = 2;
| Type | Description |
| CloudSqlBigQueryConnectionSpecOrBuilder |
getConnectionSpecCase()
public abstract BigQueryConnectionSpec.ConnectionSpecCase getConnectionSpecCase()| Type | Description |
| BigQueryConnectionSpec.ConnectionSpecCase |
getConnectionType()
public abstract BigQueryConnectionSpec.ConnectionType getConnectionType()The type of the BigQuery connection.
.google.cloud.datacatalog.v1.BigQueryConnectionSpec.ConnectionType connection_type = 1;
| Type | Description |
| BigQueryConnectionSpec.ConnectionType | The connectionType. |
getConnectionTypeValue()
public abstract int getConnectionTypeValue()The type of the BigQuery connection.
.google.cloud.datacatalog.v1.BigQueryConnectionSpec.ConnectionType connection_type = 1;
| Type | Description |
| int | The enum numeric value on the wire for connectionType. |
getHasCredential()
public abstract boolean getHasCredential()True if there are credentials attached to the BigQuery connection; false otherwise.
bool has_credential = 3;
| Type | Description |
| boolean | The hasCredential. |
hasCloudSql()
public abstract boolean hasCloudSql()Specification for the BigQuery connection to a Cloud SQL instance.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec cloud_sql = 2;
| Type | Description |
| boolean | Whether the cloudSql field is set. |