Uses of Class
io.envoyproxy.envoy.extensions.filters.network.generic_proxy.v3.GenericProxy.Builder
Packages that use GenericProxy.Builder
-
Uses of GenericProxy.Builder in io.envoyproxy.envoy.extensions.filters.network.generic_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.generic_proxy.v3 that return GenericProxy.BuilderModifier and TypeMethodDescriptionGenericProxy.Builder.addAccessLog(int index, AccessLog value) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.GenericProxy.Builder.addAccessLog(int index, AccessLog.Builder builderForValue) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.GenericProxy.Builder.addAccessLog(AccessLog value) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.GenericProxy.Builder.addAccessLog(AccessLog.Builder builderForValue) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.GenericProxy.Builder.addAllAccessLog(Iterable<? extends AccessLog> values) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.GenericProxy.Builder.addAllFilters(Iterable<? extends TypedExtensionConfig> values) A list of individual Layer-7 filters that make up the filter chain for requests made to the proxy.GenericProxy.Builder.addFilters(int index, TypedExtensionConfig value) A list of individual Layer-7 filters that make up the filter chain for requests made to the proxy.GenericProxy.Builder.addFilters(int index, TypedExtensionConfig.Builder builderForValue) A list of individual Layer-7 filters that make up the filter chain for requests made to the proxy.GenericProxy.Builder.addFilters(TypedExtensionConfig value) A list of individual Layer-7 filters that make up the filter chain for requests made to the proxy.GenericProxy.Builder.addFilters(TypedExtensionConfig.Builder builderForValue) A list of individual Layer-7 filters that make up the filter chain for requests made to the proxy.GenericProxy.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GenericProxy.Builder.clear()GenericProxy.Builder.clearAccessLog()Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.GenericProxy.Builder.clearCodecConfig()The codec which encodes and decodes the application protocol.GenericProxy.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GenericProxy.Builder.clearFilters()A list of individual Layer-7 filters that make up the filter chain for requests made to the proxy.GenericProxy.Builder.clearGenericRds()The generic proxies route table will be dynamically loaded via the meta RDS API.GenericProxy.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GenericProxy.Builder.clearRouteConfig()The route table for the generic proxy is static and is specified in this property.GenericProxy.Builder.clearRouteSpecifier()GenericProxy.Builder.clearStatPrefix()The human readable prefix to use when emitting statistics.GenericProxy.Builder.clearTracing()Tracing configuration for the generic proxy.GenericProxy.Builder.clone()GenericProxy.Builder.mergeCodecConfig(TypedExtensionConfig value) The codec which encodes and decodes the application protocol.GenericProxy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GenericProxy.Builder.mergeFrom(com.google.protobuf.Message other) GenericProxy.Builder.mergeFrom(GenericProxy other) GenericProxy.Builder.mergeGenericRds(GenericRds value) The generic proxies route table will be dynamically loaded via the meta RDS API.GenericProxy.Builder.mergeRouteConfig(RouteConfiguration value) The route table for the generic proxy is static and is specified in this property.GenericProxy.Builder.mergeTracing(HttpConnectionManager.Tracing value) Tracing configuration for the generic proxy.final GenericProxy.BuilderGenericProxy.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static GenericProxy.BuilderGenericProxy.newBuilder()static GenericProxy.BuilderGenericProxy.newBuilder(GenericProxy prototype) GenericProxy.newBuilderForType()protected GenericProxy.BuilderGenericProxy.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GenericProxy.Builder.removeAccessLog(int index) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.GenericProxy.Builder.removeFilters(int index) A list of individual Layer-7 filters that make up the filter chain for requests made to the proxy.GenericProxy.Builder.setAccessLog(int index, AccessLog value) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.GenericProxy.Builder.setAccessLog(int index, AccessLog.Builder builderForValue) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.GenericProxy.Builder.setCodecConfig(TypedExtensionConfig value) The codec which encodes and decodes the application protocol.GenericProxy.Builder.setCodecConfig(TypedExtensionConfig.Builder builderForValue) The codec which encodes and decodes the application protocol.GenericProxy.Builder.setFilters(int index, TypedExtensionConfig value) A list of individual Layer-7 filters that make up the filter chain for requests made to the proxy.GenericProxy.Builder.setFilters(int index, TypedExtensionConfig.Builder builderForValue) A list of individual Layer-7 filters that make up the filter chain for requests made to the proxy.GenericProxy.Builder.setGenericRds(GenericRds value) The generic proxies route table will be dynamically loaded via the meta RDS API.GenericProxy.Builder.setGenericRds(GenericRds.Builder builderForValue) The generic proxies route table will be dynamically loaded via the meta RDS API.GenericProxy.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GenericProxy.Builder.setRouteConfig(RouteConfiguration value) The route table for the generic proxy is static and is specified in this property.GenericProxy.Builder.setRouteConfig(RouteConfiguration.Builder builderForValue) The route table for the generic proxy is static and is specified in this property.GenericProxy.Builder.setStatPrefix(String value) The human readable prefix to use when emitting statistics.GenericProxy.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) The human readable prefix to use when emitting statistics.GenericProxy.Builder.setTracing(HttpConnectionManager.Tracing value) Tracing configuration for the generic proxy.GenericProxy.Builder.setTracing(HttpConnectionManager.Tracing.Builder builderForValue) Tracing configuration for the generic proxy.final GenericProxy.BuilderGenericProxy.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GenericProxy.toBuilder()