Uses of Class
io.dapr.v1.DaprProtos.UnregisterActorTimerRequest.Builder
Packages that use DaprProtos.UnregisterActorTimerRequest.Builder
-
Uses of DaprProtos.UnregisterActorTimerRequest.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.UnregisterActorTimerRequest.BuilderModifier and TypeMethodDescriptionDaprProtos.UnregisterActorTimerRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DaprProtos.UnregisterActorTimerRequest.Builder.clear()
DaprProtos.UnregisterActorTimerRequest.Builder.clearActorId()
string actor_id = 2;
DaprProtos.UnregisterActorTimerRequest.Builder.clearActorType()
string actor_type = 1;
DaprProtos.UnregisterActorTimerRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DaprProtos.UnregisterActorTimerRequest.Builder.clearName()
string name = 3;
DaprProtos.UnregisterActorTimerRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DaprProtos.UnregisterActorTimerRequest.Builder.clone()
DaprProtos.UnregisterActorTimerRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.UnregisterActorTimerRequest.Builder.mergeFrom(com.google.protobuf.Message other)
DaprProtos.UnregisterActorTimerRequest.Builder.mergeFrom(DaprProtos.UnregisterActorTimerRequest other)
DaprProtos.UnregisterActorTimerRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DaprProtos.UnregisterActorTimerRequest.newBuilder()
DaprProtos.UnregisterActorTimerRequest.newBuilder(DaprProtos.UnregisterActorTimerRequest prototype)
DaprProtos.UnregisterActorTimerRequest.newBuilderForType()
DaprProtos.UnregisterActorTimerRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
DaprProtos.UnregisterActorTimerRequest.Builder.setActorId(String value)
string actor_id = 2;
DaprProtos.UnregisterActorTimerRequest.Builder.setActorIdBytes(com.google.protobuf.ByteString value)
string actor_id = 2;
DaprProtos.UnregisterActorTimerRequest.Builder.setActorType(String value)
string actor_type = 1;
DaprProtos.UnregisterActorTimerRequest.Builder.setActorTypeBytes(com.google.protobuf.ByteString value)
string actor_type = 1;
DaprProtos.UnregisterActorTimerRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
string name = 3;
DaprProtos.UnregisterActorTimerRequest.Builder.setNameBytes(com.google.protobuf.ByteString value)
string name = 3;
DaprProtos.UnregisterActorTimerRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
DaprProtos.UnregisterActorTimerRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DaprProtos.UnregisterActorTimerRequest.toBuilder()