Package google.monitoring.v3
Interface DroppedLabelsOuterClass.DroppedLabelsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DroppedLabelsOuterClass.DroppedLabels
,DroppedLabelsOuterClass.DroppedLabels.Builder
- Enclosing class:
- DroppedLabelsOuterClass
public static interface DroppedLabelsOuterClass.DroppedLabelsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsLabel(String key)
Map from label to its value, for all labels dropped in any aggregation.Map<String,String>
getLabel()
Deprecated.int
getLabelCount()
Map from label to its value, for all labels dropped in any aggregation.Map<String,String>
getLabelMap()
Map from label to its value, for all labels dropped in any aggregation.String
getLabelOrDefault(String key, String defaultValue)
Map from label to its value, for all labels dropped in any aggregation.String
getLabelOrThrow(String key)
Map from label to its value, for all labels dropped in any aggregation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLabelCount
int getLabelCount()
Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;
-
containsLabel
boolean containsLabel(String key)
Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;
-
getLabel
@Deprecated Map<String,String> getLabel()
Deprecated.UsegetLabelMap()
instead.
-
getLabelMap
Map<String,String> getLabelMap()
Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;
-
getLabelOrDefault
String getLabelOrDefault(String key, String defaultValue)
Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;
-
-