Interface CheckAndMutateRowResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Whether or not the request's `predicate_filter` yielded any results for the specified 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

    • getPredicateMatched

      boolean getPredicateMatched()
       Whether or not the request's `predicate_filter` yielded any results for
       the specified row.
       
      bool predicate_matched = 1;
      Returns:
      The predicateMatched.