Package flyteidl.core

Interface Literals.BindingOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Literals.Binding, Literals.Binding.Builder
    Enclosing class:
    Literals

    public static interface Literals.BindingOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Literals.BindingData getBinding()
      Data to use to bind this variable.
      Literals.BindingDataOrBuilder getBindingOrBuilder()
      Data to use to bind this variable.
      String getVar()
      Variable name must match an input/output variable of the node.
      com.google.protobuf.ByteString getVarBytes()
      Variable name must match an input/output variable of the node.
      boolean hasBinding()
      Data to use to bind this variable.
      • 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

      • getVar

        String getVar()
         Variable name must match an input/output variable of the node.
         
        string var = 1;
        Returns:
        The var.
      • getVarBytes

        com.google.protobuf.ByteString getVarBytes()
         Variable name must match an input/output variable of the node.
         
        string var = 1;
        Returns:
        The bytes for var.
      • hasBinding

        boolean hasBinding()
         Data to use to bind this variable.
         
        .flyteidl.core.BindingData binding = 2;
        Returns:
        Whether the binding field is set.
      • getBinding

        Literals.BindingData getBinding()
         Data to use to bind this variable.
         
        .flyteidl.core.BindingData binding = 2;
        Returns:
        The binding.
      • getBindingOrBuilder

        Literals.BindingDataOrBuilder getBindingOrBuilder()
         Data to use to bind this variable.
         
        .flyteidl.core.BindingData binding = 2;