Interface Schema.AuthorizerPoliciesOrBuilder

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

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

      • getSymbolsList

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

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

        String getSymbols​(int index)
        repeated string symbols = 1;
        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 = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the symbols at the given index.
      • hasVersion

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

        int getVersion()
        optional uint32 version = 2;
        Returns:
        The version.
      • getFactsList

        List<Schema.FactV2> getFactsList()
        repeated .biscuit.format.schema.FactV2 facts = 3;
      • getFacts

        Schema.FactV2 getFacts​(int index)
        repeated .biscuit.format.schema.FactV2 facts = 3;
      • getFactsCount

        int getFactsCount()
        repeated .biscuit.format.schema.FactV2 facts = 3;
      • getFactsOrBuilderList

        List<? extends Schema.FactV2OrBuilder> getFactsOrBuilderList()
        repeated .biscuit.format.schema.FactV2 facts = 3;
      • getFactsOrBuilder

        Schema.FactV2OrBuilder getFactsOrBuilder​(int index)
        repeated .biscuit.format.schema.FactV2 facts = 3;
      • getRulesList

        List<Schema.RuleV2> getRulesList()
        repeated .biscuit.format.schema.RuleV2 rules = 4;
      • getRules

        Schema.RuleV2 getRules​(int index)
        repeated .biscuit.format.schema.RuleV2 rules = 4;
      • getRulesCount

        int getRulesCount()
        repeated .biscuit.format.schema.RuleV2 rules = 4;
      • getRulesOrBuilderList

        List<? extends Schema.RuleV2OrBuilder> getRulesOrBuilderList()
        repeated .biscuit.format.schema.RuleV2 rules = 4;
      • getRulesOrBuilder

        Schema.RuleV2OrBuilder getRulesOrBuilder​(int index)
        repeated .biscuit.format.schema.RuleV2 rules = 4;
      • getChecksList

        List<Schema.CheckV2> getChecksList()
        repeated .biscuit.format.schema.CheckV2 checks = 5;
      • getChecks

        Schema.CheckV2 getChecks​(int index)
        repeated .biscuit.format.schema.CheckV2 checks = 5;
      • getChecksCount

        int getChecksCount()
        repeated .biscuit.format.schema.CheckV2 checks = 5;
      • getChecksOrBuilderList

        List<? extends Schema.CheckV2OrBuilder> getChecksOrBuilderList()
        repeated .biscuit.format.schema.CheckV2 checks = 5;
      • getChecksOrBuilder

        Schema.CheckV2OrBuilder getChecksOrBuilder​(int index)
        repeated .biscuit.format.schema.CheckV2 checks = 5;
      • getPoliciesList

        List<Schema.Policy> getPoliciesList()
        repeated .biscuit.format.schema.Policy policies = 6;
      • getPolicies

        Schema.Policy getPolicies​(int index)
        repeated .biscuit.format.schema.Policy policies = 6;
      • getPoliciesCount

        int getPoliciesCount()
        repeated .biscuit.format.schema.Policy policies = 6;
      • getPoliciesOrBuilderList

        List<? extends Schema.PolicyOrBuilder> getPoliciesOrBuilderList()
        repeated .biscuit.format.schema.Policy policies = 6;
      • getPoliciesOrBuilder

        Schema.PolicyOrBuilder getPoliciesOrBuilder​(int index)
        repeated .biscuit.format.schema.Policy policies = 6;