Uses of Interface
biscuit.format.schema.Schema.ScopeOrBuilder
-
Packages that use Schema.ScopeOrBuilder Package Description biscuit.format.schema -
-
Uses of Schema.ScopeOrBuilder in biscuit.format.schema
Classes in biscuit.format.schema that implement Schema.ScopeOrBuilder Modifier and Type Class Description static classSchema.ScopeProtobuf typebiscuit.format.schema.Scopestatic classSchema.Scope.BuilderProtobuf typebiscuit.format.schema.ScopeMethods in biscuit.format.schema that return Schema.ScopeOrBuilder Modifier and Type Method Description Schema.ScopeOrBuilderSchema.Block.Builder. getScopeOrBuilder(int index)repeated .biscuit.format.schema.Scope scope = 7;Schema.ScopeOrBuilderSchema.Block. getScopeOrBuilder(int index)repeated .biscuit.format.schema.Scope scope = 7;Schema.ScopeOrBuilderSchema.BlockOrBuilder. getScopeOrBuilder(int index)repeated .biscuit.format.schema.Scope scope = 7;Schema.ScopeOrBuilderSchema.RuleV2.Builder. getScopeOrBuilder(int index)repeated .biscuit.format.schema.Scope scope = 4;Schema.ScopeOrBuilderSchema.RuleV2. getScopeOrBuilder(int index)repeated .biscuit.format.schema.Scope scope = 4;Schema.ScopeOrBuilderSchema.RuleV2OrBuilder. getScopeOrBuilder(int index)repeated .biscuit.format.schema.Scope scope = 4;Schema.ScopeOrBuilderSchema.SnapshotBlock.Builder. getScopeOrBuilder(int index)repeated .biscuit.format.schema.Scope scope = 6;Schema.ScopeOrBuilderSchema.SnapshotBlock. getScopeOrBuilder(int index)repeated .biscuit.format.schema.Scope scope = 6;Schema.ScopeOrBuilderSchema.SnapshotBlockOrBuilder. getScopeOrBuilder(int index)repeated .biscuit.format.schema.Scope scope = 6;Methods in biscuit.format.schema that return types with arguments of type Schema.ScopeOrBuilder Modifier and Type Method Description List<? extends Schema.ScopeOrBuilder>Schema.Block.Builder. getScopeOrBuilderList()repeated .biscuit.format.schema.Scope scope = 7;List<? extends Schema.ScopeOrBuilder>Schema.Block. getScopeOrBuilderList()repeated .biscuit.format.schema.Scope scope = 7;List<? extends Schema.ScopeOrBuilder>Schema.BlockOrBuilder. getScopeOrBuilderList()repeated .biscuit.format.schema.Scope scope = 7;List<? extends Schema.ScopeOrBuilder>Schema.RuleV2.Builder. getScopeOrBuilderList()repeated .biscuit.format.schema.Scope scope = 4;List<? extends Schema.ScopeOrBuilder>Schema.RuleV2. getScopeOrBuilderList()repeated .biscuit.format.schema.Scope scope = 4;List<? extends Schema.ScopeOrBuilder>Schema.RuleV2OrBuilder. getScopeOrBuilderList()repeated .biscuit.format.schema.Scope scope = 4;List<? extends Schema.ScopeOrBuilder>Schema.SnapshotBlock.Builder. getScopeOrBuilderList()repeated .biscuit.format.schema.Scope scope = 6;List<? extends Schema.ScopeOrBuilder>Schema.SnapshotBlock. getScopeOrBuilderList()repeated .biscuit.format.schema.Scope scope = 6;List<? extends Schema.ScopeOrBuilder>Schema.SnapshotBlockOrBuilder. getScopeOrBuilderList()repeated .biscuit.format.schema.Scope scope = 6;
-