Uses of Class
com.google.cloud.datastream.v1.PostgresqlProfile
-
Packages that use PostgresqlProfile Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of PostgresqlProfile in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return PostgresqlProfile Modifier and Type Method Description PostgresqlProfile
PostgresqlProfile.Builder. build()
PostgresqlProfile
PostgresqlProfile.Builder. buildPartial()
static PostgresqlProfile
PostgresqlProfile. getDefaultInstance()
PostgresqlProfile
PostgresqlProfile.Builder. getDefaultInstanceForType()
PostgresqlProfile
PostgresqlProfile. getDefaultInstanceForType()
PostgresqlProfile
ConnectionProfile.Builder. getPostgresqlProfile()
PostgreSQL Connection Profile configuration.PostgresqlProfile
ConnectionProfile. getPostgresqlProfile()
PostgreSQL Connection Profile configuration.PostgresqlProfile
ConnectionProfileOrBuilder. 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(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)
static PostgresqlProfile
PostgresqlProfile. parseFrom(ByteBuffer data)
static PostgresqlProfile
PostgresqlProfile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type PostgresqlProfile Modifier and Type Method Description com.google.protobuf.Parser<PostgresqlProfile>
PostgresqlProfile. getParserForType()
static com.google.protobuf.Parser<PostgresqlProfile>
PostgresqlProfile. parser()
Methods in com.google.cloud.datastream.v1 with parameters of type PostgresqlProfile Modifier and Type Method 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.
-