Package biscuit.format.schema
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema.CheckV2getChecksV2(int index)repeated .biscuit.format.schema.CheckV2 checks_v2 = 5;intgetChecksV2Count()repeated .biscuit.format.schema.CheckV2 checks_v2 = 5;List<Schema.CheckV2>getChecksV2List()repeated .biscuit.format.schema.CheckV2 checks_v2 = 5;Schema.CheckV2OrBuildergetChecksV2OrBuilder(int index)repeated .biscuit.format.schema.CheckV2 checks_v2 = 5;List<? extends Schema.CheckV2OrBuilder>getChecksV2OrBuilderList()repeated .biscuit.format.schema.CheckV2 checks_v2 = 5;StringgetContext()optional string context = 1;com.google.protobuf.ByteStringgetContextBytes()optional string context = 1;Schema.PublicKeygetExternalKey()optional .biscuit.format.schema.PublicKey externalKey = 7;Schema.PublicKeyOrBuildergetExternalKeyOrBuilder()optional .biscuit.format.schema.PublicKey externalKey = 7;Schema.FactV2getFactsV2(int index)repeated .biscuit.format.schema.FactV2 facts_v2 = 3;intgetFactsV2Count()repeated .biscuit.format.schema.FactV2 facts_v2 = 3;List<Schema.FactV2>getFactsV2List()repeated .biscuit.format.schema.FactV2 facts_v2 = 3;Schema.FactV2OrBuildergetFactsV2OrBuilder(int index)repeated .biscuit.format.schema.FactV2 facts_v2 = 3;List<? extends Schema.FactV2OrBuilder>getFactsV2OrBuilderList()repeated .biscuit.format.schema.FactV2 facts_v2 = 3;Schema.RuleV2getRulesV2(int index)repeated .biscuit.format.schema.RuleV2 rules_v2 = 4;intgetRulesV2Count()repeated .biscuit.format.schema.RuleV2 rules_v2 = 4;List<Schema.RuleV2>getRulesV2List()repeated .biscuit.format.schema.RuleV2 rules_v2 = 4;Schema.RuleV2OrBuildergetRulesV2OrBuilder(int index)repeated .biscuit.format.schema.RuleV2 rules_v2 = 4;List<? extends Schema.RuleV2OrBuilder>getRulesV2OrBuilderList()repeated .biscuit.format.schema.RuleV2 rules_v2 = 4;Schema.ScopegetScope(int index)repeated .biscuit.format.schema.Scope scope = 6;intgetScopeCount()repeated .biscuit.format.schema.Scope scope = 6;List<Schema.Scope>getScopeList()repeated .biscuit.format.schema.Scope scope = 6;Schema.ScopeOrBuildergetScopeOrBuilder(int index)repeated .biscuit.format.schema.Scope scope = 6;List<? extends Schema.ScopeOrBuilder>getScopeOrBuilderList()repeated .biscuit.format.schema.Scope scope = 6;intgetVersion()optional uint32 version = 2;booleanhasContext()optional string context = 1;booleanhasExternalKey()optional .biscuit.format.schema.PublicKey externalKey = 7;booleanhasVersion()optional uint32 version = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-