| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
ColumnMetadata.Builder.build() |
ColumnMetadata |
ColumnMetadata.Builder.buildPartial() |
ColumnMetadata |
ProtoSchemaOrBuilder.getColumns(int index)
The columns in the result set.
|
ColumnMetadata |
ProtoSchema.getColumns(int index)
The columns in the result set.
|
ColumnMetadata |
ProtoSchema.Builder.getColumns(int index)
The columns in the result set.
|
static ColumnMetadata |
ColumnMetadata.getDefaultInstance() |
ColumnMetadata |
ColumnMetadata.getDefaultInstanceForType() |
ColumnMetadata |
ColumnMetadata.Builder.getDefaultInstanceForType() |
static ColumnMetadata |
ColumnMetadata.parseDelimitedFrom(InputStream input) |
static ColumnMetadata |
ColumnMetadata.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnMetadata |
ColumnMetadata.parseFrom(byte[] data) |
static ColumnMetadata |
ColumnMetadata.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnMetadata |
ColumnMetadata.parseFrom(ByteBuffer data) |
static ColumnMetadata |
ColumnMetadata.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnMetadata |
ColumnMetadata.parseFrom(com.google.protobuf.ByteString data) |
static ColumnMetadata |
ColumnMetadata.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnMetadata |
ColumnMetadata.parseFrom(com.google.protobuf.CodedInputStream input) |
static ColumnMetadata |
ColumnMetadata.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnMetadata |
ColumnMetadata.parseFrom(InputStream input) |
static ColumnMetadata |
ColumnMetadata.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnMetadata> |
ProtoSchemaOrBuilder.getColumnsList()
The columns in the result set.
|
List<ColumnMetadata> |
ProtoSchema.getColumnsList()
The columns in the result set.
|
List<ColumnMetadata> |
ProtoSchema.Builder.getColumnsList()
The columns in the result set.
|
com.google.protobuf.Parser<ColumnMetadata> |
ColumnMetadata.getParserForType() |
static com.google.protobuf.Parser<ColumnMetadata> |
ColumnMetadata.parser() |
| Modifier and Type | Method and Description |
|---|---|
ProtoSchema.Builder |
ProtoSchema.Builder.addColumns(ColumnMetadata value)
The columns in the result set.
|
ProtoSchema.Builder |
ProtoSchema.Builder.addColumns(int index,
ColumnMetadata value)
The columns in the result set.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.mergeFrom(ColumnMetadata other) |
static ColumnMetadata.Builder |
ColumnMetadata.newBuilder(ColumnMetadata prototype) |
ProtoSchema.Builder |
ProtoSchema.Builder.setColumns(int index,
ColumnMetadata value)
The columns in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
ProtoSchema.Builder |
ProtoSchema.Builder.addAllColumns(Iterable<? extends ColumnMetadata> values)
The columns in the result set.
|
Copyright © 2026 Google LLC. All rights reserved.