| Modifier and Type | Method and Description |
|---|---|
PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.Builder.build() |
PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.Builder.buildPartial() |
PhysicalSchema.AvroSchema |
PhysicalSchemaOrBuilder.getAvro()
Schema in Avro JSON format.
|
PhysicalSchema.AvroSchema |
PhysicalSchema.getAvro()
Schema in Avro JSON format.
|
PhysicalSchema.AvroSchema |
PhysicalSchema.Builder.getAvro()
Schema in Avro JSON format.
|
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.getDefaultInstance() |
PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.getDefaultInstanceForType() |
PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.Builder.getDefaultInstanceForType() |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseDelimitedFrom(InputStream input) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseFrom(byte[] data) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseFrom(ByteBuffer data) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseFrom(com.google.protobuf.ByteString data) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseFrom(InputStream input) |
static PhysicalSchema.AvroSchema |
PhysicalSchema.AvroSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PhysicalSchema.AvroSchema> |
PhysicalSchema.AvroSchema.getParserForType() |
static com.google.protobuf.Parser<PhysicalSchema.AvroSchema> |
PhysicalSchema.AvroSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
PhysicalSchema.Builder |
PhysicalSchema.Builder.mergeAvro(PhysicalSchema.AvroSchema value)
Schema in Avro JSON format.
|
PhysicalSchema.AvroSchema.Builder |
PhysicalSchema.AvroSchema.Builder.mergeFrom(PhysicalSchema.AvroSchema other) |
static PhysicalSchema.AvroSchema.Builder |
PhysicalSchema.AvroSchema.newBuilder(PhysicalSchema.AvroSchema prototype) |
PhysicalSchema.Builder |
PhysicalSchema.Builder.setAvro(PhysicalSchema.AvroSchema value)
Schema in Avro JSON format.
|
Copyright © 2023 Google LLC. All rights reserved.