Interface Storage.ReadRowsRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Storage.ReadRowsRequest, Storage.ReadRowsRequest.Builder
    Enclosing class:
    Storage

    public static interface Storage.ReadRowsRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasReadPosition

        boolean hasReadPosition()
         Required. Identifier of the position in the stream to start reading from.
         The offset requested must be less than the last row read from ReadRows.
         Requesting a larger offset is undefined.
         
        .google.cloud.bigquery.storage.v1beta1.StreamPosition read_position = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the readPosition field is set.
      • getReadPosition

        Storage.StreamPosition getReadPosition()
         Required. Identifier of the position in the stream to start reading from.
         The offset requested must be less than the last row read from ReadRows.
         Requesting a larger offset is undefined.
         
        .google.cloud.bigquery.storage.v1beta1.StreamPosition read_position = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The readPosition.
      • getReadPositionOrBuilder

        Storage.StreamPositionOrBuilder getReadPositionOrBuilder()
         Required. Identifier of the position in the stream to start reading from.
         The offset requested must be less than the last row read from ReadRows.
         Requesting a larger offset is undefined.
         
        .google.cloud.bigquery.storage.v1beta1.StreamPosition read_position = 1 [(.google.api.field_behavior) = REQUIRED];