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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
CloudSqlBigQueryConnectionSpecOrBuilder |
|
getConnectionSpecCase()
public abstract BigQueryConnectionSpec.ConnectionSpecCase getConnectionSpecCase()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloudSql field is set. |