| Modifier and Type | Method and Description |
|---|---|
AvroSchema |
AvroSchema.Builder.build() |
AvroSchema |
AvroSchema.Builder.buildPartial() |
AvroSchema |
ReadSession.getAvroSchema()
Output only.
|
AvroSchema |
ReadSession.Builder.getAvroSchema()
Output only.
|
AvroSchema |
ReadSessionOrBuilder.getAvroSchema()
Output only.
|
AvroSchema |
ReadRowsResponse.getAvroSchema()
Output only.
|
AvroSchema |
ReadRowsResponse.Builder.getAvroSchema()
Output only.
|
AvroSchema |
ReadRowsResponseOrBuilder.getAvroSchema()
Output only.
|
static AvroSchema |
AvroSchema.getDefaultInstance() |
AvroSchema |
AvroSchema.getDefaultInstanceForType() |
AvroSchema |
AvroSchema.Builder.getDefaultInstanceForType() |
static AvroSchema |
AvroSchema.parseDelimitedFrom(InputStream input) |
static AvroSchema |
AvroSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvroSchema |
AvroSchema.parseFrom(byte[] data) |
static AvroSchema |
AvroSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvroSchema |
AvroSchema.parseFrom(ByteBuffer data) |
static AvroSchema |
AvroSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvroSchema |
AvroSchema.parseFrom(com.google.protobuf.ByteString data) |
static AvroSchema |
AvroSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvroSchema |
AvroSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static AvroSchema |
AvroSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvroSchema |
AvroSchema.parseFrom(InputStream input) |
static AvroSchema |
AvroSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AvroSchema> |
AvroSchema.getParserForType() |
static com.google.protobuf.Parser<AvroSchema> |
AvroSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
ReadSession.Builder |
ReadSession.Builder.mergeAvroSchema(AvroSchema value)
Output only.
|
ReadRowsResponse.Builder |
ReadRowsResponse.Builder.mergeAvroSchema(AvroSchema value)
Output only.
|
AvroSchema.Builder |
AvroSchema.Builder.mergeFrom(AvroSchema other) |
static AvroSchema.Builder |
AvroSchema.newBuilder(AvroSchema prototype) |
ReadSession.Builder |
ReadSession.Builder.setAvroSchema(AvroSchema value)
Output only.
|
ReadRowsResponse.Builder |
ReadRowsResponse.Builder.setAvroSchema(AvroSchema value)
Output only.
|
Copyright © 2023 Google LLC. All rights reserved.