Uses of Class
com.google.cloud.bigquery.storage.v1beta1.Storage.ReadRowsResponse.Builder
-
Uses of Storage.ReadRowsResponse.Builder in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return Storage.ReadRowsResponse.BuilderModifier and TypeMethodDescriptionStorage.ReadRowsResponse.Builder.clear()Storage.ReadRowsResponse.Builder.clearArrowRecordBatch()Serialized row data in Arrow RecordBatch format.Storage.ReadRowsResponse.Builder.clearArrowSchema()Output only.Storage.ReadRowsResponse.Builder.clearAvroRows()Serialized row data in AVRO format.Storage.ReadRowsResponse.Builder.clearAvroSchema()Output only.Storage.ReadRowsResponse.Builder.clearRowCount()Number of serialized rows in the rows block.Storage.ReadRowsResponse.Builder.clearRows()Storage.ReadRowsResponse.Builder.clearSchema()Storage.ReadRowsResponse.Builder.clearStatus()Estimated stream statistics.Storage.ReadRowsResponse.Builder.clearThrottleStatus()Throttling status.Storage.ReadRowsResponse.Builder.mergeArrowRecordBatch(ArrowProto.ArrowRecordBatch value) Serialized row data in Arrow RecordBatch format.Storage.ReadRowsResponse.Builder.mergeArrowSchema(ArrowProto.ArrowSchema value) Output only.Storage.ReadRowsResponse.Builder.mergeAvroRows(AvroProto.AvroRows value) Serialized row data in AVRO format.Storage.ReadRowsResponse.Builder.mergeAvroSchema(AvroProto.AvroSchema value) Output only.Storage.ReadRowsResponse.Builder.mergeFrom(Storage.ReadRowsResponse other) Storage.ReadRowsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Storage.ReadRowsResponse.Builder.mergeFrom(com.google.protobuf.Message other) Storage.ReadRowsResponse.Builder.mergeStatus(Storage.StreamStatus value) Estimated stream statistics.Storage.ReadRowsResponse.Builder.mergeThrottleStatus(Storage.ThrottleStatus value) Throttling status.Storage.ReadRowsResponse.newBuilder()Storage.ReadRowsResponse.newBuilder(Storage.ReadRowsResponse prototype) Storage.ReadRowsResponse.newBuilderForType()protected Storage.ReadRowsResponse.BuilderStorage.ReadRowsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Storage.ReadRowsResponse.Builder.setArrowRecordBatch(ArrowProto.ArrowRecordBatch value) Serialized row data in Arrow RecordBatch format.Storage.ReadRowsResponse.Builder.setArrowRecordBatch(ArrowProto.ArrowRecordBatch.Builder builderForValue) Serialized row data in Arrow RecordBatch format.Storage.ReadRowsResponse.Builder.setArrowSchema(ArrowProto.ArrowSchema value) Output only.Storage.ReadRowsResponse.Builder.setArrowSchema(ArrowProto.ArrowSchema.Builder builderForValue) Output only.Storage.ReadRowsResponse.Builder.setAvroRows(AvroProto.AvroRows value) Serialized row data in AVRO format.Storage.ReadRowsResponse.Builder.setAvroRows(AvroProto.AvroRows.Builder builderForValue) Serialized row data in AVRO format.Storage.ReadRowsResponse.Builder.setAvroSchema(AvroProto.AvroSchema value) Output only.Storage.ReadRowsResponse.Builder.setAvroSchema(AvroProto.AvroSchema.Builder builderForValue) Output only.Storage.ReadRowsResponse.Builder.setRowCount(long value) Number of serialized rows in the rows block.Storage.ReadRowsResponse.Builder.setStatus(Storage.StreamStatus value) Estimated stream statistics.Storage.ReadRowsResponse.Builder.setStatus(Storage.StreamStatus.Builder builderForValue) Estimated stream statistics.Storage.ReadRowsResponse.Builder.setThrottleStatus(Storage.ThrottleStatus value) Throttling status.Storage.ReadRowsResponse.Builder.setThrottleStatus(Storage.ThrottleStatus.Builder builderForValue) Throttling status.Storage.ReadRowsResponse.toBuilder()