Package dev.vortex.proto
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 TypeMethodDescriptiongetChildren(int index) repeated .vortex.expr.Expr children = 2;intrepeated .vortex.expr.Expr children = 2;repeated .vortex.expr.Expr children = 2;getChildrenOrBuilder(int index) repeated .vortex.expr.Expr children = 2;List<? extends ExprProtos.ExprOrBuilder>repeated .vortex.expr.Expr children = 2;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;com.google.protobuf.ByteStringoptional bytes metadata = 3;booleanoptional bytes metadata = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-