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.Op getOps​(int index)
      repeated .biscuit.format.schema.Op ops = 1;
      int getOpsCount()
      repeated .biscuit.format.schema.Op ops = 1;
      List<Schema.Op> getOpsList()
      repeated .biscuit.format.schema.Op ops = 1;
      Schema.OpOrBuilder getOpsOrBuilder​(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.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOpsList

        List<Schema.Op> getOpsList()
        repeated .biscuit.format.schema.Op ops = 1;
      • 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;