| Modifier and Type | Method and Description |
|---|---|
PostgresqlProfile |
PostgresqlProfile.Builder.build() |
PostgresqlProfile |
PostgresqlProfile.Builder.buildPartial() |
static PostgresqlProfile |
PostgresqlProfile.getDefaultInstance() |
PostgresqlProfile |
PostgresqlProfile.getDefaultInstanceForType() |
PostgresqlProfile |
PostgresqlProfile.Builder.getDefaultInstanceForType() |
PostgresqlProfile |
ConnectionProfileOrBuilder.getPostgresqlProfile()
PostgreSQL Connection Profile configuration.
|
PostgresqlProfile |
ConnectionProfile.getPostgresqlProfile()
PostgreSQL Connection Profile configuration.
|
PostgresqlProfile |
ConnectionProfile.Builder.getPostgresqlProfile()
PostgreSQL Connection Profile configuration.
|
static PostgresqlProfile |
PostgresqlProfile.parseDelimitedFrom(InputStream input) |
static PostgresqlProfile |
PostgresqlProfile.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlProfile |
PostgresqlProfile.parseFrom(byte[] data) |
static PostgresqlProfile |
PostgresqlProfile.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlProfile |
PostgresqlProfile.parseFrom(ByteBuffer data) |
static PostgresqlProfile |
PostgresqlProfile.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlProfile |
PostgresqlProfile.parseFrom(com.google.protobuf.ByteString data) |
static PostgresqlProfile |
PostgresqlProfile.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlProfile |
PostgresqlProfile.parseFrom(com.google.protobuf.CodedInputStream input) |
static PostgresqlProfile |
PostgresqlProfile.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlProfile |
PostgresqlProfile.parseFrom(InputStream input) |
static PostgresqlProfile |
PostgresqlProfile.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PostgresqlProfile> |
PostgresqlProfile.getParserForType() |
static com.google.protobuf.Parser<PostgresqlProfile> |
PostgresqlProfile.parser() |
| Modifier and Type | Method and Description |
|---|---|
PostgresqlProfile.Builder |
PostgresqlProfile.Builder.mergeFrom(PostgresqlProfile other) |
ConnectionProfile.Builder |
ConnectionProfile.Builder.mergePostgresqlProfile(PostgresqlProfile value)
PostgreSQL Connection Profile configuration.
|
static PostgresqlProfile.Builder |
PostgresqlProfile.newBuilder(PostgresqlProfile prototype) |
ConnectionProfile.Builder |
ConnectionProfile.Builder.setPostgresqlProfile(PostgresqlProfile value)
PostgreSQL Connection Profile configuration.
|
Copyright © 2022 Google LLC. All rights reserved.