Package com.google.cloud.datacatalog.v1
Interface SqlDatabaseSystemSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SqlDatabaseSystemSpec,SqlDatabaseSystemSpec.Builder
public interface SqlDatabaseSystemSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDatabaseVersion()Version of the database engine.com.google.protobuf.ByteStringgetDatabaseVersionBytes()Version of the database engine.StringgetInstanceHost()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.ByteStringgetInstanceHostBytes()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.StringgetSqlEngine()SQL Database Engine.com.google.protobuf.ByteStringgetSqlEngineBytes()SQL Database Engine.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSqlEngine
String 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;- Returns:
- The sqlEngine.
-
getSqlEngineBytes
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;- Returns:
- The bytes for sqlEngine.
-
getDatabaseVersion
String getDatabaseVersion()
Version of the database engine.
string database_version = 2;- Returns:
- The databaseVersion.
-
getDatabaseVersionBytes
com.google.protobuf.ByteString getDatabaseVersionBytes()
Version of the database engine.
string database_version = 2;- Returns:
- The bytes for databaseVersion.
-
getInstanceHost
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;- Returns:
- The instanceHost.
-
getInstanceHostBytes
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;- Returns:
- The bytes for instanceHost.
-
-