public static interface Storage.ReadRowsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArrowRecordBatch()
public abstract ArrowProto.ArrowRecordBatch getArrowRecordBatch()Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;
| Returns | |
|---|---|
| Type | Description |
ArrowProto.ArrowRecordBatch |
The arrowRecordBatch. |
getArrowRecordBatchOrBuilder()
public abstract ArrowProto.ArrowRecordBatchOrBuilder getArrowRecordBatchOrBuilder()Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;
| Returns | |
|---|---|
| Type | Description |
ArrowProto.ArrowRecordBatchOrBuilder |
|
getArrowSchema()
public abstract ArrowProto.ArrowSchema getArrowSchema()Output only. Arrow schema.
.google.cloud.bigquery.storage.v1beta1.ArrowSchema arrow_schema = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ArrowProto.ArrowSchema |
The arrowSchema. |
getArrowSchemaOrBuilder()
public abstract ArrowProto.ArrowSchemaOrBuilder getArrowSchemaOrBuilder()Output only. Arrow schema.
.google.cloud.bigquery.storage.v1beta1.ArrowSchema arrow_schema = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ArrowProto.ArrowSchemaOrBuilder |
|
getAvroRows()
public abstract AvroProto.AvroRows getAvroRows()Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;
| Returns | |
|---|---|
| Type | Description |
AvroProto.AvroRows |
The avroRows. |
getAvroRowsOrBuilder()
public abstract AvroProto.AvroRowsOrBuilder getAvroRowsOrBuilder()Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;
| Returns | |
|---|---|
| Type | Description |
AvroProto.AvroRowsOrBuilder |
|
getAvroSchema()
public abstract AvroProto.AvroSchema getAvroSchema()Output only. Avro schema.
.google.cloud.bigquery.storage.v1beta1.AvroSchema avro_schema = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AvroProto.AvroSchema |
The avroSchema. |
getAvroSchemaOrBuilder()
public abstract AvroProto.AvroSchemaOrBuilder getAvroSchemaOrBuilder()Output only. Avro schema.
.google.cloud.bigquery.storage.v1beta1.AvroSchema avro_schema = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AvroProto.AvroSchemaOrBuilder |
|
getRowCount()
public abstract 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 abstract Storage.ReadRowsResponse.RowsCase getRowsCase()| Returns | |
|---|---|
| Type | Description |
Storage.ReadRowsResponse.RowsCase |
|
getSchemaCase()
public abstract Storage.ReadRowsResponse.SchemaCase getSchemaCase()| Returns | |
|---|---|
| Type | Description |
Storage.ReadRowsResponse.SchemaCase |
|
getStatus()
public abstract Storage.StreamStatus getStatus()Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
| Returns | |
|---|---|
| Type | Description |
Storage.StreamStatus |
The status. |
getStatusOrBuilder()
public abstract Storage.StreamStatusOrBuilder getStatusOrBuilder()Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
| Returns | |
|---|---|
| Type | Description |
Storage.StreamStatusOrBuilder |
|
getThrottleStatus()
public abstract 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 | |
|---|---|
| Type | Description |
Storage.ThrottleStatus |
The throttleStatus. |
getThrottleStatusOrBuilder()
public abstract 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 | |
|---|---|
| Type | Description |
Storage.ThrottleStatusOrBuilder |
|
hasArrowRecordBatch()
public abstract 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. |
hasArrowSchema()
public abstract boolean hasArrowSchema()Output only. Arrow schema.
.google.cloud.bigquery.storage.v1beta1.ArrowSchema arrow_schema = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the arrowSchema field is set. |
hasAvroRows()
public abstract 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. |
hasAvroSchema()
public abstract boolean hasAvroSchema()Output only. Avro schema.
.google.cloud.bigquery.storage.v1beta1.AvroSchema avro_schema = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the avroSchema field is set. |
hasStatus()
public abstract 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 abstract 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. |