public static interface RiakDtPB.DtFetchRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getContext()
optional bytes context = 1; |
RiakDtPB.DtFetchResp.DataType |
getType()
required .DtFetchResp.DataType type = 2; |
RiakDtPB.DtValue |
getValue()
optional .DtValue value = 3; |
RiakDtPB.DtValueOrBuilder |
getValueOrBuilder()
optional .DtValue value = 3; |
boolean |
hasContext()
optional bytes context = 1; |
boolean |
hasType()
required .DtFetchResp.DataType type = 2; |
boolean |
hasValue()
optional .DtValue value = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasContext()
optional bytes context = 1;
com.google.protobuf.ByteString getContext()
optional bytes context = 1;
boolean hasType()
required .DtFetchResp.DataType type = 2;
RiakDtPB.DtFetchResp.DataType getType()
required .DtFetchResp.DataType type = 2;
boolean hasValue()
optional .DtValue value = 3;
RiakDtPB.DtValue getValue()
optional .DtValue value = 3;
RiakDtPB.DtValueOrBuilder getValueOrBuilder()
optional .DtValue value = 3;
Copyright © 2016. All rights reserved.