Uses of Interface
biscuit.format.schema.Schema.SnapshotBlockOrBuilder
-
Packages that use Schema.SnapshotBlockOrBuilder Package Description biscuit.format.schema -
-
Uses of Schema.SnapshotBlockOrBuilder in biscuit.format.schema
Classes in biscuit.format.schema that implement Schema.SnapshotBlockOrBuilder Modifier and Type Class Description static classSchema.SnapshotBlockProtobuf typebiscuit.format.schema.SnapshotBlockstatic classSchema.SnapshotBlock.BuilderProtobuf typebiscuit.format.schema.SnapshotBlockMethods in biscuit.format.schema that return Schema.SnapshotBlockOrBuilder Modifier and Type Method Description Schema.SnapshotBlockOrBuilderSchema.AuthorizerWorld.Builder. getAuthorizerBlockOrBuilder()required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;Schema.SnapshotBlockOrBuilderSchema.AuthorizerWorld. getAuthorizerBlockOrBuilder()required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;Schema.SnapshotBlockOrBuilderSchema.AuthorizerWorldOrBuilder. getAuthorizerBlockOrBuilder()required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;Schema.SnapshotBlockOrBuilderSchema.AuthorizerWorld.Builder. getBlocksOrBuilder(int index)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;Schema.SnapshotBlockOrBuilderSchema.AuthorizerWorld. getBlocksOrBuilder(int index)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;Schema.SnapshotBlockOrBuilderSchema.AuthorizerWorldOrBuilder. getBlocksOrBuilder(int index)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;Methods in biscuit.format.schema that return types with arguments of type Schema.SnapshotBlockOrBuilder Modifier and Type Method Description List<? extends Schema.SnapshotBlockOrBuilder>Schema.AuthorizerWorld.Builder. getBlocksOrBuilderList()repeated .biscuit.format.schema.SnapshotBlock blocks = 4;List<? extends Schema.SnapshotBlockOrBuilder>Schema.AuthorizerWorld. getBlocksOrBuilderList()repeated .biscuit.format.schema.SnapshotBlock blocks = 4;List<? extends Schema.SnapshotBlockOrBuilder>Schema.AuthorizerWorldOrBuilder. getBlocksOrBuilderList()repeated .biscuit.format.schema.SnapshotBlock blocks = 4;
-