Interface Schema.SnapshotBlockOrBuilder

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

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

      • hasContext

        boolean hasContext()
        optional string context = 1;
        Returns:
        Whether the context field is set.
      • getContext

        String getContext()
        optional string context = 1;
        Returns:
        The context.
      • getContextBytes

        com.google.protobuf.ByteString getContextBytes()
        optional string context = 1;
        Returns:
        The bytes for context.
      • hasVersion

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

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

        List<Schema.FactV2> getFactsV2List()
        repeated .biscuit.format.schema.FactV2 facts_v2 = 3;
      • getFactsV2

        Schema.FactV2 getFactsV2​(int index)
        repeated .biscuit.format.schema.FactV2 facts_v2 = 3;
      • getFactsV2Count

        int getFactsV2Count()
        repeated .biscuit.format.schema.FactV2 facts_v2 = 3;
      • getFactsV2OrBuilderList

        List<? extends Schema.FactV2OrBuilder> getFactsV2OrBuilderList()
        repeated .biscuit.format.schema.FactV2 facts_v2 = 3;
      • getFactsV2OrBuilder

        Schema.FactV2OrBuilder getFactsV2OrBuilder​(int index)
        repeated .biscuit.format.schema.FactV2 facts_v2 = 3;
      • getRulesV2List

        List<Schema.RuleV2> getRulesV2List()
        repeated .biscuit.format.schema.RuleV2 rules_v2 = 4;
      • getRulesV2

        Schema.RuleV2 getRulesV2​(int index)
        repeated .biscuit.format.schema.RuleV2 rules_v2 = 4;
      • getRulesV2Count

        int getRulesV2Count()
        repeated .biscuit.format.schema.RuleV2 rules_v2 = 4;
      • getRulesV2OrBuilderList

        List<? extends Schema.RuleV2OrBuilder> getRulesV2OrBuilderList()
        repeated .biscuit.format.schema.RuleV2 rules_v2 = 4;
      • getRulesV2OrBuilder

        Schema.RuleV2OrBuilder getRulesV2OrBuilder​(int index)
        repeated .biscuit.format.schema.RuleV2 rules_v2 = 4;
      • getChecksV2List

        List<Schema.CheckV2> getChecksV2List()
        repeated .biscuit.format.schema.CheckV2 checks_v2 = 5;
      • getChecksV2

        Schema.CheckV2 getChecksV2​(int index)
        repeated .biscuit.format.schema.CheckV2 checks_v2 = 5;
      • getChecksV2Count

        int getChecksV2Count()
        repeated .biscuit.format.schema.CheckV2 checks_v2 = 5;
      • getChecksV2OrBuilderList

        List<? extends Schema.CheckV2OrBuilder> getChecksV2OrBuilderList()
        repeated .biscuit.format.schema.CheckV2 checks_v2 = 5;
      • getChecksV2OrBuilder

        Schema.CheckV2OrBuilder getChecksV2OrBuilder​(int index)
        repeated .biscuit.format.schema.CheckV2 checks_v2 = 5;
      • getScopeList

        List<Schema.Scope> getScopeList()
        repeated .biscuit.format.schema.Scope scope = 6;
      • getScope

        Schema.Scope getScope​(int index)
        repeated .biscuit.format.schema.Scope scope = 6;
      • getScopeCount

        int getScopeCount()
        repeated .biscuit.format.schema.Scope scope = 6;
      • getScopeOrBuilderList

        List<? extends Schema.ScopeOrBuilder> getScopeOrBuilderList()
        repeated .biscuit.format.schema.Scope scope = 6;
      • getScopeOrBuilder

        Schema.ScopeOrBuilder getScopeOrBuilder​(int index)
        repeated .biscuit.format.schema.Scope scope = 6;
      • hasExternalKey

        boolean hasExternalKey()
        optional .biscuit.format.schema.PublicKey externalKey = 7;
        Returns:
        Whether the externalKey field is set.
      • getExternalKey

        Schema.PublicKey getExternalKey()
        optional .biscuit.format.schema.PublicKey externalKey = 7;
        Returns:
        The externalKey.
      • getExternalKeyOrBuilder

        Schema.PublicKeyOrBuilder getExternalKeyOrBuilder()
        optional .biscuit.format.schema.PublicKey externalKey = 7;