Interface ReadModifyWriteRowResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A Row containing the new contents of all cells modified by the request.
    A Row containing the new contents of all cells modified by the request.
    boolean
    A Row containing the new contents of all cells modified by the request.

    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

    • hasRow

      boolean hasRow()
       A Row containing the new contents of all cells modified by the request.
       
      .google.bigtable.v2.Row row = 1;
      Returns:
      Whether the row field is set.
    • getRow

      Row getRow()
       A Row containing the new contents of all cells modified by the request.
       
      .google.bigtable.v2.Row row = 1;
      Returns:
      The row.
    • getRowOrBuilder

      RowOrBuilder getRowOrBuilder()
       A Row containing the new contents of all cells modified by the request.
       
      .google.bigtable.v2.Row row = 1;