-
GatewayOuterClass.FailJobRequest.Builder.clear()
an optional message describing why the job failed
this is particularly useful if a job runs out of retries and an incident is raised,
as it this message can help explain why an incident was raised
the unique job identifier, as obtained when activating the job
the amount of retries the job should have left
the backoff timeout (in ms) for the next retry
JSON document that will instantiate the variables at the local scope of the
job's associated task; it must be a JSON object, as variables will be mapped in a
key-value fashion.
GatewayOuterClass.FailJobRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GatewayOuterClass.FailJobRequest.Builder.mergeFrom(com.google.protobuf.Message other)
GatewayOuterClass.FailJobRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GatewayOuterClass.FailJobRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
an optional message describing why the job failed
this is particularly useful if a job runs out of retries and an incident is raised,
as it this message can help explain why an incident was raised
an optional message describing why the job failed
this is particularly useful if a job runs out of retries and an incident is raised,
as it this message can help explain why an incident was raised
GatewayOuterClass.FailJobRequest.Builder.setJobKey(long value)
the unique job identifier, as obtained when activating the job
GatewayOuterClass.FailJobRequest.Builder.setRetries(int value)
the amount of retries the job should have left
the backoff timeout (in ms) for the next retry
GatewayOuterClass.FailJobRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
JSON document that will instantiate the variables at the local scope of the
job's associated task; it must be a JSON object, as variables will be mapped in a
key-value fashion.
GatewayOuterClass.FailJobRequest.Builder.setVariablesBytes(com.google.protobuf.ByteString value)
JSON document that will instantiate the variables at the local scope of the
job's associated task; it must be a JSON object, as variables will be mapped in a
key-value fashion.