Interface Schema.OpBinaryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Schema.OpBinary, Schema.OpBinary.Builder
    Enclosing class:
    Schema

    public static interface Schema.OpBinaryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Schema.OpBinary.Kind getKind()
      required .biscuit.format.schema.OpBinary.Kind kind = 1;
      boolean hasKind()
      required .biscuit.format.schema.OpBinary.Kind kind = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.OpBinary.Kind kind = 1;
        Returns:
        Whether the kind field is set.
      • getKind

        Schema.OpBinary.Kind getKind()
        required .biscuit.format.schema.OpBinary.Kind kind = 1;
        Returns:
        The kind.