Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Watchdog.WatchdogAction
Packages that use Watchdog.WatchdogAction
-
Uses of Watchdog.WatchdogAction in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as Watchdog.WatchdogActionModifier and TypeFieldDescriptionprivate static final Watchdog.WatchdogAction
Watchdog.WatchdogAction.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Watchdog.WatchdogActionModifier and TypeFieldDescriptionprivate List
<Watchdog.WatchdogAction> Watchdog.actions_
private List
<Watchdog.WatchdogAction> Watchdog.Builder.actions_
private com.google.protobuf.RepeatedFieldBuilder
<Watchdog.WatchdogAction, Watchdog.WatchdogAction.Builder, Watchdog.WatchdogActionOrBuilder> Watchdog.Builder.actionsBuilder_
private static final com.google.protobuf.Parser
<Watchdog.WatchdogAction> Watchdog.WatchdogAction.PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Watchdog.WatchdogActionModifier and TypeMethodDescriptionWatchdog.WatchdogAction.Builder.build()
Watchdog.WatchdogAction.Builder.buildPartial()
Watchdog.Builder.getActions
(int index) Register actions that will fire on given WatchDog events.Watchdog.getActions
(int index) Register actions that will fire on given WatchDog events.WatchdogOrBuilder.getActions
(int index) Register actions that will fire on given WatchDog events.static Watchdog.WatchdogAction
Watchdog.WatchdogAction.getDefaultInstance()
Watchdog.WatchdogAction.Builder.getDefaultInstanceForType()
Watchdog.WatchdogAction.getDefaultInstanceForType()
static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseDelimitedFrom
(InputStream input) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseFrom
(byte[] data) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseFrom
(com.google.protobuf.ByteString data) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseFrom
(com.google.protobuf.CodedInputStream input) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseFrom
(InputStream input) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseFrom
(ByteBuffer data) static Watchdog.WatchdogAction
Watchdog.WatchdogAction.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Watchdog.WatchdogActionModifier and TypeMethodDescriptionWatchdog.Builder.getActionsList()
Register actions that will fire on given WatchDog events.Watchdog.getActionsList()
Register actions that will fire on given WatchDog events.WatchdogOrBuilder.getActionsList()
Register actions that will fire on given WatchDog events.com.google.protobuf.Parser
<Watchdog.WatchdogAction> Watchdog.WatchdogAction.getParserForType()
private com.google.protobuf.RepeatedFieldBuilder
<Watchdog.WatchdogAction, Watchdog.WatchdogAction.Builder, Watchdog.WatchdogActionOrBuilder> Watchdog.Builder.internalGetActionsFieldBuilder()
static com.google.protobuf.Parser
<Watchdog.WatchdogAction> Watchdog.WatchdogAction.parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Watchdog.WatchdogActionModifier and TypeMethodDescriptionWatchdog.Builder.addActions
(int index, Watchdog.WatchdogAction value) Register actions that will fire on given WatchDog events.Watchdog.Builder.addActions
(Watchdog.WatchdogAction value) Register actions that will fire on given WatchDog events.private void
Watchdog.WatchdogAction.Builder.buildPartial0
(Watchdog.WatchdogAction result) Watchdog.WatchdogAction.Builder.mergeFrom
(Watchdog.WatchdogAction other) Watchdog.WatchdogAction.newBuilder
(Watchdog.WatchdogAction prototype) Watchdog.Builder.setActions
(int index, Watchdog.WatchdogAction value) Register actions that will fire on given WatchDog events.Method parameters in io.envoyproxy.envoy.config.bootstrap.v3 with type arguments of type Watchdog.WatchdogActionModifier and TypeMethodDescriptionWatchdog.Builder.addAllActions
(Iterable<? extends Watchdog.WatchdogAction> values) Register actions that will fire on given WatchDog events.