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 boolean
equals(java.lang.Object o)
int
hashCode()
(package private) java.lang.String
key()
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.String
toString()
-
Methods inherited from class io.grpc.rls.RlsProtoData.NameMatcher
create
-
-
-
-
Method Detail
-
key
java.lang.String key()
Description copied from class:RlsProtoData.NameMatcher
The name that will be used in the RLS key_map to refer to this value.- Specified by:
key
in classRlsProtoData.NameMatcher
-
names
com.google.common.collect.ImmutableList<java.lang.String> names()
Description copied from class:RlsProtoData.NameMatcher
Returns ordered list of names; the first non-empty value will be used.- Specified by:
names
in classRlsProtoData.NameMatcher
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-