Interface ExprProtos.ExprOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExprProtos.Expr, ExprProtos.Expr.Builder
Enclosing class:
ExprProtos

public static interface ExprProtos.ExprOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getChildren(int index)
    repeated .vortex.expr.Expr children = 2;
    int
    repeated .vortex.expr.Expr children = 2;
    repeated .vortex.expr.Expr children = 2;
    repeated .vortex.expr.Expr children = 2;
    repeated .vortex.expr.Expr children = 2;
    string id = 1;
    com.google.protobuf.ByteString
    string id = 1;
    com.google.protobuf.ByteString
    optional bytes metadata = 3;
    boolean
    optional bytes metadata = 3;

    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 Details

    • getId

      String getId()
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      Returns:
      The bytes for id.
    • getChildrenList

      List<ExprProtos.Expr> getChildrenList()
      repeated .vortex.expr.Expr children = 2;
    • getChildren

      ExprProtos.Expr getChildren(int index)
      repeated .vortex.expr.Expr children = 2;
    • getChildrenCount

      int getChildrenCount()
      repeated .vortex.expr.Expr children = 2;
    • getChildrenOrBuilderList

      List<? extends ExprProtos.ExprOrBuilder> getChildrenOrBuilderList()
      repeated .vortex.expr.Expr children = 2;
    • getChildrenOrBuilder

      ExprProtos.ExprOrBuilder getChildrenOrBuilder(int index)
      repeated .vortex.expr.Expr children = 2;
    • hasMetadata

      boolean hasMetadata()
      optional bytes metadata = 3;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      com.google.protobuf.ByteString getMetadata()
      optional bytes metadata = 3;
      Returns:
      The metadata.