Send feedback
Class Storage.ReadRowsResponse (2.28.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.28.1 keyboard_arrow_down
public static final class Storage . ReadRowsResponse extends GeneratedMessageV3 implements Storage . ReadRowsResponseOrBuilder
Response from calling ReadRows
may include row data, progress and
throttling information.
Protobuf type google.cloud.bigquery.storage.v1beta1.ReadRowsResponse
Static Fields
ARROW_RECORD_BATCH_FIELD_NUMBER
public static final int ARROW_RECORD_BATCH_FIELD_NUMBER
Field Value
AVRO_ROWS_FIELD_NUMBER
public static final int AVRO_ROWS_FIELD_NUMBER
Field Value
ROW_COUNT_FIELD_NUMBER
public static final int ROW_COUNT_FIELD_NUMBER
Field Value
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value
THROTTLE_STATUS_FIELD_NUMBER
public static final int THROTTLE_STATUS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Storage . ReadRowsResponse getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static Storage . ReadRowsResponse . Builder newBuilder ()
Returns
newBuilder(Storage.ReadRowsResponse prototype)
public static Storage . ReadRowsResponse . Builder newBuilder ( Storage . ReadRowsResponse prototype )
Parameter
Returns
public static Storage . ReadRowsResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Storage . ReadRowsResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Storage . ReadRowsResponse parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Storage . ReadRowsResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Storage . ReadRowsResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Storage . ReadRowsResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Storage . ReadRowsResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Storage . ReadRowsResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Storage . ReadRowsResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Storage . ReadRowsResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Storage . ReadRowsResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Storage . ReadRowsResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Storage . ReadRowsResponse> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getArrowRecordBatch()
public ArrowProto . ArrowRecordBatch getArrowRecordBatch ()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;
Returns
getArrowRecordBatchOrBuilder()
public ArrowProto . ArrowRecordBatchOrBuilder getArrowRecordBatchOrBuilder ()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;
Returns
getAvroRows()
public AvroProto . AvroRows getAvroRows ()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;
Returns
getAvroRowsOrBuilder()
public AvroProto . AvroRowsOrBuilder getAvroRowsOrBuilder ()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;
Returns
getDefaultInstanceForType()
public Storage . ReadRowsResponse getDefaultInstanceForType ()
Returns
getParserForType()
public Parser<Storage . ReadRowsResponse> getParserForType ()
Returns
Overrides
getRowCount()
public 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;
Returns
Type Description long The rowCount.
getRowsCase()
public Storage . ReadRowsResponse . RowsCase getRowsCase ()
Returns
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getStatus()
public Storage . StreamStatus getStatus ()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
Returns
getStatusOrBuilder()
public Storage . StreamStatusOrBuilder getStatusOrBuilder ()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
Returns
getThrottleStatus()
public 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;
Returns
getThrottleStatusOrBuilder()
public 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;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasArrowRecordBatch()
public boolean hasArrowRecordBatch ()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;
Returns
Type Description boolean Whether the arrowRecordBatch field is set.
hasAvroRows()
public boolean hasAvroRows ()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;
Returns
Type Description boolean Whether the avroRows field is set.
hasStatus()
public boolean hasStatus ()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
Returns
Type Description boolean Whether the status field is set.
hasThrottleStatus()
public boolean hasThrottleStatus ()
Throttling status. If unset, the latest response still describes
the current throttling status.
.google.cloud.bigquery.storage.v1beta1.ThrottleStatus throttle_status = 5;
Returns
Type Description boolean Whether the throttleStatus field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public Storage . ReadRowsResponse . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Storage . ReadRowsResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public Storage . ReadRowsResponse . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-04 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-04 UTC."]]