public interface CloudSqlBigQueryConnectionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabase()
Database name.
|
com.google.protobuf.ByteString |
getDatabaseBytes()
Database name.
|
String |
getInstanceId()
Cloud SQL instance ID in the format of `project:location:instance`.
|
com.google.protobuf.ByteString |
getInstanceIdBytes()
Cloud SQL instance ID in the format of `project:location:instance`.
|
CloudSqlBigQueryConnectionSpec.DatabaseType |
getType()
Type of the Cloud SQL database.
|
int |
getTypeValue()
Type of the Cloud SQL database.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInstanceId()
Cloud SQL instance ID in the format of `project:location:instance`.
string instance_id = 1;com.google.protobuf.ByteString getInstanceIdBytes()
Cloud SQL instance ID in the format of `project:location:instance`.
string instance_id = 1;String getDatabase()
Database name.
string database = 2;com.google.protobuf.ByteString getDatabaseBytes()
Database name.
string database = 2;int getTypeValue()
Type of the Cloud SQL database.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec.DatabaseType type = 3;CloudSqlBigQueryConnectionSpec.DatabaseType getType()
Type of the Cloud SQL database.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec.DatabaseType type = 3;Copyright © 2023 Google LLC. All rights reserved.