Interface RowErrorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RowError, RowError.Builder

public interface RowErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Structured error reason for a row error.
    int
    Structured error reason for a row error.
    long
    Index of the malformed row in the request.
    Description of the issue encountered when processing the row.
    com.google.protobuf.ByteString
    Description of the issue encountered when processing the row.

    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 Details

    • getIndex

      long getIndex()
       Index of the malformed row in the request.
       
      int64 index = 1;
      Returns:
      The index.
    • getCodeValue

      int getCodeValue()
       Structured error reason for a row error.
       
      .google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
      Returns:
      The enum numeric value on the wire for code.
    • getCode

       Structured error reason for a row error.
       
      .google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
      Returns:
      The code.
    • getMessage

      String getMessage()
       Description of the issue encountered when processing the row.
       
      string message = 3;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       Description of the issue encountered when processing the row.
       
      string message = 3;
      Returns:
      The bytes for message.