Uses of Interface
io.envoyproxy.envoy.config.bootstrap.v3.BootstrapOrBuilder
-
Packages that use BootstrapOrBuilder Package Description io.envoyproxy.envoy.admin.v3 io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of BootstrapOrBuilder in io.envoyproxy.envoy.admin.v3
Fields in io.envoyproxy.envoy.admin.v3 with type parameters of type BootstrapOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Bootstrap,Bootstrap.Builder,BootstrapOrBuilder>
BootstrapConfigDump.Builder. bootstrapBuilder_
Methods in io.envoyproxy.envoy.admin.v3 that return BootstrapOrBuilder Modifier and Type Method Description BootstrapOrBuilder
BootstrapConfigDump.Builder. getBootstrapOrBuilder()
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
BootstrapOrBuilder
BootstrapConfigDump. getBootstrapOrBuilder()
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
BootstrapOrBuilder
BootstrapConfigDumpOrBuilder. getBootstrapOrBuilder()
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
Methods in io.envoyproxy.envoy.admin.v3 that return types with arguments of type BootstrapOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Bootstrap,Bootstrap.Builder,BootstrapOrBuilder>
BootstrapConfigDump.Builder. getBootstrapFieldBuilder()
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
-
Uses of BootstrapOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Classes in io.envoyproxy.envoy.config.bootstrap.v3 that implement BootstrapOrBuilder Modifier and Type Class Description class
Bootstrap
Bootstrap :ref:`configuration overview <config_overview_bootstrap>`.static class
Bootstrap.Builder
Bootstrap :ref:`configuration overview <config_overview_bootstrap>`.
-