public interface CloudSqlBigQueryConnectionSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabase()
public abstract String getDatabase()Database name.
string database = 2;
| Type | Description |
| String | The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()Database name.
string database = 2;
| Type | Description |
| ByteString | The bytes for database. |
getInstanceId()
public abstract String getInstanceId() Cloud SQL instance ID in the format of project:location:instance.
string instance_id = 1;
| Type | Description |
| String | The instanceId. |
getInstanceIdBytes()
public abstract ByteString getInstanceIdBytes() Cloud SQL instance ID in the format of project:location:instance.
string instance_id = 1;
| Type | Description |
| ByteString | The bytes for instanceId. |
getType()
public abstract CloudSqlBigQueryConnectionSpec.DatabaseType getType()Type of the Cloud SQL database.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec.DatabaseType type = 3;
| Type | Description |
| CloudSqlBigQueryConnectionSpec.DatabaseType | The type. |
getTypeValue()
public abstract int getTypeValue()Type of the Cloud SQL database.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec.DatabaseType type = 3;
| Type | Description |
| int | The enum numeric value on the wire for type. |