| Modifier and Type | Method and Description |
|---|---|
PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.Builder.build() |
PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.Builder.buildPartial() |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.getDefaultInstance() |
PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.getDefaultInstanceForType() |
PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.Builder.getDefaultInstanceForType() |
PostgreSqlConnectionProfile |
ConnectionProfile.getPostgresql()
A PostgreSQL database connection profile.
|
PostgreSqlConnectionProfile |
ConnectionProfile.Builder.getPostgresql()
A PostgreSQL database connection profile.
|
PostgreSqlConnectionProfile |
ConnectionProfileOrBuilder.getPostgresql()
A PostgreSQL database connection profile.
|
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseDelimitedFrom(InputStream input) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseFrom(byte[] data) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseFrom(ByteBuffer data) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseFrom(com.google.protobuf.ByteString data) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseFrom(com.google.protobuf.CodedInputStream input) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseFrom(InputStream input) |
static PostgreSqlConnectionProfile |
PostgreSqlConnectionProfile.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PostgreSqlConnectionProfile> |
PostgreSqlConnectionProfile.getParserForType() |
static com.google.protobuf.Parser<PostgreSqlConnectionProfile> |
PostgreSqlConnectionProfile.parser() |
| Modifier and Type | Method and Description |
|---|---|
PostgreSqlConnectionProfile.Builder |
PostgreSqlConnectionProfile.Builder.mergeFrom(PostgreSqlConnectionProfile other) |
ConnectionProfile.Builder |
ConnectionProfile.Builder.mergePostgresql(PostgreSqlConnectionProfile value)
A PostgreSQL database connection profile.
|
static PostgreSqlConnectionProfile.Builder |
PostgreSqlConnectionProfile.newBuilder(PostgreSqlConnectionProfile prototype) |
ConnectionProfile.Builder |
ConnectionProfile.Builder.setPostgresql(PostgreSqlConnectionProfile value)
A PostgreSQL database connection profile.
|
Copyright © 2024 Google LLC. All rights reserved.