DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.clear() |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.clearHealthCheckPath() |
string health_check_path = 1 [json_name = "healthCheckPath"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.clearHealthProbeInterval() |
string health_probe_interval = 2 [json_name = "healthProbeInterval"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.clearHealthProbeTimeout() |
string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.clearHealthThreshold() |
int32 health_threshold = 4 [json_name = "healthThreshold"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.clone() |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionProperties.Builder.getHealthBuilder() |
.dapr.proto.runtime.v1.AppConnectionHealthProperties health = 5;
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.mergeFrom(DaprProtos.AppConnectionHealthProperties other) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.newBuilder() |
|
static DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.newBuilder(DaprProtos.AppConnectionHealthProperties prototype) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.newBuilderForType() |
|
protected DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.setHealthCheckPath(String value) |
string health_check_path = 1 [json_name = "healthCheckPath"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.setHealthCheckPathBytes(com.google.protobuf.ByteString value) |
string health_check_path = 1 [json_name = "healthCheckPath"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.setHealthProbeInterval(String value) |
string health_probe_interval = 2 [json_name = "healthProbeInterval"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.setHealthProbeIntervalBytes(com.google.protobuf.ByteString value) |
string health_probe_interval = 2 [json_name = "healthProbeInterval"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.setHealthProbeTimeout(String value) |
string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.setHealthProbeTimeoutBytes(com.google.protobuf.ByteString value) |
string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.setHealthThreshold(int value) |
int32 health_threshold = 4 [json_name = "healthThreshold"];
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DaprProtos.AppConnectionHealthProperties.Builder |
DaprProtos.AppConnectionHealthProperties.toBuilder() |
|