|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ClientPB.ActionOrBuilder
Method Summary | |
---|---|
ClientPB.Get |
getGet()
optional .Get get = 3; |
int |
getIndex()
optional uint32 index = 1; |
ClientPB.MutationProto |
getMutation()
optional .MutationProto mutation = 2; |
boolean |
hasGet()
optional .Get get = 3; |
boolean |
hasIndex()
optional uint32 index = 1; |
boolean |
hasMutation()
optional .MutationProto mutation = 2; |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
getDefaultInstanceForType, isInitialized |
Method Detail |
---|
boolean hasIndex()
optional uint32 index = 1;
If part of a multi action, useful aligning result with what was originally submitted.
int getIndex()
optional uint32 index = 1;
If part of a multi action, useful aligning result with what was originally submitted.
boolean hasMutation()
optional .MutationProto mutation = 2;
ClientPB.MutationProto getMutation()
optional .MutationProto mutation = 2;
boolean hasGet()
optional .Get get = 3;
ClientPB.Get getGet()
optional .Get get = 3;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |