Interface SqlDatabaseSystemSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SqlDatabaseSystemSpec, SqlDatabaseSystemSpec.Builder

@Generated public interface SqlDatabaseSystemSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Version of the database engine.
    com.google.protobuf.ByteString
    Version of the database engine.
    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
    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.
    SQL Database Engine.
    com.google.protobuf.ByteString
    SQL Database Engine.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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.