org.apache.hadoop.hbase.protobuf.generated
Class AggregateProtos.AggregateResponse.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, AggregateProtos.AggregateResponseOrBuilder
Enclosing class:
AggregateProtos.AggregateResponse

public static final class AggregateProtos.AggregateResponse.Builder
extends com.google.protobuf.GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>
implements AggregateProtos.AggregateResponseOrBuilder

Protobuf type AggregateResponse


Method Summary
 AggregateProtos.AggregateResponse.Builder addAllFirstPart(Iterable<? extends com.google.protobuf.ByteString> values)
          repeated bytes first_part = 1;
 AggregateProtos.AggregateResponse.Builder addFirstPart(com.google.protobuf.ByteString value)
          repeated bytes first_part = 1;
 AggregateProtos.AggregateResponse build()
           
 AggregateProtos.AggregateResponse buildPartial()
           
 AggregateProtos.AggregateResponse.Builder clear()
           
 AggregateProtos.AggregateResponse.Builder clearFirstPart()
          repeated bytes first_part = 1;
 AggregateProtos.AggregateResponse.Builder clearSecondPart()
          optional bytes second_part = 2;
 AggregateProtos.AggregateResponse.Builder clone()
           
 AggregateProtos.AggregateResponse getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 com.google.protobuf.ByteString getFirstPart(int index)
          repeated bytes first_part = 1;
 int getFirstPartCount()
          repeated bytes first_part = 1;
 List<com.google.protobuf.ByteString> getFirstPartList()
          repeated bytes first_part = 1;
 com.google.protobuf.ByteString getSecondPart()
          optional bytes second_part = 2;
 boolean hasSecondPart()
          optional bytes second_part = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 AggregateProtos.AggregateResponse.Builder mergeFrom(AggregateProtos.AggregateResponse other)
           
 AggregateProtos.AggregateResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 AggregateProtos.AggregateResponse.Builder mergeFrom(com.google.protobuf.Message other)
           
 AggregateProtos.AggregateResponse.Builder setFirstPart(int index, com.google.protobuf.ByteString value)
          repeated bytes first_part = 1;
 AggregateProtos.AggregateResponse.Builder setSecondPart(com.google.protobuf.ByteString value)
          optional bytes second_part = 2;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>

clear

public AggregateProtos.AggregateResponse.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>

clone

public AggregateProtos.AggregateResponse.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>

getDefaultInstanceForType

public AggregateProtos.AggregateResponse getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public AggregateProtos.AggregateResponse build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public AggregateProtos.AggregateResponse buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public AggregateProtos.AggregateResponse.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AggregateProtos.AggregateResponse.Builder>

mergeFrom

public AggregateProtos.AggregateResponse.Builder mergeFrom(AggregateProtos.AggregateResponse other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>

mergeFrom

public AggregateProtos.AggregateResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AggregateProtos.AggregateResponse.Builder>
Throws:
IOException

getFirstPartList

public List<com.google.protobuf.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. 
 

Specified by:
getFirstPartList in interface AggregateProtos.AggregateResponseOrBuilder

getFirstPartCount

public 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. 
 

Specified by:
getFirstPartCount in interface AggregateProtos.AggregateResponseOrBuilder

getFirstPart

public com.google.protobuf.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. 
 

Specified by:
getFirstPart in interface AggregateProtos.AggregateResponseOrBuilder

setFirstPart

public AggregateProtos.AggregateResponse.Builder setFirstPart(int index,
                                                              com.google.protobuf.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. 
 


addFirstPart

public AggregateProtos.AggregateResponse.Builder addFirstPart(com.google.protobuf.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. 
 


addAllFirstPart

public AggregateProtos.AggregateResponse.Builder addAllFirstPart(Iterable<? extends com.google.protobuf.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. 
 


clearFirstPart

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. 
 


hasSecondPart

public boolean hasSecondPart()
optional bytes second_part = 2;

Specified by:
hasSecondPart in interface AggregateProtos.AggregateResponseOrBuilder

getSecondPart

public com.google.protobuf.ByteString getSecondPart()
optional bytes second_part = 2;

Specified by:
getSecondPart in interface AggregateProtos.AggregateResponseOrBuilder

setSecondPart

public AggregateProtos.AggregateResponse.Builder setSecondPart(com.google.protobuf.ByteString value)
optional bytes second_part = 2;


clearSecondPart

public AggregateProtos.AggregateResponse.Builder clearSecondPart()
optional bytes second_part = 2;



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.