Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Watchdog.WatchdogAction.Builder
Packages that use Watchdog.WatchdogAction.Builder
-
Uses of Watchdog.WatchdogAction.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Watchdog.WatchdogAction.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Watchdog.WatchdogAction, Watchdog.WatchdogAction.Builder, Watchdog.WatchdogActionOrBuilder> Watchdog.Builder.actionsBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Watchdog.WatchdogAction.BuilderModifier and TypeMethodDescriptionWatchdog.Builder.addActionsBuilder()
Register actions that will fire on given WatchDog events.Watchdog.Builder.addActionsBuilder
(int index) Register actions that will fire on given WatchDog events.Watchdog.WatchdogAction.Builder.clear()
Watchdog.WatchdogAction.Builder.clearConfig()
Extension specific configuration for the action.Watchdog.WatchdogAction.Builder.clearEvent()
.envoy.config.bootstrap.v3.Watchdog.WatchdogAction.WatchdogEvent event = 2 [(.validate.rules) = { ...
Watchdog.Builder.getActionsBuilder
(int index) Register actions that will fire on given WatchDog events.Watchdog.WatchdogAction.Builder.mergeConfig
(TypedExtensionConfig value) Extension specific configuration for the action.Watchdog.WatchdogAction.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Watchdog.WatchdogAction.Builder.mergeFrom
(com.google.protobuf.Message other) Watchdog.WatchdogAction.Builder.mergeFrom
(Watchdog.WatchdogAction other) Watchdog.WatchdogAction.newBuilder()
Watchdog.WatchdogAction.newBuilder
(Watchdog.WatchdogAction prototype) Watchdog.WatchdogAction.newBuilderForType()
protected Watchdog.WatchdogAction.Builder
Watchdog.WatchdogAction.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Watchdog.WatchdogAction.Builder.setConfig
(TypedExtensionConfig value) Extension specific configuration for the action.Watchdog.WatchdogAction.Builder.setConfig
(TypedExtensionConfig.Builder builderForValue) Extension specific configuration for the action.Watchdog.WatchdogAction.Builder.setEvent
(Watchdog.WatchdogAction.WatchdogEvent value) .envoy.config.bootstrap.v3.Watchdog.WatchdogAction.WatchdogEvent event = 2 [(.validate.rules) = { ...
Watchdog.WatchdogAction.Builder.setEventValue
(int value) .envoy.config.bootstrap.v3.Watchdog.WatchdogAction.WatchdogEvent event = 2 [(.validate.rules) = { ...
Watchdog.WatchdogAction.toBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Watchdog.WatchdogAction.BuilderModifier and TypeMethodDescriptionWatchdog.Builder.getActionsBuilderList()
Register actions that will fire on given WatchDog events.private com.google.protobuf.RepeatedFieldBuilder
<Watchdog.WatchdogAction, Watchdog.WatchdogAction.Builder, Watchdog.WatchdogActionOrBuilder> Watchdog.Builder.getActionsFieldBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Watchdog.WatchdogAction.BuilderModifier and TypeMethodDescriptionWatchdog.Builder.addActions
(int index, Watchdog.WatchdogAction.Builder builderForValue) Register actions that will fire on given WatchDog events.Watchdog.Builder.addActions
(Watchdog.WatchdogAction.Builder builderForValue) Register actions that will fire on given WatchDog events.Watchdog.Builder.setActions
(int index, Watchdog.WatchdogAction.Builder builderForValue) Register actions that will fire on given WatchDog events.