Class: Google::Cloud::Dlp::V2::InfoTypeCategory

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Classification of infoTypes to organize them according to geographic location, industry, and data type.

Defined Under Namespace

Modules: IndustryCategory, LocationCategory, TypeCategory

Instance Attribute Summary collapse

Instance Attribute Details

#industry_category::Google::Cloud::Dlp::V2::InfoTypeCategory::IndustryCategory

Returns The group of relevant businesses where this infoType is commonly used.

Returns:



1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1067

class InfoTypeCategory
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum of the current locations.
  # We might add more locations in the future.
  module LocationCategory
    # Unused location
    LOCATION_UNSPECIFIED = 0

    # The infoType is not issued by or tied to a specific region, but is used
    # almost everywhere.
    GLOBAL = 1

    # The infoType is typically used in Argentina.
    ARGENTINA = 2

    # The infoType is typically used in Australia.
    AUSTRALIA = 3

    # The infoType is typically used in Belgium.
    BELGIUM = 4

    # The infoType is typically used in Brazil.
    BRAZIL = 5

    # The infoType is typically used in Canada.
    CANADA = 6

    # The infoType is typically used in Chile.
    CHILE = 7

    # The infoType is typically used in China.
    CHINA = 8

    # The infoType is typically used in Colombia.
    COLOMBIA = 9

    # The infoType is typically used in Denmark.
    DENMARK = 10

    # The infoType is typically used in France.
    FRANCE = 11

    # The infoType is typically used in Finland.
    FINLAND = 12

    # The infoType is typically used in Germany.
    GERMANY = 13

    # The infoType is typically used in Hong Kong.
    HONG_KONG = 14

    # The infoType is typically used in India.
    INDIA = 15

    # The infoType is typically used in Indonesia.
    INDONESIA = 16

    # The infoType is typically used in Ireland.
    IRELAND = 17

    # The infoType is typically used in Israel.
    ISRAEL = 18

    # The infoType is typically used in Italy.
    ITALY = 19

    # The infoType is typically used in Japan.
    JAPAN = 20

    # The infoType is typically used in Korea.
    KOREA = 21

    # The infoType is typically used in Mexico.
    MEXICO = 22

    # The infoType is typically used in the Netherlands.
    THE_NETHERLANDS = 23

    # The infoType is typically used in Norway.
    NORWAY = 24

    # The infoType is typically used in Paraguay.
    PARAGUAY = 25

    # The infoType is typically used in Peru.
    PERU = 26

    # The infoType is typically used in Poland.
    POLAND = 27

    # The infoType is typically used in Portugal.
    PORTUGAL = 28

    # The infoType is typically used in Singapore.
    SINGAPORE = 29

    # The infoType is typically used in South Africa.
    SOUTH_AFRICA = 30

    # The infoType is typically used in Spain.
    SPAIN = 31

    # The infoType is typically used in Sweden.
    SWEDEN = 32

    # The infoType is typically used in Taiwan.
    TAIWAN = 33

    # The infoType is typically used in Thailand.
    THAILAND = 34

    # The infoType is typically used in Turkey.
    TURKEY = 35

    # The infoType is typically used in the United Kingdom.
    UNITED_KINGDOM = 36

    # The infoType is typically used in the United States.
    UNITED_STATES = 37

    # The infoType is typically used in Uruguay.
    URUGUAY = 38

    # The infoType is typically used in Venezuela.
    VENEZUELA = 39

    # The infoType is typically used in Google internally.
    INTERNAL = 40

    # The infoType is typically used in New Zealand.
    NEW_ZEALAND = 41
  end

  # Enum of the current industries in the category.
  # We might add more industries in the future.
  module IndustryCategory
    # Unused industry
    INDUSTRY_UNSPECIFIED = 0

    # The infoType is typically used in the finance industry.
    FINANCE = 1

    # The infoType is typically used in the health industry.
    HEALTH = 2

    # The infoType is typically used in the telecommunications industry.
    TELECOMMUNICATIONS = 3
  end

  # Enum of the current types in the category.
  # We might add more types in the future.
  module TypeCategory
    # Unused type
    TYPE_UNSPECIFIED = 0

    # Personally identifiable information, for example, a
    # name or phone number
    PII = 1

    # Personally identifiable information that is especially sensitive, for
    # example, a passport number.
    SPII = 2

    # Attributes that can partially identify someone, especially in
    # combination with other attributes, like age, height, and gender.
    DEMOGRAPHIC = 3

    # Confidential or secret information, for example, a password.
    CREDENTIAL = 4

    # An identification document issued by a government.
    GOVERNMENT_ID = 5

    # A document, for example, a resume or source code.
    DOCUMENT = 6

    # Information that is not sensitive on its own, but provides details about
    # the circumstances surrounding an entity or an event.
    CONTEXTUAL_INFORMATION = 7
  end
