Class Storage.ReadRowsResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.cloud.bigquery.storage.v1beta1.Storage.ReadRowsResponse
All Implemented Interfaces:
Storage.ReadRowsResponseOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
Storage

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
See Also:
  • Field Details

    • AVRO_ROWS_FIELD_NUMBER

      public static final int AVRO_ROWS_FIELD_NUMBER
      See Also:
    • ARROW_RECORD_BATCH_FIELD_NUMBER

      public static final int ARROW_RECORD_BATCH_FIELD_NUMBER
      See Also:
    • ROW_COUNT_FIELD_NUMBER

      public static final int ROW_COUNT_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • THROTTLE_STATUS_FIELD_NUMBER

      public static final int THROTTLE_STATUS_FIELD_NUMBER
      See Also:
    • AVRO_SCHEMA_FIELD_NUMBER

      public static final int AVRO_SCHEMA_FIELD_NUMBER
      See Also:
    • ARROW_SCHEMA_FIELD_NUMBER

      public static final int ARROW_SCHEMA_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getRowsCase

      public Storage.ReadRowsResponse.RowsCase getRowsCase()
      Specified by:
      getRowsCase in interface Storage.ReadRowsResponseOrBuilder
    • getSchemaCase

      public Storage.ReadRowsResponse.SchemaCase getSchemaCase()
      Specified by:
      getSchemaCase in interface Storage.ReadRowsResponseOrBuilder
    • hasAvroRows

      public boolean hasAvroRows()
       Serialized row data in AVRO format.
       
      .google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;
      Specified by:
      hasAvroRows in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      Whether the avroRows field is set.
    • getAvroRows

      public AvroProto.AvroRows getAvroRows()
       Serialized row data in AVRO format.
       
      .google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;
      Specified by:
      getAvroRows in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      The avroRows.
    • getAvroRowsOrBuilder

      public AvroProto.AvroRowsOrBuilder getAvroRowsOrBuilder()
       Serialized row data in AVRO format.
       
      .google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;
      Specified by:
      getAvroRowsOrBuilder in interface Storage.ReadRowsResponseOrBuilder
    • hasArrowRecordBatch

      public boolean hasArrowRecordBatch()
       Serialized row data in Arrow RecordBatch format.
       
      .google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;
      Specified by:
      hasArrowRecordBatch in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      Whether the arrowRecordBatch field is set.
    • getArrowRecordBatch

      public ArrowProto.ArrowRecordBatch getArrowRecordBatch()
       Serialized row data in Arrow RecordBatch format.
       
      .google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;
      Specified by:
      getArrowRecordBatch in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      The arrowRecordBatch.
    • getArrowRecordBatchOrBuilder

      public ArrowProto.ArrowRecordBatchOrBuilder getArrowRecordBatchOrBuilder()
       Serialized row data in Arrow RecordBatch format.
       
      .google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;
      Specified by:
      getArrowRecordBatchOrBuilder in interface Storage.ReadRowsResponseOrBuilder
    • 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;
      Specified by:
      getRowCount in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      The rowCount.
    • hasStatus

      public boolean hasStatus()
       Estimated stream statistics.
       
      .google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
      Specified by:
      hasStatus in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      Whether the status field is set.
    • getStatus

      public Storage.StreamStatus getStatus()
       Estimated stream statistics.
       
      .google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
      Specified by:
      getStatus in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      The status.
    • getStatusOrBuilder

      public Storage.StreamStatusOrBuilder getStatusOrBuilder()
       Estimated stream statistics.
       
      .google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
      Specified by:
      getStatusOrBuilder in interface Storage.ReadRowsResponseOrBuilder
    • 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;
      Specified by:
      hasThrottleStatus in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      Whether the throttleStatus field is set.
    • 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;
      Specified by:
      getThrottleStatus in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      The throttleStatus.
    • 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;
      Specified by:
      getThrottleStatusOrBuilder in interface Storage.ReadRowsResponseOrBuilder
    • hasAvroSchema

      public boolean hasAvroSchema()
       Output only. Avro schema.
       
      .google.cloud.bigquery.storage.v1beta1.AvroSchema avro_schema = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasAvroSchema in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      Whether the avroSchema field is set.
    • getAvroSchema

      public AvroProto.AvroSchema getAvroSchema()
       Output only. Avro schema.
       
      .google.cloud.bigquery.storage.v1beta1.AvroSchema avro_schema = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getAvroSchema in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      The avroSchema.
    • getAvroSchemaOrBuilder

      public AvroProto.AvroSchemaOrBuilder getAvroSchemaOrBuilder()
       Output only. Avro schema.
       
      .google.cloud.bigquery.storage.v1beta1.AvroSchema avro_schema = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getAvroSchemaOrBuilder in interface Storage.ReadRowsResponseOrBuilder
    • hasArrowSchema

      public boolean hasArrowSchema()
       Output only. Arrow schema.
       
      .google.cloud.bigquery.storage.v1beta1.ArrowSchema arrow_schema = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasArrowSchema in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      Whether the arrowSchema field is set.
    • getArrowSchema

      public ArrowProto.ArrowSchema getArrowSchema()
       Output only. Arrow schema.
       
      .google.cloud.bigquery.storage.v1beta1.ArrowSchema arrow_schema = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getArrowSchema in interface Storage.ReadRowsResponseOrBuilder
      Returns:
      The arrowSchema.
    • getArrowSchemaOrBuilder

      public ArrowProto.ArrowSchemaOrBuilder getArrowSchemaOrBuilder()
       Output only. Arrow schema.
       
      .google.cloud.bigquery.storage.v1beta1.ArrowSchema arrow_schema = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getArrowSchemaOrBuilder in interface Storage.ReadRowsResponseOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Storage.ReadRowsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Storage.ReadRowsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Storage.ReadRowsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Storage.ReadRowsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Storage.ReadRowsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Storage.ReadRowsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Storage.ReadRowsResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Storage.ReadRowsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Storage.ReadRowsResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Storage.ReadRowsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Storage.ReadRowsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Storage.ReadRowsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Storage.ReadRowsResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Storage.ReadRowsResponse.Builder newBuilder()
    • newBuilder

      public static Storage.ReadRowsResponse.Builder newBuilder(Storage.ReadRowsResponse prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Storage.ReadRowsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Storage.ReadRowsResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Storage.ReadRowsResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<Storage.ReadRowsResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Storage.ReadRowsResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder