Uses of Class
io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.Builder
Packages that use Bootstrap.Builder
-
Uses of Bootstrap.Builder in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return Bootstrap.BuilderModifier and TypeMethodDescriptionBootstrapConfigDump.Builder.getBootstrapBuilder().envoy.config.bootstrap.v2.Bootstrap bootstrap = 1;Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type Bootstrap.BuilderModifier and TypeMethodDescriptionBootstrapConfigDump.Builder.setBootstrap(Bootstrap.Builder builderForValue) .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; -
Uses of Bootstrap.Builder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return Bootstrap.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.addAllStatsSinks(Iterable<? extends StatsSink> values) Optional set of stats sinks.Bootstrap.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Bootstrap.Builder.addStatsSinks(int index, StatsSink value) Optional set of stats sinks.Bootstrap.Builder.addStatsSinks(int index, StatsSink.Builder builderForValue) Optional set of stats sinks.Bootstrap.Builder.addStatsSinks(StatsSink value) Optional set of stats sinks.Bootstrap.Builder.addStatsSinks(StatsSink.Builder builderForValue) Optional set of stats sinks.Bootstrap.Builder.clear()Bootstrap.Builder.clearAdmin()Configuration for the local administration HTTP server.Bootstrap.Builder.clearClusterManager()Configuration for the cluster manager which owns all upstream clusters within the server.Bootstrap.Builder.clearDynamicResources()xDS configuration sources.Bootstrap.Builder.clearEnableDispatcherStats()Enable :ref:`stats for event dispatcher <operations_performance>`, defaults to false.Bootstrap.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Bootstrap.Builder.clearFlagsPath()Optional file system path to search for startup flag files.Bootstrap.Builder.clearHdsConfig()Health discovery service config option.Bootstrap.Builder.clearHeaderPrefix()Optional string which will be used in lieu of x-envoy in prefixing headers.Bootstrap.Builder.clearLayeredRuntime()Configuration for the runtime configuration provider.Bootstrap.Builder.clearNode()Node identity to present to the management server and for instance identification purposes (e.g. in generated headers).Bootstrap.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Bootstrap.Builder.clearOverloadManager()Optional overload manager configuration.Bootstrap.Builder.clearRuntime()Deprecated.Bootstrap.Builder.clearStaticResources()Statically specified resources.Bootstrap.Builder.clearStatsConfig()Configuration for internal processing of stats.Bootstrap.Builder.clearStatsFlushInterval()Optional duration between flushes to configured stats sinks.Bootstrap.Builder.clearStatsServerVersionOverride()Optional proxy version which will be used to set the value of :ref:`server.version statistic <server_statistics>` if specified.Bootstrap.Builder.clearStatsSinks()Optional set of stats sinks.Bootstrap.Builder.clearTracing()Configuration for an external tracing provider. .. attention:: This field has been deprecated in favor of :ref:`HttpConnectionManager.Tracing.provider <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.provider>`.Bootstrap.Builder.clearUseTcpForDnsLookups()Always use TCP queries instead of UDP queries for DNS lookups.Bootstrap.Builder.clearWatchdog()Optional watchdog configuration.Bootstrap.Builder.clone()Bootstrap.Builder.mergeAdmin(Admin value) Configuration for the local administration HTTP server.Bootstrap.Builder.mergeClusterManager(ClusterManager value) Configuration for the cluster manager which owns all upstream clusters within the server.Bootstrap.Builder.mergeDynamicResources(Bootstrap.DynamicResources value) xDS configuration sources.Bootstrap.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Bootstrap.Builder.mergeFrom(com.google.protobuf.Message other) Bootstrap.Builder.mergeHdsConfig(ApiConfigSource value) Health discovery service config option.Bootstrap.Builder.mergeLayeredRuntime(LayeredRuntime value) Configuration for the runtime configuration provider.Node identity to present to the management server and for instance identification purposes (e.g. in generated headers).Bootstrap.Builder.mergeOverloadManager(OverloadManager value) Optional overload manager configuration.Bootstrap.Builder.mergeRuntime(Runtime value) Deprecated.Bootstrap.Builder.mergeStaticResources(Bootstrap.StaticResources value) Statically specified resources.Bootstrap.Builder.mergeStatsConfig(StatsConfig value) Configuration for internal processing of stats.Bootstrap.Builder.mergeStatsFlushInterval(com.google.protobuf.Duration value) Optional duration between flushes to configured stats sinks.Bootstrap.Builder.mergeStatsServerVersionOverride(com.google.protobuf.UInt64Value value) Optional proxy version which will be used to set the value of :ref:`server.version statistic <server_statistics>` if specified.Bootstrap.Builder.mergeTracing(Tracing value) Configuration for an external tracing provider. .. attention:: This field has been deprecated in favor of :ref:`HttpConnectionManager.Tracing.provider <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.provider>`.final Bootstrap.BuilderBootstrap.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Bootstrap.Builder.mergeWatchdog(Watchdog value) Optional watchdog configuration.static Bootstrap.BuilderBootstrap.newBuilder()static Bootstrap.BuilderBootstrap.newBuilder(Bootstrap prototype) Bootstrap.newBuilderForType()protected Bootstrap.BuilderBootstrap.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Bootstrap.Builder.removeStatsSinks(int index) Optional set of stats sinks.Configuration for the local administration HTTP server.Bootstrap.Builder.setAdmin(Admin.Builder builderForValue) Configuration for the local administration HTTP server.Bootstrap.Builder.setClusterManager(ClusterManager value) Configuration for the cluster manager which owns all upstream clusters within the server.Bootstrap.Builder.setClusterManager(ClusterManager.Builder builderForValue) Configuration for the cluster manager which owns all upstream clusters within the server.Bootstrap.Builder.setDynamicResources(Bootstrap.DynamicResources value) xDS configuration sources.Bootstrap.Builder.setDynamicResources(Bootstrap.DynamicResources.Builder builderForValue) xDS configuration sources.Bootstrap.Builder.setEnableDispatcherStats(boolean value) Enable :ref:`stats for event dispatcher <operations_performance>`, defaults to false.Bootstrap.Builder.setFlagsPath(String value) Optional file system path to search for startup flag files.Bootstrap.Builder.setFlagsPathBytes(com.google.protobuf.ByteString value) Optional file system path to search for startup flag files.Bootstrap.Builder.setHdsConfig(ApiConfigSource value) Health discovery service config option.Bootstrap.Builder.setHdsConfig(ApiConfigSource.Builder builderForValue) Health discovery service config option.Bootstrap.Builder.setHeaderPrefix(String value) Optional string which will be used in lieu of x-envoy in prefixing headers.Bootstrap.Builder.setHeaderPrefixBytes(com.google.protobuf.ByteString value) Optional string which will be used in lieu of x-envoy in prefixing headers.Bootstrap.Builder.setLayeredRuntime(LayeredRuntime value) Configuration for the runtime configuration provider.Bootstrap.Builder.setLayeredRuntime(LayeredRuntime.Builder builderForValue) Configuration for the runtime configuration provider.Node identity to present to the management server and for instance identification purposes (e.g. in generated headers).Bootstrap.Builder.setNode(Node.Builder builderForValue) Node identity to present to the management server and for instance identification purposes (e.g. in generated headers).Bootstrap.Builder.setOverloadManager(OverloadManager value) Optional overload manager configuration.Bootstrap.Builder.setOverloadManager(OverloadManager.Builder builderForValue) Optional overload manager configuration.Bootstrap.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Bootstrap.Builder.setRuntime(Runtime value) Deprecated.Bootstrap.Builder.setRuntime(Runtime.Builder builderForValue) Deprecated.Bootstrap.Builder.setStaticResources(Bootstrap.StaticResources value) Statically specified resources.Bootstrap.Builder.setStaticResources(Bootstrap.StaticResources.Builder builderForValue) Statically specified resources.Bootstrap.Builder.setStatsConfig(StatsConfig value) Configuration for internal processing of stats.Bootstrap.Builder.setStatsConfig(StatsConfig.Builder builderForValue) Configuration for internal processing of stats.Bootstrap.Builder.setStatsFlushInterval(com.google.protobuf.Duration value) Optional duration between flushes to configured stats sinks.Bootstrap.Builder.setStatsFlushInterval(com.google.protobuf.Duration.Builder builderForValue) Optional duration between flushes to configured stats sinks.Bootstrap.Builder.setStatsServerVersionOverride(com.google.protobuf.UInt64Value value) Optional proxy version which will be used to set the value of :ref:`server.version statistic <server_statistics>` if specified.Bootstrap.Builder.setStatsServerVersionOverride(com.google.protobuf.UInt64Value.Builder builderForValue) Optional proxy version which will be used to set the value of :ref:`server.version statistic <server_statistics>` if specified.Bootstrap.Builder.setStatsSinks(int index, StatsSink value) Optional set of stats sinks.Bootstrap.Builder.setStatsSinks(int index, StatsSink.Builder builderForValue) Optional set of stats sinks.Bootstrap.Builder.setTracing(Tracing value) Configuration for an external tracing provider. .. attention:: This field has been deprecated in favor of :ref:`HttpConnectionManager.Tracing.provider <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.provider>`.Bootstrap.Builder.setTracing(Tracing.Builder builderForValue) Configuration for an external tracing provider. .. attention:: This field has been deprecated in favor of :ref:`HttpConnectionManager.Tracing.provider <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.provider>`.final Bootstrap.BuilderBootstrap.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Bootstrap.Builder.setUseTcpForDnsLookups(boolean value) Always use TCP queries instead of UDP queries for DNS lookups.Bootstrap.Builder.setWatchdog(Watchdog value) Optional watchdog configuration.Bootstrap.Builder.setWatchdog(Watchdog.Builder builderForValue) Optional watchdog configuration.Bootstrap.toBuilder()