Package io.dapr.v1
Class DaprProtos.AppConnectionHealthProperties.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
io.dapr.v1.DaprProtos.AppConnectionHealthProperties.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,DaprProtos.AppConnectionHealthPropertiesOrBuilder
,Cloneable
- Enclosing class:
- DaprProtos.AppConnectionHealthProperties
public static final class DaprProtos.AppConnectionHealthProperties.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
implements DaprProtos.AppConnectionHealthPropertiesOrBuilder
Protobuf type
dapr.proto.runtime.v1.AppConnectionHealthProperties
-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) string health_check_path = 1 [json_name = "healthCheckPath"];
string health_probe_interval = 2 [json_name = "healthProbeInterval"];
string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
int32 health_threshold = 4 [json_name = "healthThreshold"];
clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) clone()
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
string health_check_path = 1 [json_name = "healthCheckPath"];
com.google.protobuf.ByteString
string health_check_path = 1 [json_name = "healthCheckPath"];
string health_probe_interval = 2 [json_name = "healthProbeInterval"];
com.google.protobuf.ByteString
string health_probe_interval = 2 [json_name = "healthProbeInterval"];
string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
com.google.protobuf.ByteString
string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
int
int32 health_threshold = 4 [json_name = "healthThreshold"];
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setHealthCheckPath
(String value) string health_check_path = 1 [json_name = "healthCheckPath"];
setHealthCheckPathBytes
(com.google.protobuf.ByteString value) string health_check_path = 1 [json_name = "healthCheckPath"];
setHealthProbeInterval
(String value) string health_probe_interval = 2 [json_name = "healthProbeInterval"];
setHealthProbeIntervalBytes
(com.google.protobuf.ByteString value) string health_probe_interval = 2 [json_name = "healthProbeInterval"];
setHealthProbeTimeout
(String value) string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
setHealthProbeTimeoutBytes
(com.google.protobuf.ByteString value) string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
setHealthThreshold
(int value) int32 health_threshold = 4 [json_name = "healthThreshold"];
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
setField
public DaprProtos.AppConnectionHealthProperties.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
clearField
public DaprProtos.AppConnectionHealthProperties.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
clearOneof
public DaprProtos.AppConnectionHealthProperties.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
setRepeatedField
public DaprProtos.AppConnectionHealthProperties.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
addRepeatedField
public DaprProtos.AppConnectionHealthProperties.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
mergeFrom
public DaprProtos.AppConnectionHealthProperties.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
mergeFrom
public DaprProtos.AppConnectionHealthProperties.Builder mergeFrom(DaprProtos.AppConnectionHealthProperties other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
mergeFrom
public DaprProtos.AppConnectionHealthProperties.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
- Throws:
IOException
-
getHealthCheckPath
string health_check_path = 1 [json_name = "healthCheckPath"];
- Specified by:
getHealthCheckPath
in interfaceDaprProtos.AppConnectionHealthPropertiesOrBuilder
- Returns:
- The healthCheckPath.
-
getHealthCheckPathBytes
public com.google.protobuf.ByteString getHealthCheckPathBytes()string health_check_path = 1 [json_name = "healthCheckPath"];
- Specified by:
getHealthCheckPathBytes
in interfaceDaprProtos.AppConnectionHealthPropertiesOrBuilder
- Returns:
- The bytes for healthCheckPath.
-
setHealthCheckPath
string health_check_path = 1 [json_name = "healthCheckPath"];
- Parameters:
value
- The healthCheckPath to set.- Returns:
- This builder for chaining.
-
clearHealthCheckPath
string health_check_path = 1 [json_name = "healthCheckPath"];
- Returns:
- This builder for chaining.
-
setHealthCheckPathBytes
public DaprProtos.AppConnectionHealthProperties.Builder setHealthCheckPathBytes(com.google.protobuf.ByteString value) string health_check_path = 1 [json_name = "healthCheckPath"];
- Parameters:
value
- The bytes for healthCheckPath to set.- Returns:
- This builder for chaining.
-
getHealthProbeInterval
string health_probe_interval = 2 [json_name = "healthProbeInterval"];
- Specified by:
getHealthProbeInterval
in interfaceDaprProtos.AppConnectionHealthPropertiesOrBuilder
- Returns:
- The healthProbeInterval.
-
getHealthProbeIntervalBytes
public com.google.protobuf.ByteString getHealthProbeIntervalBytes()string health_probe_interval = 2 [json_name = "healthProbeInterval"];
- Specified by:
getHealthProbeIntervalBytes
in interfaceDaprProtos.AppConnectionHealthPropertiesOrBuilder
- Returns:
- The bytes for healthProbeInterval.
-
setHealthProbeInterval
string health_probe_interval = 2 [json_name = "healthProbeInterval"];
- Parameters:
value
- The healthProbeInterval to set.- Returns:
- This builder for chaining.
-
clearHealthProbeInterval
string health_probe_interval = 2 [json_name = "healthProbeInterval"];
- Returns:
- This builder for chaining.
-
setHealthProbeIntervalBytes
public DaprProtos.AppConnectionHealthProperties.Builder setHealthProbeIntervalBytes(com.google.protobuf.ByteString value) string health_probe_interval = 2 [json_name = "healthProbeInterval"];
- Parameters:
value
- The bytes for healthProbeInterval to set.- Returns:
- This builder for chaining.
-
getHealthProbeTimeout
string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
- Specified by:
getHealthProbeTimeout
in interfaceDaprProtos.AppConnectionHealthPropertiesOrBuilder
- Returns:
- The healthProbeTimeout.
-
getHealthProbeTimeoutBytes
public com.google.protobuf.ByteString getHealthProbeTimeoutBytes()string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
- Specified by:
getHealthProbeTimeoutBytes
in interfaceDaprProtos.AppConnectionHealthPropertiesOrBuilder
- Returns:
- The bytes for healthProbeTimeout.
-
setHealthProbeTimeout
string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
- Parameters:
value
- The healthProbeTimeout to set.- Returns:
- This builder for chaining.
-
clearHealthProbeTimeout
string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
- Returns:
- This builder for chaining.
-
setHealthProbeTimeoutBytes
public DaprProtos.AppConnectionHealthProperties.Builder setHealthProbeTimeoutBytes(com.google.protobuf.ByteString value) string health_probe_timeout = 3 [json_name = "healthProbeTimeout"];
- Parameters:
value
- The bytes for healthProbeTimeout to set.- Returns:
- This builder for chaining.
-
getHealthThreshold
public int getHealthThreshold()int32 health_threshold = 4 [json_name = "healthThreshold"];
- Specified by:
getHealthThreshold
in interfaceDaprProtos.AppConnectionHealthPropertiesOrBuilder
- Returns:
- The healthThreshold.
-
setHealthThreshold
int32 health_threshold = 4 [json_name = "healthThreshold"];
- Parameters:
value
- The healthThreshold to set.- Returns:
- This builder for chaining.
-
clearHealthThreshold
int32 health_threshold = 4 [json_name = "healthThreshold"];
- Returns:
- This builder for chaining.
-
setUnknownFields
public final DaprProtos.AppConnectionHealthProperties.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-
mergeUnknownFields
public final DaprProtos.AppConnectionHealthProperties.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.AppConnectionHealthProperties.Builder>
-