Package dev.cerbos.api.v1.policy
Interface PolicyOuterClass.TestResults.OutputFailure.MismatchedValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.TestResults.OutputFailure.MismatchedValue,PolicyOuterClass.TestResults.OutputFailure.MismatchedValue.Builder
- Enclosing class:
- PolicyOuterClass.TestResults.OutputFailure
public static interface PolicyOuterClass.TestResults.OutputFailure.MismatchedValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ValuegetActual().google.protobuf.Value actual = 2;com.google.protobuf.ValueOrBuildergetActualOrBuilder().google.protobuf.Value actual = 2;com.google.protobuf.ValuegetExpected().google.protobuf.Value expected = 1;com.google.protobuf.ValueOrBuildergetExpectedOrBuilder().google.protobuf.Value expected = 1;booleanhasActual().google.protobuf.Value actual = 2;booleanhasExpected().google.protobuf.Value expected = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExpected
boolean hasExpected()
.google.protobuf.Value expected = 1;- Returns:
- Whether the expected field is set.
-
getExpected
com.google.protobuf.Value getExpected()
.google.protobuf.Value expected = 1;- Returns:
- The expected.
-
getExpectedOrBuilder
com.google.protobuf.ValueOrBuilder getExpectedOrBuilder()
.google.protobuf.Value expected = 1;
-
hasActual
boolean hasActual()
.google.protobuf.Value actual = 2;- Returns:
- Whether the actual field is set.
-
getActual
com.google.protobuf.Value getActual()
.google.protobuf.Value actual = 2;- Returns:
- The actual.
-
getActualOrBuilder
com.google.protobuf.ValueOrBuilder getActualOrBuilder()
.google.protobuf.Value actual = 2;
-
-