Package com.linkedin.venice.protocols
Interface CountByValueResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CountByValueResponse
,CountByValueResponse.Builder
public interface CountByValueResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, .com.linkedin.venice.protocols.ValueCount> fieldToValueCounts = 1;
int
uint32 errorCode = 2;
string errorMessage = 3;
com.google.protobuf.ByteString
string errorMessage = 3;
Deprecated.int
map<string, .com.linkedin.venice.protocols.ValueCount> fieldToValueCounts = 1;
map<string, .com.linkedin.venice.protocols.ValueCount> fieldToValueCounts = 1;
getFieldToValueCountsOrDefault
(String key, ValueCount defaultValue) map<string, .com.linkedin.venice.protocols.ValueCount> fieldToValueCounts = 1;
map<string, .com.linkedin.venice.protocols.ValueCount> fieldToValueCounts = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFieldToValueCountsCount
int getFieldToValueCountsCount()map<string, .com.linkedin.venice.protocols.ValueCount> fieldToValueCounts = 1;
-
containsFieldToValueCounts
map<string, .com.linkedin.venice.protocols.ValueCount> fieldToValueCounts = 1;
-
getFieldToValueCounts
Deprecated.UsegetFieldToValueCountsMap()
instead. -
getFieldToValueCountsMap
Map<String,ValueCount> getFieldToValueCountsMap()map<string, .com.linkedin.venice.protocols.ValueCount> fieldToValueCounts = 1;
-
getFieldToValueCountsOrDefault
map<string, .com.linkedin.venice.protocols.ValueCount> fieldToValueCounts = 1;
-
getFieldToValueCountsOrThrow
map<string, .com.linkedin.venice.protocols.ValueCount> fieldToValueCounts = 1;
-
getErrorCode
int getErrorCode()uint32 errorCode = 2;
- Returns:
- The errorCode.
-
getErrorMessage
String getErrorMessage()string errorMessage = 3;
- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()string errorMessage = 3;
- Returns:
- The bytes for errorMessage.
-