Interface AppendRowsRequest.ProtoDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ProtoRows getRows()
      Serialized row data in protobuf message format.
      ProtoRowsOrBuilder getRowsOrBuilder()
      Serialized row data in protobuf message format.
      ProtoSchema getWriterSchema()
      Proto schema used to serialize the data.
      ProtoSchemaOrBuilder getWriterSchemaOrBuilder()
      Proto schema used to serialize the data.
      boolean hasRows()
      Serialized row data in protobuf message format.
      boolean hasWriterSchema()
      Proto schema used to serialize the data.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasWriterSchema

        boolean hasWriterSchema()
         Proto schema used to serialize the data.
         
        .google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;
        Returns:
        Whether the writerSchema field is set.
      • getWriterSchema

        ProtoSchema getWriterSchema()
         Proto schema used to serialize the data.
         
        .google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;
        Returns:
        The writerSchema.
      • getWriterSchemaOrBuilder

        ProtoSchemaOrBuilder getWriterSchemaOrBuilder()
         Proto schema used to serialize the data.
         
        .google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;
      • hasRows

        boolean hasRows()
         Serialized row data in protobuf message format.
         
        .google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;
        Returns:
        Whether the rows field is set.
      • getRows

        ProtoRows getRows()
         Serialized row data in protobuf message format.
         
        .google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;
        Returns:
        The rows.
      • getRowsOrBuilder

        ProtoRowsOrBuilder getRowsOrBuilder()
         Serialized row data in protobuf message format.
         
        .google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;