|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AggregateProtos.AggregateResponseOrBuilder
Method Summary | |
---|---|
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; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
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;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |