Package dev.cerbos.api.v1.policy
Interface PolicyOuterClass.TestTableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.TestTable,PolicyOuterClass.TestTable.Builder
- Enclosing class:
- PolicyOuterClass
public static interface PolicyOuterClass.TestTableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()string description = 2;com.google.protobuf.ByteStringgetDescriptionBytes()string description = 2;PolicyOuterClass.TestTable.ExpectationgetExpected(int index)repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.validate.rules) = { ...intgetExpectedCount()repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.validate.rules) = { ...java.util.List<PolicyOuterClass.TestTable.Expectation>getExpectedList()repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.validate.rules) = { ...PolicyOuterClass.TestTable.ExpectationOrBuildergetExpectedOrBuilder(int index)repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.validate.rules) = { ...java.util.List<? extends PolicyOuterClass.TestTable.ExpectationOrBuilder>getExpectedOrBuilderList()repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.validate.rules) = { ...PolicyOuterClass.TestTable.InputgetInput().cerbos.policy.v1.TestTable.Input input = 5 [(.validate.rules) = { ...PolicyOuterClass.TestTable.InputOrBuildergetInputOrBuilder().cerbos.policy.v1.TestTable.Input input = 5 [(.validate.rules) = { ...java.lang.StringgetName()string name = 1 [(.validate.rules) = { ...com.google.protobuf.ByteStringgetNameBytes()string name = 1 [(.validate.rules) = { ...PolicyOuterClass.TestOptionsgetOptions().cerbos.policy.v1.TestOptions options = 7;PolicyOuterClass.TestOptionsOrBuildergetOptionsOrBuilder().cerbos.policy.v1.TestOptions options = 7;booleangetSkip()bool skip = 3;java.lang.StringgetSkipReason()string skip_reason = 4;com.google.protobuf.ByteStringgetSkipReasonBytes()string skip_reason = 4;booleanhasInput().cerbos.policy.v1.TestTable.Input input = 5 [(.validate.rules) = { ...booleanhasOptions().cerbos.policy.v1.TestOptions options = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1 [(.validate.rules) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for name.
-
getDescription
java.lang.String getDescription()
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
string description = 2;- Returns:
- The bytes for description.
-
getSkip
boolean getSkip()
bool skip = 3;- Returns:
- The skip.
-
getSkipReason
java.lang.String getSkipReason()
string skip_reason = 4;- Returns:
- The skipReason.
-
getSkipReasonBytes
com.google.protobuf.ByteString getSkipReasonBytes()
string skip_reason = 4;- Returns:
- The bytes for skipReason.
-
hasInput
boolean hasInput()
.cerbos.policy.v1.TestTable.Input input = 5 [(.validate.rules) = { ... }- Returns:
- Whether the input field is set.
-
getInput
PolicyOuterClass.TestTable.Input getInput()
.cerbos.policy.v1.TestTable.Input input = 5 [(.validate.rules) = { ... }- Returns:
- The input.
-
getInputOrBuilder
PolicyOuterClass.TestTable.InputOrBuilder getInputOrBuilder()
.cerbos.policy.v1.TestTable.Input input = 5 [(.validate.rules) = { ... }
-
getExpectedList
java.util.List<PolicyOuterClass.TestTable.Expectation> getExpectedList()
repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.validate.rules) = { ... }
-
getExpected
PolicyOuterClass.TestTable.Expectation getExpected(int index)
repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.validate.rules) = { ... }
-
getExpectedCount
int getExpectedCount()
repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.validate.rules) = { ... }
-
getExpectedOrBuilderList
java.util.List<? extends PolicyOuterClass.TestTable.ExpectationOrBuilder> getExpectedOrBuilderList()
repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.validate.rules) = { ... }
-
getExpectedOrBuilder
PolicyOuterClass.TestTable.ExpectationOrBuilder getExpectedOrBuilder(int index)
repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.validate.rules) = { ... }
-
hasOptions
boolean hasOptions()
.cerbos.policy.v1.TestOptions options = 7;- Returns:
- Whether the options field is set.
-
getOptions
PolicyOuterClass.TestOptions getOptions()
.cerbos.policy.v1.TestOptions options = 7;- Returns:
- The options.
-
getOptionsOrBuilder
PolicyOuterClass.TestOptionsOrBuilder getOptionsOrBuilder()
.cerbos.policy.v1.TestOptions options = 7;
-
-