Interface CloudSQLOrBuilder

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

    public interface CloudSQLOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMysqlHost()
      required string mysql_host = 1;
      com.google.protobuf.ByteString getMysqlHostBytes()
      required string mysql_host = 1;
      String getMysqlPassword()
      required string mysql_password = 4;
      com.google.protobuf.ByteString getMysqlPasswordBytes()
      required string mysql_password = 4;
      int getMysqlPort()
      required int32 mysql_port = 2;
      String getMysqlSocket()
      optional string mysql_socket = 5;
      com.google.protobuf.ByteString getMysqlSocketBytes()
      optional string mysql_socket = 5;
      String getMysqlUser()
      required string mysql_user = 3;
      com.google.protobuf.ByteString getMysqlUserBytes()
      required string mysql_user = 3;
      boolean hasMysqlHost()
      required string mysql_host = 1;
      boolean hasMysqlPassword()
      required string mysql_password = 4;
      boolean hasMysqlPort()
      required int32 mysql_port = 2;
      boolean hasMysqlSocket()
      optional string mysql_socket = 5;
      boolean hasMysqlUser()
      required string mysql_user = 3;
      • 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 Detail

      • hasMysqlHost

        boolean hasMysqlHost()
        required string mysql_host = 1;
        Returns:
        Whether the mysqlHost field is set.
      • getMysqlHost

        String getMysqlHost()
        required string mysql_host = 1;
        Returns:
        The mysqlHost.
      • getMysqlHostBytes

        com.google.protobuf.ByteString getMysqlHostBytes()
        required string mysql_host = 1;
        Returns:
        The bytes for mysqlHost.
      • hasMysqlPort

        boolean hasMysqlPort()
        required int32 mysql_port = 2;
        Returns:
        Whether the mysqlPort field is set.
      • getMysqlPort

        int getMysqlPort()
        required int32 mysql_port = 2;
        Returns:
        The mysqlPort.
      • hasMysqlUser

        boolean hasMysqlUser()
        required string mysql_user = 3;
        Returns:
        Whether the mysqlUser field is set.
      • getMysqlUser

        String getMysqlUser()
        required string mysql_user = 3;
        Returns:
        The mysqlUser.
      • getMysqlUserBytes

        com.google.protobuf.ByteString getMysqlUserBytes()
        required string mysql_user = 3;
        Returns:
        The bytes for mysqlUser.
      • hasMysqlPassword

        boolean hasMysqlPassword()
        required string mysql_password = 4;
        Returns:
        Whether the mysqlPassword field is set.
      • getMysqlPassword

        String getMysqlPassword()
        required string mysql_password = 4;
        Returns:
        The mysqlPassword.
      • getMysqlPasswordBytes

        com.google.protobuf.ByteString getMysqlPasswordBytes()
        required string mysql_password = 4;
        Returns:
        The bytes for mysqlPassword.
      • hasMysqlSocket

        boolean hasMysqlSocket()
        optional string mysql_socket = 5;
        Returns:
        Whether the mysqlSocket field is set.
      • getMysqlSocket

        String getMysqlSocket()
        optional string mysql_socket = 5;
        Returns:
        The mysqlSocket.
      • getMysqlSocketBytes

        com.google.protobuf.ByteString getMysqlSocketBytes()
        optional string mysql_socket = 5;
        Returns:
        The bytes for mysqlSocket.