Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Watchdog.WatchdogAction
-
Packages that use Watchdog.WatchdogAction Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of Watchdog.WatchdogAction in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as Watchdog.WatchdogAction Modifier and Type Field Description private static Watchdog.WatchdogAction
Watchdog.WatchdogAction. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Watchdog.WatchdogAction Modifier and Type Field Description private java.util.List<Watchdog.WatchdogAction>
Watchdog. actions_
private java.util.List<Watchdog.WatchdogAction>
Watchdog.Builder. actions_
private com.google.protobuf.RepeatedFieldBuilder<Watchdog.WatchdogAction,Watchdog.WatchdogAction.Builder,Watchdog.WatchdogActionOrBuilder>
Watchdog.Builder. actionsBuilder_
private static com.google.protobuf.Parser<Watchdog.WatchdogAction>
Watchdog.WatchdogAction. PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Watchdog.WatchdogAction Modifier and Type Method Description Watchdog.WatchdogAction
Watchdog.WatchdogAction.Builder. build()
Watchdog.WatchdogAction
Watchdog.WatchdogAction.Builder. buildPartial()
Watchdog.WatchdogAction
Watchdog.Builder. getActions(int index)
Register actions that will fire on given WatchDog events.Watchdog.WatchdogAction
Watchdog. getActions(int index)
Register actions that will fire on given WatchDog events.Watchdog.WatchdogAction
WatchdogOrBuilder. getActions(int index)
Register actions that will fire on given WatchDog events.static Watchdog.WatchdogAction
Watchdog.WatchdogAction. getDefaultInstance()
Watchdog.WatchdogAction
Watchdog.WatchdogAction.Builder. getDefaultInstanceForType()
Watchdog.WatchdogAction
Watchdog.WatchdogAction. getDefaultInstanceForType()
static Watchdog.WatchdogAction
Watchdog.WatchdogAction. parseDelimitedFrom(java.io.InputStream input)
static Watchdog.WatchdogAction
Watchdog.WatchdogAction. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static Watchdog.WatchdogAction
Watchdog.WatchdogAction. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Watchdog.WatchdogAction
Watchdog.WatchdogAction. parseFrom(java.nio.ByteBuffer data)
static Watchdog.WatchdogAction
Watchdog.WatchdogAction. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Watchdog.WatchdogAction Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Watchdog.WatchdogAction,Watchdog.WatchdogAction.Builder,Watchdog.WatchdogActionOrBuilder>
Watchdog.Builder. getActionsFieldBuilder()
java.util.List<Watchdog.WatchdogAction>
Watchdog.Builder. getActionsList()
Register actions that will fire on given WatchDog events.java.util.List<Watchdog.WatchdogAction>
Watchdog. getActionsList()
Register actions that will fire on given WatchDog events.java.util.List<Watchdog.WatchdogAction>
WatchdogOrBuilder. getActionsList()
Register actions that will fire on given WatchDog events.com.google.protobuf.Parser<Watchdog.WatchdogAction>
Watchdog.WatchdogAction. getParserForType()
static com.google.protobuf.Parser<Watchdog.WatchdogAction>
Watchdog.WatchdogAction. parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Watchdog.WatchdogAction Modifier and Type Method Description Watchdog.Builder
Watchdog.Builder. addActions(int index, Watchdog.WatchdogAction value)
Register actions that will fire on given WatchDog events.Watchdog.Builder
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
Watchdog.WatchdogAction.Builder. mergeFrom(Watchdog.WatchdogAction other)
static Watchdog.WatchdogAction.Builder
Watchdog.WatchdogAction. newBuilder(Watchdog.WatchdogAction prototype)
Watchdog.Builder
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.WatchdogAction Modifier and Type Method Description Watchdog.Builder
Watchdog.Builder. addAllActions(java.lang.Iterable<? extends Watchdog.WatchdogAction> values)
Register actions that will fire on given WatchDog events.
-