public interface CloudSQLOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMysqlHost()
required string mysql_host = 1;String getMysqlHost()
required string mysql_host = 1;com.google.protobuf.ByteString getMysqlHostBytes()
required string mysql_host = 1;boolean hasMysqlPort()
required int32 mysql_port = 2;int getMysqlPort()
required int32 mysql_port = 2;boolean hasMysqlUser()
required string mysql_user = 3;String getMysqlUser()
required string mysql_user = 3;com.google.protobuf.ByteString getMysqlUserBytes()
required string mysql_user = 3;boolean hasMysqlPassword()
required string mysql_password = 4;String getMysqlPassword()
required string mysql_password = 4;com.google.protobuf.ByteString getMysqlPasswordBytes()
required string mysql_password = 4;boolean hasMysqlSocket()
optional string mysql_socket = 5;String getMysqlSocket()
optional string mysql_socket = 5;com.google.protobuf.ByteString getMysqlSocketBytes()
optional string mysql_socket = 5;Copyright © 2022. All rights reserved.