Uses of Class
io.dapr.v1.DaprProtos.Job.Builder
Packages that use DaprProtos.Job.Builder
-
Uses of DaprProtos.Job.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.Job.BuilderModifier and TypeMethodDescriptionDaprProtos.Job.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.Job.Builder.clear()DaprProtos.Job.Builder.clearData()payload is the serialized job payload that will be sent to the recipient when the job is triggered.DaprProtos.Job.Builder.clearDueTime()due_time is the optional time at which the job should be active, or the "one shot" time if other scheduling type fields are not provided.DaprProtos.Job.Builder.clearFailurePolicy()failure_policy is the optional policy for handling job failures.DaprProtos.Job.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.Job.Builder.clearName()The unique name for the job.DaprProtos.Job.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.Job.Builder.clearRepeats()repeats is the optional number of times in which the job should be triggered.DaprProtos.Job.Builder.clearSchedule()schedule is an optional schedule at which the job is to be run.DaprProtos.Job.Builder.clearTtl()ttl is the optional time to live or expiration of the job.DaprProtos.Job.Builder.clone()DaprProtos.GetJobResponse.Builder.getJobBuilder()The job details.DaprProtos.ScheduleJobRequest.Builder.getJobBuilder()The job details.DaprProtos.Job.Builder.mergeData(com.google.protobuf.Any value) payload is the serialized job payload that will be sent to the recipient when the job is triggered.DaprProtos.Job.Builder.mergeFailurePolicy(CommonProtos.JobFailurePolicy value) failure_policy is the optional policy for handling job failures.DaprProtos.Job.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.Job.Builder.mergeFrom(com.google.protobuf.Message other) DaprProtos.Job.Builder.mergeFrom(DaprProtos.Job other) final DaprProtos.Job.BuilderDaprProtos.Job.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static DaprProtos.Job.BuilderDaprProtos.Job.newBuilder()static DaprProtos.Job.BuilderDaprProtos.Job.newBuilder(DaprProtos.Job prototype) DaprProtos.Job.newBuilderForType()protected DaprProtos.Job.BuilderDaprProtos.Job.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.Job.Builder.setData(com.google.protobuf.Any value) payload is the serialized job payload that will be sent to the recipient when the job is triggered.DaprProtos.Job.Builder.setData(com.google.protobuf.Any.Builder builderForValue) payload is the serialized job payload that will be sent to the recipient when the job is triggered.DaprProtos.Job.Builder.setDueTime(String value) due_time is the optional time at which the job should be active, or the "one shot" time if other scheduling type fields are not provided.DaprProtos.Job.Builder.setDueTimeBytes(com.google.protobuf.ByteString value) due_time is the optional time at which the job should be active, or the "one shot" time if other scheduling type fields are not provided.DaprProtos.Job.Builder.setFailurePolicy(CommonProtos.JobFailurePolicy value) failure_policy is the optional policy for handling job failures.DaprProtos.Job.Builder.setFailurePolicy(CommonProtos.JobFailurePolicy.Builder builderForValue) failure_policy is the optional policy for handling job failures.DaprProtos.Job.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The unique name for the job.DaprProtos.Job.Builder.setNameBytes(com.google.protobuf.ByteString value) The unique name for the job.DaprProtos.Job.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DaprProtos.Job.Builder.setRepeats(int value) repeats is the optional number of times in which the job should be triggered.DaprProtos.Job.Builder.setSchedule(String value) schedule is an optional schedule at which the job is to be run.DaprProtos.Job.Builder.setScheduleBytes(com.google.protobuf.ByteString value) schedule is an optional schedule at which the job is to be run.ttl is the optional time to live or expiration of the job.DaprProtos.Job.Builder.setTtlBytes(com.google.protobuf.ByteString value) ttl is the optional time to live or expiration of the job.final DaprProtos.Job.BuilderDaprProtos.Job.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.Job.toBuilder()Methods in io.dapr.v1 with parameters of type DaprProtos.Job.BuilderModifier and TypeMethodDescriptionDaprProtos.GetJobResponse.Builder.setJob(DaprProtos.Job.Builder builderForValue) The job details.DaprProtos.ScheduleJobRequest.Builder.setJob(DaprProtos.Job.Builder builderForValue) The job details.