public static interface AggregateProtos.AggregateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
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.
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.
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.
boolean hasSecondPart()
optional bytes second_part = 2;
com.google.protobuf.ByteString getSecondPart()
optional bytes second_part = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.