Interface AccessLocationsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccessLocations
,AccessLocations.Builder
public interface AccessLocationsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPrincipalOfficeCountry()
The "home office" location of the principal.com.google.protobuf.ByteString
getPrincipalOfficeCountryBytes()
The "home office" location of the principal.String
getPrincipalPhysicalLocationCountry()
Physical location of the principal at the time of the access.com.google.protobuf.ByteString
getPrincipalPhysicalLocationCountryBytes()
Physical location of the principal at the time of the access.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrincipalOfficeCountry
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:
- The principalOfficeCountry.
-
getPrincipalOfficeCountryBytes
com.google.protobuf.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:
- The bytes for principalOfficeCountry.
-
getPrincipalPhysicalLocationCountry
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:
- The principalPhysicalLocationCountry.
-
getPrincipalPhysicalLocationCountryBytes
com.google.protobuf.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:
- The bytes for principalPhysicalLocationCountry.
-
-