Package biscuit.format.schema
Interface Schema.ExpressionV2OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.ExpressionV2,Schema.ExpressionV2.Builder
- Enclosing class:
- Schema
public static interface Schema.ExpressionV2OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema.OpgetOps(int index)repeated .biscuit.format.schema.Op ops = 1;intgetOpsCount()repeated .biscuit.format.schema.Op ops = 1;List<Schema.Op>getOpsList()repeated .biscuit.format.schema.Op ops = 1;Schema.OpOrBuildergetOpsOrBuilder(int index)repeated .biscuit.format.schema.Op ops = 1;List<? extends Schema.OpOrBuilder>getOpsOrBuilderList()repeated .biscuit.format.schema.Op ops = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOps
Schema.Op getOps(int index)
repeated .biscuit.format.schema.Op ops = 1;
-
getOpsCount
int getOpsCount()
repeated .biscuit.format.schema.Op ops = 1;
-
getOpsOrBuilderList
List<? extends Schema.OpOrBuilder> getOpsOrBuilderList()
repeated .biscuit.format.schema.Op ops = 1;
-
getOpsOrBuilder
Schema.OpOrBuilder getOpsOrBuilder(int index)
repeated .biscuit.format.schema.Op ops = 1;
-
-