Interface GatewayOuterClass.CompleteJobRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getJobKey()
      the unique job identifier, as obtained from ActivateJobsResponse
      String getVariables()
      a JSON document representing the variables in the current task scope
      com.google.protobuf.ByteString getVariablesBytes()
      a JSON document representing the variables in the current task scope
      • 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

      • getJobKey

        long getJobKey()
         the unique job identifier, as obtained from ActivateJobsResponse
         
        int64 jobKey = 1;
        Returns:
        The jobKey.
      • getVariables

        String getVariables()
         a JSON document representing the variables in the current task scope
         
        string variables = 2;
        Returns:
        The variables.
      • getVariablesBytes

        com.google.protobuf.ByteString getVariablesBytes()
         a JSON document representing the variables in the current task scope
         
        string variables = 2;
        Returns:
        The bytes for variables.