Uses of Class
biscuit.format.schema.Schema.Op
-
Packages that use Schema.Op Package Description biscuit.format.schema com.clevercloud.biscuit.datalog.expressions -
-
Uses of Schema.Op in biscuit.format.schema
Fields in biscuit.format.schema with type parameters of type Schema.Op Modifier and Type Field Description static com.google.protobuf.Parser<Schema.Op>Schema.Op. PARSERDeprecated.Methods in biscuit.format.schema that return Schema.Op Modifier and Type Method Description Schema.OpSchema.Op.Builder. build()Schema.OpSchema.Op.Builder. buildPartial()static Schema.OpSchema.Op. getDefaultInstance()Schema.OpSchema.Op.Builder. getDefaultInstanceForType()Schema.OpSchema.Op. getDefaultInstanceForType()Schema.OpSchema.ExpressionV2.Builder. getOps(int index)repeated .biscuit.format.schema.Op ops = 1;Schema.OpSchema.ExpressionV2. getOps(int index)repeated .biscuit.format.schema.Op ops = 1;Schema.OpSchema.ExpressionV2OrBuilder. getOps(int index)repeated .biscuit.format.schema.Op ops = 1;static Schema.OpSchema.Op. parseDelimitedFrom(InputStream input)static Schema.OpSchema.Op. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpSchema.Op. parseFrom(byte[] data)static Schema.OpSchema.Op. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpSchema.Op. parseFrom(com.google.protobuf.ByteString data)static Schema.OpSchema.Op. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpSchema.Op. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.OpSchema.Op. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpSchema.Op. parseFrom(InputStream input)static Schema.OpSchema.Op. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpSchema.Op. parseFrom(ByteBuffer data)static Schema.OpSchema.Op. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in biscuit.format.schema that return types with arguments of type Schema.Op Modifier and Type Method Description List<Schema.Op>Schema.ExpressionV2.Builder. getOpsList()repeated .biscuit.format.schema.Op ops = 1;List<Schema.Op>Schema.ExpressionV2. getOpsList()repeated .biscuit.format.schema.Op ops = 1;List<Schema.Op>Schema.ExpressionV2OrBuilder. getOpsList()repeated .biscuit.format.schema.Op ops = 1;com.google.protobuf.Parser<Schema.Op>Schema.Op. getParserForType()static com.google.protobuf.Parser<Schema.Op>Schema.Op. parser()Methods in biscuit.format.schema with parameters of type Schema.Op Modifier and Type Method Description Schema.ExpressionV2.BuilderSchema.ExpressionV2.Builder. addOps(int index, Schema.Op value)repeated .biscuit.format.schema.Op ops = 1;Schema.ExpressionV2.BuilderSchema.ExpressionV2.Builder. addOps(Schema.Op value)repeated .biscuit.format.schema.Op ops = 1;Schema.Op.BuilderSchema.Op.Builder. mergeFrom(Schema.Op other)static Schema.Op.BuilderSchema.Op. newBuilder(Schema.Op prototype)Schema.ExpressionV2.BuilderSchema.ExpressionV2.Builder. setOps(int index, Schema.Op value)repeated .biscuit.format.schema.Op ops = 1;Method parameters in biscuit.format.schema with type arguments of type Schema.Op Modifier and Type Method Description Schema.ExpressionV2.BuilderSchema.ExpressionV2.Builder. addAllOps(Iterable<? extends Schema.Op> values)repeated .biscuit.format.schema.Op ops = 1; -
Uses of Schema.Op in com.clevercloud.biscuit.datalog.expressions
Methods in com.clevercloud.biscuit.datalog.expressions that return Schema.Op Modifier and Type Method Description Schema.OpOp.Binary. serialize()abstract Schema.OpOp. serialize()Schema.OpOp.Unary. serialize()Schema.OpOp.Value. serialize()Methods in com.clevercloud.biscuit.datalog.expressions with parameters of type Schema.Op Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Op>Op. deserializeV2(Schema.Op op)
-