Interface CommonGeoipProviderConfig.GeolocationFieldKeysOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CommonGeoipProviderConfig.GeolocationFieldKeys, CommonGeoipProviderConfig.GeolocationFieldKeys.Builder
Enclosing class:
CommonGeoipProviderConfig

public static interface CommonGeoipProviderConfig.GeolocationFieldKeysOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    If set, the IP address will be checked if it belongs to any type of anonymization network (e.g., VPN, public proxy).
    com.google.protobuf.ByteString
    If set, the IP address will be checked if it belongs to any type of anonymization network (e.g., VPN, public proxy).
    If set, the IP address will be checked if it belongs to a hosting provider and the result will be stored with this key.
    com.google.protobuf.ByteString
    If set, the IP address will be checked if it belongs to a hosting provider and the result will be stored with this key.
    If set, the IP address will be checked if it belongs to a public proxy and the result will be stored with this key.
    com.google.protobuf.ByteString
    If set, the IP address will be checked if it belongs to a public proxy and the result will be stored with this key.
    If set, the IP address will be checked if it belongs to a TOR exit node and the result will be stored with this key.
    com.google.protobuf.ByteString
    If set, the IP address will be checked if it belongs to a TOR exit node and the result will be stored with this key.
    If set, the IP address will be checked if it belongs to a VPN and the result will be stored with this key.
    com.google.protobuf.ByteString
    If set, the IP address will be checked if it belongs to a VPN and the result will be stored with this key.
    If set, the IP address will be checked if it belongs to the ISP named iCloud Private Relay and the result will be stored with this key.
    com.google.protobuf.ByteString
    If set, the IP address will be checked if it belongs to the ISP named iCloud Private Relay and the result will be stored with this key.
    If set, the key will be used to populate the ASN associated with the IP address.
    com.google.protobuf.ByteString
    If set, the key will be used to populate the ASN associated with the IP address.
    If set, the key will be used to populate the city associated with the IP address.
    com.google.protobuf.ByteString
    If set, the key will be used to populate the city associated with the IP address.
    If set, the key will be used to populate the country ISO code associated with the IP address.
    com.google.protobuf.ByteString
    If set, the key will be used to populate the country ISO code associated with the IP address.
    If set, the key will be used to populate the ISP associated with the IP address.
    com.google.protobuf.ByteString
    If set, the key will be used to populate the ISP associated with the IP address.
    If set, the key will be used to populate the region ISO code associated with the IP address.
    com.google.protobuf.ByteString
    If set, the key will be used to populate the region ISO code associated with the IP address.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCountry

      String getCountry()
       If set, the key will be used to populate the country ISO code associated with the IP address.
       
      string country = 1;
      Returns:
      The country.
    • getCountryBytes

      com.google.protobuf.ByteString getCountryBytes()
       If set, the key will be used to populate the country ISO code associated with the IP address.
       
      string country = 1;
      Returns:
      The bytes for country.
    • getCity

      String getCity()
       If set, the key will be used to populate the city associated with the IP address.
       
      string city = 2;
      Returns:
      The city.
    • getCityBytes

      com.google.protobuf.ByteString getCityBytes()
       If set, the key will be used to populate the city associated with the IP address.
       
      string city = 2;
      Returns:
      The bytes for city.
    • getRegion

      String getRegion()
       If set, the key will be used to populate the region ISO code associated with the IP address.
       The least specific subdivision will be selected as the region value.
       
      string region = 3;
      Returns:
      The region.
    • getRegionBytes

      com.google.protobuf.ByteString getRegionBytes()
       If set, the key will be used to populate the region ISO code associated with the IP address.
       The least specific subdivision will be selected as the region value.
       
      string region = 3;
      Returns:
      The bytes for region.
    • getAsn

      String getAsn()
       If set, the key will be used to populate the ASN associated with the IP address.
       
      string asn = 4;
      Returns:
      The asn.
    • getAsnBytes

      com.google.protobuf.ByteString getAsnBytes()
       If set, the key will be used to populate the ASN associated with the IP address.
       
      string asn = 4;
      Returns:
      The bytes for asn.
    • getAnon

      String getAnon()
       If set, the IP address will be checked if it belongs to any type of anonymization network
       (e.g., VPN, public proxy). The result will be stored with this key. Value will be set to
       either ``true`` or ``false`` depending on the check result.
       
      string anon = 5;
      Returns:
      The anon.
    • getAnonBytes

      com.google.protobuf.ByteString getAnonBytes()
       If set, the IP address will be checked if it belongs to any type of anonymization network
       (e.g., VPN, public proxy). The result will be stored with this key. Value will be set to
       either ``true`` or ``false`` depending on the check result.
       
      string anon = 5;
      Returns:
      The bytes for anon.
    • getAnonVpn

      String getAnonVpn()
       If set, the IP address will be checked if it belongs to a VPN and the result will be stored
       with this key. Value will be set to either ``true`` or ``false`` depending on the check result.
       
      string anon_vpn = 6;
      Returns:
      The anonVpn.
    • getAnonVpnBytes

      com.google.protobuf.ByteString getAnonVpnBytes()
       If set, the IP address will be checked if it belongs to a VPN and the result will be stored
       with this key. Value will be set to either ``true`` or ``false`` depending on the check result.
       
      string anon_vpn = 6;
      Returns:
      The bytes for anonVpn.
    • getAnonHosting

      String getAnonHosting()
       If set, the IP address will be checked if it belongs to a hosting provider and the result
       will be stored with this key. Value will be set to either ``true`` or ``false`` depending on
       the check result.
       
      string anon_hosting = 7;
      Returns:
      The anonHosting.
    • getAnonHostingBytes

      com.google.protobuf.ByteString getAnonHostingBytes()
       If set, the IP address will be checked if it belongs to a hosting provider and the result
       will be stored with this key. Value will be set to either ``true`` or ``false`` depending on
       the check result.
       
      string anon_hosting = 7;
      Returns:
      The bytes for anonHosting.
    • getAnonTor

      String getAnonTor()
       If set, the IP address will be checked if it belongs to a TOR exit node and the result will
       be stored with this key. Value will be set to either ``true`` or ``false`` depending on the
       check result.
       
      string anon_tor = 8;
      Returns:
      The anonTor.
    • getAnonTorBytes

      com.google.protobuf.ByteString getAnonTorBytes()
       If set, the IP address will be checked if it belongs to a TOR exit node and the result will
       be stored with this key. Value will be set to either ``true`` or ``false`` depending on the
       check result.
       
      string anon_tor = 8;
      Returns:
      The bytes for anonTor.
    • getAnonProxy

      String getAnonProxy()
       If set, the IP address will be checked if it belongs to a public proxy and the result will
       be stored with this key. Value will be set to either ``true`` or ``false`` depending on the
       check result.
       
      string anon_proxy = 9;
      Returns:
      The anonProxy.
    • getAnonProxyBytes

      com.google.protobuf.ByteString getAnonProxyBytes()
       If set, the IP address will be checked if it belongs to a public proxy and the result will
       be stored with this key. Value will be set to either ``true`` or ``false`` depending on the
       check result.
       
      string anon_proxy = 9;
      Returns:
      The bytes for anonProxy.
    • getIsp

      String getIsp()
       If set, the key will be used to populate the ISP associated with the IP address.
       
      string isp = 10;
      Returns:
      The isp.
    • getIspBytes

      com.google.protobuf.ByteString getIspBytes()
       If set, the key will be used to populate the ISP associated with the IP address.
       
      string isp = 10;
      Returns:
      The bytes for isp.
    • getApplePrivateRelay

      String getApplePrivateRelay()
       If set, the IP address will be checked if it belongs to the ISP named iCloud Private Relay
       and the result will be stored with this key. Value will be set to either ``true`` or ``false``
       depending on the check result.
       
      string apple_private_relay = 11;
      Returns:
      The applePrivateRelay.
    • getApplePrivateRelayBytes

      com.google.protobuf.ByteString getApplePrivateRelayBytes()
       If set, the IP address will be checked if it belongs to the ISP named iCloud Private Relay
       and the result will be stored with this key. Value will be set to either ``true`` or ``false``
       depending on the check result.
       
      string apple_private_relay = 11;
      Returns:
      The bytes for applePrivateRelay.