Package flyteidl.core
Interface Interface.VariableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Interface.Variable,Interface.Variable.Builder
- Enclosing class:
- Interface
public static interface Interface.VariableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()+optional string describing input variablecom.google.protobuf.ByteStringgetDescriptionBytes()+optional string describing input variableTypes.LiteralTypegetType()Variable literal type.Types.LiteralTypeOrBuildergetTypeOrBuilder()Variable literal type.booleanhasType()Variable literal type.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
Variable literal type.
.flyteidl.core.LiteralType type = 1;- Returns:
- Whether the type field is set.
-
getType
Types.LiteralType getType()
Variable literal type.
.flyteidl.core.LiteralType type = 1;- Returns:
- The type.
-
getTypeOrBuilder
Types.LiteralTypeOrBuilder getTypeOrBuilder()
Variable literal type.
.flyteidl.core.LiteralType type = 1;
-
getDescription
String getDescription()
+optional string describing input variable
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
+optional string describing input variable
string description = 2;- Returns:
- The bytes for description.
-
-