Uses of Class
io.envoyproxy.envoy.config.bootstrap.v2.Watchdog
Packages that use Watchdog
-
Uses of Watchdog in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return WatchdogModifier and TypeMethodDescriptionWatchdog.Builder.build()Watchdog.Builder.buildPartial()static WatchdogWatchdog.getDefaultInstance()Watchdog.Builder.getDefaultInstanceForType()Watchdog.getDefaultInstanceForType()Bootstrap.Builder.getWatchdog()Optional watchdog configuration.Bootstrap.getWatchdog()Optional watchdog configuration.BootstrapOrBuilder.getWatchdog()Optional watchdog configuration.static WatchdogWatchdog.parseDelimitedFrom(InputStream input) static WatchdogWatchdog.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchdogWatchdog.parseFrom(byte[] data) static WatchdogWatchdog.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchdogWatchdog.parseFrom(com.google.protobuf.ByteString data) static WatchdogWatchdog.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchdogWatchdog.parseFrom(com.google.protobuf.CodedInputStream input) static WatchdogWatchdog.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchdogWatchdog.parseFrom(InputStream input) static WatchdogWatchdog.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchdogWatchdog.parseFrom(ByteBuffer data) static WatchdogWatchdog.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return types with arguments of type WatchdogModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Watchdog>Watchdog.getParserForType()static com.google.protobuf.Parser<Watchdog>Watchdog.parser()Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type WatchdogModifier and TypeMethodDescriptionBootstrap.Builder.mergeWatchdog(Watchdog value) Optional watchdog configuration.static Watchdog.BuilderWatchdog.newBuilder(Watchdog prototype) Bootstrap.Builder.setWatchdog(Watchdog value) Optional watchdog configuration.