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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsProfileDoubles(String key)map<string, double> profile_doubles = 3;booleancontainsProfileInt64S(String key)map<string, int64> profile_int64s = 2;Map<String,Double>getProfileDoubles()Deprecated.intgetProfileDoublesCount()map<string, double> profile_doubles = 3;Map<String,Double>getProfileDoublesMap()map<string, double> profile_doubles = 3;doublegetProfileDoublesOrDefault(String key, double defaultValue)map<string, double> profile_doubles = 3;doublegetProfileDoublesOrThrow(String key)map<string, double> profile_doubles = 3;Map<String,Long>getProfileInt64S()Deprecated.intgetProfileInt64SCount()map<string, int64> profile_int64s = 2;Map<String,Long>getProfileInt64SMap()map<string, int64> profile_int64s = 2;longgetProfileInt64SOrDefault(String key, long defaultValue)map<string, int64> profile_int64s = 2;longgetProfileInt64SOrThrow(String key)map<string, int64> profile_int64s = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProfileInt64SCount
int getProfileInt64SCount()
map<string, int64> profile_int64s = 2;
-
containsProfileInt64S
boolean containsProfileInt64S(String key)
map<string, int64> profile_int64s = 2;
-
getProfileInt64S
@Deprecated Map<String,Long> getProfileInt64S()
Deprecated.UsegetProfileInt64SMap()instead.
-
getProfileInt64SOrDefault
long getProfileInt64SOrDefault(String key, long defaultValue)
map<string, int64> profile_int64s = 2;
-
getProfileInt64SOrThrow
long getProfileInt64SOrThrow(String key)
map<string, int64> profile_int64s = 2;
-
getProfileDoublesCount
int getProfileDoublesCount()
map<string, double> profile_doubles = 3;
-
containsProfileDoubles
boolean containsProfileDoubles(String key)
map<string, double> profile_doubles = 3;
-
getProfileDoubles
@Deprecated Map<String,Double> getProfileDoubles()
Deprecated.UsegetProfileDoublesMap()instead.
-
getProfileDoublesMap
Map<String,Double> getProfileDoublesMap()
map<string, double> profile_doubles = 3;
-
getProfileDoublesOrDefault
double getProfileDoublesOrDefault(String key, double defaultValue)
map<string, double> profile_doubles = 3;
-
getProfileDoublesOrThrow
double getProfileDoublesOrThrow(String key)
map<string, double> profile_doubles = 3;
-
-