Uses of Class
biscuit.format.schema.Schema.OpUnary
-
Packages that use Schema.OpUnary Package Description biscuit.format.schema com.clevercloud.biscuit.datalog.expressions -
-
Uses of Schema.OpUnary in biscuit.format.schema
Fields in biscuit.format.schema with type parameters of type Schema.OpUnary Modifier and Type Field Description static com.google.protobuf.Parser<Schema.OpUnary>Schema.OpUnary. PARSERDeprecated.Methods in biscuit.format.schema that return Schema.OpUnary Modifier and Type Method Description Schema.OpUnarySchema.OpUnary.Builder. build()Schema.OpUnarySchema.OpUnary.Builder. buildPartial()static Schema.OpUnarySchema.OpUnary. getDefaultInstance()Schema.OpUnarySchema.OpUnary.Builder. getDefaultInstanceForType()Schema.OpUnarySchema.OpUnary. getDefaultInstanceForType()Schema.OpUnarySchema.Op.Builder. getUnary().biscuit.format.schema.OpUnary unary = 2;Schema.OpUnarySchema.Op. getUnary().biscuit.format.schema.OpUnary unary = 2;Schema.OpUnarySchema.OpOrBuilder. getUnary().biscuit.format.schema.OpUnary unary = 2;static Schema.OpUnarySchema.OpUnary. parseDelimitedFrom(InputStream input)static Schema.OpUnarySchema.OpUnary. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpUnarySchema.OpUnary. parseFrom(byte[] data)static Schema.OpUnarySchema.OpUnary. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpUnarySchema.OpUnary. parseFrom(com.google.protobuf.ByteString data)static Schema.OpUnarySchema.OpUnary. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpUnarySchema.OpUnary. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.OpUnarySchema.OpUnary. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpUnarySchema.OpUnary. parseFrom(InputStream input)static Schema.OpUnarySchema.OpUnary. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpUnarySchema.OpUnary. parseFrom(ByteBuffer data)static Schema.OpUnarySchema.OpUnary. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in biscuit.format.schema that return types with arguments of type Schema.OpUnary Modifier and Type Method Description com.google.protobuf.Parser<Schema.OpUnary>Schema.OpUnary. getParserForType()static com.google.protobuf.Parser<Schema.OpUnary>Schema.OpUnary. parser()Methods in biscuit.format.schema with parameters of type Schema.OpUnary Modifier and Type Method Description Schema.OpUnary.BuilderSchema.OpUnary.Builder. mergeFrom(Schema.OpUnary other)Schema.Op.BuilderSchema.Op.Builder. mergeUnary(Schema.OpUnary value).biscuit.format.schema.OpUnary unary = 2;static Schema.OpUnary.BuilderSchema.OpUnary. newBuilder(Schema.OpUnary prototype)Schema.Op.BuilderSchema.Op.Builder. setUnary(Schema.OpUnary value).biscuit.format.schema.OpUnary unary = 2; -
Uses of Schema.OpUnary in com.clevercloud.biscuit.datalog.expressions
Methods in com.clevercloud.biscuit.datalog.expressions with parameters of type Schema.OpUnary Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Op>Op.Unary. deserializeV2(Schema.OpUnary op)
-