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.WatchdogActionWatchdog.WatchdogAction.DEFAULT_INSTANCEFields 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.PARSERMethods 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.WatchdogActionWatchdog.WatchdogAction.getDefaultInstance()Watchdog.WatchdogAction.Builder.getDefaultInstanceForType()Watchdog.WatchdogAction.getDefaultInstanceForType()static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseDelimitedFrom(InputStream input) static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseFrom(byte[] data) static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseFrom(com.google.protobuf.ByteString data) static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseFrom(com.google.protobuf.CodedInputStream input) static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseFrom(InputStream input) static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Watchdog.WatchdogActionWatchdog.WatchdogAction.parseFrom(ByteBuffer data) static Watchdog.WatchdogActionWatchdog.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 voidWatchdog.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.