|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ClientProtos.MutateResponseOrBuilder
Method Summary | |
---|---|
boolean |
getProcessed()
optional bool processed = 2; |
ClientProtos.Result |
getResult()
optional .Result result = 1; |
ClientProtos.ResultOrBuilder |
getResultOrBuilder()
optional .Result result = 1; |
boolean |
hasProcessed()
optional bool processed = 2; |
boolean |
hasResult()
optional .Result result = 1; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
boolean hasResult()
optional .Result result = 1;
ClientProtos.Result getResult()
optional .Result result = 1;
ClientProtos.ResultOrBuilder getResultOrBuilder()
optional .Result result = 1;
boolean hasProcessed()
optional bool processed = 2;
used for mutate to indicate processed only
boolean getProcessed()
optional bool processed = 2;
used for mutate to indicate processed only
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |