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