end

#location_category::Google::Cloud::Dlp::V2::InfoTypeCategory::LocationCategory

Returns The region or country that issued the ID or document represented by the infoType.

Returns:



1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1067

class InfoTypeCategory
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum of the current locations.
  # We might add more locations in the future.
  module LocationCategory
    # Unused location
    LOCATION_UNSPECIFIED = 0

    # The infoType is not issued by or tied to a specific region, but is used
    # almost everywhere.
    GLOBAL = 1

    # The infoType is typically used in Argentina.
    ARGENTINA = 2

    # The infoType is typically used in Australia.
    AUSTRALIA = 3

    # The infoType is typically used in Belgium.
    BELGIUM = 4

    # The infoType is typically used in Brazil.
    BRAZIL = 5

    # The infoType is typically used in Canada.
    CANADA = 6

    # The infoType is typically used in Chile.
    CHILE = 7

    # The infoType is typically used in China.
    CHINA = 8

    # The infoType is typically used in Colombia.
    COLOMBIA = 9

    # The infoType is typically used in Denmark.
    DENMARK = 10

    # The infoType is typically used in France.
    FRANCE = 11

    # The infoType is typically used in Finland.
    FINLAND = 12

    # The infoType is typically used in Germany.
    GERMANY = 13

    # The infoType is typically used in Hong Kong.
    HONG_KONG = 14

    # The infoType is typically used in India.
    INDIA = 15

    # The infoType is typically used in Indonesia.
    INDONESIA = 16

    # The infoType is typically used in Ireland.
    IRELAND = 17

    # The infoType is typically used in Israel.
    ISRAEL = 18

    # The infoType is typically used in Italy.
    ITALY = 19

    # The infoType is typically used in Japan.
    JAPAN = 20

    # The infoType is typically used in Korea.
    KOREA = 21

    # The infoType is typically used in Mexico.
    MEXICO = 22

    # The infoType is typically used in the Netherlands.
    THE_NETHERLANDS = 23

    # The infoType is typically used in Norway.
    NORWAY = 24

    # The infoType is typically used in Paraguay.
    PARAGUAY = 25

    # The infoType is typically used in Peru.
    PERU = 26

    # The infoType is typically used in Poland.
    POLAND = 27

    # The infoType is typically used in Portugal.
    PORTUGAL = 28

    # The infoType is typically used in Singapore.
    SINGAPORE = 29

    # The infoType is typically used in South Africa.
    SOUTH_AFRICA = 30

    # The infoType is typically used in Spain.
    SPAIN = 31

    # The infoType is typically used in Sweden.
    SWEDEN = 32

    # The infoType is typically used in Taiwan.
    TAIWAN = 33

    # The infoType is typically used in Thailand.
    THAILAND = 34

    # The infoType is typically used in Turkey.
    TURKEY = 35

    # The infoType is typically used in the United Kingdom.
    UNITED_KINGDOM = 36

    # The infoType is typically used in the United States.
    UNITED_STATES = 37

    # The infoType is typically used in Uruguay.
    URUGUAY = 38

    # The infoType is typically used in Venezuela.
    VENEZUELA = 39

    # The infoType is typically used in Google internally.
    INTERNAL = 40

    # The infoType is typically used in New Zealand.
    NEW_ZEALAND = 41
  end

  # Enum of the current industries in the category.
  # We might add more industries in the future.
  module IndustryCategory
    # Unused industry
    INDUSTRY_UNSPECIFIED = 0

    # The infoType is typically used in the finance industry.
    FINANCE = 1

    # The infoType is typically used in the health industry.
    HEALTH = 2

    # The infoType is typically used in the telecommunications industry.
    TELECOMMUNICATIONS = 3
  end

  # Enum of the current types in the category.
  # We might add more types in the future.
  module TypeCategory
    # Unused type
    TYPE_UNSPECIFIED = 0

    # Personally identifiable information, for example, a
    # name or phone number
    PII = 1

    # Personally identifiable information that is especially sensitive, for
    # example, a passport number.
    SPII = 2

    # Attributes that can partially identify someone, especially in
    # combination with other attributes, like age, height, and gender.
    DEMOGRAPHIC = 3

    # Confidential or secret information, for example, a password.
    CREDENTIAL = 4

    # An identification document issued by a government.
    GOVERNMENT_ID = 5

    # A document, for example, a resume or source code.
    DOCUMENT = 6

    # Information that is not sensitive on its own, but provides details about
    # the circumstances surrounding an entity or an event.
    CONTEXTUAL_INFORMATION = 7
  end
