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 Details

    • key

      private final String key
    • names

      private final com.google.common.collect.ImmutableList<String> names
  • Constructor Details

    • AutoValue_RlsProtoData_NameMatcher

      AutoValue_RlsProtoData_NameMatcher(String key, com.google.common.collect.ImmutableList<String> names)
  • Method Details