public static final class BootstrapOuterClass.Watchdog.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder> implements BootstrapOuterClass.WatchdogOrBuilder
Envoy process watchdog configuration. When configured, this monitors for nonresponsive threads and kills the process after the configured thresholds.Protobuf type
envoy.config.bootstrap.v2.Watchdog| Modifier and Type | Method and Description |
|---|---|
BootstrapOuterClass.Watchdog.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BootstrapOuterClass.Watchdog |
build() |
BootstrapOuterClass.Watchdog |
buildPartial() |
BootstrapOuterClass.Watchdog.Builder |
clear() |
BootstrapOuterClass.Watchdog.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BootstrapOuterClass.Watchdog.Builder |
clearKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
BootstrapOuterClass.Watchdog.Builder |
clearMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_mega_miss* statistic.
|
BootstrapOuterClass.Watchdog.Builder |
clearMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_miss* statistic.
|
BootstrapOuterClass.Watchdog.Builder |
clearMultikillTimeout()
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
BootstrapOuterClass.Watchdog.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BootstrapOuterClass.Watchdog.Builder |
clone() |
BootstrapOuterClass.Watchdog |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Duration |
getKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
com.google.protobuf.Duration.Builder |
getKillTimeoutBuilder()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
com.google.protobuf.DurationOrBuilder |
getKillTimeoutOrBuilder()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
com.google.protobuf.Duration |
getMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_mega_miss* statistic.
|
com.google.protobuf.Duration.Builder |
getMegamissTimeoutBuilder()
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_mega_miss* statistic.
|
com.google.protobuf.DurationOrBuilder |
getMegamissTimeoutOrBuilder()
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_mega_miss* statistic.
|
com.google.protobuf.Duration |
getMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_miss* statistic.
|
com.google.protobuf.Duration.Builder |
getMissTimeoutBuilder()
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_miss* statistic.
|
com.google.protobuf.DurationOrBuilder |
getMissTimeoutOrBuilder()
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_miss* statistic.
|
com.google.protobuf.Duration |
getMultikillTimeout()
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
com.google.protobuf.Duration.Builder |
getMultikillTimeoutBuilder()
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
com.google.protobuf.DurationOrBuilder |
getMultikillTimeoutOrBuilder()
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
boolean |
hasKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
boolean |
hasMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_mega_miss* statistic.
|
boolean |
hasMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_miss* statistic.
|
boolean |
hasMultikillTimeout()
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BootstrapOuterClass.Watchdog.Builder |
mergeFrom(BootstrapOuterClass.Watchdog other) |
BootstrapOuterClass.Watchdog.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BootstrapOuterClass.Watchdog.Builder |
mergeFrom(com.google.protobuf.Message other) |
BootstrapOuterClass.Watchdog.Builder |
mergeKillTimeout(com.google.protobuf.Duration value)
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
BootstrapOuterClass.Watchdog.Builder |
mergeMegamissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_mega_miss* statistic.
|
BootstrapOuterClass.Watchdog.Builder |
mergeMissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_miss* statistic.
|
BootstrapOuterClass.Watchdog.Builder |
mergeMultikillTimeout(com.google.protobuf.Duration value)
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
BootstrapOuterClass.Watchdog.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BootstrapOuterClass.Watchdog.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BootstrapOuterClass.Watchdog.Builder |
setKillTimeout(com.google.protobuf.Duration.Builder builderForValue)
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
BootstrapOuterClass.Watchdog.Builder |
setKillTimeout(com.google.protobuf.Duration value)
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
BootstrapOuterClass.Watchdog.Builder |
setMegamissTimeout(com.google.protobuf.Duration.Builder builderForValue)
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_mega_miss* statistic.
|
BootstrapOuterClass.Watchdog.Builder |
setMegamissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_mega_miss* statistic.
|
BootstrapOuterClass.Watchdog.Builder |
setMissTimeout(com.google.protobuf.Duration.Builder builderForValue)
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_miss* statistic.
|
BootstrapOuterClass.Watchdog.Builder |
setMissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*server.watchdog_miss* statistic.
|
BootstrapOuterClass.Watchdog.Builder |
setMultikillTimeout(com.google.protobuf.Duration.Builder builderForValue)
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
BootstrapOuterClass.Watchdog.Builder |
setMultikillTimeout(com.google.protobuf.Duration value)
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
BootstrapOuterClass.Watchdog.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BootstrapOuterClass.Watchdog.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public BootstrapOuterClass.Watchdog.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public BootstrapOuterClass.Watchdog getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BootstrapOuterClass.Watchdog build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BootstrapOuterClass.Watchdog buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BootstrapOuterClass.Watchdog.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public BootstrapOuterClass.Watchdog.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public BootstrapOuterClass.Watchdog.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public BootstrapOuterClass.Watchdog.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public BootstrapOuterClass.Watchdog.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public BootstrapOuterClass.Watchdog.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public BootstrapOuterClass.Watchdog.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BootstrapOuterClass.Watchdog.Builder>public BootstrapOuterClass.Watchdog.Builder mergeFrom(BootstrapOuterClass.Watchdog other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public BootstrapOuterClass.Watchdog.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BootstrapOuterClass.Watchdog.Builder>IOExceptionpublic boolean hasMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;hasMissTimeout in interface BootstrapOuterClass.WatchdogOrBuilderpublic com.google.protobuf.Duration getMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;getMissTimeout in interface BootstrapOuterClass.WatchdogOrBuilderpublic BootstrapOuterClass.Watchdog.Builder setMissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;public BootstrapOuterClass.Watchdog.Builder setMissTimeout(com.google.protobuf.Duration.Builder builderForValue)
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;public BootstrapOuterClass.Watchdog.Builder mergeMissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;public BootstrapOuterClass.Watchdog.Builder clearMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;public com.google.protobuf.Duration.Builder getMissTimeoutBuilder()
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;public com.google.protobuf.DurationOrBuilder getMissTimeoutOrBuilder()
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;getMissTimeoutOrBuilder in interface BootstrapOuterClass.WatchdogOrBuilderpublic boolean hasMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;hasMegamissTimeout in interface BootstrapOuterClass.WatchdogOrBuilderpublic com.google.protobuf.Duration getMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;getMegamissTimeout in interface BootstrapOuterClass.WatchdogOrBuilderpublic BootstrapOuterClass.Watchdog.Builder setMegamissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;public BootstrapOuterClass.Watchdog.Builder setMegamissTimeout(com.google.protobuf.Duration.Builder builderForValue)
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;public BootstrapOuterClass.Watchdog.Builder mergeMegamissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;public BootstrapOuterClass.Watchdog.Builder clearMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;public com.google.protobuf.Duration.Builder getMegamissTimeoutBuilder()
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;public com.google.protobuf.DurationOrBuilder getMegamissTimeoutOrBuilder()
The duration after which Envoy counts a nonresponsive thread in the *server.watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;getMegamissTimeoutOrBuilder in interface BootstrapOuterClass.WatchdogOrBuilderpublic boolean hasKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;hasKillTimeout in interface BootstrapOuterClass.WatchdogOrBuilderpublic com.google.protobuf.Duration getKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;getKillTimeout in interface BootstrapOuterClass.WatchdogOrBuilderpublic BootstrapOuterClass.Watchdog.Builder setKillTimeout(com.google.protobuf.Duration value)
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;public BootstrapOuterClass.Watchdog.Builder setKillTimeout(com.google.protobuf.Duration.Builder builderForValue)
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;public BootstrapOuterClass.Watchdog.Builder mergeKillTimeout(com.google.protobuf.Duration value)
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;public BootstrapOuterClass.Watchdog.Builder clearKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;public com.google.protobuf.Duration.Builder getKillTimeoutBuilder()
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;public com.google.protobuf.DurationOrBuilder getKillTimeoutOrBuilder()
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;getKillTimeoutOrBuilder in interface BootstrapOuterClass.WatchdogOrBuilderpublic boolean hasMultikillTimeout()
If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;hasMultikillTimeout in interface BootstrapOuterClass.WatchdogOrBuilderpublic com.google.protobuf.Duration getMultikillTimeout()
If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;getMultikillTimeout in interface BootstrapOuterClass.WatchdogOrBuilderpublic BootstrapOuterClass.Watchdog.Builder setMultikillTimeout(com.google.protobuf.Duration value)
If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;public BootstrapOuterClass.Watchdog.Builder setMultikillTimeout(com.google.protobuf.Duration.Builder builderForValue)
If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;public BootstrapOuterClass.Watchdog.Builder mergeMultikillTimeout(com.google.protobuf.Duration value)
If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;public BootstrapOuterClass.Watchdog.Builder clearMultikillTimeout()
If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;public com.google.protobuf.Duration.Builder getMultikillTimeoutBuilder()
If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;public com.google.protobuf.DurationOrBuilder getMultikillTimeoutOrBuilder()
If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;getMultikillTimeoutOrBuilder in interface BootstrapOuterClass.WatchdogOrBuilderpublic final BootstrapOuterClass.Watchdog.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>public final BootstrapOuterClass.Watchdog.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BootstrapOuterClass.Watchdog.Builder>Copyright © 2018 The Envoy Project. All rights reserved.