Interface RpcProfileOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcProfile,RpcProfile.Builder
public interface RpcProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmap<string, double> profile_doubles = 3;booleanmap<string, int64> profile_int64s = 2;Deprecated.intmap<string, double> profile_doubles = 3;map<string, double> profile_doubles = 3;doublegetProfileDoublesOrDefault(String key, double defaultValue) map<string, double> profile_doubles = 3;doublemap<string, double> profile_doubles = 3;Deprecated.intmap<string, int64> profile_int64s = 2;map<string, int64> profile_int64s = 2;longgetProfileInt64SOrDefault(String key, long defaultValue) map<string, int64> profile_int64s = 2;longmap<string, int64> profile_int64s = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProfileInt64SCount
int getProfileInt64SCount()map<string, int64> profile_int64s = 2; -
containsProfileInt64S
map<string, int64> profile_int64s = 2; -
getProfileInt64S
Deprecated.UsegetProfileInt64SMap()instead. -
getProfileInt64SMap
map<string, int64> profile_int64s = 2; -
getProfileInt64SOrDefault
map<string, int64> profile_int64s = 2; -
getProfileInt64SOrThrow
map<string, int64> profile_int64s = 2; -
getProfileDoublesCount
int getProfileDoublesCount()map<string, double> profile_doubles = 3; -
containsProfileDoubles
map<string, double> profile_doubles = 3; -
getProfileDoubles
Deprecated.UsegetProfileDoublesMap()instead. -
getProfileDoublesMap
map<string, double> profile_doubles = 3; -
getProfileDoublesOrDefault
map<string, double> profile_doubles = 3; -
getProfileDoublesOrThrow
map<string, double> profile_doubles = 3;
-