Uses of Class
io.dapr.v1.DaprProtos.AppConnectionHealthProperties.Builder
Packages that use DaprProtos.AppConnectionHealthProperties.Builder
-
Uses of DaprProtos.AppConnectionHealthProperties.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.AppConnectionHealthProperties.BuilderModifier and TypeMethodDescriptionDaprProtos.AppConnectionHealthProperties.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.AppConnectionHealthProperties.Builder.clear()DaprProtos.AppConnectionHealthProperties.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.AppConnectionHealthProperties.Builder.clearHealthCheckPath()string health_check_path = 1 [json_name = "healthCheckPath"];DaprProtos.AppConnectionHealthProperties.Builder.clearHealthProbeInterval()string health_probe_interval = 2 [json_name = "healthProbeInterval"];DaprProtos.AppConnectionHealthProperties.Builder.clearHealthProbeTimeout()string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];DaprProtos.AppConnectionHealthProperties.Builder.clearHealthThreshold()int32 health_threshold = 4 [json_name = "healthThreshold"];DaprProtos.AppConnectionHealthProperties.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.AppConnectionHealthProperties.Builder.clone()DaprProtos.AppConnectionProperties.Builder.getHealthBuilder().dapr.proto.runtime.v1.AppConnectionHealthProperties health = 5;DaprProtos.AppConnectionHealthProperties.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.AppConnectionHealthProperties.Builder.mergeFrom(com.google.protobuf.Message other) DaprProtos.AppConnectionHealthProperties.Builder.mergeFrom(DaprProtos.AppConnectionHealthProperties other) DaprProtos.AppConnectionHealthProperties.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.AppConnectionHealthProperties.newBuilder()DaprProtos.AppConnectionHealthProperties.newBuilder(DaprProtos.AppConnectionHealthProperties prototype) DaprProtos.AppConnectionHealthProperties.newBuilderForType()DaprProtos.AppConnectionHealthProperties.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.AppConnectionHealthProperties.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.AppConnectionHealthProperties.Builder.setHealthCheckPath(String value) string health_check_path = 1 [json_name = "healthCheckPath"];DaprProtos.AppConnectionHealthProperties.Builder.setHealthCheckPathBytes(com.google.protobuf.ByteString value) string health_check_path = 1 [json_name = "healthCheckPath"];DaprProtos.AppConnectionHealthProperties.Builder.setHealthProbeInterval(String value) string health_probe_interval = 2 [json_name = "healthProbeInterval"];DaprProtos.AppConnectionHealthProperties.Builder.setHealthProbeIntervalBytes(com.google.protobuf.ByteString value) string health_probe_interval = 2 [json_name = "healthProbeInterval"];DaprProtos.AppConnectionHealthProperties.Builder.setHealthProbeTimeout(String value) string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];DaprProtos.AppConnectionHealthProperties.Builder.setHealthProbeTimeoutBytes(com.google.protobuf.ByteString value) string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];DaprProtos.AppConnectionHealthProperties.Builder.setHealthThreshold(int value) int32 health_threshold = 4 [json_name = "healthThreshold"];DaprProtos.AppConnectionHealthProperties.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DaprProtos.AppConnectionHealthProperties.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.AppConnectionHealthProperties.toBuilder()Methods in io.dapr.v1 with parameters of type DaprProtos.AppConnectionHealthProperties.BuilderModifier and TypeMethodDescriptionDaprProtos.AppConnectionProperties.Builder.setHealth(DaprProtos.AppConnectionHealthProperties.Builder builderForValue) .dapr.proto.runtime.v1.AppConnectionHealthProperties health = 5;