public static final class Storage.ReadRowsResponse extends com.google.protobuf.GeneratedMessageV3 implements Storage.ReadRowsResponseOrBuilder
Response from calling `ReadRows` may include row data, progress and throttling information.Protobuf type
google.cloud.bigquery.storage.v1beta1.ReadRowsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
Storage.ReadRowsResponse.Builder
Response from calling `ReadRows` may include row data, progress and
throttling information.
|
static class |
Storage.ReadRowsResponse.RowsCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ARROW_RECORD_BATCH_FIELD_NUMBER |
static int |
AVRO_ROWS_FIELD_NUMBER |
static int |
ROW_COUNT_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
THROTTLE_STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ArrowProto.ArrowRecordBatch |
getArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
|
ArrowProto.ArrowRecordBatchOrBuilder |
getArrowRecordBatchOrBuilder()
Serialized row data in Arrow RecordBatch format.
|
AvroProto.AvroRows |
getAvroRows()
Serialized row data in AVRO format.
|
AvroProto.AvroRowsOrBuilder |
getAvroRowsOrBuilder()
Serialized row data in AVRO format.
|
static Storage.ReadRowsResponse |
getDefaultInstance() |
Storage.ReadRowsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Storage.ReadRowsResponse> |
getParserForType() |
long |
getRowCount()
Number of serialized rows in the rows block.
|
Storage.ReadRowsResponse.RowsCase |
getRowsCase() |
int |
getSerializedSize() |
Storage.StreamStatus |
getStatus()
Estimated stream statistics.
|
Storage.StreamStatusOrBuilder |
getStatusOrBuilder()
Estimated stream statistics.
|
Storage.ThrottleStatus |
getThrottleStatus()
Throttling status.
|
Storage.ThrottleStatusOrBuilder |
getThrottleStatusOrBuilder()
Throttling status.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
|
boolean |
hasAvroRows()
Serialized row data in AVRO format.
|
int |
hashCode() |
boolean |
hasStatus()
Estimated stream statistics.
|
boolean |
hasThrottleStatus()
Throttling status.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Storage.ReadRowsResponse.Builder |
newBuilder() |
static Storage.ReadRowsResponse.Builder |
newBuilder(Storage.ReadRowsResponse prototype) |
Storage.ReadRowsResponse.Builder |
newBuilderForType() |
protected Storage.ReadRowsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Storage.ReadRowsResponse |
parseDelimitedFrom(InputStream input) |
static Storage.ReadRowsResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage.ReadRowsResponse |
parseFrom(byte[] data) |
static Storage.ReadRowsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage.ReadRowsResponse |
parseFrom(ByteBuffer data) |
static Storage.ReadRowsResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage.ReadRowsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Storage.ReadRowsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage.ReadRowsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Storage.ReadRowsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage.ReadRowsResponse |
parseFrom(InputStream input) |
static Storage.ReadRowsResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Storage.ReadRowsResponse> |
parser() |
Storage.ReadRowsResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int AVRO_ROWS_FIELD_NUMBER
public static final int ARROW_RECORD_BATCH_FIELD_NUMBER
public static final int ROW_COUNT_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int THROTTLE_STATUS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Storage.ReadRowsResponse.RowsCase getRowsCase()
getRowsCase in interface Storage.ReadRowsResponseOrBuilderpublic boolean hasAvroRows()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;hasAvroRows in interface Storage.ReadRowsResponseOrBuilderpublic AvroProto.AvroRows getAvroRows()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;getAvroRows in interface Storage.ReadRowsResponseOrBuilderpublic AvroProto.AvroRowsOrBuilder getAvroRowsOrBuilder()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;getAvroRowsOrBuilder in interface Storage.ReadRowsResponseOrBuilderpublic boolean hasArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;hasArrowRecordBatch in interface Storage.ReadRowsResponseOrBuilderpublic ArrowProto.ArrowRecordBatch getArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;getArrowRecordBatch in interface Storage.ReadRowsResponseOrBuilderpublic ArrowProto.ArrowRecordBatchOrBuilder getArrowRecordBatchOrBuilder()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;getArrowRecordBatchOrBuilder in interface Storage.ReadRowsResponseOrBuilderpublic long getRowCount()
Number of serialized rows in the rows block. This value is recorded here, in addition to the row_count values in the output-specific messages in `rows`, so that code which needs to record progress through the stream can do so in an output format-independent way.
int64 row_count = 6;getRowCount in interface Storage.ReadRowsResponseOrBuilderpublic boolean hasStatus()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;hasStatus in interface Storage.ReadRowsResponseOrBuilderpublic Storage.StreamStatus getStatus()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;getStatus in interface Storage.ReadRowsResponseOrBuilderpublic Storage.StreamStatusOrBuilder getStatusOrBuilder()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;getStatusOrBuilder in interface Storage.ReadRowsResponseOrBuilderpublic boolean hasThrottleStatus()
Throttling status. If unset, the latest response still describes the current throttling status.
.google.cloud.bigquery.storage.v1beta1.ThrottleStatus throttle_status = 5;hasThrottleStatus in interface Storage.ReadRowsResponseOrBuilderpublic Storage.ThrottleStatus getThrottleStatus()
Throttling status. If unset, the latest response still describes the current throttling status.
.google.cloud.bigquery.storage.v1beta1.ThrottleStatus throttle_status = 5;getThrottleStatus in interface Storage.ReadRowsResponseOrBuilderpublic Storage.ThrottleStatusOrBuilder getThrottleStatusOrBuilder()
Throttling status. If unset, the latest response still describes the current throttling status.
.google.cloud.bigquery.storage.v1beta1.ThrottleStatus throttle_status = 5;getThrottleStatusOrBuilder in interface Storage.ReadRowsResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Storage.ReadRowsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Storage.ReadRowsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Storage.ReadRowsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Storage.ReadRowsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Storage.ReadRowsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Storage.ReadRowsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Storage.ReadRowsResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static Storage.ReadRowsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Storage.ReadRowsResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Storage.ReadRowsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Storage.ReadRowsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Storage.ReadRowsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Storage.ReadRowsResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Storage.ReadRowsResponse.Builder newBuilder()
public static Storage.ReadRowsResponse.Builder newBuilder(Storage.ReadRowsResponse prototype)
public Storage.ReadRowsResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Storage.ReadRowsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Storage.ReadRowsResponse getDefaultInstance()
public static com.google.protobuf.Parser<Storage.ReadRowsResponse> parser()
public com.google.protobuf.Parser<Storage.ReadRowsResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Storage.ReadRowsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.