public interface SqlDatabaseSystemSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseVersion()
Version of the database engine.
|
com.google.protobuf.ByteString |
getDatabaseVersionBytes()
Version of the database engine.
|
String |
getInstanceHost()
Host of the SQL database
enum InstanceHost {
UNDEFINED = 0;
SELF_HOSTED = 1;
CLOUD_SQL = 2;
AMAZON_RDS = 3;
AZURE_SQL = 4;
}
Host of the enclousing database instance.
|
com.google.protobuf.ByteString |
getInstanceHostBytes()
Host of the SQL database
enum InstanceHost {
UNDEFINED = 0;
SELF_HOSTED = 1;
CLOUD_SQL = 2;
AMAZON_RDS = 3;
AZURE_SQL = 4;
}
Host of the enclousing database instance.
|
String |
getSqlEngine()
SQL Database Engine.
|
com.google.protobuf.ByteString |
getSqlEngineBytes()
SQL Database Engine.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSqlEngine()
SQL Database Engine.
enum SqlEngine {
UNDEFINED = 0;
MY_SQL = 1;
POSTGRE_SQL = 2;
SQL_SERVER = 3;
}
Engine of the enclosing database instance.
string sql_engine = 1;com.google.protobuf.ByteString getSqlEngineBytes()
SQL Database Engine.
enum SqlEngine {
UNDEFINED = 0;
MY_SQL = 1;
POSTGRE_SQL = 2;
SQL_SERVER = 3;
}
Engine of the enclosing database instance.
string sql_engine = 1;String getDatabaseVersion()
Version of the database engine.
string database_version = 2;com.google.protobuf.ByteString getDatabaseVersionBytes()
Version of the database engine.
string database_version = 2;String getInstanceHost()
Host of the SQL database
enum InstanceHost {
UNDEFINED = 0;
SELF_HOSTED = 1;
CLOUD_SQL = 2;
AMAZON_RDS = 3;
AZURE_SQL = 4;
}
Host of the enclousing database instance.
string instance_host = 3;com.google.protobuf.ByteString getInstanceHostBytes()
Host of the SQL database
enum InstanceHost {
UNDEFINED = 0;
SELF_HOSTED = 1;
CLOUD_SQL = 2;
AMAZON_RDS = 3;
AZURE_SQL = 4;
}
Host of the enclousing database instance.
string instance_host = 3;Copyright © 2023 Google LLC. All rights reserved.