public static interface Storage.ReadRowsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AvroProto.AvroRows |
getAvroRows()
Serialized row data in AVRO format.
|
AvroProto.AvroRowsOrBuilder |
getAvroRowsOrBuilder()
Serialized row data in AVRO format.
|
Storage.ReadRowsResponse.RowsCase |
getRowsCase() |
Storage.StreamStatus |
getStatus()
Estimated stream statistics.
|
Storage.StreamStatusOrBuilder |
getStatusOrBuilder()
Estimated stream statistics.
|
Storage.ThrottleStatus |
getThrottleStatus()
Throttling status.
|
Storage.ThrottleStatusOrBuilder |
getThrottleStatusOrBuilder()
Throttling status.
|
boolean |
hasAvroRows()
Serialized row data in AVRO format.
|
boolean |
hasStatus()
Estimated stream statistics.
|
boolean |
hasThrottleStatus()
Throttling status.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAvroRows()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;AvroProto.AvroRows getAvroRows()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;AvroProto.AvroRowsOrBuilder getAvroRowsOrBuilder()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;boolean hasStatus()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;Storage.StreamStatus getStatus()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;Storage.StreamStatusOrBuilder getStatusOrBuilder()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;boolean hasThrottleStatus()
Throttling status. If unset, the latest response still describes the current throttling status.
.google.cloud.bigquery.storage.v1beta1.ThrottleStatus throttle_status = 5;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;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;Storage.ReadRowsResponse.RowsCase getRowsCase()
Copyright © 2019 Google LLC. All rights reserved.