Interface ReadModifyWriteRowResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Row getRow()
      A Row containing the new contents of all cells modified by the request.
      RowOrBuilder getRowOrBuilder()
      A Row containing the new contents of all cells modified by the request.
      boolean hasRow()
      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 Detail

      • 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;