| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.Builder.build() |
Schema |
Schema.Builder.buildPartial() |
static Schema |
Schema.getDefaultInstance() |
Schema |
Schema.getDefaultInstanceForType() |
Schema |
Schema.Builder.getDefaultInstanceForType() |
Schema |
EntryOrBuilder.getSchema()
Schema of the entry.
|
Schema |
Entry.getSchema()
Schema of the entry.
|
Schema |
Entry.Builder.getSchema()
Schema of the entry.
|
static Schema |
Schema.parseDelimitedFrom(InputStream input) |
static Schema |
Schema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(byte[] data) |
static Schema |
Schema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(ByteBuffer data) |
static Schema |
Schema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(com.google.protobuf.ByteString data) |
static Schema |
Schema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(com.google.protobuf.CodedInputStream input) |
static Schema |
Schema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(InputStream input) |
static Schema |
Schema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Schema> |
Schema.getParserForType() |
static com.google.protobuf.Parser<Schema> |
Schema.parser() |
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.mergeFrom(Schema other) |
Entry.Builder |
Entry.Builder.mergeSchema(Schema value)
Schema of the entry.
|
static Schema.Builder |
Schema.newBuilder(Schema prototype) |
Entry.Builder |
Entry.Builder.setSchema(Schema value)
Schema of the entry.
|
Copyright © 2025 Google LLC. All rights reserved.