Package dev.cerbos.api.v1.policy
Interface PolicyOuterClass.Match.ExprListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.Match.ExprList,PolicyOuterClass.Match.ExprList.Builder
- Enclosing class:
- PolicyOuterClass.Match
public static interface PolicyOuterClass.Match.ExprListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyOuterClass.MatchgetOf(int index)repeated .cerbos.policy.v1.Match of = 1 [(.validate.rules) = { ...intgetOfCount()repeated .cerbos.policy.v1.Match of = 1 [(.validate.rules) = { ...java.util.List<PolicyOuterClass.Match>getOfList()repeated .cerbos.policy.v1.Match of = 1 [(.validate.rules) = { ...PolicyOuterClass.MatchOrBuildergetOfOrBuilder(int index)repeated .cerbos.policy.v1.Match of = 1 [(.validate.rules) = { ...java.util.List<? extends PolicyOuterClass.MatchOrBuilder>getOfOrBuilderList()repeated .cerbos.policy.v1.Match of = 1 [(.validate.rules) = { ...-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOfList
java.util.List<PolicyOuterClass.Match> getOfList()
repeated .cerbos.policy.v1.Match of = 1 [(.validate.rules) = { ... }
-
getOf
PolicyOuterClass.Match getOf(int index)
repeated .cerbos.policy.v1.Match of = 1 [(.validate.rules) = { ... }
-
getOfCount
int getOfCount()
repeated .cerbos.policy.v1.Match of = 1 [(.validate.rules) = { ... }
-
getOfOrBuilderList
java.util.List<? extends PolicyOuterClass.MatchOrBuilder> getOfOrBuilderList()
repeated .cerbos.policy.v1.Match of = 1 [(.validate.rules) = { ... }
-
getOfOrBuilder
PolicyOuterClass.MatchOrBuilder getOfOrBuilder(int index)
repeated .cerbos.policy.v1.Match of = 1 [(.validate.rules) = { ... }
-
-