Uses of Class
biscuit.format.schema.Schema.SnapshotBlock
-
Packages that use Schema.SnapshotBlock Package Description biscuit.format.schema -
-
Uses of Schema.SnapshotBlock in biscuit.format.schema
Fields in biscuit.format.schema with type parameters of type Schema.SnapshotBlock Modifier and Type Field Description static com.google.protobuf.Parser<Schema.SnapshotBlock>Schema.SnapshotBlock. PARSERDeprecated.Methods in biscuit.format.schema that return Schema.SnapshotBlock Modifier and Type Method Description Schema.SnapshotBlockSchema.SnapshotBlock.Builder. build()Schema.SnapshotBlockSchema.SnapshotBlock.Builder. buildPartial()Schema.SnapshotBlockSchema.AuthorizerWorld.Builder. getAuthorizerBlock()required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;Schema.SnapshotBlockSchema.AuthorizerWorld. getAuthorizerBlock()required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;Schema.SnapshotBlockSchema.AuthorizerWorldOrBuilder. getAuthorizerBlock()required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;Schema.SnapshotBlockSchema.AuthorizerWorld.Builder. getBlocks(int index)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;Schema.SnapshotBlockSchema.AuthorizerWorld. getBlocks(int index)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;Schema.SnapshotBlockSchema.AuthorizerWorldOrBuilder. getBlocks(int index)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;static Schema.SnapshotBlockSchema.SnapshotBlock. getDefaultInstance()Schema.SnapshotBlockSchema.SnapshotBlock.Builder. getDefaultInstanceForType()Schema.SnapshotBlockSchema.SnapshotBlock. getDefaultInstanceForType()static Schema.SnapshotBlockSchema.SnapshotBlock. parseDelimitedFrom(InputStream input)static Schema.SnapshotBlockSchema.SnapshotBlock. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.SnapshotBlockSchema.SnapshotBlock. parseFrom(byte[] data)static Schema.SnapshotBlockSchema.SnapshotBlock. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.SnapshotBlockSchema.SnapshotBlock. parseFrom(com.google.protobuf.ByteString data)static Schema.SnapshotBlockSchema.SnapshotBlock. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.SnapshotBlockSchema.SnapshotBlock. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.SnapshotBlockSchema.SnapshotBlock. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.SnapshotBlockSchema.SnapshotBlock. parseFrom(InputStream input)static Schema.SnapshotBlockSchema.SnapshotBlock. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.SnapshotBlockSchema.SnapshotBlock. parseFrom(ByteBuffer data)static Schema.SnapshotBlockSchema.SnapshotBlock. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in biscuit.format.schema that return types with arguments of type Schema.SnapshotBlock Modifier and Type Method Description List<Schema.SnapshotBlock>Schema.AuthorizerWorld.Builder. getBlocksList()repeated .biscuit.format.schema.SnapshotBlock blocks = 4;List<Schema.SnapshotBlock>Schema.AuthorizerWorld. getBlocksList()repeated .biscuit.format.schema.SnapshotBlock blocks = 4;List<Schema.SnapshotBlock>Schema.AuthorizerWorldOrBuilder. getBlocksList()repeated .biscuit.format.schema.SnapshotBlock blocks = 4;com.google.protobuf.Parser<Schema.SnapshotBlock>Schema.SnapshotBlock. getParserForType()static com.google.protobuf.Parser<Schema.SnapshotBlock>Schema.SnapshotBlock. parser()Methods in biscuit.format.schema with parameters of type Schema.SnapshotBlock Modifier and Type Method Description Schema.AuthorizerWorld.BuilderSchema.AuthorizerWorld.Builder. addBlocks(int index, Schema.SnapshotBlock value)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;Schema.AuthorizerWorld.BuilderSchema.AuthorizerWorld.Builder. addBlocks(Schema.SnapshotBlock value)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;Schema.AuthorizerWorld.BuilderSchema.AuthorizerWorld.Builder. mergeAuthorizerBlock(Schema.SnapshotBlock value)required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;Schema.SnapshotBlock.BuilderSchema.SnapshotBlock.Builder. mergeFrom(Schema.SnapshotBlock other)static Schema.SnapshotBlock.BuilderSchema.SnapshotBlock. newBuilder(Schema.SnapshotBlock prototype)Schema.AuthorizerWorld.BuilderSchema.AuthorizerWorld.Builder. setAuthorizerBlock(Schema.SnapshotBlock value)required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;Schema.AuthorizerWorld.BuilderSchema.AuthorizerWorld.Builder. setBlocks(int index, Schema.SnapshotBlock value)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;Method parameters in biscuit.format.schema with type arguments of type Schema.SnapshotBlock Modifier and Type Method Description Schema.AuthorizerWorld.BuilderSchema.AuthorizerWorld.Builder. addAllBlocks(Iterable<? extends Schema.SnapshotBlock> values)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;
-