Uses of Class
biscuit.format.schema.Schema.PredicateV2
-
Packages that use Schema.PredicateV2 Package Description biscuit.format.schema com.clevercloud.biscuit.datalog Implementation of the Datalog engine for the check language -
-
Uses of Schema.PredicateV2 in biscuit.format.schema
Fields in biscuit.format.schema with type parameters of type Schema.PredicateV2 Modifier and Type Field Description static com.google.protobuf.Parser<Schema.PredicateV2>Schema.PredicateV2. PARSERDeprecated.Methods in biscuit.format.schema that return Schema.PredicateV2 Modifier and Type Method Description Schema.PredicateV2Schema.PredicateV2.Builder. build()Schema.PredicateV2Schema.PredicateV2.Builder. buildPartial()Schema.PredicateV2Schema.RuleV2.Builder. getBody(int index)repeated .biscuit.format.schema.PredicateV2 body = 2;Schema.PredicateV2Schema.RuleV2. getBody(int index)repeated .biscuit.format.schema.PredicateV2 body = 2;Schema.PredicateV2Schema.RuleV2OrBuilder. getBody(int index)repeated .biscuit.format.schema.PredicateV2 body = 2;static Schema.PredicateV2Schema.PredicateV2. getDefaultInstance()Schema.PredicateV2Schema.PredicateV2.Builder. getDefaultInstanceForType()Schema.PredicateV2Schema.PredicateV2. getDefaultInstanceForType()Schema.PredicateV2Schema.RuleV2.Builder. getHead()required .biscuit.format.schema.PredicateV2 head = 1;Schema.PredicateV2Schema.RuleV2. getHead()required .biscuit.format.schema.PredicateV2 head = 1;Schema.PredicateV2Schema.RuleV2OrBuilder. getHead()required .biscuit.format.schema.PredicateV2 head = 1;Schema.PredicateV2Schema.FactV2.Builder. getPredicate()required .biscuit.format.schema.PredicateV2 predicate = 1;Schema.PredicateV2Schema.FactV2. getPredicate()required .biscuit.format.schema.PredicateV2 predicate = 1;Schema.PredicateV2Schema.FactV2OrBuilder. getPredicate()required .biscuit.format.schema.PredicateV2 predicate = 1;static Schema.PredicateV2Schema.PredicateV2. parseDelimitedFrom(InputStream input)static Schema.PredicateV2Schema.PredicateV2. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.PredicateV2Schema.PredicateV2. parseFrom(byte[] data)static Schema.PredicateV2Schema.PredicateV2. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.PredicateV2Schema.PredicateV2. parseFrom(com.google.protobuf.ByteString data)static Schema.PredicateV2Schema.PredicateV2. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.PredicateV2Schema.PredicateV2. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.PredicateV2Schema.PredicateV2. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.PredicateV2Schema.PredicateV2. parseFrom(InputStream input)static Schema.PredicateV2Schema.PredicateV2. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.PredicateV2Schema.PredicateV2. parseFrom(ByteBuffer data)static Schema.PredicateV2Schema.PredicateV2. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in biscuit.format.schema that return types with arguments of type Schema.PredicateV2 Modifier and Type Method Description List<Schema.PredicateV2>Schema.RuleV2.Builder. getBodyList()repeated .biscuit.format.schema.PredicateV2 body = 2;List<Schema.PredicateV2>Schema.RuleV2. getBodyList()repeated .biscuit.format.schema.PredicateV2 body = 2;List<Schema.PredicateV2>Schema.RuleV2OrBuilder. getBodyList()repeated .biscuit.format.schema.PredicateV2 body = 2;com.google.protobuf.Parser<Schema.PredicateV2>Schema.PredicateV2. getParserForType()static com.google.protobuf.Parser<Schema.PredicateV2>Schema.PredicateV2. parser()Methods in biscuit.format.schema with parameters of type Schema.PredicateV2 Modifier and Type Method Description Schema.RuleV2.BuilderSchema.RuleV2.Builder. addBody(int index, Schema.PredicateV2 value)repeated .biscuit.format.schema.PredicateV2 body = 2;Schema.RuleV2.BuilderSchema.RuleV2.Builder. addBody(Schema.PredicateV2 value)repeated .biscuit.format.schema.PredicateV2 body = 2;Schema.PredicateV2.BuilderSchema.PredicateV2.Builder. mergeFrom(Schema.PredicateV2 other)Schema.RuleV2.BuilderSchema.RuleV2.Builder. mergeHead(Schema.PredicateV2 value)required .biscuit.format.schema.PredicateV2 head = 1;Schema.FactV2.BuilderSchema.FactV2.Builder. mergePredicate(Schema.PredicateV2 value)required .biscuit.format.schema.PredicateV2 predicate = 1;static Schema.PredicateV2.BuilderSchema.PredicateV2. newBuilder(Schema.PredicateV2 prototype)Schema.RuleV2.BuilderSchema.RuleV2.Builder. setBody(int index, Schema.PredicateV2 value)repeated .biscuit.format.schema.PredicateV2 body = 2;Schema.RuleV2.BuilderSchema.RuleV2.Builder. setHead(Schema.PredicateV2 value)required .biscuit.format.schema.PredicateV2 head = 1;Schema.FactV2.BuilderSchema.FactV2.Builder. setPredicate(Schema.PredicateV2 value)required .biscuit.format.schema.PredicateV2 predicate = 1;Method parameters in biscuit.format.schema with type arguments of type Schema.PredicateV2 Modifier and Type Method Description Schema.RuleV2.BuilderSchema.RuleV2.Builder. addAllBody(Iterable<? extends Schema.PredicateV2> values)repeated .biscuit.format.schema.PredicateV2 body = 2; -
Uses of Schema.PredicateV2 in com.clevercloud.biscuit.datalog
Methods in com.clevercloud.biscuit.datalog that return Schema.PredicateV2 Modifier and Type Method Description Schema.PredicateV2Predicate. serialize()Methods in com.clevercloud.biscuit.datalog with parameters of type Schema.PredicateV2 Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Predicate>Predicate. deserializeV2(Schema.PredicateV2 predicate)
-