public static final class RiakTsPB.TsQueryReq.Builder extends com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsQueryReq.Builder> implements RiakTsPB.TsQueryReqOrBuilder
TsQueryReq
Dispatch a query to Riak
Modifier and Type | Method and Description |
---|---|
RiakTsPB.TsQueryReq |
build() |
RiakTsPB.TsQueryReq |
buildPartial() |
RiakTsPB.TsQueryReq.Builder |
clear() |
RiakTsPB.TsQueryReq.Builder |
clearCoverContext()
optional bytes cover_context = 3; |
RiakTsPB.TsQueryReq.Builder |
clearQuery()
optional .TsInterpolation query = 1; |
RiakTsPB.TsQueryReq.Builder |
clearStream()
optional bool stream = 2 [default = false]; |
RiakTsPB.TsQueryReq.Builder |
clone() |
com.google.protobuf.ByteString |
getCoverContext()
optional bytes cover_context = 3; |
RiakTsPB.TsQueryReq |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RiakTsPB.TsInterpolation |
getQuery()
optional .TsInterpolation query = 1; |
RiakTsPB.TsInterpolation.Builder |
getQueryBuilder()
optional .TsInterpolation query = 1; |
RiakTsPB.TsInterpolationOrBuilder |
getQueryOrBuilder()
optional .TsInterpolation query = 1; |
boolean |
getStream()
optional bool stream = 2 [default = false]; |
boolean |
hasCoverContext()
optional bytes cover_context = 3; |
boolean |
hasQuery()
optional .TsInterpolation query = 1; |
boolean |
hasStream()
optional bool stream = 2 [default = false]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RiakTsPB.TsQueryReq.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakTsPB.TsQueryReq.Builder |
mergeFrom(com.google.protobuf.Message other) |
RiakTsPB.TsQueryReq.Builder |
mergeFrom(RiakTsPB.TsQueryReq other) |
RiakTsPB.TsQueryReq.Builder |
mergeQuery(RiakTsPB.TsInterpolation value)
optional .TsInterpolation query = 1; |
RiakTsPB.TsQueryReq.Builder |
setCoverContext(com.google.protobuf.ByteString value)
optional bytes cover_context = 3; |
RiakTsPB.TsQueryReq.Builder |
setQuery(RiakTsPB.TsInterpolation.Builder builderForValue)
optional .TsInterpolation query = 1; |
RiakTsPB.TsQueryReq.Builder |
setQuery(RiakTsPB.TsInterpolation value)
optional .TsInterpolation query = 1; |
RiakTsPB.TsQueryReq.Builder |
setStream(boolean value)
optional bool stream = 2 [default = false]; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsQueryReq.Builder>
public RiakTsPB.TsQueryReq.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsQueryReq.Builder>
public RiakTsPB.TsQueryReq.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsQueryReq.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsQueryReq.Builder>
public RiakTsPB.TsQueryReq getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public RiakTsPB.TsQueryReq build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public RiakTsPB.TsQueryReq buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public RiakTsPB.TsQueryReq.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RiakTsPB.TsQueryReq.Builder>
public RiakTsPB.TsQueryReq.Builder mergeFrom(RiakTsPB.TsQueryReq other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsQueryReq.Builder>
public RiakTsPB.TsQueryReq.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RiakTsPB.TsQueryReq.Builder>
IOException
public boolean hasQuery()
optional .TsInterpolation query = 1;
left optional to support parameterized queries in the future
hasQuery
in interface RiakTsPB.TsQueryReqOrBuilder
public RiakTsPB.TsInterpolation getQuery()
optional .TsInterpolation query = 1;
left optional to support parameterized queries in the future
getQuery
in interface RiakTsPB.TsQueryReqOrBuilder
public RiakTsPB.TsQueryReq.Builder setQuery(RiakTsPB.TsInterpolation value)
optional .TsInterpolation query = 1;
left optional to support parameterized queries in the future
public RiakTsPB.TsQueryReq.Builder setQuery(RiakTsPB.TsInterpolation.Builder builderForValue)
optional .TsInterpolation query = 1;
left optional to support parameterized queries in the future
public RiakTsPB.TsQueryReq.Builder mergeQuery(RiakTsPB.TsInterpolation value)
optional .TsInterpolation query = 1;
left optional to support parameterized queries in the future
public RiakTsPB.TsQueryReq.Builder clearQuery()
optional .TsInterpolation query = 1;
left optional to support parameterized queries in the future
public RiakTsPB.TsInterpolation.Builder getQueryBuilder()
optional .TsInterpolation query = 1;
left optional to support parameterized queries in the future
public RiakTsPB.TsInterpolationOrBuilder getQueryOrBuilder()
optional .TsInterpolation query = 1;
left optional to support parameterized queries in the future
getQueryOrBuilder
in interface RiakTsPB.TsQueryReqOrBuilder
public boolean hasStream()
optional bool stream = 2 [default = false];
hasStream
in interface RiakTsPB.TsQueryReqOrBuilder
public boolean getStream()
optional bool stream = 2 [default = false];
getStream
in interface RiakTsPB.TsQueryReqOrBuilder
public RiakTsPB.TsQueryReq.Builder setStream(boolean value)
optional bool stream = 2 [default = false];
public RiakTsPB.TsQueryReq.Builder clearStream()
optional bool stream = 2 [default = false];
public boolean hasCoverContext()
optional bytes cover_context = 3;
chopped up coverage plan per-req
hasCoverContext
in interface RiakTsPB.TsQueryReqOrBuilder
public com.google.protobuf.ByteString getCoverContext()
optional bytes cover_context = 3;
chopped up coverage plan per-req
getCoverContext
in interface RiakTsPB.TsQueryReqOrBuilder
public RiakTsPB.TsQueryReq.Builder setCoverContext(com.google.protobuf.ByteString value)
optional bytes cover_context = 3;
chopped up coverage plan per-req
public RiakTsPB.TsQueryReq.Builder clearCoverContext()
optional bytes cover_context = 3;
chopped up coverage plan per-req
Copyright © 2016. All rights reserved.