Interface ExecuteAirflowCommandResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getError()
      Error message.
      com.google.protobuf.ByteString getErrorBytes()
      Error message.
      String getExecutionId()
      The unique ID of the command execution for polling.
      com.google.protobuf.ByteString getExecutionIdBytes()
      The unique ID of the command execution for polling.
      String getPod()
      The name of the pod where the command is executed.
      com.google.protobuf.ByteString getPodBytes()
      The name of the pod where the command is executed.
      String getPodNamespace()
      The namespace of the pod where the command is executed.
      com.google.protobuf.ByteString getPodNamespaceBytes()
      The namespace of the pod where the command is executed.
      • 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

      • getExecutionId

        String getExecutionId()
         The unique ID of the command execution for polling.
         
        string execution_id = 1;
        Returns:
        The executionId.
      • getExecutionIdBytes

        com.google.protobuf.ByteString getExecutionIdBytes()
         The unique ID of the command execution for polling.
         
        string execution_id = 1;
        Returns:
        The bytes for executionId.
      • getPod

        String getPod()
         The name of the pod where the command is executed.
         
        string pod = 2;
        Returns:
        The pod.
      • getPodBytes

        com.google.protobuf.ByteString getPodBytes()
         The name of the pod where the command is executed.
         
        string pod = 2;
        Returns:
        The bytes for pod.
      • getPodNamespace

        String getPodNamespace()
         The namespace of the pod where the command is executed.
         
        string pod_namespace = 3;
        Returns:
        The podNamespace.
      • getPodNamespaceBytes

        com.google.protobuf.ByteString getPodNamespaceBytes()
         The namespace of the pod where the command is executed.
         
        string pod_namespace = 3;
        Returns:
        The bytes for podNamespace.
      • getError

        String getError()
         Error message. Empty if there was no error.
         
        string error = 4;
        Returns:
        The error.
      • getErrorBytes

        com.google.protobuf.ByteString getErrorBytes()
         Error message. Empty if there was no error.
         
        string error = 4;
        Returns:
        The bytes for error.