public static interface DroppedLabelsOuterClass.DroppedLabelsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLabelCount()
Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;boolean containsLabel(String key)
Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;@Deprecated Map<String,String> getLabel()
getLabelMap() instead.Map<String,String> getLabelMap()
Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;String getLabelOrDefault(String key, String defaultValue)
Map from label to its value, for all labels dropped in any aggregation.
map<string, string> label = 1;Copyright © 2024 Google LLC. All rights reserved.