public static interface KnownLabels.Update
ReportRequestInfo to be used to update labels
to be added to a ReportRequest| Modifier and Type | Method and Description |
|---|---|
void |
update(java.lang.String name,
ReportRequestInfo info,
java.util.Map<java.lang.String,java.lang.String> labels)
Updates the label in
labels with the given name from info. |
void update(java.lang.String name,
ReportRequestInfo info,
java.util.Map<java.lang.String,java.lang.String> labels)
labels with the given name from info.name - the name of a label to updateinfo - the ReportRequestInfo from which to update the labelslabels - the map of labels