| Modifier and Type | Method and Description |
|---|---|
MysqlProfile.Builder |
MysqlProfile.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MysqlProfile.Builder |
MysqlProfile.Builder.clear() |
MysqlProfile.Builder |
MysqlProfile.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlProfile.Builder |
MysqlProfile.Builder.clearHostname()
Required.
|
MysqlProfile.Builder |
MysqlProfile.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlProfile.Builder |
MysqlProfile.Builder.clearPassword()
Required.
|
MysqlProfile.Builder |
MysqlProfile.Builder.clearPort()
Port for the MySQL connection, default value is 3306.
|
MysqlProfile.Builder |
MysqlProfile.Builder.clearSslConfig()
SSL configuration for the MySQL connection.
|
MysqlProfile.Builder |
MysqlProfile.Builder.clearUsername()
Required.
|
MysqlProfile.Builder |
MysqlProfile.Builder.clone() |
MysqlProfile.Builder |
ConnectionProfile.Builder.getMysqlProfileBuilder()
MySQL ConnectionProfile configuration.
|
MysqlProfile.Builder |
MysqlProfile.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlProfile.Builder |
MysqlProfile.Builder.mergeFrom(com.google.protobuf.Message other) |
MysqlProfile.Builder |
MysqlProfile.Builder.mergeFrom(MysqlProfile other) |
MysqlProfile.Builder |
MysqlProfile.Builder.mergeSslConfig(MysqlSslConfig value)
SSL configuration for the MySQL connection.
|
MysqlProfile.Builder |
MysqlProfile.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static MysqlProfile.Builder |
MysqlProfile.newBuilder() |
static MysqlProfile.Builder |
MysqlProfile.newBuilder(MysqlProfile prototype) |
MysqlProfile.Builder |
MysqlProfile.newBuilderForType() |
protected MysqlProfile.Builder |
MysqlProfile.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
MysqlProfile.Builder |
MysqlProfile.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MysqlProfile.Builder |
MysqlProfile.Builder.setHostname(String value)
Required.
|
MysqlProfile.Builder |
MysqlProfile.Builder.setHostnameBytes(com.google.protobuf.ByteString value)
Required.
|
MysqlProfile.Builder |
MysqlProfile.Builder.setPassword(String value)
Required.
|
MysqlProfile.Builder |
MysqlProfile.Builder.setPasswordBytes(com.google.protobuf.ByteString value)
Required.
|
MysqlProfile.Builder |
MysqlProfile.Builder.setPort(int value)
Port for the MySQL connection, default value is 3306.
|
MysqlProfile.Builder |
MysqlProfile.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MysqlProfile.Builder |
MysqlProfile.Builder.setSslConfig(MysqlSslConfig.Builder builderForValue)
SSL configuration for the MySQL connection.
|
MysqlProfile.Builder |
MysqlProfile.Builder.setSslConfig(MysqlSslConfig value)
SSL configuration for the MySQL connection.
|
MysqlProfile.Builder |
MysqlProfile.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlProfile.Builder |
MysqlProfile.Builder.setUsername(String value)
Required.
|
MysqlProfile.Builder |
MysqlProfile.Builder.setUsernameBytes(com.google.protobuf.ByteString value)
Required.
|
MysqlProfile.Builder |
MysqlProfile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProfile.Builder |
ConnectionProfile.Builder.setMysqlProfile(MysqlProfile.Builder builderForValue)
MySQL ConnectionProfile configuration.
|
Copyright © 2022 Google LLC. All rights reserved.