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()
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
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:
allMatch
in classGrpcAuthorizationEngine.AndMatcher
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-