Uses of Class
io.envoyproxy.envoy.extensions.geoip_providers.maxmind.v3.MaxMindConfig.Builder
Packages that use MaxMindConfig.Builder
-
Uses of MaxMindConfig.Builder in io.envoyproxy.envoy.extensions.geoip_providers.maxmind.v3
Methods in io.envoyproxy.envoy.extensions.geoip_providers.maxmind.v3 that return MaxMindConfig.BuilderModifier and TypeMethodDescriptionMaxMindConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MaxMindConfig.Builder.clear()MaxMindConfig.Builder.clearAnonDbPath()Full file path to the MaxMind Anonymous IP database, e.g., ``/etc/GeoIP2-Anonymous-IP.mmdb``.MaxMindConfig.Builder.clearAsnDbPath()Full file path to the MaxMind ASN database, e.g., ``/etc/GeoLite2-ASN.mmdb``.MaxMindConfig.Builder.clearCityDbPath()Full file path to the MaxMind city database, e.g., ``/etc/GeoLite2-City.mmdb``.MaxMindConfig.Builder.clearCommonProviderConfig()Common provider configuration that specifies which geolocation headers will be populated with geolocation data.MaxMindConfig.Builder.clearCountryDbPath()Full file path to the MaxMind Country database, e.g., ``/etc/GeoLite2-Country.mmdb``.MaxMindConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MaxMindConfig.Builder.clearIspDbPath()Full file path to the MaxMind ISP database, e.g., ``/etc/GeoLite2-ISP.mmdb``.MaxMindConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MaxMindConfig.Builder.clone()MaxMindConfig.Builder.mergeCommonProviderConfig(CommonGeoipProviderConfig value) Common provider configuration that specifies which geolocation headers will be populated with geolocation data.MaxMindConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MaxMindConfig.Builder.mergeFrom(com.google.protobuf.Message other) MaxMindConfig.Builder.mergeFrom(MaxMindConfig other) final MaxMindConfig.BuilderMaxMindConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static MaxMindConfig.BuilderMaxMindConfig.newBuilder()static MaxMindConfig.BuilderMaxMindConfig.newBuilder(MaxMindConfig prototype) MaxMindConfig.newBuilderForType()protected MaxMindConfig.BuilderMaxMindConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MaxMindConfig.Builder.setAnonDbPath(String value) Full file path to the MaxMind Anonymous IP database, e.g., ``/etc/GeoIP2-Anonymous-IP.mmdb``.MaxMindConfig.Builder.setAnonDbPathBytes(com.google.protobuf.ByteString value) Full file path to the MaxMind Anonymous IP database, e.g., ``/etc/GeoIP2-Anonymous-IP.mmdb``.MaxMindConfig.Builder.setAsnDbPath(String value) Full file path to the MaxMind ASN database, e.g., ``/etc/GeoLite2-ASN.mmdb``.MaxMindConfig.Builder.setAsnDbPathBytes(com.google.protobuf.ByteString value) Full file path to the MaxMind ASN database, e.g., ``/etc/GeoLite2-ASN.mmdb``.MaxMindConfig.Builder.setCityDbPath(String value) Full file path to the MaxMind city database, e.g., ``/etc/GeoLite2-City.mmdb``.MaxMindConfig.Builder.setCityDbPathBytes(com.google.protobuf.ByteString value) Full file path to the MaxMind city database, e.g., ``/etc/GeoLite2-City.mmdb``.MaxMindConfig.Builder.setCommonProviderConfig(CommonGeoipProviderConfig value) Common provider configuration that specifies which geolocation headers will be populated with geolocation data.MaxMindConfig.Builder.setCommonProviderConfig(CommonGeoipProviderConfig.Builder builderForValue) Common provider configuration that specifies which geolocation headers will be populated with geolocation data.MaxMindConfig.Builder.setCountryDbPath(String value) Full file path to the MaxMind Country database, e.g., ``/etc/GeoLite2-Country.mmdb``.MaxMindConfig.Builder.setCountryDbPathBytes(com.google.protobuf.ByteString value) Full file path to the MaxMind Country database, e.g., ``/etc/GeoLite2-Country.mmdb``.MaxMindConfig.Builder.setIspDbPath(String value) Full file path to the MaxMind ISP database, e.g., ``/etc/GeoLite2-ISP.mmdb``.MaxMindConfig.Builder.setIspDbPathBytes(com.google.protobuf.ByteString value) Full file path to the MaxMind ISP database, e.g., ``/etc/GeoLite2-ISP.mmdb``.MaxMindConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final MaxMindConfig.BuilderMaxMindConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MaxMindConfig.toBuilder()