end

#type_category::Google::Cloud::Dlp::V2::InfoTypeCategory::TypeCategory

Returns The class of identifiers where this infoType belongs.

Returns:



1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1067

class InfoTypeCategory
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum of the current locations.
  # We might add more locations in the future.
  module LocationCategory
    # Unused location
    LOCATION_UNSPECIFIED = 0

    # The infoType is not issued by or tied to a specific region, but is used
    # almost everywhere.
    GLOBAL = 1

    # The infoType is typically used in Argentina.
    ARGENTINA = 2

    # The infoType is typically used in Australia.
    AUSTRALIA = 3

    # The infoType is typically used in Belgium.
    BELGIUM = 4

    # The infoType is typically used in Brazil.
    BRAZIL = 5

    # The infoType is typically used in Canada.
    CANADA = 6

    # The infoType is typically used in Chile.
    CHILE = 7

    # The infoType is typically used in China.
    CHINA = 8

    # The infoType is typically used in Colombia.
    COLOMBIA = 9

    # The infoType is typically used in Denmark.
    DENMARK = 10

    # The infoType is typically used in France.
    FRANCE = 11

    # The infoType is typically used in Finland.
    FINLAND = 12

    # The infoType is typically used in Germany.
    GERMANY = 13

    # The infoType is typically used in Hong Kong.
    HONG_KONG = 14

    # The infoType is typically used in India.
    INDIA = 15

    # The infoType is typically used in Indonesia.
    INDONESIA = 16

    # The infoType is typically used in Ireland.
    IRELAND = 17

    # The infoType is typically used in Israel.
    ISRAEL = 18

    # The infoType is typically used in Italy.
    ITALY = 19

    # The infoType is typically used in Japan.
    JAPAN = 20

    # The infoType is typically used in Korea.
    KOREA = 21

    # The infoType is typically used in Mexico.
    MEXICO = 22

    # The infoType is typically used in the Netherlands.
    THE_NETHERLANDS = 23

    # The infoType is typically used in Norway.
    NORWAY = 24

    # The infoType is typically used in Paraguay.
    PARAGUAY = 25

    # The infoType is typically used in Peru.
    PERU = 26

    # The infoType is typically used in Poland.
    POLAND = 27

    # The infoType is typically used in Portugal.
    PORTUGAL = 28

    # The infoType is typically used in Singapore.
    SINGAPORE = 29

    # The infoType is typically used in South Africa.
    SOUTH_AFRICA = 30

    # The infoType is typically used in Spain.
    SPAIN = 31

    # The infoType is typically used in Sweden.
    SWEDEN = 32

    # The infoType is typically used in Taiwan.
    TAIWAN = 33

    # The infoType is typically used in Thailand.
    THAILAND = 34

    # The infoType is typically used in Turkey.
    TURKEY = 35

    # The infoType is typically used in the United Kingdom.
    UNITED_KINGDOM = 36

    # The infoType is typically used in the United States.
    UNITED_STATES = 37

    # The infoType is typically used in Uruguay.
    URUGUAY = 38

    # The infoType is typically used in Venezuela.
    VENEZUELA = 39

    # The infoType is typically used in Google internally.
    INTERNAL = 40

    # The infoType is typically used in New Zealand.
    NEW_ZEALAND = 41
  end

  # Enum of the current industries in the category.
  # We might add more industries in the future.
  module IndustryCategory
    # Unused industry
    INDUSTRY_UNSPECIFIED = 0

    # The infoType is typically used in the finance industry.
    FINANCE = 1

    # The infoType is typically used in the health industry.
    HEALTH = 2

    # The infoType is typically used in the telecommunications industry.
    TELECOMMUNICATIONS = 3
  end

  # Enum of the current types in the category.
  # We might add more types in the future.
  module TypeCategory
    # Unused type
    TYPE_UNSPECIFIED = 0

    # Personally identifiable information, for example, a
    # name or phone number
    PII = 1

    # Personally identifiable information that is especially sensitive, for
    # example, a passport number.
    SPII = 2

    # Attributes that can partially identify someone, especially in
    # combination with other attributes, like age, height, and gender.
    DEMOGRAPHIC = 3

    # Confidential or secret information, for example, a password.
    CREDENTIAL = 4

    # An identification document issued by a government.
    GOVERNMENT_ID = 5

    # A document, for example, a resume or source code.
    DOCUMENT = 6

    # Information that is not sensitive on its own, but provides details about
    # the circumstances surrounding an entity or an event.
    CONTEXTUAL_INFORMATION = 7
  end
end