Uses of Class
biscuit.format.schema.Schema.Proof
-
Packages that use Schema.Proof Package Description biscuit.format.schema -
-
Uses of Schema.Proof in biscuit.format.schema
Fields in biscuit.format.schema with type parameters of type Schema.Proof Modifier and Type Field Description static com.google.protobuf.Parser<Schema.Proof>Schema.Proof. PARSERDeprecated.Methods in biscuit.format.schema that return Schema.Proof Modifier and Type Method Description Schema.ProofSchema.Proof.Builder. build()Schema.ProofSchema.Proof.Builder. buildPartial()static Schema.ProofSchema.Proof. getDefaultInstance()Schema.ProofSchema.Proof.Builder. getDefaultInstanceForType()Schema.ProofSchema.Proof. getDefaultInstanceForType()Schema.ProofSchema.Biscuit.Builder. getProof()required .biscuit.format.schema.Proof proof = 4;Schema.ProofSchema.Biscuit. getProof()required .biscuit.format.schema.Proof proof = 4;Schema.ProofSchema.BiscuitOrBuilder. getProof()required .biscuit.format.schema.Proof proof = 4;static Schema.ProofSchema.Proof. parseDelimitedFrom(InputStream input)static Schema.ProofSchema.Proof. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ProofSchema.Proof. parseFrom(byte[] data)static Schema.ProofSchema.Proof. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ProofSchema.Proof. parseFrom(com.google.protobuf.ByteString data)static Schema.ProofSchema.Proof. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ProofSchema.Proof. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.ProofSchema.Proof. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ProofSchema.Proof. parseFrom(InputStream input)static Schema.ProofSchema.Proof. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ProofSchema.Proof. parseFrom(ByteBuffer data)static Schema.ProofSchema.Proof. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in biscuit.format.schema that return types with arguments of type Schema.Proof Modifier and Type Method Description com.google.protobuf.Parser<Schema.Proof>Schema.Proof. getParserForType()static com.google.protobuf.Parser<Schema.Proof>Schema.Proof. parser()Methods in biscuit.format.schema with parameters of type Schema.Proof Modifier and Type Method Description Schema.Proof.BuilderSchema.Proof.Builder. mergeFrom(Schema.Proof other)Schema.Biscuit.BuilderSchema.Biscuit.Builder. mergeProof(Schema.Proof value)required .biscuit.format.schema.Proof proof = 4;static Schema.Proof.BuilderSchema.Proof. newBuilder(Schema.Proof prototype)Schema.Biscuit.BuilderSchema.Biscuit.Builder. setProof(Schema.Proof value)required .biscuit.format.schema.Proof proof = 4;
-