Uses of Class
biscuit.format.schema.Schema.CheckV2
-
Packages that use Schema.CheckV2 Package Description biscuit.format.schema com.clevercloud.biscuit.datalog Implementation of the Datalog engine for the check language -
-
Uses of Schema.CheckV2 in biscuit.format.schema
Fields in biscuit.format.schema with type parameters of type Schema.CheckV2 Modifier and Type Field Description static com.google.protobuf.Parser<Schema.CheckV2>Schema.CheckV2. PARSERDeprecated.Methods in biscuit.format.schema that return Schema.CheckV2 Modifier and Type Method Description Schema.CheckV2Schema.CheckV2.Builder. build()Schema.CheckV2Schema.CheckV2.Builder. buildPartial()Schema.CheckV2Schema.AuthorizerPolicies.Builder. getChecks(int index)repeated .biscuit.format.schema.CheckV2 checks = 5;Schema.CheckV2Schema.AuthorizerPolicies. getChecks(int index)repeated .biscuit.format.schema.CheckV2 checks = 5;Schema.CheckV2Schema.AuthorizerPoliciesOrBuilder. getChecks(int index)repeated .biscuit.format.schema.CheckV2 checks = 5;Schema.CheckV2Schema.Block.Builder. getChecksV2(int index)repeated .biscuit.format.schema.CheckV2 checks_v2 = 6;Schema.CheckV2Schema.Block. getChecksV2(int index)repeated .biscuit.format.schema.CheckV2 checks_v2 = 6;Schema.CheckV2Schema.BlockOrBuilder. getChecksV2(int index)repeated .biscuit.format.schema.CheckV2 checks_v2 = 6;static Schema.CheckV2Schema.CheckV2. getDefaultInstance()Schema.CheckV2Schema.CheckV2.Builder. getDefaultInstanceForType()Schema.CheckV2Schema.CheckV2. getDefaultInstanceForType()static Schema.CheckV2Schema.CheckV2. parseDelimitedFrom(InputStream input)static Schema.CheckV2Schema.CheckV2. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.CheckV2Schema.CheckV2. parseFrom(byte[] data)static Schema.CheckV2Schema.CheckV2. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.CheckV2Schema.CheckV2. parseFrom(com.google.protobuf.ByteString data)static Schema.CheckV2Schema.CheckV2. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.CheckV2Schema.CheckV2. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.CheckV2Schema.CheckV2. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.CheckV2Schema.CheckV2. parseFrom(InputStream input)static Schema.CheckV2Schema.CheckV2. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.CheckV2Schema.CheckV2. parseFrom(ByteBuffer data)static Schema.CheckV2Schema.CheckV2. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in biscuit.format.schema that return types with arguments of type Schema.CheckV2 Modifier and Type Method Description List<Schema.CheckV2>Schema.AuthorizerPolicies.Builder. getChecksList()repeated .biscuit.format.schema.CheckV2 checks = 5;List<Schema.CheckV2>Schema.AuthorizerPolicies. getChecksList()repeated .biscuit.format.schema.CheckV2 checks = 5;List<Schema.CheckV2>Schema.AuthorizerPoliciesOrBuilder. getChecksList()repeated .biscuit.format.schema.CheckV2 checks = 5;List<Schema.CheckV2>Schema.Block.Builder. getChecksV2List()repeated .biscuit.format.schema.CheckV2 checks_v2 = 6;List<Schema.CheckV2>Schema.Block. getChecksV2List()repeated .biscuit.format.schema.CheckV2 checks_v2 = 6;List<Schema.CheckV2>Schema.BlockOrBuilder. getChecksV2List()repeated .biscuit.format.schema.CheckV2 checks_v2 = 6;com.google.protobuf.Parser<Schema.CheckV2>Schema.CheckV2. getParserForType()static com.google.protobuf.Parser<Schema.CheckV2>Schema.CheckV2. parser()Methods in biscuit.format.schema with parameters of type Schema.CheckV2 Modifier and Type Method Description Schema.AuthorizerPolicies.BuilderSchema.AuthorizerPolicies.Builder. addChecks(int index, Schema.CheckV2 value)repeated .biscuit.format.schema.CheckV2 checks = 5;Schema.AuthorizerPolicies.BuilderSchema.AuthorizerPolicies.Builder. addChecks(Schema.CheckV2 value)repeated .biscuit.format.schema.CheckV2 checks = 5;Schema.Block.BuilderSchema.Block.Builder. addChecksV2(int index, Schema.CheckV2 value)repeated .biscuit.format.schema.CheckV2 checks_v2 = 6;Schema.Block.BuilderSchema.Block.Builder. addChecksV2(Schema.CheckV2 value)repeated .biscuit.format.schema.CheckV2 checks_v2 = 6;Schema.CheckV2.BuilderSchema.CheckV2.Builder. mergeFrom(Schema.CheckV2 other)static Schema.CheckV2.BuilderSchema.CheckV2. newBuilder(Schema.CheckV2 prototype)Schema.AuthorizerPolicies.BuilderSchema.AuthorizerPolicies.Builder. setChecks(int index, Schema.CheckV2 value)repeated .biscuit.format.schema.CheckV2 checks = 5;Schema.Block.BuilderSchema.Block.Builder. setChecksV2(int index, Schema.CheckV2 value)repeated .biscuit.format.schema.CheckV2 checks_v2 = 6;Method parameters in biscuit.format.schema with type arguments of type Schema.CheckV2 Modifier and Type Method Description Schema.AuthorizerPolicies.BuilderSchema.AuthorizerPolicies.Builder. addAllChecks(Iterable<? extends Schema.CheckV2> values)repeated .biscuit.format.schema.CheckV2 checks = 5;Schema.Block.BuilderSchema.Block.Builder. addAllChecksV2(Iterable<? extends Schema.CheckV2> values)repeated .biscuit.format.schema.CheckV2 checks_v2 = 6; -
Uses of Schema.CheckV2 in com.clevercloud.biscuit.datalog
Methods in com.clevercloud.biscuit.datalog that return Schema.CheckV2 Modifier and Type Method Description Schema.CheckV2Check. serialize()Methods in com.clevercloud.biscuit.datalog with parameters of type Schema.CheckV2 Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Check>Check. deserializeV2(Schema.CheckV2 check)
-