Uses of Interface
biscuit.format.schema.Schema.OpOrBuilder
-
Packages that use Schema.OpOrBuilder Package Description biscuit.format.schema -
-
Uses of Schema.OpOrBuilder in biscuit.format.schema
Classes in biscuit.format.schema that implement Schema.OpOrBuilder Modifier and Type Class Description static classSchema.OpProtobuf typebiscuit.format.schema.Opstatic classSchema.Op.BuilderProtobuf typebiscuit.format.schema.OpMethods in biscuit.format.schema that return Schema.OpOrBuilder Modifier and Type Method Description Schema.OpOrBuilderSchema.ExpressionV2.Builder. getOpsOrBuilder(int index)repeated .biscuit.format.schema.Op ops = 1;Schema.OpOrBuilderSchema.ExpressionV2. getOpsOrBuilder(int index)repeated .biscuit.format.schema.Op ops = 1;Schema.OpOrBuilderSchema.ExpressionV2OrBuilder. getOpsOrBuilder(int index)repeated .biscuit.format.schema.Op ops = 1;Methods in biscuit.format.schema that return types with arguments of type Schema.OpOrBuilder Modifier and Type Method Description List<? extends Schema.OpOrBuilder>Schema.ExpressionV2.Builder. getOpsOrBuilderList()repeated .biscuit.format.schema.Op ops = 1;List<? extends Schema.OpOrBuilder>Schema.ExpressionV2. getOpsOrBuilderList()repeated .biscuit.format.schema.Op ops = 1;List<? extends Schema.OpOrBuilder>Schema.ExpressionV2OrBuilder. getOpsOrBuilderList()repeated .biscuit.format.schema.Op ops = 1;
-