Package dev.cerbos.api.v1.policy
Interface PolicyOuterClass.Schemas.IgnoreWhenOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.Schemas.IgnoreWhen,PolicyOuterClass.Schemas.IgnoreWhen.Builder
- Enclosing class:
- PolicyOuterClass.Schemas
public static interface PolicyOuterClass.Schemas.IgnoreWhenOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActions(int index)repeated string actions = 1 [(.validate.rules) = { ...com.google.protobuf.ByteStringgetActionsBytes(int index)repeated string actions = 1 [(.validate.rules) = { ...intgetActionsCount()repeated string actions = 1 [(.validate.rules) = { ...java.util.List<java.lang.String>getActionsList()repeated string actions = 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
-
getActionsList
java.util.List<java.lang.String> getActionsList()
repeated string actions = 1 [(.validate.rules) = { ... }- Returns:
- A list containing the actions.
-
getActionsCount
int getActionsCount()
repeated string actions = 1 [(.validate.rules) = { ... }- Returns:
- The count of actions.
-
getActions
java.lang.String getActions(int index)
repeated string actions = 1 [(.validate.rules) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The actions at the given index.
-
getActionsBytes
com.google.protobuf.ByteString getActionsBytes(int index)
repeated string actions = 1 [(.validate.rules) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the actions at the given index.
-
-