public final class Signing
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.hash.Hasher |
putLabels(com.google.common.hash.Hasher h,
java.util.Map<java.lang.String,java.lang.String> labels)
Updates
h with the contents of labels. |
public static com.google.common.hash.Hasher putLabels(com.google.common.hash.Hasher h,
java.util.Map<java.lang.String,java.lang.String> labels)
h with the contents of labels.
labels can be any Map<String, String>, but intended to be used for the labels of
one of the model protobufs.h - a Hasherlabels - some labelsHasher, to allow fluent-style usage