Package io.grpc.rls

Class AutoValue_RlsProtoData_NameMatcher


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_RlsProtoData_NameMatcher
    extends RlsProtoData.NameMatcher
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String key  
      private com.google.common.collect.ImmutableList<java.lang.String> names  
    • 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 java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • key

        private final java.lang.String key
      • names

        private final com.google.common.collect.ImmutableList<java.lang.String> names
    • Constructor Detail

      • AutoValue_RlsProtoData_NameMatcher

        AutoValue_RlsProtoData_NameMatcher​(java.lang.String key,
                                           com.google.common.collect.ImmutableList<java.lang.String> names)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object