@@ -4500,6 +4500,33 @@ def update!(**args)
4500
4500
end
4501
4501
end
4502
4502
4503
+ # Configure document processing to fall back to any of the following processing
4504
+ # options if document processing is unavailable in the original request location.
4505
+ class GooglePrivacyDlpV2DocumentFallbackLocation
4506
+ include Google ::Apis ::Core ::Hashable
4507
+
4508
+ # Processing occurs in the global region.
4509
+ # Corresponds to the JSON property `globalProcessing`
4510
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2GlobalProcessing]
4511
+ attr_accessor :global_processing
4512
+
4513
+ # Processing occurs in a multi-region that contains the current region if
4514
+ # available.
4515
+ # Corresponds to the JSON property `multiRegionProcessing`
4516
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2MultiRegionProcessing]
4517
+ attr_accessor :multi_region_processing
4518
+
4519
+ def initialize ( **args )
4520
+ update! ( **args )
4521
+ end
4522
+
4523
+ # Update properties of this object
4524
+ def update! ( **args )
4525
+ @global_processing = args [ :global_processing ] if args . key? ( :global_processing )
4526
+ @multi_region_processing = args [ :multi_region_processing ] if args . key? ( :multi_region_processing )
4527
+ end
4528
+ end
4529
+
4503
4530
# Location of a finding within a document.
4504
4531
class GooglePrivacyDlpV2DocumentLocation
4505
4532
include Google ::Apis ::Core ::Hashable
@@ -5487,7 +5514,7 @@ def update!(**args)
5487
5514
end
5488
5515
end
5489
5516
5490
- # Processing will happen in the global region.
5517
+ # Processing occurs in the global region.
5491
5518
class GooglePrivacyDlpV2GlobalProcessing
5492
5519
include Google ::Apis ::Core ::Hashable
5493
5520
@@ -5750,17 +5777,17 @@ def update!(**args)
5750
5777
end
5751
5778
end
5752
5779
5753
- # Configure image processing to fall back to the configured processing option
5754
- # below if unavailable in the request location.
5780
+ # Configure image processing to fall back to any of the following processing
5781
+ # options if image processing is unavailable in the original request location.
5755
5782
class GooglePrivacyDlpV2ImageFallbackLocation
5756
5783
include Google ::Apis ::Core ::Hashable
5757
5784
5758
- # Processing will happen in the global region.
5785
+ # Processing occurs in the global region.
5759
5786
# Corresponds to the JSON property `globalProcessing`
5760
5787
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2GlobalProcessing]
5761
5788
attr_accessor :global_processing
5762
5789
5763
- # Processing will happen in a multi-region that contains the current region if
5790
+ # Processing occurs in a multi-region that contains the current region if
5764
5791
# available.
5765
5792
# Corresponds to the JSON property `multiRegionProcessing`
5766
5793
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2MultiRegionProcessing]
@@ -6344,7 +6371,7 @@ class GooglePrivacyDlpV2InspectDataSourceDetails
6344
6371
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedOptions]
6345
6372
attr_accessor :requested_options
6346
6373
6347
- # All result fields mentioned below are updated while the job is processing.
6374
+ # All Result fields are updated while the job is processing.
6348
6375
# Corresponds to the JSON property `result`
6349
6376
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Result]
6350
6377
attr_accessor :result
@@ -7595,7 +7622,7 @@ def update!(**args)
7595
7622
end
7596
7623
end
7597
7624
7598
- # Processing will happen in a multi-region that contains the current region if
7625
+ # Processing occurs in a multi-region that contains the current region if
7599
7626
# available.
7600
7627
class GooglePrivacyDlpV2MultiRegionProcessing
7601
7628
include Google ::Apis ::Core ::Hashable
@@ -8200,8 +8227,14 @@ def update!(**args)
8200
8227
class GooglePrivacyDlpV2ProcessingLocation
8201
8228
include Google ::Apis ::Core ::Hashable
8202
8229
8203
- # Configure image processing to fall back to the configured processing option
8204
- # below if unavailable in the request location.
8230
+ # Configure document processing to fall back to any of the following processing
8231
+ # options if document processing is unavailable in the original request location.
8232
+ # Corresponds to the JSON property `documentFallbackLocation`
8233
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DocumentFallbackLocation]
8234
+ attr_accessor :document_fallback_location
8235
+
8236
+ # Configure image processing to fall back to any of the following processing
8237
+ # options if image processing is unavailable in the original request location.
8205
8238
# Corresponds to the JSON property `imageFallbackLocation`
8206
8239
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ImageFallbackLocation]
8207
8240
attr_accessor :image_fallback_location
@@ -8212,6 +8245,7 @@ def initialize(**args)
8212
8245
8213
8246
# Update properties of this object
8214
8247
def update! ( **args )
8248
+ @document_fallback_location = args [ :document_fallback_location ] if args . key? ( :document_fallback_location )
8215
8249
@image_fallback_location = args [ :image_fallback_location ] if args . key? ( :image_fallback_location )
8216
8250
end
8217
8251
end
@@ -8576,7 +8610,7 @@ class GooglePrivacyDlpV2QuasiId
8576
8610
8577
8611
# A column can be tagged with a custom tag. In this case, the user must indicate
8578
8612
# an auxiliary table that contains statistical information on the possible
8579
- # values of this column (below) .
8613
+ # values of this column.
8580
8614
# Corresponds to the JSON property `customTag`
8581
8615
# @return [String]
8582
8616
attr_accessor :custom_tag
@@ -8645,7 +8679,7 @@ class GooglePrivacyDlpV2QuasiIdentifierField
8645
8679
8646
8680
# A column can be tagged with a custom tag. In this case, the user must indicate
8647
8681
# an auxiliary table that contains statistical information on the possible
8648
- # values of this column (below) .
8682
+ # values of this column.
8649
8683
# Corresponds to the JSON property `customTag`
8650
8684
# @return [String]
8651
8685
attr_accessor :custom_tag
@@ -9236,7 +9270,7 @@ def update!(**args)
9236
9270
end
9237
9271
end
9238
9272
9239
- # All result fields mentioned below are updated while the job is processing.
9273
+ # All Result fields are updated while the job is processing.
9240
9274
class GooglePrivacyDlpV2Result
9241
9275
include Google ::Apis ::Core ::Hashable
9242
9276
@@ -10348,7 +10382,7 @@ class GooglePrivacyDlpV2TaggedField
10348
10382
10349
10383
# A column can be tagged with a custom tag. In this case, the user must indicate
10350
10384
# an auxiliary table that contains statistical information on the possible
10351
- # values of this column (below) .
10385
+ # values of this column.
10352
10386
# Corresponds to the JSON property `customTag`
10353
10387
# @return [String]
10354
10388
attr_accessor :custom_tag
0 commit comments