Interface Table.WriteRowsExceptionDetailOrBuilder

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

public static interface Table.WriteRowsExceptionDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    optional uint32 count = 1;
    boolean
    optional uint32 count = 1;

    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

    • hasCount

      boolean hasCount()
      optional uint32 count = 1;
      Returns:
      Whether the count field is set.
    • getCount

      int getCount()
      optional uint32 count = 1;
      Returns:
      The count.