Package biscuit.format.schema
Interface Schema.OpUnaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.OpUnary,Schema.OpUnary.Builder
- Enclosing class:
- Schema
public static interface Schema.OpUnaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema.OpUnary.KindgetKind()required .biscuit.format.schema.OpUnary.Kind kind = 1;booleanhasKind()required .biscuit.format.schema.OpUnary.Kind kind = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasKind
boolean hasKind()
required .biscuit.format.schema.OpUnary.Kind kind = 1;- Returns:
- Whether the kind field is set.
-
getKind
Schema.OpUnary.Kind getKind()
required .biscuit.format.schema.OpUnary.Kind kind = 1;- Returns:
- The kind.
-
-