| Modifier and Type | Method and Description |
|---|---|
PostgresqlTable |
PostgresqlTable.Builder.build() |
PostgresqlTable |
PostgresqlTable.Builder.buildPartial() |
static PostgresqlTable |
PostgresqlTable.getDefaultInstance() |
PostgresqlTable |
PostgresqlTable.getDefaultInstanceForType() |
PostgresqlTable |
PostgresqlTable.Builder.getDefaultInstanceForType() |
PostgresqlTable |
PostgresqlSchemaOrBuilder.getPostgresqlTables(int index)
Tables in the schema.
|
PostgresqlTable |
PostgresqlSchema.getPostgresqlTables(int index)
Tables in the schema.
|
PostgresqlTable |
PostgresqlSchema.Builder.getPostgresqlTables(int index)
Tables in the schema.
|
static PostgresqlTable |
PostgresqlTable.parseDelimitedFrom(InputStream input) |
static PostgresqlTable |
PostgresqlTable.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlTable |
PostgresqlTable.parseFrom(byte[] data) |
static PostgresqlTable |
PostgresqlTable.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlTable |
PostgresqlTable.parseFrom(ByteBuffer data) |
static PostgresqlTable |
PostgresqlTable.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlTable |
PostgresqlTable.parseFrom(com.google.protobuf.ByteString data) |
static PostgresqlTable |
PostgresqlTable.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlTable |
PostgresqlTable.parseFrom(com.google.protobuf.CodedInputStream input) |
static PostgresqlTable |
PostgresqlTable.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlTable |
PostgresqlTable.parseFrom(InputStream input) |
static PostgresqlTable |
PostgresqlTable.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PostgresqlTable> |
PostgresqlTable.getParserForType() |
List<PostgresqlTable> |
PostgresqlSchemaOrBuilder.getPostgresqlTablesList()
Tables in the schema.
|
List<PostgresqlTable> |
PostgresqlSchema.getPostgresqlTablesList()
Tables in the schema.
|
List<PostgresqlTable> |
PostgresqlSchema.Builder.getPostgresqlTablesList()
Tables in the schema.
|
static com.google.protobuf.Parser<PostgresqlTable> |
PostgresqlTable.parser() |
| Modifier and Type | Method and Description |
|---|---|
PostgresqlSchema.Builder |
PostgresqlSchema.Builder.addPostgresqlTables(int index,
PostgresqlTable value)
Tables in the schema.
|
PostgresqlSchema.Builder |
PostgresqlSchema.Builder.addPostgresqlTables(PostgresqlTable value)
Tables in the schema.
|
PostgresqlTable.Builder |
PostgresqlTable.Builder.mergeFrom(PostgresqlTable other) |
static PostgresqlTable.Builder |
PostgresqlTable.newBuilder(PostgresqlTable prototype) |
PostgresqlSchema.Builder |
PostgresqlSchema.Builder.setPostgresqlTables(int index,
PostgresqlTable value)
Tables in the schema.
|
| Modifier and Type | Method and Description |
|---|---|
PostgresqlSchema.Builder |
PostgresqlSchema.Builder.addAllPostgresqlTables(Iterable<? extends PostgresqlTable> values)
Tables in the schema.
|
Copyright © 2022 Google LLC. All rights reserved.