public static interface DroppedLabelsOuterClass.DroppedLabelsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabel(String key)
public abstract boolean containsLabel(String key)Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getLabel()
public abstract Map<String,String> getLabel()Use #getLabelMap() instead.
| Type | Description |
| Map<String,String> |
getLabelCount()
public abstract int getLabelCount()Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;
| Type | Description |
| int |
getLabelMap()
public abstract Map<String,String> getLabelMap()Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;
| Type | Description |
| Map<String,String> |
getLabelOrDefault(String key, String defaultValue)
public abstract String getLabelOrDefault(String key, String defaultValue)Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getLabelOrThrow(String key)
public abstract String getLabelOrThrow(String key)Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;
| Name | Description |
| key | String |
| Type | Description |
| String |