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 StringgetMysqlHost()required string mysql_host = 1;com.google.protobuf.ByteStringgetMysqlHostBytes()required string mysql_host = 1;StringgetMysqlPassword()required string mysql_password = 4;com.google.protobuf.ByteStringgetMysqlPasswordBytes()required string mysql_password = 4;intgetMysqlPort()required int32 mysql_port = 2;StringgetMysqlSocket()optional string mysql_socket = 5;com.google.protobuf.ByteStringgetMysqlSocketBytes()optional string mysql_socket = 5;StringgetMysqlUser()required string mysql_user = 3;com.google.protobuf.ByteStringgetMysqlUserBytes()required string mysql_user = 3;booleanhasMysqlHost()required string mysql_host = 1;booleanhasMysqlPassword()required string mysql_password = 4;booleanhasMysqlPort()required int32 mysql_port = 2;booleanhasMysqlSocket()optional string mysql_socket = 5;booleanhasMysqlUser()required string mysql_user = 3;-
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.
-
-