| Modifier and Type | Method and Description |
|---|---|
ProtoSchema |
ProtoSchema.Builder.build() |
ProtoSchema |
ProtoSchema.Builder.buildPartial() |
static ProtoSchema |
ProtoSchema.getDefaultInstance() |
ProtoSchema |
ProtoSchema.getDefaultInstanceForType() |
ProtoSchema |
ProtoSchema.Builder.getDefaultInstanceForType() |
ProtoSchema |
ResultSetMetadata.getProtoSchema()
Schema in proto format
.google.bigtable.v2.ProtoSchema proto_schema = 1; |
ProtoSchema |
ResultSetMetadata.Builder.getProtoSchema()
Schema in proto format
.google.bigtable.v2.ProtoSchema proto_schema = 1; |
ProtoSchema |
ResultSetMetadataOrBuilder.getProtoSchema()
Schema in proto format
.google.bigtable.v2.ProtoSchema proto_schema = 1; |
static ProtoSchema |
ProtoSchema.parseDelimitedFrom(InputStream input) |
static ProtoSchema |
ProtoSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoSchema |
ProtoSchema.parseFrom(byte[] data) |
static ProtoSchema |
ProtoSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoSchema |
ProtoSchema.parseFrom(ByteBuffer data) |
static ProtoSchema |
ProtoSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoSchema |
ProtoSchema.parseFrom(com.google.protobuf.ByteString data) |
static ProtoSchema |
ProtoSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoSchema |
ProtoSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtoSchema |
ProtoSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoSchema |
ProtoSchema.parseFrom(InputStream input) |
static ProtoSchema |
ProtoSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ProtoSchema> |
ProtoSchema.getParserForType() |
static com.google.protobuf.Parser<ProtoSchema> |
ProtoSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
ProtoSchema.Builder |
ProtoSchema.Builder.mergeFrom(ProtoSchema other) |
ResultSetMetadata.Builder |
ResultSetMetadata.Builder.mergeProtoSchema(ProtoSchema value)
Schema in proto format
.google.bigtable.v2.ProtoSchema proto_schema = 1; |
static ProtoSchema.Builder |
ProtoSchema.newBuilder(ProtoSchema prototype) |
ResultSetMetadata.Builder |
ResultSetMetadata.Builder.setProtoSchema(ProtoSchema value)
Schema in proto format
.google.bigtable.v2.ProtoSchema proto_schema = 1; |
Copyright © 2026 Google LLC. All rights reserved.