| Modifier and Type | Method and Description |
|---|---|
AvroRows |
AvroRows.Builder.build() |
AvroRows |
AvroRows.Builder.buildPartial() |
AvroRows |
ReadRowsResponse.getAvroRows()
Serialized row data in AVRO format.
|
AvroRows |
ReadRowsResponse.Builder.getAvroRows()
Serialized row data in AVRO format.
|
AvroRows |
ReadRowsResponseOrBuilder.getAvroRows()
Serialized row data in AVRO format.
|
static AvroRows |
AvroRows.getDefaultInstance() |
AvroRows |
AvroRows.getDefaultInstanceForType() |
AvroRows |
AvroRows.Builder.getDefaultInstanceForType() |
static AvroRows |
AvroRows.parseDelimitedFrom(InputStream input) |
static AvroRows |
AvroRows.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvroRows |
AvroRows.parseFrom(byte[] data) |
static AvroRows |
AvroRows.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvroRows |
AvroRows.parseFrom(ByteBuffer data) |
static AvroRows |
AvroRows.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvroRows |
AvroRows.parseFrom(com.google.protobuf.ByteString data) |
static AvroRows |
AvroRows.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvroRows |
AvroRows.parseFrom(com.google.protobuf.CodedInputStream input) |
static AvroRows |
AvroRows.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvroRows |
AvroRows.parseFrom(InputStream input) |
static AvroRows |
AvroRows.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AvroRows> |
AvroRows.getParserForType() |
static com.google.protobuf.Parser<AvroRows> |
AvroRows.parser() |
| Modifier and Type | Method and Description |
|---|---|
ReadRowsResponse.Builder |
ReadRowsResponse.Builder.mergeAvroRows(AvroRows value)
Serialized row data in AVRO format.
|
AvroRows.Builder |
AvroRows.Builder.mergeFrom(AvroRows other) |
static AvroRows.Builder |
AvroRows.newBuilder(AvroRows prototype) |
ReadRowsResponse.Builder |
ReadRowsResponse.Builder.setAvroRows(AvroRows value)
Serialized row data in AVRO format.
|
Copyright © 2021 Google LLC. All rights reserved.