Interface GatewayOuterClass.UpdateJobRetriesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.UpdateJobRetriesRequest, GatewayOuterClass.UpdateJobRetriesRequest.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.UpdateJobRetriesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    the unique job identifier, as obtained through ActivateJobs
    long
    a reference key chosen by the user and will be part of all records resulted from this operation
    int
    the new amount of retries for the job; must be positive
    boolean
    a reference key chosen by the user and will be part of all records resulted from this operation

    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 Details

    • 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.
    • hasOperationReference

      boolean hasOperationReference()
       a reference key chosen by the user and will be part of all records resulted from this operation
       
      optional uint64 operationReference = 3;
      Returns:
      Whether the operationReference field is set.
    • getOperationReference

      long getOperationReference()
       a reference key chosen by the user and will be part of all records resulted from this operation
       
      optional uint64 operationReference = 3;
      Returns:
      The operationReference.