Interface AppendRowsRequest.ArrowDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AppendRowsRequest.ArrowData, AppendRowsRequest.ArrowData.Builder
Enclosing class:
AppendRowsRequest

public static interface AppendRowsRequest.ArrowDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasWriterSchema

      boolean hasWriterSchema()
       Optional. Arrow Schema used to serialize the data.
       
      .google.cloud.bigquery.storage.v1.ArrowSchema writer_schema = 1;
      Returns:
      Whether the writerSchema field is set.
    • getWriterSchema

      ArrowSchema getWriterSchema()
       Optional. Arrow Schema used to serialize the data.
       
      .google.cloud.bigquery.storage.v1.ArrowSchema writer_schema = 1;
      Returns:
      The writerSchema.
    • getWriterSchemaOrBuilder

      ArrowSchemaOrBuilder getWriterSchemaOrBuilder()
       Optional. Arrow Schema used to serialize the data.
       
      .google.cloud.bigquery.storage.v1.ArrowSchema writer_schema = 1;
    • hasRows

      boolean hasRows()
       Required. Serialized row data in Arrow format.
       
      .google.cloud.bigquery.storage.v1.ArrowRecordBatch rows = 2;
      Returns:
      Whether the rows field is set.
    • getRows

      ArrowRecordBatch getRows()
       Required. Serialized row data in Arrow format.
       
      .google.cloud.bigquery.storage.v1.ArrowRecordBatch rows = 2;
      Returns:
      The rows.
    • getRowsOrBuilder

      ArrowRecordBatchOrBuilder getRowsOrBuilder()
       Required. Serialized row data in Arrow format.
       
      .google.cloud.bigquery.storage.v1.ArrowRecordBatch rows = 2;