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
      String getDescription()
      +optional string describing input variable
      com.google.protobuf.ByteString getDescriptionBytes()
      +optional string describing input variable
      Types.LiteralType getType()
      Variable literal type.
      Types.LiteralTypeOrBuilder getTypeOrBuilder()
      Variable literal type.
      boolean hasType()
      Variable literal type.
      • 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

      • 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.
      • 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.