public static final class AggregateProtos.AggregateResponse.Builder extends GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder> implements AggregateProtos.AggregateResponseOrBuilder
hbase.pb.AggregateResponseaddRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasFieldpublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>public AggregateProtos.AggregateResponse.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>public AggregateProtos.AggregateResponse.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>public AggregateProtos.AggregateResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic AggregateProtos.AggregateResponse build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic AggregateProtos.AggregateResponse buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic AggregateProtos.AggregateResponse.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<AggregateProtos.AggregateResponse.Builder>public AggregateProtos.AggregateResponse.Builder mergeFrom(AggregateProtos.AggregateResponse other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>public AggregateProtos.AggregateResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<AggregateProtos.AggregateResponse.Builder>IOExceptionpublic List<ByteString> getFirstPartList()
repeated bytes first_part = 1;
The AggregateService methods all have a response that either is a Pair or a simple object. When it is a Pair both first_part and second_part have defined values (and the second_part is not present in the response when the response is not a pair). Refer to the AggregateImplementation class for an overview of the AggregateResponse object constructions.
getFirstPartList in interface AggregateProtos.AggregateResponseOrBuilderpublic int getFirstPartCount()
repeated bytes first_part = 1;
The AggregateService methods all have a response that either is a Pair or a simple object. When it is a Pair both first_part and second_part have defined values (and the second_part is not present in the response when the response is not a pair). Refer to the AggregateImplementation class for an overview of the AggregateResponse object constructions.
getFirstPartCount in interface AggregateProtos.AggregateResponseOrBuilderpublic ByteString getFirstPart(int index)
repeated bytes first_part = 1;
The AggregateService methods all have a response that either is a Pair or a simple object. When it is a Pair both first_part and second_part have defined values (and the second_part is not present in the response when the response is not a pair). Refer to the AggregateImplementation class for an overview of the AggregateResponse object constructions.
getFirstPart in interface AggregateProtos.AggregateResponseOrBuilderpublic AggregateProtos.AggregateResponse.Builder setFirstPart(int index, ByteString value)
repeated bytes first_part = 1;
The AggregateService methods all have a response that either is a Pair or a simple object. When it is a Pair both first_part and second_part have defined values (and the second_part is not present in the response when the response is not a pair). Refer to the AggregateImplementation class for an overview of the AggregateResponse object constructions.
public AggregateProtos.AggregateResponse.Builder addFirstPart(ByteString value)
repeated bytes first_part = 1;
The AggregateService methods all have a response that either is a Pair or a simple object. When it is a Pair both first_part and second_part have defined values (and the second_part is not present in the response when the response is not a pair). Refer to the AggregateImplementation class for an overview of the AggregateResponse object constructions.
public AggregateProtos.AggregateResponse.Builder addAllFirstPart(Iterable<? extends ByteString> values)
repeated bytes first_part = 1;
The AggregateService methods all have a response that either is a Pair or a simple object. When it is a Pair both first_part and second_part have defined values (and the second_part is not present in the response when the response is not a pair). Refer to the AggregateImplementation class for an overview of the AggregateResponse object constructions.
public AggregateProtos.AggregateResponse.Builder clearFirstPart()
repeated bytes first_part = 1;
The AggregateService methods all have a response that either is a Pair or a simple object. When it is a Pair both first_part and second_part have defined values (and the second_part is not present in the response when the response is not a pair). Refer to the AggregateImplementation class for an overview of the AggregateResponse object constructions.
public boolean hasSecondPart()
optional bytes second_part = 2;hasSecondPart in interface AggregateProtos.AggregateResponseOrBuilderpublic ByteString getSecondPart()
optional bytes second_part = 2;getSecondPart in interface AggregateProtos.AggregateResponseOrBuilderpublic AggregateProtos.AggregateResponse.Builder setSecondPart(ByteString value)
optional bytes second_part = 2;public AggregateProtos.AggregateResponse.Builder clearSecondPart()
optional bytes second_part = 2;Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.