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()
Job data.DaprProtos.Job.Builder.clearDueTime()
Optional: sets time at which or time interval before the callback is invoked for the first time.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()
Optional: jobs with fixed repeat counts (accounting for Actor Reminders).DaprProtos.Job.Builder.clearSchedule()
The schedule for the job.DaprProtos.Job.Builder.clearTtl()
Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).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) Job data.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.Builder
DaprProtos.Job.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static DaprProtos.Job.Builder
DaprProtos.Job.newBuilder()
static DaprProtos.Job.Builder
DaprProtos.Job.newBuilder
(DaprProtos.Job prototype) DaprProtos.Job.newBuilderForType()
protected DaprProtos.Job.Builder
DaprProtos.Job.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.Job.Builder.setData
(com.google.protobuf.Any value) Job data.DaprProtos.Job.Builder.setData
(com.google.protobuf.Any.Builder builderForValue) Job data.DaprProtos.Job.Builder.setDueTime
(String value) Optional: sets time at which or time interval before the callback is invoked for the first time.DaprProtos.Job.Builder.setDueTimeBytes
(com.google.protobuf.ByteString value) Optional: sets time at which or time interval before the callback is invoked for the first time.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) Optional: jobs with fixed repeat counts (accounting for Actor Reminders).DaprProtos.Job.Builder.setSchedule
(String value) The schedule for the job.DaprProtos.Job.Builder.setScheduleBytes
(com.google.protobuf.ByteString value) The schedule for the job.Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).DaprProtos.Job.Builder.setTtlBytes
(com.google.protobuf.ByteString value) Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).final DaprProtos.Job.Builder
DaprProtos.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.