Package dev.cerbos.api.v1.engine
Interface Engine.CheckOutput.ActionEffectOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Engine.CheckOutput.ActionEffect,Engine.CheckOutput.ActionEffect.Builder
- Enclosing class:
- Engine.CheckOutput
public static interface Engine.CheckOutput.ActionEffectOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EffectOuterClass.EffectgetEffect().cerbos.effect.v1.Effect effect = 1;intgetEffectValue().cerbos.effect.v1.Effect effect = 1;java.lang.StringgetPolicy()string policy = 2;com.google.protobuf.ByteStringgetPolicyBytes()string policy = 2;java.lang.StringgetScope()string scope = 3;com.google.protobuf.ByteStringgetScopeBytes()string scope = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEffectValue
int getEffectValue()
.cerbos.effect.v1.Effect effect = 1;- Returns:
- The enum numeric value on the wire for effect.
-
getEffect
EffectOuterClass.Effect getEffect()
.cerbos.effect.v1.Effect effect = 1;- Returns:
- The effect.
-
getPolicy
java.lang.String getPolicy()
string policy = 2;- Returns:
- The policy.
-
getPolicyBytes
com.google.protobuf.ByteString getPolicyBytes()
string policy = 2;- Returns:
- The bytes for policy.
-
getScope
java.lang.String getScope()
string scope = 3;- Returns:
- The scope.
-
getScopeBytes
com.google.protobuf.ByteString getScopeBytes()
string scope = 3;- Returns:
- The bytes for scope.
-
-