Interface DroppedLabelsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DroppedLabels, DroppedLabels.Builder

    public interface 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.MessageLiteOrBuilder

        isInitialized
      • 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;
      • 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;
      • getLabelOrThrow

        String getLabelOrThrow​(String key)
         Map from label to its value, for all labels dropped in any aggregation.
         
        map<string, string> label = 1;