Package io.grpc.rls
Class AutoValue_RlsProtoData_NameMatcher
- java.lang.Object
-
- io.grpc.rls.RlsProtoData.NameMatcher
-
- io.grpc.rls.AutoValue_RlsProtoData_NameMatcher
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_RlsProtoData_NameMatcher extends RlsProtoData.NameMatcher
-
-
Constructor Summary
Constructors Constructor Description AutoValue_RlsProtoData_NameMatcher(java.lang.String key, com.google.common.collect.ImmutableList<java.lang.String> names)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()(package private) java.lang.Stringkey()The name that will be used in the RLS key_map to refer to this value.(package private) com.google.common.collect.ImmutableList<java.lang.String>names()Returns ordered list of names; the first non-empty value will be used.java.lang.StringtoString()-
Methods inherited from class io.grpc.rls.RlsProtoData.NameMatcher
create
-
-
-
-
Method Detail
-
key
java.lang.String key()
Description copied from class:RlsProtoData.NameMatcherThe name that will be used in the RLS key_map to refer to this value.- Specified by:
keyin classRlsProtoData.NameMatcher
-
names
com.google.common.collect.ImmutableList<java.lang.String> names()
Description copied from class:RlsProtoData.NameMatcherReturns ordered list of names; the first non-empty value will be used.- Specified by:
namesin classRlsProtoData.NameMatcher
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-