Interface Schema.AuthorizerWorldOrBuilder

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

    public static interface Schema.AuthorizerWorldOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasVersion

        boolean hasVersion()
        optional uint32 version = 1;
        Returns:
        Whether the version field is set.
      • getVersion

        int getVersion()
        optional uint32 version = 1;
        Returns:
        The version.
      • getSymbolsList

        List<String> getSymbolsList()
        repeated string symbols = 2;
        Returns:
        A list containing the symbols.
      • getSymbolsCount

        int getSymbolsCount()
        repeated string symbols = 2;
        Returns:
        The count of symbols.
      • getSymbols

        String getSymbols​(int index)
        repeated string symbols = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The symbols at the given index.
      • getSymbolsBytes

        com.google.protobuf.ByteString getSymbolsBytes​(int index)
        repeated string symbols = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the symbols at the given index.
      • getPublicKeysList

        List<Schema.PublicKey> getPublicKeysList()
        repeated .biscuit.format.schema.PublicKey publicKeys = 3;
      • getPublicKeys

        Schema.PublicKey getPublicKeys​(int index)
        repeated .biscuit.format.schema.PublicKey publicKeys = 3;
      • getPublicKeysCount

        int getPublicKeysCount()
        repeated .biscuit.format.schema.PublicKey publicKeys = 3;
      • getPublicKeysOrBuilderList

        List<? extends Schema.PublicKeyOrBuilder> getPublicKeysOrBuilderList()
        repeated .biscuit.format.schema.PublicKey publicKeys = 3;
      • getPublicKeysOrBuilder

        Schema.PublicKeyOrBuilder getPublicKeysOrBuilder​(int index)
        repeated .biscuit.format.schema.PublicKey publicKeys = 3;
      • getBlocks

        Schema.SnapshotBlock getBlocks​(int index)
        repeated .biscuit.format.schema.SnapshotBlock blocks = 4;
      • getBlocksCount

        int getBlocksCount()
        repeated .biscuit.format.schema.SnapshotBlock blocks = 4;
      • hasAuthorizerBlock

        boolean hasAuthorizerBlock()
        required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;
        Returns:
        Whether the authorizerBlock field is set.
      • getAuthorizerBlock

        Schema.SnapshotBlock getAuthorizerBlock()
        required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;
        Returns:
        The authorizerBlock.
      • getAuthorizerBlockOrBuilder

        Schema.SnapshotBlockOrBuilder getAuthorizerBlockOrBuilder()
        required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;
      • getAuthorizerPoliciesList

        List<Schema.Policy> getAuthorizerPoliciesList()
        repeated .biscuit.format.schema.Policy authorizerPolicies = 6;
      • getAuthorizerPolicies

        Schema.Policy getAuthorizerPolicies​(int index)
        repeated .biscuit.format.schema.Policy authorizerPolicies = 6;
      • getAuthorizerPoliciesCount

        int getAuthorizerPoliciesCount()
        repeated .biscuit.format.schema.Policy authorizerPolicies = 6;
      • getAuthorizerPoliciesOrBuilderList

        List<? extends Schema.PolicyOrBuilder> getAuthorizerPoliciesOrBuilderList()
        repeated .biscuit.format.schema.Policy authorizerPolicies = 6;
      • getAuthorizerPoliciesOrBuilder

        Schema.PolicyOrBuilder getAuthorizerPoliciesOrBuilder​(int index)
        repeated .biscuit.format.schema.Policy authorizerPolicies = 6;
      • getGeneratedFactsList

        List<Schema.GeneratedFacts> getGeneratedFactsList()
        repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;
      • getGeneratedFacts

        Schema.GeneratedFacts getGeneratedFacts​(int index)
        repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;
      • getGeneratedFactsCount

        int getGeneratedFactsCount()
        repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;
      • getGeneratedFactsOrBuilderList

        List<? extends Schema.GeneratedFactsOrBuilder> getGeneratedFactsOrBuilderList()
        repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;
      • getGeneratedFactsOrBuilder

        Schema.GeneratedFactsOrBuilder getGeneratedFactsOrBuilder​(int index)
        repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;
      • hasIterations

        boolean hasIterations()
        required uint64 iterations = 8;
        Returns:
        Whether the iterations field is set.
      • getIterations

        long getIterations()
        required uint64 iterations = 8;
        Returns:
        The iterations.