Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Watchdogs
-
Packages that use Watchdogs Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of Watchdogs in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as Watchdogs Modifier and Type Field Description private static Watchdogs
Watchdogs. DEFAULT_INSTANCE
private Watchdogs
Bootstrap.Builder. watchdogs_
private Watchdogs
Bootstrap. watchdogs_
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Watchdogs Modifier and Type Field Description private static com.google.protobuf.Parser<Watchdogs>
Watchdogs. PARSER
private com.google.protobuf.SingleFieldBuilder<Watchdogs,Watchdogs.Builder,WatchdogsOrBuilder>
Bootstrap.Builder. watchdogsBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Watchdogs Modifier and Type Method Description Watchdogs
Watchdogs.Builder. build()
Watchdogs
Watchdogs.Builder. buildPartial()
static Watchdogs
Watchdogs. getDefaultInstance()
Watchdogs
Watchdogs.Builder. getDefaultInstanceForType()
Watchdogs
Watchdogs. getDefaultInstanceForType()
Watchdogs
Bootstrap.Builder. getWatchdogs()
Optional watchdogs configuration.Watchdogs
Bootstrap. getWatchdogs()
Optional watchdogs configuration.Watchdogs
BootstrapOrBuilder. getWatchdogs()
Optional watchdogs configuration.static Watchdogs
Watchdogs. parseDelimitedFrom(java.io.InputStream input)
static Watchdogs
Watchdogs. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Watchdogs
Watchdogs. parseFrom(byte[] data)
static Watchdogs
Watchdogs. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Watchdogs
Watchdogs. parseFrom(com.google.protobuf.ByteString data)
static Watchdogs
Watchdogs. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Watchdogs
Watchdogs. parseFrom(com.google.protobuf.CodedInputStream input)
static Watchdogs
Watchdogs. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Watchdogs
Watchdogs. parseFrom(java.io.InputStream input)
static Watchdogs
Watchdogs. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Watchdogs
Watchdogs. parseFrom(java.nio.ByteBuffer data)
static Watchdogs
Watchdogs. 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 Watchdogs Modifier and Type Method Description com.google.protobuf.Parser<Watchdogs>
Watchdogs. getParserForType()
private com.google.protobuf.SingleFieldBuilder<Watchdogs,Watchdogs.Builder,WatchdogsOrBuilder>
Bootstrap.Builder. getWatchdogsFieldBuilder()
Optional watchdogs configuration.static com.google.protobuf.Parser<Watchdogs>
Watchdogs. parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Watchdogs Modifier and Type Method Description private void
Watchdogs.Builder. buildPartial0(Watchdogs result)
Watchdogs.Builder
Watchdogs.Builder. mergeFrom(Watchdogs other)
Bootstrap.Builder
Bootstrap.Builder. mergeWatchdogs(Watchdogs value)
Optional watchdogs configuration.static Watchdogs.Builder
Watchdogs. newBuilder(Watchdogs prototype)
Bootstrap.Builder
Bootstrap.Builder. setWatchdogs(Watchdogs value)
Optional watchdogs configuration.
-