Uses of Class
biscuit.format.schema.Schema.ExpressionV2
-
Packages that use Schema.ExpressionV2 Package Description biscuit.format.schema com.clevercloud.biscuit.datalog.expressions -
-
Uses of Schema.ExpressionV2 in biscuit.format.schema
Fields in biscuit.format.schema with type parameters of type Schema.ExpressionV2 Modifier and Type Field Description static com.google.protobuf.Parser<Schema.ExpressionV2>Schema.ExpressionV2. PARSERDeprecated.Methods in biscuit.format.schema that return Schema.ExpressionV2 Modifier and Type Method Description Schema.ExpressionV2Schema.ExpressionV2.Builder. build()Schema.ExpressionV2Schema.ExpressionV2.Builder. buildPartial()static Schema.ExpressionV2Schema.ExpressionV2. getDefaultInstance()Schema.ExpressionV2Schema.ExpressionV2.Builder. getDefaultInstanceForType()Schema.ExpressionV2Schema.ExpressionV2. getDefaultInstanceForType()Schema.ExpressionV2Schema.RuleV2.Builder. getExpressions(int index)repeated .biscuit.format.schema.ExpressionV2 expressions = 3;Schema.ExpressionV2Schema.RuleV2. getExpressions(int index)repeated .biscuit.format.schema.ExpressionV2 expressions = 3;Schema.ExpressionV2Schema.RuleV2OrBuilder. getExpressions(int index)repeated .biscuit.format.schema.ExpressionV2 expressions = 3;static Schema.ExpressionV2Schema.ExpressionV2. parseDelimitedFrom(InputStream input)static Schema.ExpressionV2Schema.ExpressionV2. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ExpressionV2Schema.ExpressionV2. parseFrom(byte[] data)static Schema.ExpressionV2Schema.ExpressionV2. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ExpressionV2Schema.ExpressionV2. parseFrom(com.google.protobuf.ByteString data)static Schema.ExpressionV2Schema.ExpressionV2. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ExpressionV2Schema.ExpressionV2. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.ExpressionV2Schema.ExpressionV2. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ExpressionV2Schema.ExpressionV2. parseFrom(InputStream input)static Schema.ExpressionV2Schema.ExpressionV2. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ExpressionV2Schema.ExpressionV2. parseFrom(ByteBuffer data)static Schema.ExpressionV2Schema.ExpressionV2. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in biscuit.format.schema that return types with arguments of type Schema.ExpressionV2 Modifier and Type Method Description List<Schema.ExpressionV2>Schema.RuleV2.Builder. getExpressionsList()repeated .biscuit.format.schema.ExpressionV2 expressions = 3;List<Schema.ExpressionV2>Schema.RuleV2. getExpressionsList()repeated .biscuit.format.schema.ExpressionV2 expressions = 3;List<Schema.ExpressionV2>Schema.RuleV2OrBuilder. getExpressionsList()repeated .biscuit.format.schema.ExpressionV2 expressions = 3;com.google.protobuf.Parser<Schema.ExpressionV2>Schema.ExpressionV2. getParserForType()static com.google.protobuf.Parser<Schema.ExpressionV2>Schema.ExpressionV2. parser()Methods in biscuit.format.schema with parameters of type Schema.ExpressionV2 Modifier and Type Method Description Schema.RuleV2.BuilderSchema.RuleV2.Builder. addExpressions(int index, Schema.ExpressionV2 value)repeated .biscuit.format.schema.ExpressionV2 expressions = 3;Schema.RuleV2.BuilderSchema.RuleV2.Builder. addExpressions(Schema.ExpressionV2 value)repeated .biscuit.format.schema.ExpressionV2 expressions = 3;Schema.ExpressionV2.BuilderSchema.ExpressionV2.Builder. mergeFrom(Schema.ExpressionV2 other)static Schema.ExpressionV2.BuilderSchema.ExpressionV2. newBuilder(Schema.ExpressionV2 prototype)Schema.RuleV2.BuilderSchema.RuleV2.Builder. setExpressions(int index, Schema.ExpressionV2 value)repeated .biscuit.format.schema.ExpressionV2 expressions = 3;Method parameters in biscuit.format.schema with type arguments of type Schema.ExpressionV2 Modifier and Type Method Description Schema.RuleV2.BuilderSchema.RuleV2.Builder. addAllExpressions(Iterable<? extends Schema.ExpressionV2> values)repeated .biscuit.format.schema.ExpressionV2 expressions = 3; -
Uses of Schema.ExpressionV2 in com.clevercloud.biscuit.datalog.expressions
Methods in com.clevercloud.biscuit.datalog.expressions that return Schema.ExpressionV2 Modifier and Type Method Description Schema.ExpressionV2Expression. serialize()Methods in com.clevercloud.biscuit.datalog.expressions with parameters of type Schema.ExpressionV2 Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Expression>Expression. deserializeV2(Schema.ExpressionV2 e)
-