Package biscuit.format.schema
Interface Schema.OpOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.Op,Schema.Op.Builder
- Enclosing class:
- Schema
public static interface Schema.OpOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema.OpBinarygetBinary().biscuit.format.schema.OpBinary Binary = 3;Schema.OpBinaryOrBuildergetBinaryOrBuilder().biscuit.format.schema.OpBinary Binary = 3;Schema.Op.ContentCasegetContentCase()Schema.OpUnarygetUnary().biscuit.format.schema.OpUnary unary = 2;Schema.OpUnaryOrBuildergetUnaryOrBuilder().biscuit.format.schema.OpUnary unary = 2;Schema.TermV2getValue().biscuit.format.schema.TermV2 value = 1;Schema.TermV2OrBuildergetValueOrBuilder().biscuit.format.schema.TermV2 value = 1;booleanhasBinary().biscuit.format.schema.OpBinary Binary = 3;booleanhasUnary().biscuit.format.schema.OpUnary unary = 2;booleanhasValue().biscuit.format.schema.TermV2 value = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasValue
boolean hasValue()
.biscuit.format.schema.TermV2 value = 1;- Returns:
- Whether the value field is set.
-
getValue
Schema.TermV2 getValue()
.biscuit.format.schema.TermV2 value = 1;- Returns:
- The value.
-
getValueOrBuilder
Schema.TermV2OrBuilder getValueOrBuilder()
.biscuit.format.schema.TermV2 value = 1;
-
hasUnary
boolean hasUnary()
.biscuit.format.schema.OpUnary unary = 2;- Returns:
- Whether the unary field is set.
-
getUnary
Schema.OpUnary getUnary()
.biscuit.format.schema.OpUnary unary = 2;- Returns:
- The unary.
-
getUnaryOrBuilder
Schema.OpUnaryOrBuilder getUnaryOrBuilder()
.biscuit.format.schema.OpUnary unary = 2;
-
hasBinary
boolean hasBinary()
.biscuit.format.schema.OpBinary Binary = 3;- Returns:
- Whether the binary field is set.
-
getBinary
Schema.OpBinary getBinary()
.biscuit.format.schema.OpBinary Binary = 3;- Returns:
- The binary.
-
getBinaryOrBuilder
Schema.OpBinaryOrBuilder getBinaryOrBuilder()
.biscuit.format.schema.OpBinary Binary = 3;
-
getContentCase
Schema.Op.ContentCase getContentCase()
-
-