Interface GatewayOuterClass.UpdateJobRetriesRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getJobKey()
      the unique job identifier, as obtained through ActivateJobs
      int getRetries()
      the new amount of retries for the job; must be positive
      • 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 through ActivateJobs
         
        int64 jobKey = 1;
        Returns:
        The jobKey.
      • getRetries

        int getRetries()
         the new amount of retries for the job; must be positive
         
        int32 retries = 2;
        Returns:
        The retries.