Interface Table.WriteRowsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    The number of rows that were written
    boolean
    The number of rows that were written

    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()
       The number of rows that were written
       
      optional uint32 count = 1;
      Returns:
      Whether the count field is set.
    • getCount

      int getCount()
       The number of rows that were written
       
      optional uint32 count = 1;
      Returns:
      The count.