@google-cloud/dlp 6.0.1 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6497,6 +6497,9 @@ export namespace google {
6497
6497
 
6498
6498
  /** InfoTypeDescription sensitivityScore */
6499
6499
  sensitivityScore?: (google.privacy.dlp.v2.ISensitivityScore|null);
6500
+
6501
+ /** InfoTypeDescription specificInfoTypes */
6502
+ specificInfoTypes?: (string[]|null);
6500
6503
  }
6501
6504
 
6502
6505
  /** Represents an InfoTypeDescription. */
@@ -6532,6 +6535,9 @@ export namespace google {
6532
6535
  /** InfoTypeDescription sensitivityScore. */
6533
6536
  public sensitivityScore?: (google.privacy.dlp.v2.ISensitivityScore|null);
6534
6537
 
6538
+ /** InfoTypeDescription specificInfoTypes. */
6539
+ public specificInfoTypes: string[];
6540
+
6535
6541
  /**
6536
6542
  * Creates a new InfoTypeDescription instance using the specified properties.
6537
6543
  * @param [properties] Properties to set
@@ -6740,6 +6746,7 @@ export namespace google {
6740
6746
  CHINA = 8,
6741
6747
  COLOMBIA = 9,
6742
6748
  CROATIA = 42,
6749
+ CZECHIA = 52,
6743
6750
  DENMARK = 10,
6744
6751
  FRANCE = 11,
6745
6752
  FINLAND = 12,
@@ -20127,6 +20134,9 @@ export namespace google {
20127
20134
 
20128
20135
  /** DataProfileAction tagResources */
20129
20136
  tagResources?: (google.privacy.dlp.v2.DataProfileAction.ITagResources|null);
20137
+
20138
+ /** DataProfileAction publishToDataplexCatalog */
20139
+ publishToDataplexCatalog?: (google.privacy.dlp.v2.DataProfileAction.IPublishToDataplexCatalog|null);
20130
20140
  }
20131
20141
 
20132
20142
  /** Represents a DataProfileAction. */
@@ -20153,8 +20163,11 @@ export namespace google {
20153
20163
  /** DataProfileAction tagResources. */
20154
20164
  public tagResources?: (google.privacy.dlp.v2.DataProfileAction.ITagResources|null);
20155
20165
 
20166
+ /** DataProfileAction publishToDataplexCatalog. */
20167
+ public publishToDataplexCatalog?: (google.privacy.dlp.v2.DataProfileAction.IPublishToDataplexCatalog|null);
20168
+
20156
20169
  /** DataProfileAction action. */
20157
- public action?: ("exportData"|"pubSubNotification"|"publishToChronicle"|"publishToScc"|"tagResources");
20170
+ public action?: ("exportData"|"pubSubNotification"|"publishToChronicle"|"publishToScc"|"tagResources"|"publishToDataplexCatalog");
20158
20171
 
20159
20172
  /**
20160
20173
  * Creates a new DataProfileAction instance using the specified properties.
@@ -20241,6 +20254,9 @@ export namespace google {
20241
20254
 
20242
20255
  /** Export profileTable */
20243
20256
  profileTable?: (google.privacy.dlp.v2.IBigQueryTable|null);
20257
+
20258
+ /** Export sampleFindingsTable */
20259
+ sampleFindingsTable?: (google.privacy.dlp.v2.IBigQueryTable|null);
20244
20260
  }
20245
20261
 
20246
20262
  /** Represents an Export. */
