Package dev.cerbos.api.v1.policy
Interface PolicyOuterClass.MatchOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.Match,PolicyOuterClass.Match.Builder
- Enclosing class:
- PolicyOuterClass
public static interface PolicyOuterClass.MatchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyOuterClass.Match.ExprListgetAll().cerbos.policy.v1.Match.ExprList all = 1;PolicyOuterClass.Match.ExprListOrBuildergetAllOrBuilder().cerbos.policy.v1.Match.ExprList all = 1;PolicyOuterClass.Match.ExprListgetAny().cerbos.policy.v1.Match.ExprList any = 2;PolicyOuterClass.Match.ExprListOrBuildergetAnyOrBuilder().cerbos.policy.v1.Match.ExprList any = 2;java.lang.StringgetExpr()string expr = 4;com.google.protobuf.ByteStringgetExprBytes()string expr = 4;PolicyOuterClass.Match.ExprListgetNone().cerbos.policy.v1.Match.ExprList none = 3;PolicyOuterClass.Match.ExprListOrBuildergetNoneOrBuilder().cerbos.policy.v1.Match.ExprList none = 3;PolicyOuterClass.Match.OpCasegetOpCase()booleanhasAll().cerbos.policy.v1.Match.ExprList all = 1;booleanhasAny().cerbos.policy.v1.Match.ExprList any = 2;booleanhasExpr()string expr = 4;booleanhasNone().cerbos.policy.v1.Match.ExprList none = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAll
boolean hasAll()
.cerbos.policy.v1.Match.ExprList all = 1;- Returns:
- Whether the all field is set.
-
getAll
PolicyOuterClass.Match.ExprList getAll()
.cerbos.policy.v1.Match.ExprList all = 1;- Returns:
- The all.
-
getAllOrBuilder
PolicyOuterClass.Match.ExprListOrBuilder getAllOrBuilder()
.cerbos.policy.v1.Match.ExprList all = 1;
-
hasAny
boolean hasAny()
.cerbos.policy.v1.Match.ExprList any = 2;- Returns:
- Whether the any field is set.
-
getAny
PolicyOuterClass.Match.ExprList getAny()
.cerbos.policy.v1.Match.ExprList any = 2;- Returns:
- The any.
-
getAnyOrBuilder
PolicyOuterClass.Match.ExprListOrBuilder getAnyOrBuilder()
.cerbos.policy.v1.Match.ExprList any = 2;
-
hasNone
boolean hasNone()
.cerbos.policy.v1.Match.ExprList none = 3;- Returns:
- Whether the none field is set.
-
getNone
PolicyOuterClass.Match.ExprList getNone()
.cerbos.policy.v1.Match.ExprList none = 3;- Returns:
- The none.
-
getNoneOrBuilder
PolicyOuterClass.Match.ExprListOrBuilder getNoneOrBuilder()
.cerbos.policy.v1.Match.ExprList none = 3;
-
hasExpr
boolean hasExpr()
string expr = 4;- Returns:
- Whether the expr field is set.
-
getExpr
java.lang.String getExpr()
string expr = 4;- Returns:
- The expr.
-
getExprBytes
com.google.protobuf.ByteString getExprBytes()
string expr = 4;- Returns:
- The bytes for expr.
-
getOpCase
PolicyOuterClass.Match.OpCase getOpCase()
-
-