Uses of Class
io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.OnDemand.Builder
Packages that use TcpProxy.OnDemand.Builder
-
Uses of TcpProxy.OnDemand.Builder in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return TcpProxy.OnDemand.BuilderModifier and TypeMethodDescriptionTcpProxy.OnDemand.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TcpProxy.OnDemand.Builder.clear()TcpProxy.OnDemand.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TcpProxy.OnDemand.Builder.clearOdcdsConfig()Optional configuration for the on-demand cluster discovery service.TcpProxy.OnDemand.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TcpProxy.OnDemand.Builder.clearResourcesLocator()xdstp:// resource locator for on-demand cluster collection.TcpProxy.OnDemand.Builder.clearTimeout()The timeout for on-demand cluster lookup.TcpProxy.OnDemand.Builder.clone()TcpProxy.Builder.getOnDemandBuilder()The on demand policy for the upstream cluster.TcpProxy.OnDemand.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpProxy.OnDemand.Builder.mergeFrom(com.google.protobuf.Message other) TcpProxy.OnDemand.Builder.mergeFrom(TcpProxy.OnDemand other) TcpProxy.OnDemand.Builder.mergeOdcdsConfig(ConfigSource value) Optional configuration for the on-demand cluster discovery service.TcpProxy.OnDemand.Builder.mergeTimeout(com.google.protobuf.Duration value) The timeout for on-demand cluster lookup.TcpProxy.OnDemand.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TcpProxy.OnDemand.BuilderTcpProxy.OnDemand.newBuilder()static TcpProxy.OnDemand.BuilderTcpProxy.OnDemand.newBuilder(TcpProxy.OnDemand prototype) TcpProxy.OnDemand.newBuilderForType()protected TcpProxy.OnDemand.BuilderTcpProxy.OnDemand.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TcpProxy.OnDemand.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TcpProxy.OnDemand.Builder.setOdcdsConfig(ConfigSource value) Optional configuration for the on-demand cluster discovery service.TcpProxy.OnDemand.Builder.setOdcdsConfig(ConfigSource.Builder builderForValue) Optional configuration for the on-demand cluster discovery service.TcpProxy.OnDemand.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TcpProxy.OnDemand.Builder.setResourcesLocator(String value) xdstp:// resource locator for on-demand cluster collection.TcpProxy.OnDemand.Builder.setResourcesLocatorBytes(com.google.protobuf.ByteString value) xdstp:// resource locator for on-demand cluster collection.TcpProxy.OnDemand.Builder.setTimeout(com.google.protobuf.Duration value) The timeout for on-demand cluster lookup.TcpProxy.OnDemand.Builder.setTimeout(com.google.protobuf.Duration.Builder builderForValue) The timeout for on-demand cluster lookup.TcpProxy.OnDemand.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TcpProxy.OnDemand.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 with parameters of type TcpProxy.OnDemand.BuilderModifier and TypeMethodDescriptionTcpProxy.Builder.setOnDemand(TcpProxy.OnDemand.Builder builderForValue) The on demand policy for the upstream cluster.