Package io.grpc.xds.internal.rbac.engine
Class AutoValue_GrpcAuthorizationEngine_OrMatcher
java.lang.Object
io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.OrMatcher
io.grpc.xds.internal.rbac.engine.AutoValue_GrpcAuthorizationEngine_OrMatcher
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_GrpcAuthorizationEngine_OrMatcher
extends GrpcAuthorizationEngine.OrMatcher
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<? extends GrpcAuthorizationEngine.Matcher> -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_GrpcAuthorizationEngine_OrMatcher
(com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> anyMatch) -
Method Summary
Methods inherited from class io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.OrMatcher
create, create, matches
-
Field Details
-
anyMatch
private final com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> anyMatch
-
-
Constructor Details
-
AutoValue_GrpcAuthorizationEngine_OrMatcher
AutoValue_GrpcAuthorizationEngine_OrMatcher(com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> anyMatch)
-
-
Method Details
-
anyMatch
public com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> anyMatch()- Specified by:
anyMatch
in classGrpcAuthorizationEngine.OrMatcher
-
toString
-
equals
-
hashCode
public int hashCode()
-