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