Uses of Class
io.dapr.v1.DaprProtos.RegisterActorTimerRequest.Builder
Packages that use DaprProtos.RegisterActorTimerRequest.Builder
-
Uses of DaprProtos.RegisterActorTimerRequest.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.RegisterActorTimerRequest.BuilderModifier and TypeMethodDescriptionDaprProtos.RegisterActorTimerRequest.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.RegisterActorTimerRequest.Builder.clear()
DaprProtos.RegisterActorTimerRequest.Builder.clearActorId()
string actor_id = 2 [json_name = "actorId"];
DaprProtos.RegisterActorTimerRequest.Builder.clearActorType()
string actor_type = 1 [json_name = "actorType"];
DaprProtos.RegisterActorTimerRequest.Builder.clearCallback()
string callback = 6;
DaprProtos.RegisterActorTimerRequest.Builder.clearData()
bytes data = 7;
DaprProtos.RegisterActorTimerRequest.Builder.clearDueTime()
string due_time = 4 [json_name = "dueTime"];
DaprProtos.RegisterActorTimerRequest.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.RegisterActorTimerRequest.Builder.clearName()
string name = 3;
DaprProtos.RegisterActorTimerRequest.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.RegisterActorTimerRequest.Builder.clearPeriod()
string period = 5;
DaprProtos.RegisterActorTimerRequest.Builder.clearTtl()
string ttl = 8;
DaprProtos.RegisterActorTimerRequest.Builder.clone()
DaprProtos.RegisterActorTimerRequest.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorTimerRequest.Builder.mergeFrom
(com.google.protobuf.Message other) DaprProtos.RegisterActorTimerRequest.Builder.mergeFrom
(DaprProtos.RegisterActorTimerRequest other) DaprProtos.RegisterActorTimerRequest.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.RegisterActorTimerRequest.newBuilder()
DaprProtos.RegisterActorTimerRequest.newBuilder
(DaprProtos.RegisterActorTimerRequest prototype) DaprProtos.RegisterActorTimerRequest.newBuilderForType()
DaprProtos.RegisterActorTimerRequest.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.RegisterActorTimerRequest.Builder.setActorId
(String value) string actor_id = 2 [json_name = "actorId"];
DaprProtos.RegisterActorTimerRequest.Builder.setActorIdBytes
(com.google.protobuf.ByteString value) string actor_id = 2 [json_name = "actorId"];
DaprProtos.RegisterActorTimerRequest.Builder.setActorType
(String value) string actor_type = 1 [json_name = "actorType"];
DaprProtos.RegisterActorTimerRequest.Builder.setActorTypeBytes
(com.google.protobuf.ByteString value) string actor_type = 1 [json_name = "actorType"];
DaprProtos.RegisterActorTimerRequest.Builder.setCallback
(String value) string callback = 6;
DaprProtos.RegisterActorTimerRequest.Builder.setCallbackBytes
(com.google.protobuf.ByteString value) string callback = 6;
DaprProtos.RegisterActorTimerRequest.Builder.setData
(com.google.protobuf.ByteString value) bytes data = 7;
DaprProtos.RegisterActorTimerRequest.Builder.setDueTime
(String value) string due_time = 4 [json_name = "dueTime"];
DaprProtos.RegisterActorTimerRequest.Builder.setDueTimeBytes
(com.google.protobuf.ByteString value) string due_time = 4 [json_name = "dueTime"];
DaprProtos.RegisterActorTimerRequest.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) string name = 3;
DaprProtos.RegisterActorTimerRequest.Builder.setNameBytes
(com.google.protobuf.ByteString value) string name = 3;
string period = 5;
DaprProtos.RegisterActorTimerRequest.Builder.setPeriodBytes
(com.google.protobuf.ByteString value) string period = 5;
DaprProtos.RegisterActorTimerRequest.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) string ttl = 8;
DaprProtos.RegisterActorTimerRequest.Builder.setTtlBytes
(com.google.protobuf.ByteString value) string ttl = 8;
DaprProtos.RegisterActorTimerRequest.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.RegisterActorTimerRequest.toBuilder()