Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.ActivatedJob.Builder
-
Uses of GatewayOuterClass.ActivatedJob.Builder in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.ActivatedJob.BuilderModifier and TypeMethodDescriptionGatewayOuterClass.ActivateJobsResponse.Builder.addJobsBuilder()list of activated jobsGatewayOuterClass.ActivateJobsResponse.Builder.addJobsBuilder(int index) list of activated jobsGatewayOuterClass.ActivatedJob.Builder.clear()GatewayOuterClass.ActivatedJob.Builder.clearBpmnProcessId()the bpmn process ID of the job process definitionGatewayOuterClass.ActivatedJob.Builder.clearCustomHeaders()a set of custom headers defined during modelling; returned as a serialized JSON documentGatewayOuterClass.ActivatedJob.Builder.clearDeadline()when the job can be activated again, sent as a UNIX epoch timestampGatewayOuterClass.ActivatedJob.Builder.clearElementId()the associated task element IDGatewayOuterClass.ActivatedJob.Builder.clearElementInstanceKey()the unique key identifying the associated task, unique within the scope of the process instanceGatewayOuterClass.ActivatedJob.Builder.clearKey()the key, a unique identifier for the jobGatewayOuterClass.ActivatedJob.Builder.clearProcessDefinitionKey()the key of the job process definitionGatewayOuterClass.ActivatedJob.Builder.clearProcessDefinitionVersion()the version of the job process definitionGatewayOuterClass.ActivatedJob.Builder.clearProcessInstanceKey()the job's process instance keyGatewayOuterClass.ActivatedJob.Builder.clearRetries()the amount of retries left to this job (should always be positive)GatewayOuterClass.ActivatedJob.Builder.clearTenantId()the id of the tenant that owns the jobGatewayOuterClass.ActivatedJob.Builder.clearType()the type of the job (should match what was requested)GatewayOuterClass.ActivatedJob.Builder.clearVariables()JSON document, computed at activation time, consisting of all visible variables to the task scopeGatewayOuterClass.ActivatedJob.Builder.clearWorker()the name of the worker which activated this jobGatewayOuterClass.ActivateJobsResponse.Builder.getJobsBuilder(int index) list of activated jobsGatewayOuterClass.ActivatedJob.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.ActivatedJob.Builder.mergeFrom(com.google.protobuf.Message other) GatewayOuterClass.ActivatedJob.Builder.mergeFrom(GatewayOuterClass.ActivatedJob other) GatewayOuterClass.ActivatedJob.newBuilder()GatewayOuterClass.ActivatedJob.newBuilder(GatewayOuterClass.ActivatedJob prototype) GatewayOuterClass.ActivatedJob.newBuilderForType()protected GatewayOuterClass.ActivatedJob.BuilderGatewayOuterClass.ActivatedJob.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GatewayOuterClass.ActivatedJob.Builder.setBpmnProcessId(String value) the bpmn process ID of the job process definitionGatewayOuterClass.ActivatedJob.Builder.setBpmnProcessIdBytes(com.google.protobuf.ByteString value) the bpmn process ID of the job process definitionGatewayOuterClass.ActivatedJob.Builder.setCustomHeaders(String value) a set of custom headers defined during modelling; returned as a serialized JSON documentGatewayOuterClass.ActivatedJob.Builder.setCustomHeadersBytes(com.google.protobuf.ByteString value) a set of custom headers defined during modelling; returned as a serialized JSON documentGatewayOuterClass.ActivatedJob.Builder.setDeadline(long value) when the job can be activated again, sent as a UNIX epoch timestampGatewayOuterClass.ActivatedJob.Builder.setElementId(String value) the associated task element IDGatewayOuterClass.ActivatedJob.Builder.setElementIdBytes(com.google.protobuf.ByteString value) the associated task element IDGatewayOuterClass.ActivatedJob.Builder.setElementInstanceKey(long value) the unique key identifying the associated task, unique within the scope of the process instanceGatewayOuterClass.ActivatedJob.Builder.setKey(long value) the key, a unique identifier for the jobGatewayOuterClass.ActivatedJob.Builder.setProcessDefinitionKey(long value) the key of the job process definitionGatewayOuterClass.ActivatedJob.Builder.setProcessDefinitionVersion(int value) the version of the job process definitionGatewayOuterClass.ActivatedJob.Builder.setProcessInstanceKey(long value) the job's process instance keyGatewayOuterClass.ActivatedJob.Builder.setRetries(int value) the amount of retries left to this job (should always be positive)GatewayOuterClass.ActivatedJob.Builder.setTenantId(String value) the id of the tenant that owns the jobGatewayOuterClass.ActivatedJob.Builder.setTenantIdBytes(com.google.protobuf.ByteString value) the id of the tenant that owns the jobthe type of the job (should match what was requested)GatewayOuterClass.ActivatedJob.Builder.setTypeBytes(com.google.protobuf.ByteString value) the type of the job (should match what was requested)GatewayOuterClass.ActivatedJob.Builder.setVariables(String value) JSON document, computed at activation time, consisting of all visible variables to the task scopeGatewayOuterClass.ActivatedJob.Builder.setVariablesBytes(com.google.protobuf.ByteString value) JSON document, computed at activation time, consisting of all visible variables to the task scopethe name of the worker which activated this jobGatewayOuterClass.ActivatedJob.Builder.setWorkerBytes(com.google.protobuf.ByteString value) the name of the worker which activated this jobGatewayOuterClass.ActivatedJob.toBuilder()Methods in io.camunda.zeebe.gateway.protocol that return types with arguments of type GatewayOuterClass.ActivatedJob.BuilderModifier and TypeMethodDescriptionGatewayOuterClass.ActivateJobsResponse.Builder.getJobsBuilderList()list of activated jobsMethods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.ActivatedJob.BuilderModifier and TypeMethodDescriptionGatewayOuterClass.ActivateJobsResponse.Builder.addJobs(int index, GatewayOuterClass.ActivatedJob.Builder builderForValue) list of activated jobsGatewayOuterClass.ActivateJobsResponse.Builder.addJobs(GatewayOuterClass.ActivatedJob.Builder builderForValue) list of activated jobsGatewayOuterClass.ActivateJobsResponse.Builder.setJobs(int index, GatewayOuterClass.ActivatedJob.Builder builderForValue) list of activated jobs