| Modifier and Type | Method and Description |
|---|---|
ProtoSchema.Builder |
ProtoSchema.Builder.addAllColumns(Iterable<? extends ColumnMetadata> values)
The columns in the result set.
|
ProtoSchema.Builder |
ProtoSchema.Builder.addColumns(ColumnMetadata.Builder builderForValue)
The columns in the result set.
|
ProtoSchema.Builder |
ProtoSchema.Builder.addColumns(ColumnMetadata value)
The columns in the result set.
|
ProtoSchema.Builder |
ProtoSchema.Builder.addColumns(int index,
ColumnMetadata.Builder builderForValue)
The columns in the result set.
|
ProtoSchema.Builder |
ProtoSchema.Builder.addColumns(int index,
ColumnMetadata value)
The columns in the result set.
|
ProtoSchema.Builder |
ProtoSchema.Builder.clear() |
ProtoSchema.Builder |
ProtoSchema.Builder.clearColumns()
The columns in the result set.
|
ProtoSchema.Builder |
ResultSetMetadata.Builder.getProtoSchemaBuilder()
Schema in proto format
.google.bigtable.v2.ProtoSchema proto_schema = 1; |
ProtoSchema.Builder |
ProtoSchema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoSchema.Builder |
ProtoSchema.Builder.mergeFrom(com.google.protobuf.Message other) |
ProtoSchema.Builder |
ProtoSchema.Builder.mergeFrom(ProtoSchema other) |
static ProtoSchema.Builder |
ProtoSchema.newBuilder() |
static ProtoSchema.Builder |
ProtoSchema.newBuilder(ProtoSchema prototype) |
ProtoSchema.Builder |
ProtoSchema.newBuilderForType() |
protected ProtoSchema.Builder |
ProtoSchema.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
ProtoSchema.Builder |
ProtoSchema.Builder.removeColumns(int index)
The columns in the result set.
|
ProtoSchema.Builder |
ProtoSchema.Builder.setColumns(int index,
ColumnMetadata.Builder builderForValue)
The columns in the result set.
|
ProtoSchema.Builder |
ProtoSchema.Builder.setColumns(int index,
ColumnMetadata value)
The columns in the result set.
|
ProtoSchema.Builder |
ProtoSchema.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ResultSetMetadata.Builder |
ResultSetMetadata.Builder.setProtoSchema(ProtoSchema.Builder builderForValue)
Schema in proto format
.google.bigtable.v2.ProtoSchema proto_schema = 1; |
Copyright © 2026 Google LLC. All rights reserved.