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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_RlsProtoData_NameMatcher(String key, com.google.common.collect.ImmutableList<String> names) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()(package private) Stringkey()The name that will be used in the RLS key_map to refer to this value.(package private) com.google.common.collect.ImmutableList<String> names()Returns ordered list of names; the first non-empty value will be used.toString()Methods inherited from class io.grpc.rls.RlsProtoData.NameMatcher
create
-
Field Details
-
key
-
names
-
-
Constructor Details
-
AutoValue_RlsProtoData_NameMatcher
-
-
Method Details
-
key
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<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
-
equals
-
hashCode
public int hashCode()
-