public interface MysqlProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname()
Required.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Required.
|
String |
getPassword()
Required.
|
com.google.protobuf.ByteString |
getPasswordBytes()
Required.
|
int |
getPort()
Port for the MySQL connection, default value is 3306.
|
MysqlSslConfig |
getSslConfig()
SSL configuration for the MySQL connection.
|
MysqlSslConfigOrBuilder |
getSslConfigOrBuilder()
SSL configuration for the MySQL connection.
|
String |
getUsername()
Required.
|
com.google.protobuf.ByteString |
getUsernameBytes()
Required.
|
boolean |
hasSslConfig()
SSL configuration for the MySQL connection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHostname()
Required. Hostname for the MySQL connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getHostnameBytes()
Required. Hostname for the MySQL connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];int getPort()
Port for the MySQL connection, default value is 3306.
int32 port = 2;String getUsername()
Required. Username for the MySQL connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUsernameBytes()
Required. Username for the MySQL connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];String getPassword()
Required. Input only. Password for the MySQL connection.
string password = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
com.google.protobuf.ByteString getPasswordBytes()
Required. Input only. Password for the MySQL connection.
string password = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
boolean hasSslConfig()
SSL configuration for the MySQL connection.
.google.cloud.datastream.v1.MysqlSslConfig ssl_config = 5;MysqlSslConfig getSslConfig()
SSL configuration for the MySQL connection.
.google.cloud.datastream.v1.MysqlSslConfig ssl_config = 5;MysqlSslConfigOrBuilder getSslConfigOrBuilder()
SSL configuration for the MySQL connection.
.google.cloud.datastream.v1.MysqlSslConfig ssl_config = 5;Copyright © 2022 Google LLC. All rights reserved.