public static interface RiakKvPB.RpbMapRedRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDone()
optional bool done = 3; |
int |
getPhase()
optional uint32 phase = 1; |
com.google.protobuf.ByteString |
getResponse()
optional bytes response = 2; |
boolean |
hasDone()
optional bool done = 3; |
boolean |
hasPhase()
optional uint32 phase = 1; |
boolean |
hasResponse()
optional bytes response = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPhase()
optional uint32 phase = 1;
int getPhase()
optional uint32 phase = 1;
boolean hasResponse()
optional bytes response = 2;
com.google.protobuf.ByteString getResponse()
optional bytes response = 2;
boolean hasDone()
optional bool done = 3;
boolean getDone()
optional bool done = 3;
Copyright © 2016. All rights reserved.