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 TypeMethodDescriptionboolean
int
hashCode()
(package private) 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
<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.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<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
-
equals
-
hashCode
public int hashCode()
-