Interface ExecutionOuterClass.ExecutionCreateRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDomain()
      Name of the domain the execution belongs to.
      com.google.protobuf.ByteString getDomainBytes()
      Name of the domain the execution belongs to.
      Literals.LiteralMap getInputs()
      The inputs required to start the execution.
      Literals.LiteralMapOrBuilder getInputsOrBuilder()
      The inputs required to start the execution.
      java.lang.String getName()
      User provided value for the resource.
      com.google.protobuf.ByteString getNameBytes()
      User provided value for the resource.
      java.lang.String getProject()
      Name of the project the execution belongs to.
      com.google.protobuf.ByteString getProjectBytes()
      Name of the project the execution belongs to.
      ExecutionOuterClass.ExecutionSpec getSpec()
      Additional fields necessary to launch the execution.
      ExecutionOuterClass.ExecutionSpecOrBuilder getSpecOrBuilder()
      Additional fields necessary to launch the execution.
      boolean hasInputs()
      The inputs required to start the execution.
      boolean hasSpec()
      Additional fields necessary to launch the execution.
      • 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

      • getProject

        java.lang.String getProject()
         Name of the project the execution belongs to.
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Name of the project the execution belongs to.
         
        string project = 1;
        Returns:
        The bytes for project.
      • getDomain

        java.lang.String getDomain()
         Name of the domain the execution belongs to.
         A domain can be considered as a subset within a specific project.
         
        string domain = 2;
        Returns:
        The domain.
      • getDomainBytes

        com.google.protobuf.ByteString getDomainBytes()
         Name of the domain the execution belongs to.
         A domain can be considered as a subset within a specific project.
         
        string domain = 2;
        Returns:
        The bytes for domain.
      • getName

        java.lang.String getName()
         User provided value for the resource.
         If none is provided the system will generate a unique string.
         +optional
         
        string name = 3;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         User provided value for the resource.
         If none is provided the system will generate a unique string.
         +optional
         
        string name = 3;
        Returns:
        The bytes for name.
      • hasSpec

        boolean hasSpec()
         Additional fields necessary to launch the execution.
         
        .flyteidl.admin.ExecutionSpec spec = 4;
        Returns:
        Whether the spec field is set.
      • getSpec

        ExecutionOuterClass.ExecutionSpec getSpec()
         Additional fields necessary to launch the execution.
         
        .flyteidl.admin.ExecutionSpec spec = 4;
        Returns:
        The spec.
      • hasInputs

        boolean hasInputs()
         The inputs required to start the execution. All required inputs must be
         included in this map. If not required and not provided, defaults apply.
         
        .flyteidl.core.LiteralMap inputs = 5;
        Returns:
        Whether the inputs field is set.
      • getInputs

        Literals.LiteralMap getInputs()
         The inputs required to start the execution. All required inputs must be
         included in this map. If not required and not provided, defaults apply.
         
        .flyteidl.core.LiteralMap inputs = 5;
        Returns:
        The inputs.
      • getInputsOrBuilder

        Literals.LiteralMapOrBuilder getInputsOrBuilder()
         The inputs required to start the execution. All required inputs must be
         included in this map. If not required and not provided, defaults apply.
         
        .flyteidl.core.LiteralMap inputs = 5;