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