-
DaprProtos.RegisterActorTimerRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
DaprProtos.RegisterActorTimerRequest.Builder.clear()
string actor_id = 2 [json_name = "actorId"];
string actor_type = 1 [json_name = "actorType"];
DaprProtos.RegisterActorTimerRequest.Builder.clearData()
string due_time = 4 [json_name = "dueTime"];
DaprProtos.RegisterActorTimerRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DaprProtos.RegisterActorTimerRequest.Builder.clearName()
DaprProtos.RegisterActorTimerRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DaprProtos.RegisterActorTimerRequest.Builder.clearPeriod()
DaprProtos.RegisterActorTimerRequest.Builder.clearTtl()
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.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DaprProtos.RegisterActorTimerRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
string actor_id = 2 [json_name = "actorId"];
DaprProtos.RegisterActorTimerRequest.Builder.setActorIdBytes(com.google.protobuf.ByteString value)
string actor_id = 2 [json_name = "actorId"];
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.setCallbackBytes(com.google.protobuf.ByteString value)
DaprProtos.RegisterActorTimerRequest.Builder.setData(com.google.protobuf.ByteString 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)
DaprProtos.RegisterActorTimerRequest.Builder.setName(String value)
DaprProtos.RegisterActorTimerRequest.Builder.setNameBytes(com.google.protobuf.ByteString value)
DaprProtos.RegisterActorTimerRequest.Builder.setPeriodBytes(com.google.protobuf.ByteString value)
DaprProtos.RegisterActorTimerRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
DaprProtos.RegisterActorTimerRequest.Builder.setTtl(String value)
DaprProtos.RegisterActorTimerRequest.Builder.setTtlBytes(com.google.protobuf.ByteString value)
DaprProtos.RegisterActorTimerRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DaprProtos.RegisterActorTimerRequest.toBuilder()