Uses of Class
io.dapr.v1.DaprProtos.ActorRuntime.Builder
Packages that use DaprProtos.ActorRuntime.Builder
-
Uses of DaprProtos.ActorRuntime.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.ActorRuntime.BuilderModifier and TypeMethodDescriptionDaprProtos.ActorRuntime.Builder.addActiveActors(int index, DaprProtos.ActiveActorsCount value) Count of active actors per type.DaprProtos.ActorRuntime.Builder.addActiveActors(int index, DaprProtos.ActiveActorsCount.Builder builderForValue) Count of active actors per type.DaprProtos.ActorRuntime.Builder.addActiveActors(DaprProtos.ActiveActorsCount value) Count of active actors per type.DaprProtos.ActorRuntime.Builder.addActiveActors(DaprProtos.ActiveActorsCount.Builder builderForValue) Count of active actors per type.DaprProtos.ActorRuntime.Builder.addAllActiveActors(Iterable<? extends DaprProtos.ActiveActorsCount> values) Count of active actors per type.DaprProtos.ActorRuntime.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.ActorRuntime.Builder.clear()DaprProtos.ActorRuntime.Builder.clearActiveActors()Count of active actors per type.DaprProtos.ActorRuntime.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.ActorRuntime.Builder.clearHostReady()Indicates whether the actor runtime is ready to host actors.DaprProtos.ActorRuntime.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.ActorRuntime.Builder.clearPlacement()Custom message from the placement provider.DaprProtos.ActorRuntime.Builder.clearRuntimeStatus()Contains an enum indicating whether the actor runtime has been initialized.DaprProtos.ActorRuntime.Builder.clone()DaprProtos.GetMetadataResponse.Builder.getActorRuntimeBuilder().dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];DaprProtos.ActorRuntime.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.ActorRuntime.Builder.mergeFrom(com.google.protobuf.Message other) DaprProtos.ActorRuntime.Builder.mergeFrom(DaprProtos.ActorRuntime other) DaprProtos.ActorRuntime.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.ActorRuntime.newBuilder()DaprProtos.ActorRuntime.newBuilder(DaprProtos.ActorRuntime prototype) DaprProtos.ActorRuntime.newBuilderForType()protected DaprProtos.ActorRuntime.BuilderDaprProtos.ActorRuntime.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.ActorRuntime.Builder.removeActiveActors(int index) Count of active actors per type.DaprProtos.ActorRuntime.Builder.setActiveActors(int index, DaprProtos.ActiveActorsCount value) Count of active actors per type.DaprProtos.ActorRuntime.Builder.setActiveActors(int index, DaprProtos.ActiveActorsCount.Builder builderForValue) Count of active actors per type.DaprProtos.ActorRuntime.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.ActorRuntime.Builder.setHostReady(boolean value) Indicates whether the actor runtime is ready to host actors.DaprProtos.ActorRuntime.Builder.setPlacement(String value) Custom message from the placement provider.DaprProtos.ActorRuntime.Builder.setPlacementBytes(com.google.protobuf.ByteString value) Custom message from the placement provider.DaprProtos.ActorRuntime.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DaprProtos.ActorRuntime.Builder.setRuntimeStatus(DaprProtos.ActorRuntime.ActorRuntimeStatus value) Contains an enum indicating whether the actor runtime has been initialized.DaprProtos.ActorRuntime.Builder.setRuntimeStatusValue(int value) Contains an enum indicating whether the actor runtime has been initialized.DaprProtos.ActorRuntime.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.ActorRuntime.toBuilder()Methods in io.dapr.v1 with parameters of type DaprProtos.ActorRuntime.BuilderModifier and TypeMethodDescriptionDaprProtos.GetMetadataResponse.Builder.setActorRuntime(DaprProtos.ActorRuntime.Builder builderForValue) .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];