public static enum InfoTypeCategory.LocationCategory extends Enum<InfoTypeCategory.LocationCategory> implements com.google.protobuf.ProtocolMessageEnum
Enum of the current locations. We might add more locations in the future.Protobuf enum
google.privacy.dlp.v2.InfoTypeCategory.LocationCategory| Enum Constant and Description |
|---|
ARGENTINA
The infoType is typically used in Argentina.
|
AUSTRALIA
The infoType is typically used in Australia.
|
BELGIUM
The infoType is typically used in Belgium.
|
BRAZIL
The infoType is typically used in Brazil.
|
CANADA
The infoType is typically used in Canada.
|
CHILE
The infoType is typically used in Chile.
|
CHINA
The infoType is typically used in China.
|
COLOMBIA
The infoType is typically used in Colombia.
|
DENMARK
The infoType is typically used in Denmark.
|
FINLAND
The infoType is typically used in Finland.
|
FRANCE
The infoType is typically used in France.
|
GERMANY
The infoType is typically used in Germany.
|
GLOBAL
The infoType is not issued by or tied to a specific region, but is used
almost everywhere.
|
HONG_KONG
The infoType is typically used in Hong Kong.
|
INDIA
The infoType is typically used in India.
|
INDONESIA
The infoType is typically used in Indonesia.
|
INTERNAL
The infoType is typically used in Google internally.
|
IRELAND
The infoType is typically used in Ireland.
|
ISRAEL
The infoType is typically used in Israel.
|
ITALY
The infoType is typically used in Italy.
|
JAPAN
The infoType is typically used in Japan.
|
KOREA
The infoType is typically used in Korea.
|
LOCATION_UNSPECIFIED
Unused location
|
MEXICO
The infoType is typically used in Mexico.
|
NORWAY
The infoType is typically used in Norway.
|
PARAGUAY
The infoType is typically used in Paraguay.
|
PERU
The infoType is typically used in Peru.
|
POLAND
The infoType is typically used in Poland.
|
PORTUGAL
The infoType is typically used in Portugal.
|
SINGAPORE
The infoType is typically used in Singapore.
|
SOUTH_AFRICA
The infoType is typically used in South Africa.
|
SPAIN
The infoType is typically used in Spain.
|
SWEDEN
The infoType is typically used in Sweden.
|
TAIWAN
The infoType is typically used in Taiwan.
|
THAILAND
The infoType is typically used in Thailand.
|
THE_NETHERLANDS
The infoType is typically used in the Netherlands.
|
TURKEY
The infoType is typically used in Turkey.
|
UNITED_KINGDOM
The infoType is typically used in the United Kingdom.
|
UNITED_STATES
The infoType is typically used in the United States.
|
UNRECOGNIZED |
URUGUAY
The infoType is typically used in Uruguay.
|
VENEZUELA
The infoType is typically used in Venezuela.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ARGENTINA_VALUE
The infoType is typically used in Argentina.
|
static int |
AUSTRALIA_VALUE
The infoType is typically used in Australia.
|
static int |
BELGIUM_VALUE
The infoType is typically used in Belgium.
|
static int |
BRAZIL_VALUE
The infoType is typically used in Brazil.
|
static int |
CANADA_VALUE
The infoType is typically used in Canada.
|
static int |
CHILE_VALUE
The infoType is typically used in Chile.
|
static int |
CHINA_VALUE
The infoType is typically used in China.
|
static int |
COLOMBIA_VALUE
The infoType is typically used in Colombia.
|
static int |
DENMARK_VALUE
The infoType is typically used in Denmark.
|
static int |
FINLAND_VALUE
The infoType is typically used in Finland.
|
static int |
FRANCE_VALUE
The infoType is typically used in France.
|
static int |
GERMANY_VALUE
The infoType is typically used in Germany.
|
static int |
GLOBAL_VALUE
The infoType is not issued by or tied to a specific region, but is used
almost everywhere.
|
static int |
HONG_KONG_VALUE
The infoType is typically used in Hong Kong.
|
static int |
INDIA_VALUE
The infoType is typically used in India.
|
static int |
INDONESIA_VALUE
The infoType is typically used in Indonesia.
|
static int |
INTERNAL_VALUE
The infoType is typically used in Google internally.
|
static int |
IRELAND_VALUE
The infoType is typically used in Ireland.
|
static int |
ISRAEL_VALUE
The infoType is typically used in Israel.
|
static int |
ITALY_VALUE
The infoType is typically used in Italy.
|
static int |
JAPAN_VALUE
The infoType is typically used in Japan.
|
static int |
KOREA_VALUE
The infoType is typically used in Korea.
|
static int |
LOCATION_UNSPECIFIED_VALUE
Unused location
|
static int |
MEXICO_VALUE
The infoType is typically used in Mexico.
|
static int |
NORWAY_VALUE
The infoType is typically used in Norway.
|
static int |
PARAGUAY_VALUE
The infoType is typically used in Paraguay.
|
static int |
PERU_VALUE
The infoType is typically used in Peru.
|
static int |
POLAND_VALUE
The infoType is typically used in Poland.
|
static int |
PORTUGAL_VALUE
The infoType is typically used in Portugal.
|
static int |
SINGAPORE_VALUE
The infoType is typically used in Singapore.
|
static int |
SOUTH_AFRICA_VALUE
The infoType is typically used in South Africa.
|
static int |
SPAIN_VALUE
The infoType is typically used in Spain.
|
static int |
SWEDEN_VALUE
The infoType is typically used in Sweden.
|
static int |
TAIWAN_VALUE
The infoType is typically used in Taiwan.
|
static int |
THAILAND_VALUE
The infoType is typically used in Thailand.
|
static int |
THE_NETHERLANDS_VALUE
The infoType is typically used in the Netherlands.
|
static int |
TURKEY_VALUE
The infoType is typically used in Turkey.
|
static int |
UNITED_KINGDOM_VALUE
The infoType is typically used in the United Kingdom.
|
static int |
UNITED_STATES_VALUE
The infoType is typically used in the United States.
|
static int |
URUGUAY_VALUE
The infoType is typically used in Uruguay.
|
static int |
VENEZUELA_VALUE
The infoType is typically used in Venezuela.
|
| Modifier and Type | Method and Description |
|---|---|
static InfoTypeCategory.LocationCategory |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<InfoTypeCategory.LocationCategory> |
internalGetValueMap() |
static InfoTypeCategory.LocationCategory |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InfoTypeCategory.LocationCategory |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InfoTypeCategory.LocationCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoTypeCategory.LocationCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoTypeCategory.LocationCategory LOCATION_UNSPECIFIED
Unused location
LOCATION_UNSPECIFIED = 0;public static final InfoTypeCategory.LocationCategory GLOBAL
The infoType is not issued by or tied to a specific region, but is used almost everywhere.
GLOBAL = 1;public static final InfoTypeCategory.LocationCategory ARGENTINA
The infoType is typically used in Argentina.
ARGENTINA = 2;public static final InfoTypeCategory.LocationCategory AUSTRALIA
The infoType is typically used in Australia.
AUSTRALIA = 3;public static final InfoTypeCategory.LocationCategory BELGIUM
The infoType is typically used in Belgium.
BELGIUM = 4;public static final InfoTypeCategory.LocationCategory BRAZIL
The infoType is typically used in Brazil.
BRAZIL = 5;public static final InfoTypeCategory.LocationCategory CANADA
The infoType is typically used in Canada.
CANADA = 6;public static final InfoTypeCategory.LocationCategory CHILE
The infoType is typically used in Chile.
CHILE = 7;public static final InfoTypeCategory.LocationCategory CHINA
The infoType is typically used in China.
CHINA = 8;public static final InfoTypeCategory.LocationCategory COLOMBIA
The infoType is typically used in Colombia.
COLOMBIA = 9;public static final InfoTypeCategory.LocationCategory DENMARK
The infoType is typically used in Denmark.
DENMARK = 10;public static final InfoTypeCategory.LocationCategory FRANCE
The infoType is typically used in France.
FRANCE = 11;public static final InfoTypeCategory.LocationCategory FINLAND
The infoType is typically used in Finland.
FINLAND = 12;public static final InfoTypeCategory.LocationCategory GERMANY
The infoType is typically used in Germany.
GERMANY = 13;public static final InfoTypeCategory.LocationCategory HONG_KONG
The infoType is typically used in Hong Kong.
HONG_KONG = 14;public static final InfoTypeCategory.LocationCategory INDIA
The infoType is typically used in India.
INDIA = 15;public static final InfoTypeCategory.LocationCategory INDONESIA
The infoType is typically used in Indonesia.
INDONESIA = 16;public static final InfoTypeCategory.LocationCategory IRELAND
The infoType is typically used in Ireland.
IRELAND = 17;public static final InfoTypeCategory.LocationCategory ISRAEL
The infoType is typically used in Israel.
ISRAEL = 18;public static final InfoTypeCategory.LocationCategory ITALY
The infoType is typically used in Italy.
ITALY = 19;public static final InfoTypeCategory.LocationCategory JAPAN
The infoType is typically used in Japan.
JAPAN = 20;public static final InfoTypeCategory.LocationCategory KOREA
The infoType is typically used in Korea.
KOREA = 21;public static final InfoTypeCategory.LocationCategory MEXICO
The infoType is typically used in Mexico.
MEXICO = 22;public static final InfoTypeCategory.LocationCategory THE_NETHERLANDS
The infoType is typically used in the Netherlands.
THE_NETHERLANDS = 23;public static final InfoTypeCategory.LocationCategory NORWAY
The infoType is typically used in Norway.
NORWAY = 24;public static final InfoTypeCategory.LocationCategory PARAGUAY
The infoType is typically used in Paraguay.
PARAGUAY = 25;public static final InfoTypeCategory.LocationCategory PERU
The infoType is typically used in Peru.
PERU = 26;public static final InfoTypeCategory.LocationCategory POLAND
The infoType is typically used in Poland.
POLAND = 27;public static final InfoTypeCategory.LocationCategory PORTUGAL
The infoType is typically used in Portugal.
PORTUGAL = 28;public static final InfoTypeCategory.LocationCategory SINGAPORE
The infoType is typically used in Singapore.
SINGAPORE = 29;public static final InfoTypeCategory.LocationCategory SOUTH_AFRICA
The infoType is typically used in South Africa.
SOUTH_AFRICA = 30;public static final InfoTypeCategory.LocationCategory SPAIN
The infoType is typically used in Spain.
SPAIN = 31;public static final InfoTypeCategory.LocationCategory SWEDEN
The infoType is typically used in Sweden.
SWEDEN = 32;public static final InfoTypeCategory.LocationCategory TAIWAN
The infoType is typically used in Taiwan.
TAIWAN = 33;public static final InfoTypeCategory.LocationCategory THAILAND
The infoType is typically used in Thailand.
THAILAND = 34;public static final InfoTypeCategory.LocationCategory TURKEY
The infoType is typically used in Turkey.
TURKEY = 35;public static final InfoTypeCategory.LocationCategory UNITED_KINGDOM
The infoType is typically used in the United Kingdom.
UNITED_KINGDOM = 36;public static final InfoTypeCategory.LocationCategory UNITED_STATES
The infoType is typically used in the United States.
UNITED_STATES = 37;public static final InfoTypeCategory.LocationCategory URUGUAY
The infoType is typically used in Uruguay.
URUGUAY = 38;public static final InfoTypeCategory.LocationCategory VENEZUELA
The infoType is typically used in Venezuela.
VENEZUELA = 39;public static final InfoTypeCategory.LocationCategory INTERNAL
The infoType is typically used in Google internally.
INTERNAL = 40;public static final InfoTypeCategory.LocationCategory UNRECOGNIZED
public static final int LOCATION_UNSPECIFIED_VALUE
Unused location
LOCATION_UNSPECIFIED = 0;public static final int GLOBAL_VALUE
The infoType is not issued by or tied to a specific region, but is used almost everywhere.
GLOBAL = 1;public static final int ARGENTINA_VALUE
The infoType is typically used in Argentina.
ARGENTINA = 2;public static final int AUSTRALIA_VALUE
The infoType is typically used in Australia.
AUSTRALIA = 3;public static final int BELGIUM_VALUE
The infoType is typically used in Belgium.
BELGIUM = 4;public static final int BRAZIL_VALUE
The infoType is typically used in Brazil.
BRAZIL = 5;public static final int CANADA_VALUE
The infoType is typically used in Canada.
CANADA = 6;public static final int CHILE_VALUE
The infoType is typically used in Chile.
CHILE = 7;public static final int CHINA_VALUE
The infoType is typically used in China.
CHINA = 8;public static final int COLOMBIA_VALUE
The infoType is typically used in Colombia.
COLOMBIA = 9;public static final int DENMARK_VALUE
The infoType is typically used in Denmark.
DENMARK = 10;public static final int FRANCE_VALUE
The infoType is typically used in France.
FRANCE = 11;public static final int FINLAND_VALUE
The infoType is typically used in Finland.
FINLAND = 12;public static final int GERMANY_VALUE
The infoType is typically used in Germany.
GERMANY = 13;public static final int HONG_KONG_VALUE
The infoType is typically used in Hong Kong.
HONG_KONG = 14;public static final int INDIA_VALUE
The infoType is typically used in India.
INDIA = 15;public static final int INDONESIA_VALUE
The infoType is typically used in Indonesia.
INDONESIA = 16;public static final int IRELAND_VALUE
The infoType is typically used in Ireland.
IRELAND = 17;public static final int ISRAEL_VALUE
The infoType is typically used in Israel.
ISRAEL = 18;public static final int ITALY_VALUE
The infoType is typically used in Italy.
ITALY = 19;public static final int JAPAN_VALUE
The infoType is typically used in Japan.
JAPAN = 20;public static final int KOREA_VALUE
The infoType is typically used in Korea.
KOREA = 21;public static final int MEXICO_VALUE
The infoType is typically used in Mexico.
MEXICO = 22;public static final int THE_NETHERLANDS_VALUE
The infoType is typically used in the Netherlands.
THE_NETHERLANDS = 23;public static final int NORWAY_VALUE
The infoType is typically used in Norway.
NORWAY = 24;public static final int PARAGUAY_VALUE
The infoType is typically used in Paraguay.
PARAGUAY = 25;public static final int PERU_VALUE
The infoType is typically used in Peru.
PERU = 26;public static final int POLAND_VALUE
The infoType is typically used in Poland.
POLAND = 27;public static final int PORTUGAL_VALUE
The infoType is typically used in Portugal.
PORTUGAL = 28;public static final int SINGAPORE_VALUE
The infoType is typically used in Singapore.
SINGAPORE = 29;public static final int SOUTH_AFRICA_VALUE
The infoType is typically used in South Africa.
SOUTH_AFRICA = 30;public static final int SPAIN_VALUE
The infoType is typically used in Spain.
SPAIN = 31;public static final int SWEDEN_VALUE
The infoType is typically used in Sweden.
SWEDEN = 32;public static final int TAIWAN_VALUE
The infoType is typically used in Taiwan.
TAIWAN = 33;public static final int THAILAND_VALUE
The infoType is typically used in Thailand.
THAILAND = 34;public static final int TURKEY_VALUE
The infoType is typically used in Turkey.
TURKEY = 35;public static final int UNITED_KINGDOM_VALUE
The infoType is typically used in the United Kingdom.
UNITED_KINGDOM = 36;public static final int UNITED_STATES_VALUE
The infoType is typically used in the United States.
UNITED_STATES = 37;public static final int URUGUAY_VALUE
The infoType is typically used in Uruguay.
URUGUAY = 38;public static final int VENEZUELA_VALUE
The infoType is typically used in Venezuela.
VENEZUELA = 39;public static final int INTERNAL_VALUE
The infoType is typically used in Google internally.
INTERNAL = 40;public static InfoTypeCategory.LocationCategory[] values()
for (InfoTypeCategory.LocationCategory c : InfoTypeCategory.LocationCategory.values()) System.out.println(c);
public static InfoTypeCategory.LocationCategory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static InfoTypeCategory.LocationCategory valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InfoTypeCategory.LocationCategory forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InfoTypeCategory.LocationCategory> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static InfoTypeCategory.LocationCategory valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.