...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 package dlp
24
25 import (
26 src "cloud.google.com/go/dlp/apiv2/dlppb"
27 grpc "google.golang.org/grpc"
28 )
29
30
31 const (
32 BigQueryOptions_RANDOM_START = src.BigQueryOptions_RANDOM_START
33 BigQueryOptions_SAMPLE_METHOD_UNSPECIFIED = src.BigQueryOptions_SAMPLE_METHOD_UNSPECIFIED
34 BigQueryOptions_TOP = src.BigQueryOptions_TOP
35 ByteContentItem_AVRO = src.ByteContentItem_AVRO
36 ByteContentItem_BYTES_TYPE_UNSPECIFIED = src.ByteContentItem_BYTES_TYPE_UNSPECIFIED
37 ByteContentItem_CSV = src.ByteContentItem_CSV
38 ByteContentItem_EXCEL_DOCUMENT = src.ByteContentItem_EXCEL_DOCUMENT
39 ByteContentItem_IMAGE = src.ByteContentItem_IMAGE
40 ByteContentItem_IMAGE_BMP = src.ByteContentItem_IMAGE_BMP
41 ByteContentItem_IMAGE_JPEG = src.ByteContentItem_IMAGE_JPEG
42 ByteContentItem_IMAGE_PNG = src.ByteContentItem_IMAGE_PNG
43 ByteContentItem_IMAGE_SVG = src.ByteContentItem_IMAGE_SVG
44 ByteContentItem_PDF = src.ByteContentItem_PDF
45 ByteContentItem_POWERPOINT_DOCUMENT = src.ByteContentItem_POWERPOINT_DOCUMENT
46 ByteContentItem_TEXT_UTF8 = src.ByteContentItem_TEXT_UTF8
47 ByteContentItem_TSV = src.ByteContentItem_TSV
48 ByteContentItem_WORD_DOCUMENT = src.ByteContentItem_WORD_DOCUMENT
49 CharsToIgnore_ALPHA_LOWER_CASE = src.CharsToIgnore_ALPHA_LOWER_CASE
50 CharsToIgnore_ALPHA_UPPER_CASE = src.CharsToIgnore_ALPHA_UPPER_CASE
51 CharsToIgnore_COMMON_CHARS_TO_IGNORE_UNSPECIFIED = src.CharsToIgnore_COMMON_CHARS_TO_IGNORE_UNSPECIFIED
52 CharsToIgnore_NUMERIC = src.CharsToIgnore_NUMERIC
53 CharsToIgnore_PUNCTUATION = src.CharsToIgnore_PUNCTUATION
54 CharsToIgnore_WHITESPACE = src.CharsToIgnore_WHITESPACE
55 CloudStorageOptions_RANDOM_START = src.CloudStorageOptions_RANDOM_START
56 CloudStorageOptions_SAMPLE_METHOD_UNSPECIFIED = src.CloudStorageOptions_SAMPLE_METHOD_UNSPECIFIED
57 CloudStorageOptions_TOP = src.CloudStorageOptions_TOP
58 ContentOption_CONTENT_IMAGE = src.ContentOption_CONTENT_IMAGE
59 ContentOption_CONTENT_TEXT = src.ContentOption_CONTENT_TEXT
60 ContentOption_CONTENT_UNSPECIFIED = src.ContentOption_CONTENT_UNSPECIFIED
61 CryptoReplaceFfxFpeConfig_ALPHA_NUMERIC = src.CryptoReplaceFfxFpeConfig_ALPHA_NUMERIC
62 CryptoReplaceFfxFpeConfig_FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED = src.CryptoReplaceFfxFpeConfig_FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED
63 CryptoReplaceFfxFpeConfig_HEXADECIMAL = src.CryptoReplaceFfxFpeConfig_HEXADECIMAL
64 CryptoReplaceFfxFpeConfig_NUMERIC = src.CryptoReplaceFfxFpeConfig_NUMERIC
65 CryptoReplaceFfxFpeConfig_UPPER_CASE_ALPHA_NUMERIC = src.CryptoReplaceFfxFpeConfig_UPPER_CASE_ALPHA_NUMERIC
66 CustomInfoType_EXCLUSION_TYPE_EXCLUDE = src.CustomInfoType_EXCLUSION_TYPE_EXCLUDE
67 CustomInfoType_EXCLUSION_TYPE_UNSPECIFIED = src.CustomInfoType_EXCLUSION_TYPE_UNSPECIFIED
68 DataProfileAction_CHANGED_PROFILE = src.DataProfileAction_CHANGED_PROFILE
69 DataProfileAction_ERROR_CHANGED = src.DataProfileAction_ERROR_CHANGED
70 DataProfileAction_EVENT_TYPE_UNSPECIFIED = src.DataProfileAction_EVENT_TYPE_UNSPECIFIED
71 DataProfileAction_NEW_PROFILE = src.DataProfileAction_NEW_PROFILE
72 DataProfileAction_PubSubNotification_DETAIL_LEVEL_UNSPECIFIED = src.DataProfileAction_PubSubNotification_DETAIL_LEVEL_UNSPECIFIED
73 DataProfileAction_PubSubNotification_RESOURCE_NAME = src.DataProfileAction_PubSubNotification_RESOURCE_NAME
74 DataProfileAction_PubSubNotification_TABLE_PROFILE = src.DataProfileAction_PubSubNotification_TABLE_PROFILE
75 DataProfileAction_SCORE_INCREASED = src.DataProfileAction_SCORE_INCREASED
76 DataProfilePubSubCondition_HIGH = src.DataProfilePubSubCondition_HIGH
77 DataProfilePubSubCondition_MEDIUM_OR_HIGH = src.DataProfilePubSubCondition_MEDIUM_OR_HIGH
78 DataProfilePubSubCondition_PROFILE_SCORE_BUCKET_UNSPECIFIED = src.DataProfilePubSubCondition_PROFILE_SCORE_BUCKET_UNSPECIFIED
79 DataProfilePubSubCondition_PubSubExpressions_AND = src.DataProfilePubSubCondition_PubSubExpressions_AND
80 DataProfilePubSubCondition_PubSubExpressions_LOGICAL_OPERATOR_UNSPECIFIED = src.DataProfilePubSubCondition_PubSubExpressions_LOGICAL_OPERATOR_UNSPECIFIED
81 DataProfilePubSubCondition_PubSubExpressions_OR = src.DataProfilePubSubCondition_PubSubExpressions_OR
82 DataRiskLevel_RISK_HIGH = src.DataRiskLevel_RISK_HIGH
83 DataRiskLevel_RISK_LOW = src.DataRiskLevel_RISK_LOW
84 DataRiskLevel_RISK_MODERATE = src.DataRiskLevel_RISK_MODERATE
85 DataRiskLevel_RISK_SCORE_UNSPECIFIED = src.DataRiskLevel_RISK_SCORE_UNSPECIFIED
86 DlpJobType_DLP_JOB_TYPE_UNSPECIFIED = src.DlpJobType_DLP_JOB_TYPE_UNSPECIFIED
87 DlpJobType_INSPECT_JOB = src.DlpJobType_INSPECT_JOB
88 DlpJobType_RISK_ANALYSIS_JOB = src.DlpJobType_RISK_ANALYSIS_JOB
89 DlpJob_ACTIVE = src.DlpJob_ACTIVE
90 DlpJob_CANCELED = src.DlpJob_CANCELED
91 DlpJob_DONE = src.DlpJob_DONE
92 DlpJob_FAILED = src.DlpJob_FAILED
93 DlpJob_JOB_STATE_UNSPECIFIED = src.DlpJob_JOB_STATE_UNSPECIFIED
94 DlpJob_PENDING = src.DlpJob_PENDING
95 DlpJob_RUNNING = src.DlpJob_RUNNING
96 EncryptionStatus_ENCRYPTION_CUSTOMER_MANAGED = src.EncryptionStatus_ENCRYPTION_CUSTOMER_MANAGED
97 EncryptionStatus_ENCRYPTION_GOOGLE_MANAGED = src.EncryptionStatus_ENCRYPTION_GOOGLE_MANAGED
98 EncryptionStatus_ENCRYPTION_STATUS_UNSPECIFIED = src.EncryptionStatus_ENCRYPTION_STATUS_UNSPECIFIED
99 FileType_AVRO = src.FileType_AVRO
100 FileType_BINARY_FILE = src.FileType_BINARY_FILE
101 FileType_CSV = src.FileType_CSV
102 FileType_EXCEL = src.FileType_EXCEL
103 FileType_FILE_TYPE_UNSPECIFIED = src.FileType_FILE_TYPE_UNSPECIFIED
104 FileType_IMAGE = src.FileType_IMAGE
105 FileType_PDF = src.FileType_PDF
106 FileType_POWERPOINT = src.FileType_POWERPOINT
107 FileType_TEXT_FILE = src.FileType_TEXT_FILE
108 FileType_TSV = src.FileType_TSV
109 FileType_WORD = src.FileType_WORD
110 InfoTypeCategory_ARGENTINA = src.InfoTypeCategory_ARGENTINA
111 InfoTypeCategory_AUSTRALIA = src.InfoTypeCategory_AUSTRALIA
112 InfoTypeCategory_BELGIUM = src.InfoTypeCategory_BELGIUM
113 InfoTypeCategory_BRAZIL = src.InfoTypeCategory_BRAZIL
114 InfoTypeCategory_CANADA = src.InfoTypeCategory_CANADA
115 InfoTypeCategory_CHILE = src.InfoTypeCategory_CHILE
116 InfoTypeCategory_CHINA = src.InfoTypeCategory_CHINA
117 InfoTypeCategory_COLOMBIA = src.InfoTypeCategory_COLOMBIA
118 InfoTypeCategory_CONTEXTUAL_INFORMATION = src.InfoTypeCategory_CONTEXTUAL_INFORMATION
119 InfoTypeCategory_CREDENTIAL = src.InfoTypeCategory_CREDENTIAL
120 InfoTypeCategory_DEMOGRAPHIC = src.InfoTypeCategory_DEMOGRAPHIC
121 InfoTypeCategory_DENMARK = src.InfoTypeCategory_DENMARK
122 InfoTypeCategory_DOCUMENT = src.InfoTypeCategory_DOCUMENT
123 InfoTypeCategory_FINANCE = src.InfoTypeCategory_FINANCE
124 InfoTypeCategory_FINLAND = src.InfoTypeCategory_FINLAND
125 InfoTypeCategory_FRANCE = src.InfoTypeCategory_FRANCE
126 InfoTypeCategory_GERMANY = src.InfoTypeCategory_GERMANY
127 InfoTypeCategory_GLOBAL = src.InfoTypeCategory_GLOBAL
128 InfoTypeCategory_GOVERNMENT_ID = src.InfoTypeCategory_GOVERNMENT_ID
129 InfoTypeCategory_HEALTH = src.InfoTypeCategory_HEALTH
130 InfoTypeCategory_HONG_KONG = src.InfoTypeCategory_HONG_KONG
131 InfoTypeCategory_INDIA = src.InfoTypeCategory_INDIA
132 InfoTypeCategory_INDONESIA = src.InfoTypeCategory_INDONESIA
133 InfoTypeCategory_INDUSTRY_UNSPECIFIED = src.InfoTypeCategory_INDUSTRY_UNSPECIFIED
134 InfoTypeCategory_INTERNAL = src.InfoTypeCategory_INTERNAL
135 InfoTypeCategory_IRELAND = src.InfoTypeCategory_IRELAND
136 InfoTypeCategory_ISRAEL = src.InfoTypeCategory_ISRAEL
137 InfoTypeCategory_ITALY = src.InfoTypeCategory_ITALY
138 InfoTypeCategory_JAPAN = src.InfoTypeCategory_JAPAN
139 InfoTypeCategory_KOREA = src.InfoTypeCategory_KOREA
140 InfoTypeCategory_LOCATION_UNSPECIFIED = src.InfoTypeCategory_LOCATION_UNSPECIFIED
141 InfoTypeCategory_MEXICO = src.InfoTypeCategory_MEXICO
142 InfoTypeCategory_NORWAY = src.InfoTypeCategory_NORWAY
143 InfoTypeCategory_PARAGUAY = src.InfoTypeCategory_PARAGUAY
144 InfoTypeCategory_PERU = src.InfoTypeCategory_PERU
145 InfoTypeCategory_PII = src.InfoTypeCategory_PII
146 InfoTypeCategory_POLAND = src.InfoTypeCategory_POLAND
147 InfoTypeCategory_PORTUGAL = src.InfoTypeCategory_PORTUGAL
148 InfoTypeCategory_SINGAPORE = src.InfoTypeCategory_SINGAPORE
149 InfoTypeCategory_SOUTH_AFRICA = src.InfoTypeCategory_SOUTH_AFRICA
150 InfoTypeCategory_SPAIN = src.InfoTypeCategory_SPAIN
151 InfoTypeCategory_SPII = src.InfoTypeCategory_SPII
152 InfoTypeCategory_SWEDEN = src.InfoTypeCategory_SWEDEN
153 InfoTypeCategory_TAIWAN = src.InfoTypeCategory_TAIWAN
154 InfoTypeCategory_TELECOMMUNICATIONS = src.InfoTypeCategory_TELECOMMUNICATIONS
155 InfoTypeCategory_THAILAND = src.InfoTypeCategory_THAILAND
156 InfoTypeCategory_THE_NETHERLANDS = src.InfoTypeCategory_THE_NETHERLANDS
157 InfoTypeCategory_TURKEY = src.InfoTypeCategory_TURKEY
158 InfoTypeCategory_TYPE_UNSPECIFIED = src.InfoTypeCategory_TYPE_UNSPECIFIED
159 InfoTypeCategory_UNITED_KINGDOM = src.InfoTypeCategory_UNITED_KINGDOM
160 InfoTypeCategory_UNITED_STATES = src.InfoTypeCategory_UNITED_STATES
161 InfoTypeCategory_URUGUAY = src.InfoTypeCategory_URUGUAY
162 InfoTypeCategory_VENEZUELA = src.InfoTypeCategory_VENEZUELA
163 InfoTypeSupportedBy_ENUM_TYPE_UNSPECIFIED = src.InfoTypeSupportedBy_ENUM_TYPE_UNSPECIFIED
164 InfoTypeSupportedBy_INSPECT = src.InfoTypeSupportedBy_INSPECT
165 InfoTypeSupportedBy_RISK_ANALYSIS = src.InfoTypeSupportedBy_RISK_ANALYSIS
166 JobTrigger_CANCELLED = src.JobTrigger_CANCELLED
167 JobTrigger_HEALTHY = src.JobTrigger_HEALTHY
168 JobTrigger_PAUSED = src.JobTrigger_PAUSED
169 JobTrigger_STATUS_UNSPECIFIED = src.JobTrigger_STATUS_UNSPECIFIED
170 Likelihood_LIKELIHOOD_UNSPECIFIED = src.Likelihood_LIKELIHOOD_UNSPECIFIED
171 Likelihood_LIKELY = src.Likelihood_LIKELY
172 Likelihood_POSSIBLE = src.Likelihood_POSSIBLE
173 Likelihood_UNLIKELY = src.Likelihood_UNLIKELY
174 Likelihood_VERY_LIKELY = src.Likelihood_VERY_LIKELY
175 Likelihood_VERY_UNLIKELY = src.Likelihood_VERY_UNLIKELY
176 MatchingType_MATCHING_TYPE_FULL_MATCH = src.MatchingType_MATCHING_TYPE_FULL_MATCH
177 MatchingType_MATCHING_TYPE_INVERSE_MATCH = src.MatchingType_MATCHING_TYPE_INVERSE_MATCH
178 MatchingType_MATCHING_TYPE_PARTIAL_MATCH = src.MatchingType_MATCHING_TYPE_PARTIAL_MATCH
179 MatchingType_MATCHING_TYPE_UNSPECIFIED = src.MatchingType_MATCHING_TYPE_UNSPECIFIED
180 MetadataType_METADATATYPE_UNSPECIFIED = src.MetadataType_METADATATYPE_UNSPECIFIED
181 MetadataType_STORAGE_METADATA = src.MetadataType_STORAGE_METADATA
182 OutputStorageConfig_ALL_COLUMNS = src.OutputStorageConfig_ALL_COLUMNS
183 OutputStorageConfig_BASIC_COLUMNS = src.OutputStorageConfig_BASIC_COLUMNS
184 OutputStorageConfig_BIG_QUERY_COLUMNS = src.OutputStorageConfig_BIG_QUERY_COLUMNS
185 OutputStorageConfig_DATASTORE_COLUMNS = src.OutputStorageConfig_DATASTORE_COLUMNS
186 OutputStorageConfig_GCS_COLUMNS = src.OutputStorageConfig_GCS_COLUMNS
187 OutputStorageConfig_OUTPUT_SCHEMA_UNSPECIFIED = src.OutputStorageConfig_OUTPUT_SCHEMA_UNSPECIFIED
188 RecordCondition_Expressions_AND = src.RecordCondition_Expressions_AND
189 RecordCondition_Expressions_LOGICAL_OPERATOR_UNSPECIFIED = src.RecordCondition_Expressions_LOGICAL_OPERATOR_UNSPECIFIED
190 RelationalOperator_EQUAL_TO = src.RelationalOperator_EQUAL_TO
191 RelationalOperator_EXISTS = src.RelationalOperator_EXISTS
192 RelationalOperator_GREATER_THAN = src.RelationalOperator_GREATER_THAN
193 RelationalOperator_GREATER_THAN_OR_EQUALS = src.RelationalOperator_GREATER_THAN_OR_EQUALS
194 RelationalOperator_LESS_THAN = src.RelationalOperator_LESS_THAN
195 RelationalOperator_LESS_THAN_OR_EQUALS = src.RelationalOperator_LESS_THAN_OR_EQUALS
196 RelationalOperator_NOT_EQUAL_TO = src.RelationalOperator_NOT_EQUAL_TO
197 RelationalOperator_RELATIONAL_OPERATOR_UNSPECIFIED = src.RelationalOperator_RELATIONAL_OPERATOR_UNSPECIFIED
198 ResourceVisibility_RESOURCE_VISIBILITY_PUBLIC = src.ResourceVisibility_RESOURCE_VISIBILITY_PUBLIC
199 ResourceVisibility_RESOURCE_VISIBILITY_RESTRICTED = src.ResourceVisibility_RESOURCE_VISIBILITY_RESTRICTED
200 ResourceVisibility_RESOURCE_VISIBILITY_UNSPECIFIED = src.ResourceVisibility_RESOURCE_VISIBILITY_UNSPECIFIED
201 SensitivityScore_SENSITIVITY_HIGH = src.SensitivityScore_SENSITIVITY_HIGH
202 SensitivityScore_SENSITIVITY_LOW = src.SensitivityScore_SENSITIVITY_LOW
203 SensitivityScore_SENSITIVITY_MODERATE = src.SensitivityScore_SENSITIVITY_MODERATE
204 SensitivityScore_SENSITIVITY_SCORE_UNSPECIFIED = src.SensitivityScore_SENSITIVITY_SCORE_UNSPECIFIED
205 StoredInfoTypeState_FAILED = src.StoredInfoTypeState_FAILED
206 StoredInfoTypeState_INVALID = src.StoredInfoTypeState_INVALID
207 StoredInfoTypeState_PENDING = src.StoredInfoTypeState_PENDING
208 StoredInfoTypeState_READY = src.StoredInfoTypeState_READY
209 StoredInfoTypeState_STORED_INFO_TYPE_STATE_UNSPECIFIED = src.StoredInfoTypeState_STORED_INFO_TYPE_STATE_UNSPECIFIED
210 TableDataProfile_DONE = src.TableDataProfile_DONE
211 TableDataProfile_RUNNING = src.TableDataProfile_RUNNING
212 TableDataProfile_STATE_UNSPECIFIED = src.TableDataProfile_STATE_UNSPECIFIED
213 TimePartConfig_DAY_OF_MONTH = src.TimePartConfig_DAY_OF_MONTH
214 TimePartConfig_DAY_OF_WEEK = src.TimePartConfig_DAY_OF_WEEK
215 TimePartConfig_HOUR_OF_DAY = src.TimePartConfig_HOUR_OF_DAY
216 TimePartConfig_MONTH = src.TimePartConfig_MONTH
217 TimePartConfig_TIME_PART_UNSPECIFIED = src.TimePartConfig_TIME_PART_UNSPECIFIED
218 TimePartConfig_WEEK_OF_YEAR = src.TimePartConfig_WEEK_OF_YEAR
219 TimePartConfig_YEAR = src.TimePartConfig_YEAR
220 TransformationContainerType_TRANSFORM_BODY = src.TransformationContainerType_TRANSFORM_BODY
221 TransformationContainerType_TRANSFORM_METADATA = src.TransformationContainerType_TRANSFORM_METADATA
222 TransformationContainerType_TRANSFORM_TABLE = src.TransformationContainerType_TRANSFORM_TABLE
223 TransformationContainerType_TRANSFORM_UNKNOWN_CONTAINER = src.TransformationContainerType_TRANSFORM_UNKNOWN_CONTAINER
224 TransformationResultStatusType_BIGQUERY_MAX_ROW_SIZE_EXCEEDED = src.TransformationResultStatusType_BIGQUERY_MAX_ROW_SIZE_EXCEEDED
225 TransformationResultStatusType_INVALID_TRANSFORM = src.TransformationResultStatusType_INVALID_TRANSFORM
226 TransformationResultStatusType_METADATA_UNRETRIEVABLE = src.TransformationResultStatusType_METADATA_UNRETRIEVABLE
227 TransformationResultStatusType_STATE_TYPE_UNSPECIFIED = src.TransformationResultStatusType_STATE_TYPE_UNSPECIFIED
228 TransformationResultStatusType_SUCCESS = src.TransformationResultStatusType_SUCCESS
229 TransformationSummary_ERROR = src.TransformationSummary_ERROR
230 TransformationSummary_SUCCESS = src.TransformationSummary_SUCCESS
231 TransformationSummary_TRANSFORMATION_RESULT_CODE_UNSPECIFIED = src.TransformationSummary_TRANSFORMATION_RESULT_CODE_UNSPECIFIED
232 TransformationType_BUCKETING = src.TransformationType_BUCKETING
233 TransformationType_CHARACTER_MASK = src.TransformationType_CHARACTER_MASK
234 TransformationType_CRYPTO_DETERMINISTIC_CONFIG = src.TransformationType_CRYPTO_DETERMINISTIC_CONFIG
235 TransformationType_CRYPTO_HASH = src.TransformationType_CRYPTO_HASH
236 TransformationType_CRYPTO_REPLACE_FFX_FPE = src.TransformationType_CRYPTO_REPLACE_FFX_FPE
237 TransformationType_DATE_SHIFT = src.TransformationType_DATE_SHIFT
238 TransformationType_FIXED_SIZE_BUCKETING = src.TransformationType_FIXED_SIZE_BUCKETING
239 TransformationType_RECORD_SUPPRESSION = src.TransformationType_RECORD_SUPPRESSION
240 TransformationType_REDACT = src.TransformationType_REDACT
241 TransformationType_REDACT_IMAGE = src.TransformationType_REDACT_IMAGE
242 TransformationType_REPLACE_DICTIONARY = src.TransformationType_REPLACE_DICTIONARY
243 TransformationType_REPLACE_VALUE = src.TransformationType_REPLACE_VALUE
244 TransformationType_REPLACE_WITH_INFO_TYPE = src.TransformationType_REPLACE_WITH_INFO_TYPE
245 TransformationType_TIME_PART = src.TransformationType_TIME_PART
246 TransformationType_TRANSFORMATION_TYPE_UNSPECIFIED = src.TransformationType_TRANSFORMATION_TYPE_UNSPECIFIED
247 )
248
249
250 var (
251 BigQueryOptions_SampleMethod_name = src.BigQueryOptions_SampleMethod_name
252 BigQueryOptions_SampleMethod_value = src.BigQueryOptions_SampleMethod_value
253 ByteContentItem_BytesType_name = src.ByteContentItem_BytesType_name
254 ByteContentItem_BytesType_value = src.ByteContentItem_BytesType_value
255 CharsToIgnore_CommonCharsToIgnore_name = src.CharsToIgnore_CommonCharsToIgnore_name
256 CharsToIgnore_CommonCharsToIgnore_value = src.CharsToIgnore_CommonCharsToIgnore_value
257 CloudStorageOptions_SampleMethod_name = src.CloudStorageOptions_SampleMethod_name
258 CloudStorageOptions_SampleMethod_value = src.CloudStorageOptions_SampleMethod_value
259 ContentOption_name = src.ContentOption_name
260 ContentOption_value = src.ContentOption_value
261 CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet_name = src.CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet_name
262 CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet_value = src.CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet_value
263 CustomInfoType_ExclusionType_name = src.CustomInfoType_ExclusionType_name
264 CustomInfoType_ExclusionType_value = src.CustomInfoType_ExclusionType_value
265 DataProfileAction_EventType_name = src.DataProfileAction_EventType_name
266 DataProfileAction_EventType_value = src.DataProfileAction_EventType_value
267 DataProfileAction_PubSubNotification_DetailLevel_name = src.DataProfileAction_PubSubNotification_DetailLevel_name
268 DataProfileAction_PubSubNotification_DetailLevel_value = src.DataProfileAction_PubSubNotification_DetailLevel_value
269 DataProfilePubSubCondition_ProfileScoreBucket_name = src.DataProfilePubSubCondition_ProfileScoreBucket_name
270 DataProfilePubSubCondition_ProfileScoreBucket_value = src.DataProfilePubSubCondition_ProfileScoreBucket_value
271 DataProfilePubSubCondition_PubSubExpressions_PubSubLogicalOperator_name = src.DataProfilePubSubCondition_PubSubExpressions_PubSubLogicalOperator_name
272 DataProfilePubSubCondition_PubSubExpressions_PubSubLogicalOperator_value = src.DataProfilePubSubCondition_PubSubExpressions_PubSubLogicalOperator_value
273 DataRiskLevel_DataRiskLevelScore_name = src.DataRiskLevel_DataRiskLevelScore_name
274 DataRiskLevel_DataRiskLevelScore_value = src.DataRiskLevel_DataRiskLevelScore_value
275 DlpJobType_name = src.DlpJobType_name
276 DlpJobType_value = src.DlpJobType_value
277 DlpJob_JobState_name = src.DlpJob_JobState_name
278 DlpJob_JobState_value = src.DlpJob_JobState_value
279 EncryptionStatus_name = src.EncryptionStatus_name
280 EncryptionStatus_value = src.EncryptionStatus_value
281 FileType_name = src.FileType_name
282 FileType_value = src.FileType_value
283 File_google_privacy_dlp_v2_dlp_proto = src.File_google_privacy_dlp_v2_dlp_proto
284 File_google_privacy_dlp_v2_storage_proto = src.File_google_privacy_dlp_v2_storage_proto
285 InfoTypeCategory_IndustryCategory_name = src.InfoTypeCategory_IndustryCategory_name
286 InfoTypeCategory_IndustryCategory_value = src.InfoTypeCategory_IndustryCategory_value
287 InfoTypeCategory_LocationCategory_name = src.InfoTypeCategory_LocationCategory_name
288 InfoTypeCategory_LocationCategory_value = src.InfoTypeCategory_LocationCategory_value
289 InfoTypeCategory_TypeCategory_name = src.InfoTypeCategory_TypeCategory_name
290 InfoTypeCategory_TypeCategory_value = src.InfoTypeCategory_TypeCategory_value
291 InfoTypeSupportedBy_name = src.InfoTypeSupportedBy_name
292 InfoTypeSupportedBy_value = src.InfoTypeSupportedBy_value
293 JobTrigger_Status_name = src.JobTrigger_Status_name
294 JobTrigger_Status_value = src.JobTrigger_Status_value
295 Likelihood_name = src.Likelihood_name
296 Likelihood_value = src.Likelihood_value
297 MatchingType_name = src.MatchingType_name
298 MatchingType_value = src.MatchingType_value
299 MetadataType_name = src.MetadataType_name
300 MetadataType_value = src.MetadataType_value
301 OutputStorageConfig_OutputSchema_name = src.OutputStorageConfig_OutputSchema_name
302 OutputStorageConfig_OutputSchema_value = src.OutputStorageConfig_OutputSchema_value
303 RecordCondition_Expressions_LogicalOperator_name = src.RecordCondition_Expressions_LogicalOperator_name
304 RecordCondition_Expressions_LogicalOperator_value = src.RecordCondition_Expressions_LogicalOperator_value
305 RelationalOperator_name = src.RelationalOperator_name
306 RelationalOperator_value = src.RelationalOperator_value
307 ResourceVisibility_name = src.ResourceVisibility_name
308 ResourceVisibility_value = src.ResourceVisibility_value
309 SensitivityScore_SensitivityScoreLevel_name = src.SensitivityScore_SensitivityScoreLevel_name
310 SensitivityScore_SensitivityScoreLevel_value = src.SensitivityScore_SensitivityScoreLevel_value
311 StoredInfoTypeState_name = src.StoredInfoTypeState_name
312 StoredInfoTypeState_value = src.StoredInfoTypeState_value
313 TableDataProfile_State_name = src.TableDataProfile_State_name
314 TableDataProfile_State_value = src.TableDataProfile_State_value
315 TimePartConfig_TimePart_name = src.TimePartConfig_TimePart_name
316 TimePartConfig_TimePart_value = src.TimePartConfig_TimePart_value
317 TransformationContainerType_name = src.TransformationContainerType_name
318 TransformationContainerType_value = src.TransformationContainerType_value
319 TransformationResultStatusType_name = src.TransformationResultStatusType_name
320 TransformationResultStatusType_value = src.TransformationResultStatusType_value
321 TransformationSummary_TransformationResultCode_name = src.TransformationSummary_TransformationResultCode_name
322 TransformationSummary_TransformationResultCode_value = src.TransformationSummary_TransformationResultCode_value
323 TransformationType_name = src.TransformationType_name
324 TransformationType_value = src.TransformationType_value
325 )
326
327
328
329
330
331 type Action = src.Action
332
333
334
335
336
337
338
339
340
341
342
343
344
345 type Action_Deidentify = src.Action_Deidentify
346 type Action_Deidentify_ = src.Action_Deidentify_
347 type Action_Deidentify_CloudStorageOutput = src.Action_Deidentify_CloudStorageOutput
348
349
350
351
352
353
354 type Action_JobNotificationEmails = src.Action_JobNotificationEmails
355 type Action_JobNotificationEmails_ = src.Action_JobNotificationEmails_
356 type Action_PubSub = src.Action_PubSub
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374 type Action_PublishFindingsToCloudDataCatalog = src.Action_PublishFindingsToCloudDataCatalog
375 type Action_PublishFindingsToCloudDataCatalog_ = src.Action_PublishFindingsToCloudDataCatalog_
376
377
378
379
380
381
382
383
384
385
386
387 type Action_PublishSummaryToCscc = src.Action_PublishSummaryToCscc
388 type Action_PublishSummaryToCscc_ = src.Action_PublishSummaryToCscc_
389
390
391
392
393
394
395
396
397 type Action_PublishToPubSub = src.Action_PublishToPubSub
398
399
400
401
402
403
404
405 type Action_PublishToStackdriver = src.Action_PublishToStackdriver
406 type Action_PublishToStackdriver_ = src.Action_PublishToStackdriver_
407
408
409
410
411
412
413 type Action_SaveFindings = src.Action_SaveFindings
414 type Action_SaveFindings_ = src.Action_SaveFindings_
415
416
417
418
419 type ActivateJobTriggerRequest = src.ActivateJobTriggerRequest
420
421
422
423
424 type AnalyzeDataSourceRiskDetails = src.AnalyzeDataSourceRiskDetails
425
426
427
428
429 type AnalyzeDataSourceRiskDetails_CategoricalStatsResult = src.AnalyzeDataSourceRiskDetails_CategoricalStatsResult
430 type AnalyzeDataSourceRiskDetails_CategoricalStatsResult_ = src.AnalyzeDataSourceRiskDetails_CategoricalStatsResult_
431
432
433
434
435 type AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket = src.AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket
436
437
438
439
440
441 type AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult = src.AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult
442 type AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_ = src.AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_
443
444
445
446
447
448
449
450
451 type AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket = src.AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket
452
453
454
455
456 type AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues = src.AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues
457
458
459
460
461 type AnalyzeDataSourceRiskDetails_KAnonymityResult = src.AnalyzeDataSourceRiskDetails_KAnonymityResult
462 type AnalyzeDataSourceRiskDetails_KAnonymityResult_ = src.AnalyzeDataSourceRiskDetails_KAnonymityResult_
463
464
465
466
467 type AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass = src.AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass
468
469
470
471
472 type AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket = src.AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket
473
474
475
476
477
478 type AnalyzeDataSourceRiskDetails_KMapEstimationResult = src.AnalyzeDataSourceRiskDetails_KMapEstimationResult
479 type AnalyzeDataSourceRiskDetails_KMapEstimationResult_ = src.AnalyzeDataSourceRiskDetails_KMapEstimationResult_
480
481
482
483
484
485
486
487
488
489 type AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket = src.AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket
490
491
492
493
494 type AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues = src.AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues
495
496
497
498
499 type AnalyzeDataSourceRiskDetails_LDiversityResult = src.AnalyzeDataSourceRiskDetails_LDiversityResult
500 type AnalyzeDataSourceRiskDetails_LDiversityResult_ = src.AnalyzeDataSourceRiskDetails_LDiversityResult_
501
502
503
504
505 type AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass = src.AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass
506
507
508
509
510 type AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket = src.AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket
511
512
513
514
515 type AnalyzeDataSourceRiskDetails_NumericalStatsResult = src.AnalyzeDataSourceRiskDetails_NumericalStatsResult
516 type AnalyzeDataSourceRiskDetails_NumericalStatsResult_ = src.AnalyzeDataSourceRiskDetails_NumericalStatsResult_
517
518
519
520
521 type AnalyzeDataSourceRiskDetails_RequestedRiskAnalysisOptions = src.AnalyzeDataSourceRiskDetails_RequestedRiskAnalysisOptions
522
523
524
525
526 type BigQueryField = src.BigQueryField
527
528
529
530
531 type BigQueryKey = src.BigQueryKey
532
533
534
535
536 type BigQueryOptions = src.BigQueryOptions
537
538
539
540
541
542
543 type BigQueryOptions_SampleMethod = src.BigQueryOptions_SampleMethod
544
545
546
547
548
549
550
551
552 type BigQueryTable = src.BigQueryTable
553
554
555
556
557 type BoundingBox = src.BoundingBox
558
559
560
561
562
563
564
565
566
567
568
569 type BucketingConfig = src.BucketingConfig
570
571
572
573
574 type BucketingConfig_Bucket = src.BucketingConfig_Bucket
575
576
577
578
579 type ByteContentItem = src.ByteContentItem
580
581
582
583
584
585 type ByteContentItem_BytesType = src.ByteContentItem_BytesType
586
587
588
589
590 type CancelDlpJobRequest = src.CancelDlpJobRequest
591
592
593
594
595
596
597
598
599
600 type CharacterMaskConfig = src.CharacterMaskConfig
601
602
603
604
605
606 type CharsToIgnore = src.CharsToIgnore
607 type CharsToIgnore_CharactersToSkip = src.CharsToIgnore_CharactersToSkip
608 type CharsToIgnore_CommonCharactersToIgnore = src.CharsToIgnore_CommonCharactersToIgnore
609
610
611
612
613 type CharsToIgnore_CommonCharsToIgnore = src.CharsToIgnore_CommonCharsToIgnore
614
615
616
617
618 type CloudStorageFileSet = src.CloudStorageFileSet
619
620
621
622
623 type CloudStorageOptions = src.CloudStorageOptions
624
625
626
627
628 type CloudStorageOptions_FileSet = src.CloudStorageOptions_FileSet
629
630
631
632
633
634
635 type CloudStorageOptions_SampleMethod = src.CloudStorageOptions_SampleMethod
636
637
638
639
640 type CloudStoragePath = src.CloudStoragePath
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664 type CloudStorageRegexFileSet = src.CloudStorageRegexFileSet
665
666
667
668
669 type Color = src.Color
670
671
672
673
674
675 type Container = src.Container
676
677
678
679
680 type ContentItem = src.ContentItem
681 type ContentItem_ByteItem = src.ContentItem_ByteItem
682 type ContentItem_Table = src.ContentItem_Table
683 type ContentItem_Value = src.ContentItem_Value
684
685
686
687
688
689 type ContentLocation = src.ContentLocation
690 type ContentLocation_DocumentLocation = src.ContentLocation_DocumentLocation
691 type ContentLocation_ImageLocation = src.ContentLocation_ImageLocation
692 type ContentLocation_MetadataLocation = src.ContentLocation_MetadataLocation
693 type ContentLocation_RecordLocation = src.ContentLocation_RecordLocation
694
695
696
697
698 type ContentOption = src.ContentOption
699
700
701
702
703 type CreateDeidentifyTemplateRequest = src.CreateDeidentifyTemplateRequest
704
705
706
707
708
709 type CreateDlpJobRequest = src.CreateDlpJobRequest
710 type CreateDlpJobRequest_InspectJob = src.CreateDlpJobRequest_InspectJob
711 type CreateDlpJobRequest_RiskJob = src.CreateDlpJobRequest_RiskJob
712
713
714
715
716 type CreateInspectTemplateRequest = src.CreateInspectTemplateRequest
717
718
719
720
721 type CreateJobTriggerRequest = src.CreateJobTriggerRequest
722
723
724
725
726 type CreateStoredInfoTypeRequest = src.CreateStoredInfoTypeRequest
727
728
729
730
731
732
733 type CryptoDeterministicConfig = src.CryptoDeterministicConfig
734
735
736
737
738
739
740
741
742
743 type CryptoHashConfig = src.CryptoHashConfig
744
745
746
747
748
749
750
751 type CryptoKey = src.CryptoKey
752 type CryptoKey_KmsWrapped = src.CryptoKey_KmsWrapped
753 type CryptoKey_Transient = src.CryptoKey_Transient
754 type CryptoKey_Unwrapped = src.CryptoKey_Unwrapped
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769 type CryptoReplaceFfxFpeConfig = src.CryptoReplaceFfxFpeConfig
770 type CryptoReplaceFfxFpeConfig_CommonAlphabet = src.CryptoReplaceFfxFpeConfig_CommonAlphabet
771 type CryptoReplaceFfxFpeConfig_CustomAlphabet = src.CryptoReplaceFfxFpeConfig_CustomAlphabet
772
773
774
775
776
777
778 type CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet = src.CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet
779 type CryptoReplaceFfxFpeConfig_Radix = src.CryptoReplaceFfxFpeConfig_Radix
780
781
782
783
784
785 type CustomInfoType = src.CustomInfoType
786
787
788
789
790
791
792
793 type CustomInfoType_DetectionRule = src.CustomInfoType_DetectionRule
794
795
796
797
798
799 type CustomInfoType_DetectionRule_HotwordRule = src.CustomInfoType_DetectionRule_HotwordRule
800 type CustomInfoType_DetectionRule_HotwordRule_ = src.CustomInfoType_DetectionRule_HotwordRule_
801
802
803
804
805
806 type CustomInfoType_DetectionRule_LikelihoodAdjustment = src.CustomInfoType_DetectionRule_LikelihoodAdjustment
807 type CustomInfoType_DetectionRule_LikelihoodAdjustment_FixedLikelihood = src.CustomInfoType_DetectionRule_LikelihoodAdjustment_FixedLikelihood
808 type CustomInfoType_DetectionRule_LikelihoodAdjustment_RelativeLikelihood = src.CustomInfoType_DetectionRule_LikelihoodAdjustment_RelativeLikelihood
809
810
811
812
813 type CustomInfoType_DetectionRule_Proximity = src.CustomInfoType_DetectionRule_Proximity
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836 type CustomInfoType_Dictionary = src.CustomInfoType_Dictionary
837 type CustomInfoType_Dictionary_ = src.CustomInfoType_Dictionary_
838 type CustomInfoType_Dictionary_CloudStoragePath = src.CustomInfoType_Dictionary_CloudStoragePath
839
840
841
842
843 type CustomInfoType_Dictionary_WordList = src.CustomInfoType_Dictionary_WordList
844 type CustomInfoType_Dictionary_WordList_ = src.CustomInfoType_Dictionary_WordList_
845 type CustomInfoType_ExclusionType = src.CustomInfoType_ExclusionType
846
847
848
849
850 type CustomInfoType_Regex = src.CustomInfoType_Regex
851 type CustomInfoType_Regex_ = src.CustomInfoType_Regex_
852 type CustomInfoType_StoredType = src.CustomInfoType_StoredType
853
854
855
856
857
858
859
860
861
862
863 type CustomInfoType_SurrogateType = src.CustomInfoType_SurrogateType
864 type CustomInfoType_SurrogateType_ = src.CustomInfoType_SurrogateType_
865
866
867
868
869 type DataProfileAction = src.DataProfileAction
870
871
872
873
874 type DataProfileAction_EventType = src.DataProfileAction_EventType
875
876
877
878
879
880 type DataProfileAction_Export = src.DataProfileAction_Export
881 type DataProfileAction_ExportData = src.DataProfileAction_ExportData
882
883
884
885
886
887
888 type DataProfileAction_PubSubNotification = src.DataProfileAction_PubSubNotification
889 type DataProfileAction_PubSubNotification_ = src.DataProfileAction_PubSubNotification_
890
891
892
893
894 type DataProfileAction_PubSubNotification_DetailLevel = src.DataProfileAction_PubSubNotification_DetailLevel
895
896
897
898
899 type DataProfileConfigSnapshot = src.DataProfileConfigSnapshot
900
901
902
903
904
905
906
907
908 type DataProfileJobConfig = src.DataProfileJobConfig
909
910
911
912
913 type DataProfileLocation = src.DataProfileLocation
914 type DataProfileLocation_FolderId = src.DataProfileLocation_FolderId
915 type DataProfileLocation_OrganizationId = src.DataProfileLocation_OrganizationId
916
917
918
919
920 type DataProfilePubSubCondition = src.DataProfilePubSubCondition
921
922
923
924
925 type DataProfilePubSubCondition_ProfileScoreBucket = src.DataProfilePubSubCondition_ProfileScoreBucket
926
927
928
929
930 type DataProfilePubSubCondition_PubSubCondition = src.DataProfilePubSubCondition_PubSubCondition
931 type DataProfilePubSubCondition_PubSubCondition_MinimumRiskScore = src.DataProfilePubSubCondition_PubSubCondition_MinimumRiskScore
932 type DataProfilePubSubCondition_PubSubCondition_MinimumSensitivityScore = src.DataProfilePubSubCondition_PubSubCondition_MinimumSensitivityScore
933
934
935
936
937 type DataProfilePubSubCondition_PubSubExpressions = src.DataProfilePubSubCondition_PubSubExpressions
938
939
940
941
942 type DataProfilePubSubCondition_PubSubExpressions_PubSubLogicalOperator = src.DataProfilePubSubCondition_PubSubExpressions_PubSubLogicalOperator
943
944
945
946
947
948
949 type DataProfilePubSubMessage = src.DataProfilePubSubMessage
950
951
952
953
954
955 type DataRiskLevel = src.DataRiskLevel
956
957
958
959
960 type DataRiskLevel_DataRiskLevelScore = src.DataRiskLevel_DataRiskLevelScore
961
962
963
964
965 type DatastoreKey = src.DatastoreKey
966
967
968
969
970 type DatastoreOptions = src.DatastoreOptions
971
972
973
974
975
976
977 type DateShiftConfig = src.DateShiftConfig
978 type DateShiftConfig_CryptoKey = src.DateShiftConfig_CryptoKey
979
980
981
982
983 type DateTime = src.DateTime
984
985
986
987
988 type DateTime_TimeZone = src.DateTime_TimeZone
989
990
991
992
993 type DeidentifyConfig = src.DeidentifyConfig
994 type DeidentifyConfig_ImageTransformations = src.DeidentifyConfig_ImageTransformations
995 type DeidentifyConfig_InfoTypeTransformations = src.DeidentifyConfig_InfoTypeTransformations
996 type DeidentifyConfig_RecordTransformations = src.DeidentifyConfig_RecordTransformations
997
998
999
1000
1001 type DeidentifyContentRequest = src.DeidentifyContentRequest
1002
1003
1004
1005
1006 type DeidentifyContentResponse = src.DeidentifyContentResponse
1007
1008
1009
1010
1011
1012 type DeidentifyTemplate = src.DeidentifyTemplate
1013
1014
1015
1016
1017 type DeleteDeidentifyTemplateRequest = src.DeleteDeidentifyTemplateRequest
1018
1019
1020
1021
1022 type DeleteDlpJobRequest = src.DeleteDlpJobRequest
1023
1024
1025
1026
1027 type DeleteInspectTemplateRequest = src.DeleteInspectTemplateRequest
1028
1029
1030
1031
1032 type DeleteJobTriggerRequest = src.DeleteJobTriggerRequest
1033
1034
1035
1036
1037 type DeleteStoredInfoTypeRequest = src.DeleteStoredInfoTypeRequest
1038
1039
1040
1041
1042 type DlpJob = src.DlpJob
1043
1044
1045
1046
1047 type DlpJobType = src.DlpJobType
1048 type DlpJob_InspectDetails = src.DlpJob_InspectDetails
1049
1050
1051
1052
1053 type DlpJob_JobState = src.DlpJob_JobState
1054 type DlpJob_RiskDetails = src.DlpJob_RiskDetails
1055
1056
1057
1058
1059
1060
1061 type DlpServiceClient = src.DlpServiceClient
1062
1063
1064
1065
1066 type DlpServiceServer = src.DlpServiceServer
1067
1068
1069
1070
1071 type DocumentLocation = src.DocumentLocation
1072
1073
1074
1075
1076 type EncryptionStatus = src.EncryptionStatus
1077
1078
1079
1080
1081
1082
1083
1084
1085 type EntityId = src.EntityId
1086
1087
1088
1089
1090
1091 type Error = src.Error
1092
1093
1094
1095
1096 type ExcludeInfoTypes = src.ExcludeInfoTypes
1097
1098
1099
1100
1101
1102 type ExclusionRule = src.ExclusionRule
1103 type ExclusionRule_Dictionary = src.ExclusionRule_Dictionary
1104 type ExclusionRule_ExcludeInfoTypes = src.ExclusionRule_ExcludeInfoTypes
1105 type ExclusionRule_Regex = src.ExclusionRule_Regex
1106
1107
1108
1109
1110 type FieldId = src.FieldId
1111
1112
1113
1114
1115 type FieldTransformation = src.FieldTransformation
1116 type FieldTransformation_InfoTypeTransformations = src.FieldTransformation_InfoTypeTransformations
1117 type FieldTransformation_PrimitiveTransformation = src.FieldTransformation_PrimitiveTransformation
1118
1119
1120
1121
1122
1123 type FileType = src.FileType
1124
1125
1126
1127
1128 type Finding = src.Finding
1129
1130
1131
1132
1133 type FinishDlpJobRequest = src.FinishDlpJobRequest
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148 type FixedSizeBucketingConfig = src.FixedSizeBucketingConfig
1149
1150
1151
1152
1153 type GetDeidentifyTemplateRequest = src.GetDeidentifyTemplateRequest
1154
1155
1156
1157
1158 type GetDlpJobRequest = src.GetDlpJobRequest
1159
1160
1161
1162
1163 type GetInspectTemplateRequest = src.GetInspectTemplateRequest
1164
1165
1166
1167
1168 type GetJobTriggerRequest = src.GetJobTriggerRequest
1169
1170
1171
1172
1173 type GetStoredInfoTypeRequest = src.GetStoredInfoTypeRequest
1174
1175
1176
1177
1178
1179 type HybridContentItem = src.HybridContentItem
1180
1181
1182
1183
1184 type HybridFindingDetails = src.HybridFindingDetails
1185
1186
1187
1188
1189 type HybridInspectDlpJobRequest = src.HybridInspectDlpJobRequest
1190
1191
1192
1193
1194 type HybridInspectJobTriggerRequest = src.HybridInspectJobTriggerRequest
1195
1196
1197
1198
1199 type HybridInspectResponse = src.HybridInspectResponse
1200
1201
1202
1203
1204 type HybridInspectStatistics = src.HybridInspectStatistics
1205
1206
1207
1208
1209
1210 type HybridOptions = src.HybridOptions
1211
1212
1213
1214
1215 type ImageLocation = src.ImageLocation
1216
1217
1218
1219
1220 type ImageTransformations = src.ImageTransformations
1221
1222
1223
1224
1225 type ImageTransformations_ImageTransformation = src.ImageTransformations_ImageTransformation
1226
1227
1228
1229
1230 type ImageTransformations_ImageTransformation_AllInfoTypes = src.ImageTransformations_ImageTransformation_AllInfoTypes
1231 type ImageTransformations_ImageTransformation_AllInfoTypes_ = src.ImageTransformations_ImageTransformation_AllInfoTypes_
1232
1233
1234
1235
1236 type ImageTransformations_ImageTransformation_AllText = src.ImageTransformations_ImageTransformation_AllText
1237 type ImageTransformations_ImageTransformation_AllText_ = src.ImageTransformations_ImageTransformation_AllText_
1238
1239
1240
1241
1242 type ImageTransformations_ImageTransformation_SelectedInfoTypes = src.ImageTransformations_ImageTransformation_SelectedInfoTypes
1243 type ImageTransformations_ImageTransformation_SelectedInfoTypes_ = src.ImageTransformations_ImageTransformation_SelectedInfoTypes_
1244
1245
1246
1247
1248 type InfoType = src.InfoType
1249
1250
1251
1252
1253
1254 type InfoTypeCategory = src.InfoTypeCategory
1255
1256
1257
1258
1259
1260 type InfoTypeCategory_IndustryCategory = src.InfoTypeCategory_IndustryCategory
1261 type InfoTypeCategory_IndustryCategory_ = src.InfoTypeCategory_IndustryCategory_
1262
1263
1264
1265
1266 type InfoTypeCategory_LocationCategory = src.InfoTypeCategory_LocationCategory
1267 type InfoTypeCategory_LocationCategory_ = src.InfoTypeCategory_LocationCategory_
1268
1269
1270
1271
1272
1273 type InfoTypeCategory_TypeCategory = src.InfoTypeCategory_TypeCategory
1274 type InfoTypeCategory_TypeCategory_ = src.InfoTypeCategory_TypeCategory_
1275
1276
1277
1278
1279 type InfoTypeDescription = src.InfoTypeDescription
1280
1281
1282
1283
1284 type InfoTypeStats = src.InfoTypeStats
1285
1286
1287
1288
1289 type InfoTypeSummary = src.InfoTypeSummary
1290
1291
1292
1293
1294 type InfoTypeSupportedBy = src.InfoTypeSupportedBy
1295
1296
1297
1298
1299
1300
1301 type InfoTypeTransformations = src.InfoTypeTransformations
1302
1303
1304
1305
1306
1307 type InfoTypeTransformations_InfoTypeTransformation = src.InfoTypeTransformations_InfoTypeTransformation
1308
1309
1310
1311
1312
1313 type InspectConfig = src.InspectConfig
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324 type InspectConfig_FindingLimits = src.InspectConfig_FindingLimits
1325
1326
1327
1328
1329
1330 type InspectConfig_FindingLimits_InfoTypeLimit = src.InspectConfig_FindingLimits_InfoTypeLimit
1331
1332
1333
1334
1335 type InspectContentRequest = src.InspectContentRequest
1336
1337
1338
1339
1340 type InspectContentResponse = src.InspectContentResponse
1341
1342
1343
1344
1345 type InspectDataSourceDetails = src.InspectDataSourceDetails
1346
1347
1348
1349
1350 type InspectDataSourceDetails_RequestedOptions = src.InspectDataSourceDetails_RequestedOptions
1351
1352
1353
1354
1355 type InspectDataSourceDetails_Result = src.InspectDataSourceDetails_Result
1356
1357
1358
1359
1360 type InspectJobConfig = src.InspectJobConfig
1361
1362
1363
1364
1365 type InspectResult = src.InspectResult
1366
1367
1368
1369
1370
1371
1372
1373 type InspectTemplate = src.InspectTemplate
1374
1375
1376
1377
1378
1379 type InspectionRule = src.InspectionRule
1380
1381
1382
1383
1384
1385
1386 type InspectionRuleSet = src.InspectionRuleSet
1387 type InspectionRule_ExclusionRule = src.InspectionRule_ExclusionRule
1388 type InspectionRule_HotwordRule = src.InspectionRule_HotwordRule
1389
1390
1391
1392
1393
1394 type JobTrigger = src.JobTrigger
1395 type JobTrigger_InspectJob = src.JobTrigger_InspectJob
1396
1397
1398
1399
1400
1401
1402
1403 type JobTrigger_Status = src.JobTrigger_Status
1404
1405
1406
1407
1408 type JobTrigger_Trigger = src.JobTrigger_Trigger
1409 type JobTrigger_Trigger_Manual = src.JobTrigger_Trigger_Manual
1410 type JobTrigger_Trigger_Schedule = src.JobTrigger_Trigger_Schedule
1411
1412
1413
1414
1415
1416
1417
1418 type Key = src.Key
1419
1420
1421
1422
1423
1424
1425 type Key_PathElement = src.Key_PathElement
1426 type Key_PathElement_Id = src.Key_PathElement_Id
1427 type Key_PathElement_Name = src.Key_PathElement_Name
1428
1429
1430
1431
1432 type KindExpression = src.KindExpression
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444 type KmsWrappedCryptoKey = src.KmsWrappedCryptoKey
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454 type LargeCustomDictionaryConfig = src.LargeCustomDictionaryConfig
1455 type LargeCustomDictionaryConfig_BigQueryField = src.LargeCustomDictionaryConfig_BigQueryField
1456 type LargeCustomDictionaryConfig_CloudStorageFileSet = src.LargeCustomDictionaryConfig_CloudStorageFileSet
1457
1458
1459
1460
1461 type LargeCustomDictionaryStats = src.LargeCustomDictionaryStats
1462
1463
1464
1465
1466
1467 type Likelihood = src.Likelihood
1468
1469
1470
1471
1472 type ListDeidentifyTemplatesRequest = src.ListDeidentifyTemplatesRequest
1473
1474
1475
1476
1477 type ListDeidentifyTemplatesResponse = src.ListDeidentifyTemplatesResponse
1478
1479
1480
1481
1482 type ListDlpJobsRequest = src.ListDlpJobsRequest
1483
1484
1485
1486
1487 type ListDlpJobsResponse = src.ListDlpJobsResponse
1488
1489
1490
1491
1492 type ListInfoTypesRequest = src.ListInfoTypesRequest
1493
1494
1495
1496
1497 type ListInfoTypesResponse = src.ListInfoTypesResponse
1498
1499
1500
1501
1502 type ListInspectTemplatesRequest = src.ListInspectTemplatesRequest
1503
1504
1505
1506
1507 type ListInspectTemplatesResponse = src.ListInspectTemplatesResponse
1508
1509
1510
1511
1512 type ListJobTriggersRequest = src.ListJobTriggersRequest
1513
1514
1515
1516
1517 type ListJobTriggersResponse = src.ListJobTriggersResponse
1518
1519
1520
1521
1522 type ListStoredInfoTypesRequest = src.ListStoredInfoTypesRequest
1523
1524
1525
1526
1527 type ListStoredInfoTypesResponse = src.ListStoredInfoTypesResponse
1528
1529
1530
1531
1532 type Location = src.Location
1533
1534
1535
1536
1537
1538 type Manual = src.Manual
1539
1540
1541
1542
1543
1544
1545 type MatchingType = src.MatchingType
1546
1547
1548
1549
1550 type MetadataLocation = src.MetadataLocation
1551 type MetadataLocation_StorageLabel = src.MetadataLocation_StorageLabel
1552
1553
1554
1555
1556 type MetadataType = src.MetadataType
1557
1558
1559
1560
1561 type OtherInfoTypeSummary = src.OtherInfoTypeSummary
1562
1563
1564
1565
1566 type OutputStorageConfig = src.OutputStorageConfig
1567
1568
1569
1570
1571
1572 type OutputStorageConfig_OutputSchema = src.OutputStorageConfig_OutputSchema
1573 type OutputStorageConfig_Table = src.OutputStorageConfig_Table
1574
1575
1576
1577
1578
1579
1580
1581 type PartitionId = src.PartitionId
1582
1583
1584
1585
1586 type PrimitiveTransformation = src.PrimitiveTransformation
1587 type PrimitiveTransformation_BucketingConfig = src.PrimitiveTransformation_BucketingConfig
1588 type PrimitiveTransformation_CharacterMaskConfig = src.PrimitiveTransformation_CharacterMaskConfig
1589 type PrimitiveTransformation_CryptoDeterministicConfig = src.PrimitiveTransformation_CryptoDeterministicConfig
1590 type PrimitiveTransformation_CryptoHashConfig = src.PrimitiveTransformation_CryptoHashConfig
1591 type PrimitiveTransformation_CryptoReplaceFfxFpeConfig = src.PrimitiveTransformation_CryptoReplaceFfxFpeConfig
1592 type PrimitiveTransformation_DateShiftConfig = src.PrimitiveTransformation_DateShiftConfig
1593 type PrimitiveTransformation_FixedSizeBucketingConfig = src.PrimitiveTransformation_FixedSizeBucketingConfig
1594 type PrimitiveTransformation_RedactConfig = src.PrimitiveTransformation_RedactConfig
1595 type PrimitiveTransformation_ReplaceConfig = src.PrimitiveTransformation_ReplaceConfig
1596 type PrimitiveTransformation_ReplaceDictionaryConfig = src.PrimitiveTransformation_ReplaceDictionaryConfig
1597 type PrimitiveTransformation_ReplaceWithInfoTypeConfig = src.PrimitiveTransformation_ReplaceWithInfoTypeConfig
1598 type PrimitiveTransformation_TimePartConfig = src.PrimitiveTransformation_TimePartConfig
1599
1600
1601
1602
1603 type PrivacyMetric = src.PrivacyMetric
1604
1605
1606
1607
1608
1609 type PrivacyMetric_CategoricalStatsConfig = src.PrivacyMetric_CategoricalStatsConfig
1610 type PrivacyMetric_CategoricalStatsConfig_ = src.PrivacyMetric_CategoricalStatsConfig_
1611
1612
1613
1614
1615
1616
1617
1618 type PrivacyMetric_DeltaPresenceEstimationConfig = src.PrivacyMetric_DeltaPresenceEstimationConfig
1619 type PrivacyMetric_DeltaPresenceEstimationConfig_ = src.PrivacyMetric_DeltaPresenceEstimationConfig_
1620
1621
1622
1623
1624 type PrivacyMetric_KAnonymityConfig = src.PrivacyMetric_KAnonymityConfig
1625 type PrivacyMetric_KAnonymityConfig_ = src.PrivacyMetric_KAnonymityConfig_
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635 type PrivacyMetric_KMapEstimationConfig = src.PrivacyMetric_KMapEstimationConfig
1636 type PrivacyMetric_KMapEstimationConfig_ = src.PrivacyMetric_KMapEstimationConfig_
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646 type PrivacyMetric_KMapEstimationConfig_AuxiliaryTable = src.PrivacyMetric_KMapEstimationConfig_AuxiliaryTable
1647
1648
1649
1650
1651
1652 type PrivacyMetric_KMapEstimationConfig_AuxiliaryTable_QuasiIdField = src.PrivacyMetric_KMapEstimationConfig_AuxiliaryTable_QuasiIdField
1653
1654
1655
1656
1657 type PrivacyMetric_KMapEstimationConfig_TaggedField = src.PrivacyMetric_KMapEstimationConfig_TaggedField
1658 type PrivacyMetric_KMapEstimationConfig_TaggedField_CustomTag = src.PrivacyMetric_KMapEstimationConfig_TaggedField_CustomTag
1659 type PrivacyMetric_KMapEstimationConfig_TaggedField_Inferred = src.PrivacyMetric_KMapEstimationConfig_TaggedField_Inferred
1660 type PrivacyMetric_KMapEstimationConfig_TaggedField_InfoType = src.PrivacyMetric_KMapEstimationConfig_TaggedField_InfoType
1661
1662
1663
1664
1665 type PrivacyMetric_LDiversityConfig = src.PrivacyMetric_LDiversityConfig
1666 type PrivacyMetric_LDiversityConfig_ = src.PrivacyMetric_LDiversityConfig_
1667
1668
1669
1670
1671
1672 type PrivacyMetric_NumericalStatsConfig = src.PrivacyMetric_NumericalStatsConfig
1673 type PrivacyMetric_NumericalStatsConfig_ = src.PrivacyMetric_NumericalStatsConfig_
1674 type ProfileStatus = src.ProfileStatus
1675
1676
1677
1678
1679 type QuasiId = src.QuasiId
1680 type QuasiId_CustomTag = src.QuasiId_CustomTag
1681 type QuasiId_Inferred = src.QuasiId_Inferred
1682 type QuasiId_InfoType = src.QuasiId_InfoType
1683
1684
1685
1686
1687 type QuoteInfo = src.QuoteInfo
1688 type QuoteInfo_DateTime = src.QuoteInfo_DateTime
1689
1690
1691
1692
1693 type Range = src.Range
1694
1695
1696
1697
1698
1699 type RecordCondition = src.RecordCondition
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715 type RecordCondition_Condition = src.RecordCondition_Condition
1716
1717
1718
1719
1720 type RecordCondition_Conditions = src.RecordCondition_Conditions
1721
1722
1723
1724
1725 type RecordCondition_Expressions = src.RecordCondition_Expressions
1726 type RecordCondition_Expressions_Conditions = src.RecordCondition_Expressions_Conditions
1727
1728
1729
1730
1731 type RecordCondition_Expressions_LogicalOperator = src.RecordCondition_Expressions_LogicalOperator
1732
1733
1734
1735
1736 type RecordKey = src.RecordKey
1737 type RecordKey_BigQueryKey = src.RecordKey_BigQueryKey
1738 type RecordKey_DatastoreKey = src.RecordKey_DatastoreKey
1739
1740
1741
1742
1743 type RecordLocation = src.RecordLocation
1744
1745
1746
1747
1748
1749 type RecordSuppression = src.RecordSuppression
1750 type RecordTransformation = src.RecordTransformation
1751
1752
1753
1754
1755
1756 type RecordTransformations = src.RecordTransformations
1757
1758
1759
1760
1761
1762
1763 type RedactConfig = src.RedactConfig
1764
1765
1766
1767
1768
1769 type RedactImageRequest = src.RedactImageRequest
1770
1771
1772
1773
1774 type RedactImageRequest_ImageRedactionConfig = src.RedactImageRequest_ImageRedactionConfig
1775 type RedactImageRequest_ImageRedactionConfig_InfoType = src.RedactImageRequest_ImageRedactionConfig_InfoType
1776 type RedactImageRequest_ImageRedactionConfig_RedactAllText = src.RedactImageRequest_ImageRedactionConfig_RedactAllText
1777
1778
1779
1780
1781 type RedactImageResponse = src.RedactImageResponse
1782
1783
1784
1785
1786 type ReidentifyContentRequest = src.ReidentifyContentRequest
1787
1788
1789
1790
1791 type ReidentifyContentResponse = src.ReidentifyContentResponse
1792
1793
1794
1795
1796 type RelationalOperator = src.RelationalOperator
1797
1798
1799
1800
1801
1802 type ReplaceDictionaryConfig = src.ReplaceDictionaryConfig
1803 type ReplaceDictionaryConfig_WordList = src.ReplaceDictionaryConfig_WordList
1804
1805
1806
1807
1808 type ReplaceValueConfig = src.ReplaceValueConfig
1809
1810
1811
1812
1813 type ReplaceWithInfoTypeConfig = src.ReplaceWithInfoTypeConfig
1814
1815
1816
1817
1818
1819 type ResourceVisibility = src.ResourceVisibility
1820
1821
1822
1823
1824
1825 type RiskAnalysisJobConfig = src.RiskAnalysisJobConfig
1826
1827
1828
1829
1830 type Schedule = src.Schedule
1831 type Schedule_RecurrencePeriodDuration = src.Schedule_RecurrencePeriodDuration
1832
1833
1834
1835
1836
1837 type SensitivityScore = src.SensitivityScore
1838
1839
1840
1841
1842 type SensitivityScore_SensitivityScoreLevel = src.SensitivityScore_SensitivityScoreLevel
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852 type StatisticalTable = src.StatisticalTable
1853
1854
1855
1856
1857
1858 type StatisticalTable_QuasiIdentifierField = src.StatisticalTable_QuasiIdentifierField
1859
1860
1861
1862
1863 type StorageConfig = src.StorageConfig
1864 type StorageConfig_BigQueryOptions = src.StorageConfig_BigQueryOptions
1865 type StorageConfig_CloudStorageOptions = src.StorageConfig_CloudStorageOptions
1866 type StorageConfig_DatastoreOptions = src.StorageConfig_DatastoreOptions
1867 type StorageConfig_HybridOptions = src.StorageConfig_HybridOptions
1868
1869
1870
1871
1872
1873 type StorageConfig_TimespanConfig = src.StorageConfig_TimespanConfig
1874
1875
1876
1877
1878 type StorageMetadataLabel = src.StorageMetadataLabel
1879
1880
1881
1882
1883
1884 type StoredInfoType = src.StoredInfoType
1885
1886
1887
1888
1889
1890
1891 type StoredInfoTypeConfig = src.StoredInfoTypeConfig
1892 type StoredInfoTypeConfig_Dictionary = src.StoredInfoTypeConfig_Dictionary
1893 type StoredInfoTypeConfig_LargeCustomDictionary = src.StoredInfoTypeConfig_LargeCustomDictionary
1894 type StoredInfoTypeConfig_Regex = src.StoredInfoTypeConfig_Regex
1895
1896
1897
1898
1899 type StoredInfoTypeState = src.StoredInfoTypeState
1900
1901
1902
1903
1904 type StoredInfoTypeStats = src.StoredInfoTypeStats
1905 type StoredInfoTypeStats_LargeCustomDictionary = src.StoredInfoTypeStats_LargeCustomDictionary
1906
1907
1908
1909
1910
1911 type StoredInfoTypeVersion = src.StoredInfoTypeVersion
1912
1913
1914
1915
1916 type StoredType = src.StoredType
1917
1918
1919
1920
1921
1922
1923
1924 type Table = src.Table
1925
1926
1927
1928
1929 type TableDataProfile = src.TableDataProfile
1930
1931
1932
1933
1934 type TableDataProfile_State = src.TableDataProfile_State
1935
1936
1937
1938
1939 type TableLocation = src.TableLocation
1940
1941
1942
1943
1944 type TableOptions = src.TableOptions
1945
1946
1947
1948
1949 type Table_Row = src.Table_Row
1950
1951
1952
1953
1954
1955 type TimePartConfig = src.TimePartConfig
1956
1957
1958
1959
1960 type TimePartConfig_TimePart = src.TimePartConfig_TimePart
1961
1962
1963
1964
1965
1966
1967 type TransformationConfig = src.TransformationConfig
1968
1969
1970
1971
1972 type TransformationContainerType = src.TransformationContainerType
1973
1974
1975
1976
1977
1978 type TransformationDescription = src.TransformationDescription
1979
1980
1981
1982
1983
1984
1985
1986 type TransformationDetails = src.TransformationDetails
1987
1988
1989
1990
1991 type TransformationDetailsStorageConfig = src.TransformationDetailsStorageConfig
1992 type TransformationDetailsStorageConfig_Table = src.TransformationDetailsStorageConfig_Table
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003 type TransformationErrorHandling = src.TransformationErrorHandling
2004
2005
2006
2007
2008
2009
2010
2011 type TransformationErrorHandling_LeaveUntransformed = src.TransformationErrorHandling_LeaveUntransformed
2012 type TransformationErrorHandling_LeaveUntransformed_ = src.TransformationErrorHandling_LeaveUntransformed_
2013
2014
2015
2016
2017 type TransformationErrorHandling_ThrowError = src.TransformationErrorHandling_ThrowError
2018 type TransformationErrorHandling_ThrowError_ = src.TransformationErrorHandling_ThrowError_
2019
2020
2021
2022
2023 type TransformationLocation = src.TransformationLocation
2024 type TransformationLocation_FindingId = src.TransformationLocation_FindingId
2025 type TransformationLocation_RecordTransformation = src.TransformationLocation_RecordTransformation
2026
2027
2028
2029
2030 type TransformationOverview = src.TransformationOverview
2031 type TransformationResultStatus = src.TransformationResultStatus
2032
2033
2034
2035
2036
2037
2038 type TransformationResultStatusType = src.TransformationResultStatusType
2039
2040
2041
2042
2043
2044 type TransformationSummary = src.TransformationSummary
2045
2046
2047
2048
2049
2050 type TransformationSummary_SummaryResult = src.TransformationSummary_SummaryResult
2051
2052
2053
2054
2055 type TransformationSummary_TransformationResultCode = src.TransformationSummary_TransformationResultCode
2056
2057
2058
2059
2060
2061
2062 type TransformationType = src.TransformationType
2063
2064
2065
2066
2067
2068 type TransientCryptoKey = src.TransientCryptoKey
2069
2070
2071
2072
2073
2074 type UnimplementedDlpServiceServer = src.UnimplementedDlpServiceServer
2075
2076
2077
2078
2079
2080 type UnwrappedCryptoKey = src.UnwrappedCryptoKey
2081
2082
2083
2084
2085 type UpdateDeidentifyTemplateRequest = src.UpdateDeidentifyTemplateRequest
2086
2087
2088
2089
2090 type UpdateInspectTemplateRequest = src.UpdateInspectTemplateRequest
2091
2092
2093
2094
2095 type UpdateJobTriggerRequest = src.UpdateJobTriggerRequest
2096
2097
2098
2099
2100 type UpdateStoredInfoTypeRequest = src.UpdateStoredInfoTypeRequest
2101
2102
2103
2104
2105
2106
2107
2108
2109 type Value = src.Value
2110
2111
2112
2113
2114 type ValueFrequency = src.ValueFrequency
2115 type Value_BooleanValue = src.Value_BooleanValue
2116 type Value_DateValue = src.Value_DateValue
2117 type Value_DayOfWeekValue = src.Value_DayOfWeekValue
2118 type Value_FloatValue = src.Value_FloatValue
2119 type Value_IntegerValue = src.Value_IntegerValue
2120 type Value_StringValue = src.Value_StringValue
2121 type Value_TimeValue = src.Value_TimeValue
2122 type Value_TimestampValue = src.Value_TimestampValue
2123
2124
2125
2126
2127 type VersionDescription = src.VersionDescription
2128
2129
2130 func NewDlpServiceClient(cc grpc.ClientConnInterface) DlpServiceClient {
2131 return src.NewDlpServiceClient(cc)
2132 }
2133
2134
2135 func RegisterDlpServiceServer(s *grpc.Server, srv DlpServiceServer) {
2136 src.RegisterDlpServiceServer(s, srv)
2137 }
2138
View as plain text