Interface AccessLocationsOrBuilder (2.42.0)

public interface AccessLocationsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPrincipalOfficeCountry()

public abstract String getPrincipalOfficeCountry()

The "home office" location of the principal. A two-letter country code (ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or a region code. In some limited situations Google systems may refer refer to a region code instead of a country code. Possible Region Codes:

  • ASI: Asia
  • EUR: Europe
  • OCE: Oceania
  • AFR: Africa
  • NAM: North America
  • SAM: South America
  • ANT: Antarctica
  • ANY: Any location

string principal_office_country = 1;

Returns
TypeDescription
String

The principalOfficeCountry.

getPrincipalOfficeCountryBytes()

public abstract ByteString getPrincipalOfficeCountryBytes()

The "home office" location of the principal. A two-letter country code (ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or a region code. In some limited situations Google systems may refer refer to a region code instead of a country code. Possible Region Codes:

  • ASI: Asia
  • EUR: Europe
  • OCE: Oceania
  • AFR: Africa
  • NAM: North America
  • SAM: South America
  • ANT: Antarctica
  • ANY: Any location

string principal_office_country = 1;

Returns
TypeDescription
ByteString

The bytes for principalOfficeCountry.

getPrincipalPhysicalLocationCountry()

public abstract String getPrincipalPhysicalLocationCountry()

Physical location of the principal at the time of the access. A two-letter country code (ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or a region code. In some limited situations Google systems may refer refer to a region code instead of a country code. Possible Region Codes:

  • ASI: Asia
  • EUR: Europe
  • OCE: Oceania
  • AFR: Africa
  • NAM: North America
  • SAM: South America
  • ANT: Antarctica
  • ANY: Any location

string principal_physical_location_country = 2;

Returns
TypeDescription
String

The principalPhysicalLocationCountry.

getPrincipalPhysicalLocationCountryBytes()

public abstract ByteString getPrincipalPhysicalLocationCountryBytes()

Physical location of the principal at the time of the access. A two-letter country code (ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or a region code. In some limited situations Google systems may refer refer to a region code instead of a country code. Possible Region Codes:

  • ASI: Asia
  • EUR: Europe
  • OCE: Oceania
  • AFR: Africa
  • NAM: North America
  • SAM: South America
  • ANT: Antarctica
  • ANY: Any location

string principal_physical_location_country = 2;

Returns
TypeDescription
ByteString

The bytes for principalPhysicalLocationCountry.