Package flyteidl.core
Interface Condition.OperandOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Condition.Operand,Condition.Operand.Builder
- Enclosing class:
- Condition
public static interface Condition.OperandOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Literals.PrimitivegetPrimitive()Can be a constantLiterals.PrimitiveOrBuildergetPrimitiveOrBuilder()Can be a constantCondition.Operand.ValCasegetValCase()StringgetVar()Or one of this node's input variablescom.google.protobuf.ByteStringgetVarBytes()Or one of this node's input variablesbooleanhasPrimitive()Can be a constantbooleanhasVar()Or one of this node's input variables-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPrimitive
boolean hasPrimitive()
Can be a constant
.flyteidl.core.Primitive primitive = 1;- Returns:
- Whether the primitive field is set.
-
getPrimitive
Literals.Primitive getPrimitive()
Can be a constant
.flyteidl.core.Primitive primitive = 1;- Returns:
- The primitive.
-
getPrimitiveOrBuilder
Literals.PrimitiveOrBuilder getPrimitiveOrBuilder()
Can be a constant
.flyteidl.core.Primitive primitive = 1;
-
hasVar
boolean hasVar()
Or one of this node's input variables
string var = 2;- Returns:
- Whether the var field is set.
-
getVar
String getVar()
Or one of this node's input variables
string var = 2;- Returns:
- The var.
-
getVarBytes
com.google.protobuf.ByteString getVarBytes()
Or one of this node's input variables
string var = 2;- Returns:
- The bytes for var.
-
getValCase
Condition.Operand.ValCase getValCase()
-
-