google-apis-dlp_v2 0.111.0 → 0.112.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +23 -16
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 848f47985c6d1839410423b114edbc9b1d2b60679f986bae75b6e67179988c2a
|
|
4
|
+
data.tar.gz: b89bc75c338d279ba003080dd5f2673bd9ba145408558c14714c6ec64c847980
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 427e07e27b11b934b5362301da43dfcfd03a4552e13ddf5a77e8756ea8ae24c372ad8aa9f7a3ec28982408ab1d712fa96472cb532a20498aeb8927fd51d38801
|
|
7
|
+
data.tar.gz: ae8142f65349ea2a1402f4c84879be4f490796d8ffe77ecca5a997471b4354d3636ed0c219a6581ee20c7f6b4d2ff529eb92ba7f4db2c676fafccb38710e166d
|
data/CHANGELOG.md
CHANGED
|
@@ -4407,9 +4407,9 @@ module Google
|
|
|
4407
4407
|
# @return [String]
|
|
4408
4408
|
attr_accessor :last_run_time
|
|
4409
4409
|
|
|
4410
|
-
# Unique resource name for the DiscoveryConfig, assigned by the
|
|
4411
|
-
# DiscoveryConfig is created, for example `projects/dlp-test-
|
|
4412
|
-
# global/discoveryConfigs/53234423`.
|
|
4410
|
+
# Output only. Unique resource name for the DiscoveryConfig, assigned by the
|
|
4411
|
+
# service when the DiscoveryConfig is created, for example `projects/dlp-test-
|
|
4412
|
+
# project/locations/global/discoveryConfigs/53234423`.
|
|
4413
4413
|
# Corresponds to the JSON property `name`
|
|
4414
4414
|
# @return [String]
|
|
4415
4415
|
attr_accessor :name
|
|
@@ -4884,22 +4884,22 @@ module Google
|
|
|
4884
4884
|
class GooglePrivacyDlpV2DlpJob
|
|
4885
4885
|
include Google::Apis::Core::Hashable
|
|
4886
4886
|
|
|
4887
|
-
# Events that should occur after the job has completed.
|
|
4887
|
+
# Output only. Events that should occur after the job has completed.
|
|
4888
4888
|
# Corresponds to the JSON property `actionDetails`
|
|
4889
4889
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2ActionDetails>]
|
|
4890
4890
|
attr_accessor :action_details
|
|
4891
4891
|
|
|
4892
|
-
# Time when the job was created.
|
|
4892
|
+
# Output only. Time when the job was created.
|
|
4893
4893
|
# Corresponds to the JSON property `createTime`
|
|
4894
4894
|
# @return [String]
|
|
4895
4895
|
attr_accessor :create_time
|
|
4896
4896
|
|
|
4897
|
-
# Time when the job finished.
|
|
4897
|
+
# Output only. Time when the job finished.
|
|
4898
4898
|
# Corresponds to the JSON property `endTime`
|
|
4899
4899
|
# @return [String]
|
|
4900
4900
|
attr_accessor :end_time
|
|
4901
4901
|
|
|
4902
|
-
# A stream of errors encountered running the job.
|
|
4902
|
+
# Output only. A stream of errors encountered running the job.
|
|
4903
4903
|
# Corresponds to the JSON property `errors`
|
|
4904
4904
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Error>]
|
|
4905
4905
|
attr_accessor :errors
|
|
@@ -4909,18 +4909,18 @@ module Google
|
|
|
4909
4909
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectDataSourceDetails]
|
|
4910
4910
|
attr_accessor :inspect_details
|
|
4911
4911
|
|
|
4912
|
-
# If created by a job trigger, the resource name of the trigger
|
|
4913
|
-
# instantiated the job.
|
|
4912
|
+
# Output only. If created by a job trigger, the resource name of the trigger
|
|
4913
|
+
# that instantiated the job.
|
|
4914
4914
|
# Corresponds to the JSON property `jobTriggerName`
|
|
4915
4915
|
# @return [String]
|
|
4916
4916
|
attr_accessor :job_trigger_name
|
|
4917
4917
|
|
|
4918
|
-
# Time when the job was last modified by the system.
|
|
4918
|
+
# Output only. Time when the job was last modified by the system.
|
|
4919
4919
|
# Corresponds to the JSON property `lastModified`
|
|
4920
4920
|
# @return [String]
|
|
4921
4921
|
attr_accessor :last_modified
|
|
4922
4922
|
|
|
4923
|
-
# The server-assigned name.
|
|
4923
|
+
# Output only. The server-assigned name.
|
|
4924
4924
|
# Corresponds to the JSON property `name`
|
|
4925
4925
|
# @return [String]
|
|
4926
4926
|
attr_accessor :name
|
|
@@ -4930,12 +4930,12 @@ module Google
|
|
|
4930
4930
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails]
|
|
4931
4931
|
attr_accessor :risk_details
|
|
4932
4932
|
|
|
4933
|
-
# Time when the job started.
|
|
4933
|
+
# Output only. Time when the job started.
|
|
4934
4934
|
# Corresponds to the JSON property `startTime`
|
|
4935
4935
|
# @return [String]
|
|
4936
4936
|
attr_accessor :start_time
|
|
4937
4937
|
|
|
4938
|
-
# State of a job.
|
|
4938
|
+
# Output only. State of a job.
|
|
4939
4939
|
# Corresponds to the JSON property `state`
|
|
4940
4940
|
# @return [String]
|
|
4941
4941
|
attr_accessor :state
|
|
@@ -6675,6 +6675,12 @@ module Google
|
|
|
6675
6675
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypes]
|
|
6676
6676
|
attr_accessor :info_types
|
|
6677
6677
|
|
|
6678
|
+
# Optional. The minimum total number of findings of all matching info types
|
|
6679
|
+
# required for this condition to evaluate to true. Defaults to 1 if unset.
|
|
6680
|
+
# Corresponds to the JSON property `minCount`
|
|
6681
|
+
# @return [Fixnum]
|
|
6682
|
+
attr_accessor :min_count
|
|
6683
|
+
|
|
6678
6684
|
def initialize(**args)
|
|
6679
6685
|
update!(**args)
|
|
6680
6686
|
end
|
|
@@ -6683,6 +6689,7 @@ module Google
|
|
|
6683
6689
|
def update!(**args)
|
|
6684
6690
|
@any_info_type = args[:any_info_type] if args.key?(:any_info_type)
|
|
6685
6691
|
@info_types = args[:info_types] if args.key?(:info_types)
|
|
6692
|
+
@min_count = args[:min_count] if args.key?(:min_count)
|
|
6686
6693
|
end
|
|
6687
6694
|
end
|
|
6688
6695
|
|
|
@@ -7375,9 +7382,9 @@ module Google
|
|
|
7375
7382
|
# @return [String]
|
|
7376
7383
|
attr_accessor :last_run_time
|
|
7377
7384
|
|
|
7378
|
-
# Unique resource name for the triggeredJob, assigned by the
|
|
7379
|
-
# triggeredJob is created, for example `projects/dlp-test-
|
|
7380
|
-
# 53234423`.
|
|
7385
|
+
# Output only. Unique resource name for the triggeredJob, assigned by the
|
|
7386
|
+
# service when the triggeredJob is created, for example `projects/dlp-test-
|
|
7387
|
+
# project/jobTriggers/53234423`.
|
|
7381
7388
|
# Corresponds to the JSON property `name`
|
|
7382
7389
|
# @return [String]
|
|
7383
7390
|
attr_accessor :name
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DlpV2
|
|
18
18
|
# Version of the google-apis-dlp_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.112.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260711"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -4276,6 +4276,7 @@ module Google
|
|
|
4276
4276
|
|
|
4277
4277
|
property :info_types, as: 'infoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypes, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypes::Representation
|
|
4278
4278
|
|
|
4279
|
+
property :min_count, :numeric_string => true, as: 'minCount'
|
|
4279
4280
|
end
|
|
4280
4281
|
end
|
|
4281
4282
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dlp_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.112.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.112.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|