public static final class AggregateProtos.AggregateResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder> implements AggregateProtos.AggregateResponseOrBuilder
AggregateResponse
Modifier and Type | Method and Description |
---|---|
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; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
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<AggregateProtos.AggregateResponse.Builder>
public AggregateProtos.AggregateResponse.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<AggregateProtos.AggregateResponse.Builder>
public AggregateProtos.AggregateResponse.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<AggregateProtos.AggregateResponse.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<AggregateProtos.AggregateResponse.Builder>
public AggregateProtos.AggregateResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public AggregateProtos.AggregateResponse build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public AggregateProtos.AggregateResponse buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public AggregateProtos.AggregateResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<AggregateProtos.AggregateResponse.Builder>
public AggregateProtos.AggregateResponse.Builder mergeFrom(AggregateProtos.AggregateResponse other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<AggregateProtos.AggregateResponse.Builder>
public AggregateProtos.AggregateResponse.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<AggregateProtos.AggregateResponse.Builder>
IOException
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.
getFirstPartList
in interface AggregateProtos.AggregateResponseOrBuilder
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.
getFirstPartCount
in interface AggregateProtos.AggregateResponseOrBuilder
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.
getFirstPart
in interface AggregateProtos.AggregateResponseOrBuilder
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.
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.
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.
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.AggregateResponseOrBuilder
public com.google.protobuf.ByteString getSecondPart()
optional bytes second_part = 2;
getSecondPart
in interface AggregateProtos.AggregateResponseOrBuilder
public AggregateProtos.AggregateResponse.Builder setSecondPart(com.google.protobuf.ByteString value)
optional bytes second_part = 2;
public AggregateProtos.AggregateResponse.Builder clearSecondPart()
optional bytes second_part = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.