Uses of Class
io.envoyproxy.envoy.extensions.filters.http.geoip.v3.Geoip.Builder
Packages that use Geoip.Builder
-
Uses of Geoip.Builder in io.envoyproxy.envoy.extensions.filters.http.geoip.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.geoip.v3 that return Geoip.BuilderModifier and TypeMethodDescriptionGeoip.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Geoip.Builder.clear()Geoip.Builder.clearCustomHeaderConfig()Configuration for extracting the client IP address from a custom request header.Geoip.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Geoip.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Geoip.Builder.clearProvider()Geoip driver specific configuration which depends on the driver being instantiated.Geoip.Builder.clearXffConfig()Configuration for extracting the client IP address from the ``x-forwarded-for`` header.Geoip.Builder.clone()Geoip.Builder.mergeCustomHeaderConfig(Geoip.CustomHeaderConfig value) Configuration for extracting the client IP address from a custom request header.Geoip.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Geoip.Builder.mergeFrom(com.google.protobuf.Message other) Geoip.Builder.mergeProvider(TypedExtensionConfig value) Geoip driver specific configuration which depends on the driver being instantiated.final Geoip.BuilderGeoip.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Geoip.Builder.mergeXffConfig(Geoip.XffConfig value) Configuration for extracting the client IP address from the ``x-forwarded-for`` header.static Geoip.BuilderGeoip.newBuilder()static Geoip.BuilderGeoip.newBuilder(Geoip prototype) Geoip.newBuilderForType()protected Geoip.BuilderGeoip.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Geoip.Builder.setCustomHeaderConfig(Geoip.CustomHeaderConfig value) Configuration for extracting the client IP address from a custom request header.Geoip.Builder.setCustomHeaderConfig(Geoip.CustomHeaderConfig.Builder builderForValue) Configuration for extracting the client IP address from a custom request header.Geoip.Builder.setProvider(TypedExtensionConfig value) Geoip driver specific configuration which depends on the driver being instantiated.Geoip.Builder.setProvider(TypedExtensionConfig.Builder builderForValue) Geoip driver specific configuration which depends on the driver being instantiated.Geoip.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Geoip.BuilderGeoip.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Geoip.Builder.setXffConfig(Geoip.XffConfig value) Configuration for extracting the client IP address from the ``x-forwarded-for`` header.Geoip.Builder.setXffConfig(Geoip.XffConfig.Builder builderForValue) Configuration for extracting the client IP address from the ``x-forwarded-for`` header.Geoip.toBuilder()