Package dev.cerbos.api.v1.policy
Interface PolicyOuterClass.TestTable.OutputExpectationsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.TestTable.OutputExpectations,PolicyOuterClass.TestTable.OutputExpectations.Builder
- Enclosing class:
- PolicyOuterClass.TestTable
public static interface PolicyOuterClass.TestTable.OutputExpectationsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAction()string action = 1 [(.buf.validate.field) = { ...com.google.protobuf.ByteStringgetActionBytes()string action = 1 [(.buf.validate.field) = { ...Engine.OutputEntrygetExpected(int index)repeated .cerbos.engine.v1.OutputEntry expected = 2 [(.buf.validate.field) = { ...intgetExpectedCount()repeated .cerbos.engine.v1.OutputEntry expected = 2 [(.buf.validate.field) = { ...java.util.List<Engine.OutputEntry>getExpectedList()repeated .cerbos.engine.v1.OutputEntry expected = 2 [(.buf.validate.field) = { ...Engine.OutputEntryOrBuildergetExpectedOrBuilder(int index)repeated .cerbos.engine.v1.OutputEntry expected = 2 [(.buf.validate.field) = { ...java.util.List<? extends Engine.OutputEntryOrBuilder>getExpectedOrBuilderList()repeated .cerbos.engine.v1.OutputEntry expected = 2 [(.buf.validate.field) = { ...-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAction
java.lang.String getAction()
string action = 1 [(.buf.validate.field) = { ... }- Returns:
- The action.
-
getActionBytes
com.google.protobuf.ByteString getActionBytes()
string action = 1 [(.buf.validate.field) = { ... }- Returns:
- The bytes for action.
-
getExpectedList
java.util.List<Engine.OutputEntry> getExpectedList()
repeated .cerbos.engine.v1.OutputEntry expected = 2 [(.buf.validate.field) = { ... }
-
getExpected
Engine.OutputEntry getExpected(int index)
repeated .cerbos.engine.v1.OutputEntry expected = 2 [(.buf.validate.field) = { ... }
-
getExpectedCount
int getExpectedCount()
repeated .cerbos.engine.v1.OutputEntry expected = 2 [(.buf.validate.field) = { ... }
-
getExpectedOrBuilderList
java.util.List<? extends Engine.OutputEntryOrBuilder> getExpectedOrBuilderList()
repeated .cerbos.engine.v1.OutputEntry expected = 2 [(.buf.validate.field) = { ... }
-
getExpectedOrBuilder
Engine.OutputEntryOrBuilder getExpectedOrBuilder(int index)
repeated .cerbos.engine.v1.OutputEntry expected = 2 [(.buf.validate.field) = { ... }
-
-