Package io.grpc.xds.internal.rbac.engine
Class AutoValue_GrpcAuthorizationEngine_AndMatcher
- java.lang.Object
-
- io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.AndMatcher
-
- io.grpc.xds.internal.rbac.engine.AutoValue_GrpcAuthorizationEngine_AndMatcher
-
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_GrpcAuthorizationEngine_AndMatcher extends GrpcAuthorizationEngine.AndMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher>allMatch
-
Constructor Summary
Constructors Constructor Description AutoValue_GrpcAuthorizationEngine_AndMatcher(com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> allMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher>allMatch()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.AndMatcher
create, create, matches
-
-
-
-
Field Detail
-
allMatch
private final com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> allMatch
-
-
Constructor Detail
-
AutoValue_GrpcAuthorizationEngine_AndMatcher
AutoValue_GrpcAuthorizationEngine_AndMatcher(com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> allMatch)
-
-
Method Detail
-
allMatch
public com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> allMatch()
- Specified by:
allMatchin classGrpcAuthorizationEngine.AndMatcher
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-