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

    Modifier and Type
    Method
    Description
    required string mysql_host = 1;
    com.google.protobuf.ByteString
    required string mysql_host = 1;
    required string mysql_password = 4;
    com.google.protobuf.ByteString
    required string mysql_password = 4;
    int
    required int32 mysql_port = 2;
    optional string mysql_socket = 5;
    com.google.protobuf.ByteString
    optional string mysql_socket = 5;
    required string mysql_user = 3;
    com.google.protobuf.ByteString
    required string mysql_user = 3;
    boolean
    required string mysql_host = 1;
    boolean
    required string mysql_password = 4;
    boolean
    required int32 mysql_port = 2;
    boolean
    optional string mysql_socket = 5;
    boolean
    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 Details

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