@@ -20255,6 +20271,9 @@ export namespace google {
20255
20271
  /** Export profileTable. */
20256
20272
  public profileTable?: (google.privacy.dlp.v2.IBigQueryTable|null);
20257
20273
 
20274
+ /** Export sampleFindingsTable. */
20275
+ public sampleFindingsTable?: (google.privacy.dlp.v2.IBigQueryTable|null);
20276
+
20258
20277
  /**
20259
20278
  * Creates a new Export instance using the specified properties.
20260
20279
  * @param [properties] Properties to set
@@ -20650,6 +20669,103 @@ export namespace google {
20650
20669
  public static getTypeUrl(typeUrlPrefix?: string): string;
20651
20670
  }
20652
20671
 
20672
+ /** Properties of a PublishToDataplexCatalog. */
20673
+ interface IPublishToDataplexCatalog {
20674
+
20675
+ /** PublishToDataplexCatalog lowerDataRiskToLow */
20676
+ lowerDataRiskToLow?: (boolean|null);
20677
+ }
20678
+
20679
+ /** Represents a PublishToDataplexCatalog. */
20680
+ class PublishToDataplexCatalog implements IPublishToDataplexCatalog {
20681
+
20682
+ /**
20683
+ * Constructs a new PublishToDataplexCatalog.
20684
+ * @param [properties] Properties to set
20685
+ */
20686
+ constructor(properties?: google.privacy.dlp.v2.DataProfileAction.IPublishToDataplexCatalog);
20687
+
20688
+ /** PublishToDataplexCatalog lowerDataRiskToLow. */
20689
+ public lowerDataRiskToLow: boolean;
20690
+
20691
+ /**
20692
+ * Creates a new PublishToDataplexCatalog instance using the specified properties.
20693
+ * @param [properties] Properties to set
20694
+ * @returns PublishToDataplexCatalog instance
20695
+ */
20696
+ public static create(properties?: google.privacy.dlp.v2.DataProfileAction.IPublishToDataplexCatalog): google.privacy.dlp.v2.DataProfileAction.PublishToDataplexCatalog;
20697
+
20698
+ /**
20699
+ * Encodes the specified PublishToDataplexCatalog message. Does not implicitly {@link google.privacy.dlp.v2.DataProfileAction.PublishToDataplexCatalog.verify|verify} messages.
20700
+ * @param message PublishToDataplexCatalog message or plain object to encode
20701
+ * @param [writer] Writer to encode to
20702
+ * @returns Writer
20703
+ */
20704
+ public static encode(message: google.privacy.dlp.v2.DataProfileAction.IPublishToDataplexCatalog, writer?: $protobuf.Writer): $protobuf.Writer;
20705
+
20706
+ /**
20707
+ * Encodes the specified PublishToDataplexCatalog message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.DataProfileAction.PublishToDataplexCatalog.verify|verify} messages.
20708
+ * @param message PublishToDataplexCatalog message or plain object to encode
20709
+ * @param [writer] Writer to encode to
20710
+ * @returns Writer
20711
+ */
20712
+ public static encodeDelimited(message: google.privacy.dlp.v2.DataProfileAction.IPublishToDataplexCatalog, writer?: $protobuf.Writer): $protobuf.Writer;
20713
+
20714
+ /**
20715
+ * Decodes a PublishToDataplexCatalog message from the specified reader or buffer.
20716
+ * @param reader Reader or buffer to decode from
20717
+ * @param [length] Message length if known beforehand
20718
+ * @returns PublishToDataplexCatalog
20719
+ * @throws {Error} If the payload is not a reader or valid buffer
20720
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
20721
+ */
20722
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.DataProfileAction.PublishToDataplexCatalog;
20723
+
20724
+ /**
20725
+ * Decodes a PublishToDataplexCatalog message from the specified reader or buffer, length delimited.
20726
+ * @param reader Reader or buffer to decode from
20727
+ * @returns PublishToDataplexCatalog
20728
+ * @throws {Error} If the payload is not a reader or valid buffer
20729
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
20730
+ */
20731
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.DataProfileAction.PublishToDataplexCatalog;
20732
+
20733
+ /**
20734
+ * Verifies a PublishToDataplexCatalog message.
20735
+ * @param message Plain object to verify
20736
+ * @returns `null` if valid, otherwise the reason why it is not
20737
+ */
20738
+ public static verify(message: { [k: string]: any }): (string|null);
20739
+
20740
+ /**
20741
+ * Creates a PublishToDataplexCatalog message from a plain object. Also converts values to their respective internal types.
20742
+ * @param object Plain object
20743
+ * @returns PublishToDataplexCatalog
20744
+ */
20745
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.DataProfileAction.PublishToDataplexCatalog;
20746
+
20747
+ /**
20748
+ * Creates a plain object from a PublishToDataplexCatalog message. Also converts values to other types if specified.
20749
+ * @param message PublishToDataplexCatalog
20750
+ * @param [options] Conversion options
20751
+ * @returns Plain object
20752
+ */
20753
+ public static toObject(message: google.privacy.dlp.v2.DataProfileAction.PublishToDataplexCatalog, options?: $protobuf.IConversionOptions): { [k: string]: any };
20754
+
20755
+ /**
20756
+ * Converts this PublishToDataplexCatalog to JSON.
20757
+ * @returns JSON object
20758
+ */
20759
+ public toJSON(): { [k: string]: any };
20760
+
20761
+ /**
20762
+ * Gets the default type url for PublishToDataplexCatalog
20763
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
20764
+ * @returns The default type url
20765
+ */
20766
+ public static getTypeUrl(typeUrlPrefix?: string): string;
20767
+ }
20768
+
20653
20769
  /** Properties of a TagResources. */
20654
20770
  interface ITagResources {
20655
20771
 
@@ -20969,6 +21085,360 @@ export namespace google {
20969
21085
  }
20970
21086
  }
20971
21087
 
21088
+ /** Properties of a DataProfileFinding. */
21089
+ interface IDataProfileFinding {
21090
+
21091
+ /** DataProfileFinding quote */
21092
+ quote?: (string|null);
21093
+
21094
+ /** DataProfileFinding infotype */
21095
+ infotype?: (google.privacy.dlp.v2.IInfoType|null);
21096
+
21097
+ /** DataProfileFinding quoteInfo */
21098
+ quoteInfo?: (google.privacy.dlp.v2.IQuoteInfo|null);
21099
+
21100
+ /** DataProfileFinding dataProfileResourceName */
21101
+ dataProfileResourceName?: (string|null);
21102
+
21103
+ /** DataProfileFinding findingId */
21104
+ findingId?: (string|null);
21105
+
21106
+ /** DataProfileFinding timestamp */
21107
+ timestamp?: (google.protobuf.ITimestamp|null);
21108
+
21109
+ /** DataProfileFinding location */
21110
+ location?: (google.privacy.dlp.v2.IDataProfileFindingLocation|null);
21111
+
21112
+ /** DataProfileFinding resourceVisibility */
21113
+ resourceVisibility?: (google.privacy.dlp.v2.ResourceVisibility|keyof typeof google.privacy.dlp.v2.ResourceVisibility|null);
21114
+
21115
+ /** DataProfileFinding fullResourceName */
21116
+ fullResourceName?: (string|null);
21117
+
21118
+ /** DataProfileFinding dataSourceType */
21119
+ dataSourceType?: (google.privacy.dlp.v2.IDataSourceType|null);
21120
+ }
21121
+
21122
+ /** Represents a DataProfileFinding. */
21123
+ class DataProfileFinding implements IDataProfileFinding {
21124
+
21125
+ /**
21126
+ * Constructs a new DataProfileFinding.
21127
+ * @param [properties] Properties to set
21128
+ */
21129
+ constructor(properties?: google.privacy.dlp.v2.IDataProfileFinding);
21130
+
21131
+ /** DataProfileFinding quote. */
21132
+ public quote: string;
21133
+
21134
+ /** DataProfileFinding infotype. */
21135
+ public infotype?: (google.privacy.dlp.v2.IInfoType|null);
21136
+
21137
+ /** DataProfileFinding quoteInfo. */
21138
+ public quoteInfo?: (google.privacy.dlp.v2.IQuoteInfo|null);
21139
+
21140
+ /** DataProfileFinding dataProfileResourceName. */
21141
+ public dataProfileResourceName: string;
21142
+
21143
+ /** DataProfileFinding findingId. */
21144
+ public findingId: string;
21145
+
21146
+ /** DataProfileFinding timestamp. */
21147
+ public timestamp?: (google.protobuf.ITimestamp|null);
21148
+
21149
+ /** DataProfileFinding location. */
21150
+ public location?: (google.privacy.dlp.v2.IDataProfileFindingLocation|null);
21151
+
21152
+ /** DataProfileFinding resourceVisibility. */
21153
+ public resourceVisibility: (google.privacy.dlp.v2.ResourceVisibility|keyof typeof google.privacy.dlp.v2.ResourceVisibility);
21154
+
21155
+ /** DataProfileFinding fullResourceName. */
21156
+ public fullResourceName: string;
21157
+
21158
+ /** DataProfileFinding dataSourceType. */
21159
+ public dataSourceType?: (google.privacy.dlp.v2.IDataSourceType|null);
21160
+
21161
+ /**
21162
+ * Creates a new DataProfileFinding instance using the specified properties.
21163
+ * @param [properties] Properties to set
21164
+ * @returns DataProfileFinding instance
21165
+ */
21166
+ public static create(properties?: google.privacy.dlp.v2.IDataProfileFinding): google.privacy.dlp.v2.DataProfileFinding;
21167
+
21168
+ /**
21169
+ * Encodes the specified DataProfileFinding message. Does not implicitly {@link google.privacy.dlp.v2.DataProfileFinding.verify|verify} messages.
21170
+ * @param message DataProfileFinding message or plain object to encode
21171
+ * @param [writer] Writer to encode to
21172
+ * @returns Writer
21173
+ */
21174
+ public static encode(message: google.privacy.dlp.v2.IDataProfileFinding, writer?: $protobuf.Writer): $protobuf.Writer;
21175
+
21176
+ /**
21177
+ * Encodes the specified DataProfileFinding message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.DataProfileFinding.verify|verify} messages.
21178
+ * @param message DataProfileFinding message or plain object to encode
21179
+ * @param [writer] Writer to encode to
21180
+ * @returns Writer
21181
+ */
21182
+ public static encodeDelimited(message: google.privacy.dlp.v2.IDataProfileFinding, writer?: $protobuf.Writer): $protobuf.Writer;
21183
+
21184
+ /**
21185
+ * Decodes a DataProfileFinding message from the specified reader or buffer.
21186
+ * @param reader Reader or buffer to decode from
21187
+ * @param [length] Message length if known beforehand
21188
+ * @returns DataProfileFinding
21189
+ * @throws {Error} If the payload is not a reader or valid buffer
21190
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
21191
+ */
21192
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.DataProfileFinding;
21193
+
21194
+ /**
21195
+ * Decodes a DataProfileFinding message from the specified reader or buffer, length delimited.
21196
+ * @param reader Reader or buffer to decode from
21197
+ * @returns DataProfileFinding
21198
+ * @throws {Error} If the payload is not a reader or valid buffer
21199
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
21200
+ */
21201
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.DataProfileFinding;
21202
+
21203
+ /**
21204
+ * Verifies a DataProfileFinding message.
21205
+ * @param message Plain object to verify
21206
+ * @returns `null` if valid, otherwise the reason why it is not
21207
+ */
21208
+ public static verify(message: { [k: string]: any }): (string|null);
21209
+
21210
+ /**
21211
+ * Creates a DataProfileFinding message from a plain object. Also converts values to their respective internal types.
21212
+ * @param object Plain object
21213
+ * @returns DataProfileFinding
21214
+ */
21215
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.DataProfileFinding;
21216
+
21217
+ /**
21218
+ * Creates a plain object from a DataProfileFinding message. Also converts values to other types if specified.
21219
+ * @param message DataProfileFinding
21220
+ * @param [options] Conversion options
21221
+ * @returns Plain object
21222
+ */
21223
+ public static toObject(message: google.privacy.dlp.v2.DataProfileFinding, options?: $protobuf.IConversionOptions): { [k: string]: any };
21224
+
21225
+ /**
21226
+ * Converts this DataProfileFinding to JSON.
21227
+ * @returns JSON object
21228
+ */
21229
+ public toJSON(): { [k: string]: any };
21230
+
21231
+ /**
21232
+ * Gets the default type url for DataProfileFinding
21233
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
21234
+ * @returns The default type url
21235
+ */
21236
+ public static getTypeUrl(typeUrlPrefix?: string): string;
21237
+ }
21238
+
21239
+ /** Properties of a DataProfileFindingLocation. */
21240
+ interface IDataProfileFindingLocation {
21241
+
21242
+ /** DataProfileFindingLocation containerName */
21243
+ containerName?: (string|null);
21244
+
21245
+ /** DataProfileFindingLocation dataProfileFindingRecordLocation */
21246
+ dataProfileFindingRecordLocation?: (google.privacy.dlp.v2.IDataProfileFindingRecordLocation|null);
21247
+ }
21248
+
21249
+ /** Represents a DataProfileFindingLocation. */
21250
+ class DataProfileFindingLocation implements IDataProfileFindingLocation {
21251
+
21252
+ /**
21253
+ * Constructs a new DataProfileFindingLocation.
21254
+ * @param [properties] Properties to set
21255
+ */
21256
+ constructor(properties?: google.privacy.dlp.v2.IDataProfileFindingLocation);
21257
+
21258
+ /** DataProfileFindingLocation containerName. */
21259
+ public containerName: string;
21260
+
21261
+ /** DataProfileFindingLocation dataProfileFindingRecordLocation. */
21262
+ public dataProfileFindingRecordLocation?: (google.privacy.dlp.v2.IDataProfileFindingRecordLocation|null);
21263
+
21264
+ /** DataProfileFindingLocation locationExtraDetails. */
21265
+ public locationExtraDetails?: "dataProfileFindingRecordLocation";
21266
+
21267
+ /**
21268
+ * Creates a new DataProfileFindingLocation instance using the specified properties.
21269
+ * @param [properties] Properties to set
21270
+ * @returns DataProfileFindingLocation instance
21271
+ */
21272
+ public static create(properties?: google.privacy.dlp.v2.IDataProfileFindingLocation): google.privacy.dlp.v2.DataProfileFindingLocation;
21273
+
21274
+ /**
21275
+ * Encodes the specified DataProfileFindingLocation message. Does not implicitly {@link google.privacy.dlp.v2.DataProfileFindingLocation.verify|verify} messages.
21276
+ * @param message DataProfileFindingLocation message or plain object to encode
21277
+ * @param [writer] Writer to encode to
21278
+ * @returns Writer
21279
+ */
21280
+ public static encode(message: google.privacy.dlp.v2.IDataProfileFindingLocation, writer?: $protobuf.Writer): $protobuf.Writer;
21281
+
21282
+ /**
21283
+ * Encodes the specified DataProfileFindingLocation message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.DataProfileFindingLocation.verify|verify} messages.
21284
+ * @param message DataProfileFindingLocation message or plain object to encode
21285
+ * @param [writer] Writer to encode to
21286
+ * @returns Writer
21287
+ */
21288
+ public static encodeDelimited(message: google.privacy.dlp.v2.IDataProfileFindingLocation, writer?: $protobuf.Writer): $protobuf.Writer;
21289
+
21290
+ /**
21291
+ * Decodes a DataProfileFindingLocation message from the specified reader or buffer.
21292
+ * @param reader Reader or buffer to decode from
21293
+ * @param [length] Message length if known beforehand
21294
+ * @returns DataProfileFindingLocation
21295
+ * @throws {Error} If the payload is not a reader or valid buffer
21296
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
21297
+ */
21298
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.DataProfileFindingLocation;
21299
+
21300
+ /**
21301
+ * Decodes a DataProfileFindingLocation message from the specified reader or buffer, length delimited.
21302
+ * @param reader Reader or buffer to decode from
21303
+ * @returns DataProfileFindingLocation
21304
+ * @throws {Error} If the payload is not a reader or valid buffer
21305
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
21306
+ */
21307
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.DataProfileFindingLocation;
21308
+
21309
+ /**
21310
+ * Verifies a DataProfileFindingLocation message.
21311
+ * @param message Plain object to verify
21312
+ * @returns `null` if valid, otherwise the reason why it is not
21313
+ */
21314
+ public static verify(message: { [k: string]: any }): (string|null);
21315
+
21316
+ /**
21317
+ * Creates a DataProfileFindingLocation message from a plain object. Also converts values to their respective internal types.
21318
+ * @param object Plain object
21319
+ * @returns DataProfileFindingLocation
21320
+ */
21321
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.DataProfileFindingLocation;
21322
+
21323
+ /**
21324
+ * Creates a plain object from a DataProfileFindingLocation message. Also converts values to other types if specified.
21325
+ * @param message DataProfileFindingLocation
21326
+ * @param [options] Conversion options
21327
+ * @returns Plain object
21328
+ */
21329
+ public static toObject(message: google.privacy.dlp.v2.DataProfileFindingLocation, options?: $protobuf.IConversionOptions): { [k: string]: any };
21330
+
21331
+ /**
21332
+ * Converts this DataProfileFindingLocation to JSON.
21333
+ * @returns JSON object
21334
+ */
21335
+ public toJSON(): { [k: string]: any };
21336
+
21337
+ /**
21338
+ * Gets the default type url for DataProfileFindingLocation
21339
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
21340
+ * @returns The default type url
21341
+ */
21342
+ public static getTypeUrl(typeUrlPrefix?: string): string;
21343
+ }
21344
+
21345
+ /** Properties of a DataProfileFindingRecordLocation. */
21346
+ interface IDataProfileFindingRecordLocation {
21347
+
21348
+ /** DataProfileFindingRecordLocation field */
21349
+ field?: (google.privacy.dlp.v2.IFieldId|null);
21350
+ }
21351
+
21352
+ /** Represents a DataProfileFindingRecordLocation. */
21353
+ class DataProfileFindingRecordLocation implements IDataProfileFindingRecordLocation {
21354
+
21355
+ /**
21356
+ * Constructs a new DataProfileFindingRecordLocation.
21357
+ * @param [properties] Properties to set
21358
+ */
21359
+ constructor(properties?: google.privacy.dlp.v2.IDataProfileFindingRecordLocation);
21360
+
21361
+ /** DataProfileFindingRecordLocation field. */
21362
+ public field?: (google.privacy.dlp.v2.IFieldId|null);
21363
+
21364
+ /**
21365
+ * Creates a new DataProfileFindingRecordLocation instance using the specified properties.
21366
+ * @param [properties] Properties to set
21367
+ * @returns DataProfileFindingRecordLocation instance
21368
+ */
21369
+ public static create(properties?: google.privacy.dlp.v2.IDataProfileFindingRecordLocation): google.privacy.dlp.v2.DataProfileFindingRecordLocation;
21370
+
21371
+ /**
21372
+ * Encodes the specified DataProfileFindingRecordLocation message. Does not implicitly {@link google.privacy.dlp.v2.DataProfileFindingRecordLocation.verify|verify} messages.
21373
+ * @param message DataProfileFindingRecordLocation message or plain object to encode
21374
+ * @param [writer] Writer to encode to
21375
+ * @returns Writer
21376
+ */
21377
+ public static encode(message: google.privacy.dlp.v2.IDataProfileFindingRecordLocation, writer?: $protobuf.Writer): $protobuf.Writer;
21378
+
21379
+ /**
21380
+ * Encodes the specified DataProfileFindingRecordLocation message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.DataProfileFindingRecordLocation.verify|verify} messages.
21381
+ * @param message DataProfileFindingRecordLocation message or plain object to encode
21382
+ * @param [writer] Writer to encode to
21383
+ * @returns Writer
21384
+ */
21385
+ public static encodeDelimited(message: google.privacy.dlp.v2.IDataProfileFindingRecordLocation, writer?: $protobuf.Writer): $protobuf.Writer;
21386
+
21387
+ /**
21388
+ * Decodes a DataProfileFindingRecordLocation message from the specified reader or buffer.
21389
+ * @param reader Reader or buffer to decode from
21390
+ * @param [length] Message length if known beforehand
21391
+ * @returns DataProfileFindingRecordLocation
21392
+ * @throws {Error} If the payload is not a reader or valid buffer
21393
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
21394
+ */
21395
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.DataProfileFindingRecordLocation;
21396
+
21397
+ /**
21398
+ * Decodes a DataProfileFindingRecordLocation message from the specified reader or buffer, length delimited.
21399
+ * @param reader Reader or buffer to decode from
21400
+ * @returns DataProfileFindingRecordLocation
21401
+ * @throws {Error} If the payload is not a reader or valid buffer
21402
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
21403
+ */
21404
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.DataProfileFindingRecordLocation;
21405
+
21406
+ /**
21407
+ * Verifies a DataProfileFindingRecordLocation message.
21408
+ * @param message Plain object to verify
21409
+ * @returns `null` if valid, otherwise the reason why it is not
21410
+ */
21411
+ public static verify(message: { [k: string]: any }): (string|null);
21412
+
21413
+ /**
21414
+ * Creates a DataProfileFindingRecordLocation message from a plain object. Also converts values to their respective internal types.
21415
+ * @param object Plain object
21416
+ * @returns DataProfileFindingRecordLocation
21417
+ */
21418
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.DataProfileFindingRecordLocation;
21419
+
21420
+ /**
21421
+ * Creates a plain object from a DataProfileFindingRecordLocation message. Also converts values to other types if specified.
21422
+ * @param message DataProfileFindingRecordLocation
21423
+ * @param [options] Conversion options
21424
+ * @returns Plain object
21425
+ */
21426
+ public static toObject(message: google.privacy.dlp.v2.DataProfileFindingRecordLocation, options?: $protobuf.IConversionOptions): { [k: string]: any };
21427
+
21428
+ /**
21429
+ * Converts this DataProfileFindingRecordLocation to JSON.
21430
+ * @returns JSON object
21431
+ */
21432
+ public toJSON(): { [k: string]: any };
21433
+
21434
+ /**
21435
+ * Gets the default type url for DataProfileFindingRecordLocation
21436
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
21437
+ * @returns The default type url
21438
+ */
21439
+ public static getTypeUrl(typeUrlPrefix?: string): string;
21440
+ }
21441
+
20972
21442
  /** Properties of a DataProfileJobConfig. */
20973
21443
  interface IDataProfileJobConfig {
20974
21444
 
@@ -32420,6 +32890,12 @@ export namespace google {
32420
32890
  /** TableDataProfile createTime */
32421
32891
  createTime?: (google.protobuf.ITimestamp|null);
32422
32892
 
32893
+ /** TableDataProfile sampleFindingsTable */
32894
+ sampleFindingsTable?: (google.privacy.dlp.v2.IBigQueryTable|null);
32895
+
32896
+ /** TableDataProfile tags */
32897
+ tags?: (google.privacy.dlp.v2.ITag[]|null);
32898
+
32423
32899
  /** TableDataProfile relatedResources */
32424
32900
  relatedResources?: (google.privacy.dlp.v2.IRelatedResource[]|null);
32425
32901
  }
@@ -32511,6 +32987,12 @@ export namespace google {
32511
32987
  /** TableDataProfile createTime. */
32512
32988
  public createTime?: (google.protobuf.ITimestamp|null);
32513
32989
 
32990
+ /** TableDataProfile sampleFindingsTable. */
32991
+ public sampleFindingsTable?: (google.privacy.dlp.v2.IBigQueryTable|null);
32992
+
32993
+ /** TableDataProfile tags. */
32994
+ public tags: google.privacy.dlp.v2.ITag[];
32995
+
32514
32996
  /** TableDataProfile relatedResources. */
32515
32997
  public relatedResources: google.privacy.dlp.v2.IRelatedResource[];
32516
32998
 
@@ -33260,9 +33742,15 @@ export namespace google {
33260
33742
  /** FileStoreDataProfile fileStoreInfoTypeSummaries */
33261
33743
  fileStoreInfoTypeSummaries?: (google.privacy.dlp.v2.IFileStoreInfoTypeSummary[]|null);
33262
33744
 
33745
+ /** FileStoreDataProfile sampleFindingsTable */
33746
+ sampleFindingsTable?: (google.privacy.dlp.v2.IBigQueryTable|null);
33747
+
33263
33748
  /** FileStoreDataProfile fileStoreIsEmpty */
33264
33749
  fileStoreIsEmpty?: (boolean|null);
33265
33750
 
33751
+ /** FileStoreDataProfile tags */
33752
+ tags?: (google.privacy.dlp.v2.ITag[]|null);
33753
+
33266
33754
  /** FileStoreDataProfile relatedResources */
33267
33755
  relatedResources?: (google.privacy.dlp.v2.IRelatedResource[]|null);
33268
33756
  }
@@ -33342,9 +33830,15 @@ export namespace google {
33342
33830
  /** FileStoreDataProfile fileStoreInfoTypeSummaries. */
33343
33831
  public fileStoreInfoTypeSummaries: google.privacy.dlp.v2.IFileStoreInfoTypeSummary[];
33344
33832
 
33833
+ /** FileStoreDataProfile sampleFindingsTable. */
33834
+ public sampleFindingsTable?: (google.privacy.dlp.v2.IBigQueryTable|null);
33835
+
33345
33836
  /** FileStoreDataProfile fileStoreIsEmpty. */
33346
33837
  public fileStoreIsEmpty: boolean;
33347
33838
 
33839
+ /** FileStoreDataProfile tags. */
33840
+ public tags: google.privacy.dlp.v2.ITag[];
33841
+
33348
33842
  /** FileStoreDataProfile relatedResources. */
33349
33843
  public relatedResources: google.privacy.dlp.v2.IRelatedResource[];
33350
33844
 
@@ -33436,6 +33930,115 @@ export namespace google {
33436
33930
  }
33437
33931
  }
33438
33932
 
33933
+ /** Properties of a Tag. */
33934
+ interface ITag {
33935
+
33936
+ /** Tag namespacedTagValue */
33937
+ namespacedTagValue?: (string|null);
33938
+
33939
+ /** Tag key */
33940
+ key?: (string|null);
33941
+
33942
+ /** Tag value */
33943
+ value?: (string|null);
33944
+ }
33945
+
33946
+ /** Represents a Tag. */
33947
+ class Tag implements ITag {
33948
+
33949
+ /**
33950
+ * Constructs a new Tag.
33951
+ * @param [properties] Properties to set
33952
+ */
33953
+ constructor(properties?: google.privacy.dlp.v2.ITag);
33954
+
33955
+ /** Tag namespacedTagValue. */
33956
+ public namespacedTagValue: string;
33957
+
33958
+ /** Tag key. */
33959
+ public key: string;
33960
+
33961
+ /** Tag value. */
33962
+ public value: string;
33963
+
33964
+ /**
33965
+ * Creates a new Tag instance using the specified properties.
33966
+ * @param [properties] Properties to set
33967
+ * @returns Tag instance
33968
+ */
33969
+ public static create(properties?: google.privacy.dlp.v2.ITag): google.privacy.dlp.v2.Tag;
33970
+
33971
+ /**
33972
+ * Encodes the specified Tag message. Does not implicitly {@link google.privacy.dlp.v2.Tag.verify|verify} messages.
33973
+ * @param message Tag message or plain object to encode
33974
+ * @param [writer] Writer to encode to
33975
+ * @returns Writer
33976
+ */
33977
+ public static encode(message: google.privacy.dlp.v2.ITag, writer?: $protobuf.Writer): $protobuf.Writer;
33978
+
33979
+ /**
33980
+ * Encodes the specified Tag message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.Tag.verify|verify} messages.
33981
+ * @param message Tag message or plain object to encode
33982
+ * @param [writer] Writer to encode to
33983
+ * @returns Writer
33984
+ */
33985
+ public static encodeDelimited(message: google.privacy.dlp.v2.ITag, writer?: $protobuf.Writer): $protobuf.Writer;
33986
+
33987
+ /**
33988
+ * Decodes a Tag message from the specified reader or buffer.
33989
+ * @param reader Reader or buffer to decode from
33990
+ * @param [length] Message length if known beforehand
33991
+ * @returns Tag
33992
+ * @throws {Error} If the payload is not a reader or valid buffer
33993
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
33994
+ */
33995
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.Tag;
33996
+
33997
+ /**
33998
+ * Decodes a Tag message from the specified reader or buffer, length delimited.
33999
+ * @param reader Reader or buffer to decode from
34000
+ * @returns Tag
34001
+ * @throws {Error} If the payload is not a reader or valid buffer
34002
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
34003
+ */
34004
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.Tag;
34005
+
34006
+ /**
34007
+ * Verifies a Tag message.
34008
+ * @param message Plain object to verify
34009
+ * @returns `null` if valid, otherwise the reason why it is not
34010
+ */
34011
+ public static verify(message: { [k: string]: any }): (string|null);
34012
+
34013
+ /**
34014
+ * Creates a Tag message from a plain object. Also converts values to their respective internal types.
34015
+ * @param object Plain object
34016
+ * @returns Tag
34017
+ */
34018
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.Tag;
34019
+
34020
+ /**
34021
+ * Creates a plain object from a Tag message. Also converts values to other types if specified.
34022
+ * @param message Tag
34023
+ * @param [options] Conversion options
34024
+ * @returns Plain object
34025
+ */
34026
+ public static toObject(message: google.privacy.dlp.v2.Tag, options?: $protobuf.IConversionOptions): { [k: string]: any };
34027
+
34028
+ /**
34029
+ * Converts this Tag to JSON.
34030
+ * @returns JSON object
34031
+ */
34032
+ public toJSON(): { [k: string]: any };
34033
+
34034
+ /**
34035
+ * Gets the default type url for Tag
34036
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
34037
+ * @returns The default type url
34038
+ */
34039
+ public static getTypeUrl(typeUrlPrefix?: string): string;
34040
+ }
34041
+
33439
34042
  /** Properties of a RelatedResource. */
33440
34043
  interface IRelatedResource {
33441
34044
 
@@ -40417,6 +41020,9 @@ export namespace google {
40417
41020
 
40418
41021
  /** TableReference tableId */
40419
41022
  tableId?: (string|null);
41023
+
41024
+ /** TableReference projectId */
41025
+ projectId?: (string|null);
40420
41026
  }
40421
41027
 
40422
41028
  /** Represents a TableReference. */
@@ -40434,6 +41040,9 @@ export namespace google {
40434
41040
  /** TableReference tableId. */
40435
41041
  public tableId: string;
40436
41042
 
41043
+ /** TableReference projectId. */
41044
+ public projectId: string;
41045
+
40437
41046
  /**
40438
41047
  * Creates a new TableReference instance using the specified properties.
40439
41048
  * @param [properties] Properties to set