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 TypeMethodDescriptionrequired string mysql_host = 1;com.google.protobuf.ByteStringrequired string mysql_host = 1;required string mysql_password = 4;com.google.protobuf.ByteStringrequired string mysql_password = 4;intrequired int32 mysql_port = 2;optional string mysql_socket = 5;com.google.protobuf.ByteStringoptional string mysql_socket = 5;required string mysql_user = 3;com.google.protobuf.ByteStringrequired string mysql_user = 3;booleanrequired string mysql_host = 1;booleanrequired string mysql_password = 4;booleanrequired int32 mysql_port = 2;booleanoptional string mysql_socket = 5;booleanrequired string mysql_user = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-