google-apis-dlp_v2 0.6.0 → 0.7.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/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/service.rb +12 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20aff1ec165b0e14243811e8b3efe862d32ae64d36e79f314e8a66ae30c897dd
|
4
|
+
data.tar.gz: 660c520f185e8ad05201d3eb82c35799d0fe08b2e8e0ee0f32c52b0de65b740a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1382b78bf500a86395515f2be660ab4c4e62956ac9cd52a014f03961610cddee63777ff3f64e5c6857ae957813c8e1251608695ceb1d8816984168fc8d92dc2
|
7
|
+
data.tar.gz: 33f477bda17a71ddfd36feab3e0f02f301e475ccc73765157d094f29871eedae047a20d0a6f0481caa54f5b8e4d018880c3b279ff034edb478c433f203326edd
|
data/CHANGELOG.md
CHANGED
@@ -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.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210522"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1195,6 +1195,8 @@ module Google
|
|
1195
1195
|
# @param [String] page_token
|
1196
1196
|
# Page token to continue retrieval. Comes from previous call to ListJobTriggers.
|
1197
1197
|
# `order_by` field must not change for subsequent calls.
|
1198
|
+
# @param [String] type
|
1199
|
+
# The type of jobs. Will use `DlpJobType.INSPECT` if not set.
|
1198
1200
|
# @param [String] fields
|
1199
1201
|
# Selector specifying which fields to include in a partial response.
|
1200
1202
|
# @param [String] quota_user
|
@@ -1212,7 +1214,7 @@ module Google
|
|
1212
1214
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1213
1215
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1214
1216
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1215
|
-
def list_organization_location_job_triggers(parent, filter: nil, location_id: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1217
|
+
def list_organization_location_job_triggers(parent, filter: nil, location_id: nil, order_by: nil, page_size: nil, page_token: nil, type: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1216
1218
|
command = make_simple_command(:get, 'v2/{+parent}/jobTriggers', options)
|
1217
1219
|
command.response_representation = Google::Apis::DlpV2::GooglePrivacyDlpV2ListJobTriggersResponse::Representation
|
1218
1220
|
command.response_class = Google::Apis::DlpV2::GooglePrivacyDlpV2ListJobTriggersResponse
|
@@ -1222,6 +1224,7 @@ module Google
|
|
1222
1224
|
command.query['orderBy'] = order_by unless order_by.nil?
|
1223
1225
|
command.query['pageSize'] = page_size unless page_size.nil?
|
1224
1226
|
command.query['pageToken'] = page_token unless page_token.nil?
|
1227
|
+
command.query['type'] = type unless type.nil?
|
1225
1228
|
command.query['fields'] = fields unless fields.nil?
|
1226
1229
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1227
1230
|
execute_or_queue_command(command, &block)
|
@@ -2678,6 +2681,8 @@ module Google
|
|
2678
2681
|
# @param [String] page_token
|
2679
2682
|
# Page token to continue retrieval. Comes from previous call to ListJobTriggers.
|
2680
2683
|
# `order_by` field must not change for subsequent calls.
|
2684
|
+
# @param [String] type
|
2685
|
+
# The type of jobs. Will use `DlpJobType.INSPECT` if not set.
|
2681
2686
|
# @param [String] fields
|
2682
2687
|
# Selector specifying which fields to include in a partial response.
|
2683
2688
|
# @param [String] quota_user
|
@@ -2695,7 +2700,7 @@ module Google
|
|
2695
2700
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2696
2701
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2697
2702
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2698
|
-
def list_project_job_triggers(parent, filter: nil, location_id: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2703
|
+
def list_project_job_triggers(parent, filter: nil, location_id: nil, order_by: nil, page_size: nil, page_token: nil, type: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2699
2704
|
command = make_simple_command(:get, 'v2/{+parent}/jobTriggers', options)
|
2700
2705
|
command.response_representation = Google::Apis::DlpV2::GooglePrivacyDlpV2ListJobTriggersResponse::Representation
|
2701
2706
|
command.response_class = Google::Apis::DlpV2::GooglePrivacyDlpV2ListJobTriggersResponse
|
@@ -2705,6 +2710,7 @@ module Google
|
|
2705
2710
|
command.query['orderBy'] = order_by unless order_by.nil?
|
2706
2711
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2707
2712
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2713
|
+
command.query['type'] = type unless type.nil?
|
2708
2714
|
command.query['fields'] = fields unless fields.nil?
|
2709
2715
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2710
2716
|
execute_or_queue_command(command, &block)
|
@@ -3850,6 +3856,8 @@ module Google
|
|
3850
3856
|
# @param [String] page_token
|
3851
3857
|
# Page token to continue retrieval. Comes from previous call to ListJobTriggers.
|
3852
3858
|
# `order_by` field must not change for subsequent calls.
|
3859
|
+
# @param [String] type
|
3860
|
+
# The type of jobs. Will use `DlpJobType.INSPECT` if not set.
|
3853
3861
|
# @param [String] fields
|
3854
3862
|
# Selector specifying which fields to include in a partial response.
|
3855
3863
|
# @param [String] quota_user
|
@@ -3867,7 +3875,7 @@ module Google
|
|
3867
3875
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3868
3876
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3869
3877
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3870
|
-
def list_project_location_job_triggers(parent, filter: nil, location_id: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3878
|
+
def list_project_location_job_triggers(parent, filter: nil, location_id: nil, order_by: nil, page_size: nil, page_token: nil, type: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3871
3879
|
command = make_simple_command(:get, 'v2/{+parent}/jobTriggers', options)
|
3872
3880
|
command.response_representation = Google::Apis::DlpV2::GooglePrivacyDlpV2ListJobTriggersResponse::Representation
|
3873
3881
|
command.response_class = Google::Apis::DlpV2::GooglePrivacyDlpV2ListJobTriggersResponse
|
@@ -3877,6 +3885,7 @@ module Google
|
|
3877
3885
|
command.query['orderBy'] = order_by unless order_by.nil?
|
3878
3886
|
command.query['pageSize'] = page_size unless page_size.nil?
|
3879
3887
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3888
|
+
command.query['type'] = type unless type.nil?
|
3880
3889
|
command.query['fields'] = fields unless fields.nil?
|
3881
3890
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3882
3891
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-05-
|
11
|
+
date: 2021-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.7.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|