Interface Schema.ScopeOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Schema.Scope.ContentCase getContentCase()  
      long getPublicKey()
      int64 publicKey = 2;
      Schema.Scope.ScopeType getScopeType()
      .biscuit.format.schema.Scope.ScopeType scopeType = 1;
      boolean hasPublicKey()
      int64 publicKey = 2;
      boolean hasScopeType()
      .biscuit.format.schema.Scope.ScopeType scopeType = 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

      • hasScopeType

        boolean hasScopeType()
        .biscuit.format.schema.Scope.ScopeType scopeType = 1;
        Returns:
        Whether the scopeType field is set.
      • getScopeType

        Schema.Scope.ScopeType getScopeType()
        .biscuit.format.schema.Scope.ScopeType scopeType = 1;
        Returns:
        The scopeType.
      • hasPublicKey

        boolean hasPublicKey()
        int64 publicKey = 2;
        Returns:
        Whether the publicKey field is set.
      • getPublicKey

        long getPublicKey()
        int64 publicKey = 2;
        Returns:
        The publicKey.