Package com.google.bigtable.v2
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 TypeMethodDescriptionbooleanWhether or not the request's `predicate_filter` yielded any results for the specified row.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-