Uses of Class
biscuit.format.schema.Schema.FactV2
-
Packages that use Schema.FactV2 Package Description biscuit.format.schema com.clevercloud.biscuit.datalog Implementation of the Datalog engine for the check language -
-
Uses of Schema.FactV2 in biscuit.format.schema
Fields in biscuit.format.schema with type parameters of type Schema.FactV2 Modifier and Type Field Description static com.google.protobuf.Parser<Schema.FactV2>Schema.FactV2. PARSERDeprecated.Methods in biscuit.format.schema that return Schema.FactV2 Modifier and Type Method Description Schema.FactV2Schema.FactV2.Builder. build()Schema.FactV2Schema.FactV2.Builder. buildPartial()static Schema.FactV2Schema.FactV2. getDefaultInstance()Schema.FactV2Schema.FactV2.Builder. getDefaultInstanceForType()Schema.FactV2Schema.FactV2. getDefaultInstanceForType()Schema.FactV2Schema.AuthorizerPolicies.Builder. getFacts(int index)repeated .biscuit.format.schema.FactV2 facts = 3;Schema.FactV2Schema.AuthorizerPolicies. getFacts(int index)repeated .biscuit.format.schema.FactV2 facts = 3;Schema.FactV2Schema.AuthorizerPoliciesOrBuilder. getFacts(int index)repeated .biscuit.format.schema.FactV2 facts = 3;Schema.FactV2Schema.Block.Builder. getFactsV2(int index)repeated .biscuit.format.schema.FactV2 facts_v2 = 4;Schema.FactV2Schema.Block. getFactsV2(int index)repeated .biscuit.format.schema.FactV2 facts_v2 = 4;Schema.FactV2Schema.BlockOrBuilder. getFactsV2(int index)repeated .biscuit.format.schema.FactV2 facts_v2 = 4;static Schema.FactV2Schema.FactV2. parseDelimitedFrom(InputStream input)static Schema.FactV2Schema.FactV2. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.FactV2Schema.FactV2. parseFrom(byte[] data)static Schema.FactV2Schema.FactV2. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.FactV2Schema.FactV2. parseFrom(com.google.protobuf.ByteString data)static Schema.FactV2Schema.FactV2. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.FactV2Schema.FactV2. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.FactV2Schema.FactV2. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.FactV2Schema.FactV2. parseFrom(InputStream input)static Schema.FactV2Schema.FactV2. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.FactV2Schema.FactV2. parseFrom(ByteBuffer data)static Schema.FactV2Schema.FactV2. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in biscuit.format.schema that return types with arguments of type Schema.FactV2 Modifier and Type Method Description List<Schema.FactV2>Schema.AuthorizerPolicies.Builder. getFactsList()repeated .biscuit.format.schema.FactV2 facts = 3;List<Schema.FactV2>Schema.AuthorizerPolicies. getFactsList()repeated .biscuit.format.schema.FactV2 facts = 3;List<Schema.FactV2>Schema.AuthorizerPoliciesOrBuilder. getFactsList()repeated .biscuit.format.schema.FactV2 facts = 3;List<Schema.FactV2>Schema.Block.Builder. getFactsV2List()repeated .biscuit.format.schema.FactV2 facts_v2 = 4;List<Schema.FactV2>Schema.Block. getFactsV2List()repeated .biscuit.format.schema.FactV2 facts_v2 = 4;List<Schema.FactV2>Schema.BlockOrBuilder. getFactsV2List()repeated .biscuit.format.schema.FactV2 facts_v2 = 4;com.google.protobuf.Parser<Schema.FactV2>Schema.FactV2. getParserForType()static com.google.protobuf.Parser<Schema.FactV2>Schema.FactV2. parser()Methods in biscuit.format.schema with parameters of type Schema.FactV2 Modifier and Type Method Description Schema.AuthorizerPolicies.BuilderSchema.AuthorizerPolicies.Builder. addFacts(int index, Schema.FactV2 value)repeated .biscuit.format.schema.FactV2 facts = 3;Schema.AuthorizerPolicies.BuilderSchema.AuthorizerPolicies.Builder. addFacts(Schema.FactV2 value)repeated .biscuit.format.schema.FactV2 facts = 3;Schema.Block.BuilderSchema.Block.Builder. addFactsV2(int index, Schema.FactV2 value)repeated .biscuit.format.schema.FactV2 facts_v2 = 4;Schema.Block.BuilderSchema.Block.Builder. addFactsV2(Schema.FactV2 value)repeated .biscuit.format.schema.FactV2 facts_v2 = 4;Schema.FactV2.BuilderSchema.FactV2.Builder. mergeFrom(Schema.FactV2 other)static Schema.FactV2.BuilderSchema.FactV2. newBuilder(Schema.FactV2 prototype)Schema.AuthorizerPolicies.BuilderSchema.AuthorizerPolicies.Builder. setFacts(int index, Schema.FactV2 value)repeated .biscuit.format.schema.FactV2 facts = 3;Schema.Block.BuilderSchema.Block.Builder. setFactsV2(int index, Schema.FactV2 value)repeated .biscuit.format.schema.FactV2 facts_v2 = 4;Method parameters in biscuit.format.schema with type arguments of type Schema.FactV2 Modifier and Type Method Description Schema.AuthorizerPolicies.BuilderSchema.AuthorizerPolicies.Builder. addAllFacts(Iterable<? extends Schema.FactV2> values)repeated .biscuit.format.schema.FactV2 facts = 3;Schema.Block.BuilderSchema.Block.Builder. addAllFactsV2(Iterable<? extends Schema.FactV2> values)repeated .biscuit.format.schema.FactV2 facts_v2 = 4; -
Uses of Schema.FactV2 in com.clevercloud.biscuit.datalog
Methods in com.clevercloud.biscuit.datalog that return Schema.FactV2 Modifier and Type Method Description Schema.FactV2Fact. serialize()Methods in com.clevercloud.biscuit.datalog with parameters of type Schema.FactV2 Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Fact>Fact. deserializeV2(Schema.FactV2 fact)
-