google-apis-dlp_v2 0.53.0 → 0.55.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -2
- data/lib/google/apis/dlp_v2/classes.rb +54 -50
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/service.rb +127 -124
- 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: f410415991671811bc5961fcaf6f42aa0ffe64798517a4e65d3588eb407a82bc
|
4
|
+
data.tar.gz: 25fac18c4fdc23c89a9e3be07bd2d48c1ea5c713778fdf3c2cd49d2d28104722
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 927143c600cc7130e50f714569228a030b82d1024fd9623a0c7a13eb8c162a0123ddd00d2f98b6934582f7cecb421e53c9e39d95083b7695827033e19d3b7fbe
|
7
|
+
data.tar.gz: ad71991aabbf5fe8b0f2789f0e2c23d2ad47773a62228832ed241e29974326e7a959ea6ca003dbee0bd352fc4cc6e072319b9b8423f62d136aa4828851fbf46a
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1
1
|
# Release history for google-apis-dlp_v2
|
2
2
|
|
3
|
-
### v0.
|
3
|
+
### v0.55.0 (2023-12-03)
|
4
4
|
|
5
|
-
* Regenerated from discovery document revision
|
5
|
+
* Regenerated from discovery document revision 20231127
|
6
|
+
|
7
|
+
### v0.54.0 (2023-11-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231029
|
10
|
+
|
11
|
+
### v0.53.0 (2023-10-29)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20231022
|
6
14
|
|
7
15
|
### v0.52.0 (2023-10-15)
|
8
16
|
|
@@ -297,7 +297,7 @@ module Google
|
|
297
297
|
end
|
298
298
|
end
|
299
299
|
|
300
|
-
# Target used to match against for
|
300
|
+
# Target used to match against for discovery with BigQuery tables
|
301
301
|
class GooglePrivacyDlpV2BigQueryDiscoveryTarget
|
302
302
|
include Google::Apis::Core::Hashable
|
303
303
|
|
@@ -308,22 +308,23 @@ module Google
|
|
308
308
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryGenerationCadence]
|
309
309
|
attr_accessor :cadence
|
310
310
|
|
311
|
-
# Requirements that must be true before a table is scanned in
|
311
|
+
# Requirements that must be true before a table is scanned in discovery for the
|
312
312
|
# first time. There is an AND relationship between the top-level attributes.
|
313
|
+
# Additionally, minimum conditions with an OR relationship that must be met
|
314
|
+
# before Cloud DLP scans a table can be set (like a minimum row count or a
|
315
|
+
# minimum table age).
|
313
316
|
# Corresponds to the JSON property `conditions`
|
314
317
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryBigQueryConditions]
|
315
318
|
attr_accessor :conditions
|
316
319
|
|
317
|
-
# Do
|
320
|
+
# Do not profile the tables.
|
318
321
|
# Corresponds to the JSON property `disabled`
|
319
322
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Disabled]
|
320
323
|
attr_accessor :disabled
|
321
324
|
|
322
325
|
# Determines what tables will have profiles generated within an organization or
|
323
326
|
# project. Includes the ability to filter by regular expression patterns on
|
324
|
-
# project ID, dataset ID, and table ID.
|
325
|
-
# that must be met before Cloud DLP scans a table (like a minimum row count or a
|
326
|
-
# minimum table age).
|
327
|
+
# project ID, dataset ID, and table ID.
|
327
328
|
# Corresponds to the JSON property `filter`
|
328
329
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryBigQueryFilter]
|
329
330
|
attr_accessor :filter
|
@@ -438,7 +439,9 @@ module Google
|
|
438
439
|
# scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and
|
439
440
|
# 100 means no limit. Defaults to 0. Only one of rows_limit and
|
440
441
|
# rows_limit_percent can be specified. Cannot be used in conjunction with
|
441
|
-
# TimespanConfig.
|
442
|
+
# TimespanConfig. Caution: A [known issue](https://cloud.google.com/dlp/docs/
|
443
|
+
# known-issues#bq-sampling) is causing the `rowsLimitPercent` field to behave
|
444
|
+
# unexpectedly. We recommend using `rowsLimit` instead.
|
442
445
|
# Corresponds to the JSON property `rowsLimitPercent`
|
443
446
|
# @return [Fixnum]
|
444
447
|
attr_accessor :rows_limit_percent
|
@@ -579,11 +582,11 @@ module Google
|
|
579
582
|
end
|
580
583
|
end
|
581
584
|
|
582
|
-
# The types of
|
585
|
+
# The types of BigQuery tables supported by Cloud DLP.
|
583
586
|
class GooglePrivacyDlpV2BigQueryTableTypes
|
584
587
|
include Google::Apis::Core::Hashable
|
585
588
|
|
586
|
-
# A set of
|
589
|
+
# A set of BigQuery table types.
|
587
590
|
# Corresponds to the JSON property `types`
|
588
591
|
# @return [Array<String>]
|
589
592
|
attr_accessor :types
|
@@ -1172,7 +1175,7 @@ module Google
|
|
1172
1175
|
# @return [String]
|
1173
1176
|
attr_accessor :name
|
1174
1177
|
|
1175
|
-
# Other types found within this column. List will be
|
1178
|
+
# Other types found within this column. List will be unordered.
|
1176
1179
|
# Corresponds to the JSON property `otherMatches`
|
1177
1180
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2OtherInfoTypeSummary>]
|
1178
1181
|
attr_accessor :other_matches
|
@@ -1204,7 +1207,7 @@ module Google
|
|
1204
1207
|
# @return [String]
|
1205
1208
|
attr_accessor :state
|
1206
1209
|
|
1207
|
-
# The resource name
|
1210
|
+
# The resource name of the table data profile.
|
1208
1211
|
# Corresponds to the JSON property `tableDataProfile`
|
1209
1212
|
# @return [String]
|
1210
1213
|
attr_accessor :table_data_profile
|
@@ -1515,7 +1518,7 @@ module Google
|
|
1515
1518
|
class GooglePrivacyDlpV2CreateDiscoveryConfigRequest
|
1516
1519
|
include Google::Apis::Core::Hashable
|
1517
1520
|
|
1518
|
-
# The config
|
1521
|
+
# The config ID can contain uppercase and lowercase letters, numbers, and
|
1519
1522
|
# hyphens; that is, it must match the regular expression: `[a-zA-Z\d-_]+`. The
|
1520
1523
|
# maximum length is 100 characters. Can be empty to allow the system to generate
|
1521
1524
|
# one.
|
@@ -1523,8 +1526,8 @@ module Google
|
|
1523
1526
|
# @return [String]
|
1524
1527
|
attr_accessor :config_id
|
1525
1528
|
|
1526
|
-
# Configuration for
|
1527
|
-
#
|
1529
|
+
# Configuration for discovery to scan resources for profile generation. Only one
|
1530
|
+
# discovery configuration may exist per organization, folder, or project. The
|
1528
1531
|
# generated data profiles are retained according to the [data retention policy] (
|
1529
1532
|
# https://cloud.google.com/dlp/docs/data-profiles#retention).
|
1530
1533
|
# Corresponds to the JSON property `discoveryConfig`
|
@@ -1989,8 +1992,8 @@ module Google
|
|
1989
1992
|
end
|
1990
1993
|
end
|
1991
1994
|
|
1992
|
-
# The schema of data to be saved to the BigQuery when the `
|
1993
|
-
# enabled.
|
1995
|
+
# The schema of data to be saved to the BigQuery table when the `
|
1996
|
+
# DataProfileAction` is enabled.
|
1994
1997
|
class GooglePrivacyDlpV2DataProfileBigQueryRowSchema
|
1995
1998
|
include Google::Apis::Core::Hashable
|
1996
1999
|
|
@@ -2065,7 +2068,7 @@ module Google
|
|
2065
2068
|
# be copied to that region and used instead. If no global or region-specific
|
2066
2069
|
# template is provided for a region with data, that region's data will not be
|
2067
2070
|
# scanned. For more information, see https://cloud.google.com/dlp/docs/data-
|
2068
|
-
# profiles#
|
2071
|
+
# profiles#data-residency.
|
2069
2072
|
# Corresponds to the JSON property `inspectTemplates`
|
2070
2073
|
# @return [Array<String>]
|
2071
2074
|
attr_accessor :inspect_templates
|
@@ -2518,7 +2521,7 @@ module Google
|
|
2518
2521
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceStats]
|
2519
2522
|
attr_accessor :deidentify_stats
|
2520
2523
|
|
2521
|
-
# De-
|
2524
|
+
# De-identification options.
|
2522
2525
|
# Corresponds to the JSON property `requestedOptions`
|
2523
2526
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedDeidentifyOptions]
|
2524
2527
|
attr_accessor :requested_options
|
@@ -2826,7 +2829,7 @@ module Google
|
|
2826
2829
|
end
|
2827
2830
|
end
|
2828
2831
|
|
2829
|
-
# Do
|
2832
|
+
# Do not profile the tables.
|
2830
2833
|
class GooglePrivacyDlpV2Disabled
|
2831
2834
|
include Google::Apis::Core::Hashable
|
2832
2835
|
|
@@ -2839,8 +2842,11 @@ module Google
|
|
2839
2842
|
end
|
2840
2843
|
end
|
2841
2844
|
|
2842
|
-
# Requirements that must be true before a table is scanned in
|
2845
|
+
# Requirements that must be true before a table is scanned in discovery for the
|
2843
2846
|
# first time. There is an AND relationship between the top-level attributes.
|
2847
|
+
# Additionally, minimum conditions with an OR relationship that must be met
|
2848
|
+
# before Cloud DLP scans a table can be set (like a minimum row count or a
|
2849
|
+
# minimum table age).
|
2844
2850
|
class GooglePrivacyDlpV2DiscoveryBigQueryConditions
|
2845
2851
|
include Google::Apis::Core::Hashable
|
2846
2852
|
|
@@ -2856,12 +2862,12 @@ module Google
|
|
2856
2862
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2OrConditions]
|
2857
2863
|
attr_accessor :or_conditions
|
2858
2864
|
|
2859
|
-
# Restrict
|
2865
|
+
# Restrict discovery to categories of table types.
|
2860
2866
|
# Corresponds to the JSON property `typeCollection`
|
2861
2867
|
# @return [String]
|
2862
2868
|
attr_accessor :type_collection
|
2863
2869
|
|
2864
|
-
# The types of
|
2870
|
+
# The types of BigQuery tables supported by Cloud DLP.
|
2865
2871
|
# Corresponds to the JSON property `types`
|
2866
2872
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableTypes]
|
2867
2873
|
attr_accessor :types
|
@@ -2881,9 +2887,7 @@ module Google
|
|
2881
2887
|
|
2882
2888
|
# Determines what tables will have profiles generated within an organization or
|
2883
2889
|
# project. Includes the ability to filter by regular expression patterns on
|
2884
|
-
# project ID, dataset ID, and table ID.
|
2885
|
-
# that must be met before Cloud DLP scans a table (like a minimum row count or a
|
2886
|
-
# minimum table age).
|
2890
|
+
# project ID, dataset ID, and table ID.
|
2887
2891
|
class GooglePrivacyDlpV2DiscoveryBigQueryFilter
|
2888
2892
|
include Google::Apis::Core::Hashable
|
2889
2893
|
|
@@ -2910,8 +2914,8 @@ module Google
|
|
2910
2914
|
end
|
2911
2915
|
end
|
2912
2916
|
|
2913
|
-
# Configuration for
|
2914
|
-
#
|
2917
|
+
# Configuration for discovery to scan resources for profile generation. Only one
|
2918
|
+
# discovery configuration may exist per organization, folder, or project. The
|
2915
2919
|
# generated data profiles are retained according to the [data retention policy] (
|
2916
2920
|
# https://cloud.google.com/dlp/docs/data-profiles#retention).
|
2917
2921
|
class GooglePrivacyDlpV2DiscoveryConfig
|
@@ -2948,8 +2952,8 @@ module Google
|
|
2948
2952
|
# template is specified, but a "global" template is specified, it will be copied
|
2949
2953
|
# to that region and used instead. If no global or region-specific template is
|
2950
2954
|
# provided for a region with data, that region's data will not be scanned. For
|
2951
|
-
# more information, see https://cloud.google.com/dlp/docs/data-profiles#
|
2952
|
-
#
|
2955
|
+
# more information, see https://cloud.google.com/dlp/docs/data-profiles#data-
|
2956
|
+
# residency.
|
2953
2957
|
# Corresponds to the JSON property `inspectTemplates`
|
2954
2958
|
# @return [Array<String>]
|
2955
2959
|
attr_accessor :inspect_templates
|
@@ -3060,7 +3064,7 @@ module Google
|
|
3060
3064
|
end
|
3061
3065
|
end
|
3062
3066
|
|
3063
|
-
# The location to begin a
|
3067
|
+
# The location to begin a discovery scan. Denotes an organization ID or folder
|
3064
3068
|
# ID within an organization.
|
3065
3069
|
class GooglePrivacyDlpV2DiscoveryStartingLocation
|
3066
3070
|
include Google::Apis::Core::Hashable
|
@@ -3117,7 +3121,7 @@ module Google
|
|
3117
3121
|
class GooglePrivacyDlpV2DiscoveryTarget
|
3118
3122
|
include Google::Apis::Core::Hashable
|
3119
3123
|
|
3120
|
-
# Target used to match against for
|
3124
|
+
# Target used to match against for discovery with BigQuery tables
|
3121
3125
|
# Corresponds to the JSON property `bigQueryTarget`
|
3122
3126
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryDiscoveryTarget]
|
3123
3127
|
attr_accessor :big_query_target
|
@@ -4448,11 +4452,11 @@ module Google
|
|
4448
4452
|
# Restricts what info_types to look for. The values must correspond to InfoType
|
4449
4453
|
# values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/
|
4450
4454
|
# docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified
|
4451
|
-
# in a request, the system may automatically choose
|
4452
|
-
#
|
4453
|
-
#
|
4454
|
-
#
|
4455
|
-
#
|
4455
|
+
# in a request, the system may automatically choose a default list of detectors
|
4456
|
+
# to run, which may change over time. If you need precise control and
|
4457
|
+
# predictability as to what detectors are run you should specify specific
|
4458
|
+
# InfoTypes listed in the reference, otherwise a default list will be used,
|
4459
|
+
# which may change over time.
|
4456
4460
|
# Corresponds to the JSON property `infoTypes`
|
4457
4461
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType>]
|
4458
4462
|
attr_accessor :info_types
|
@@ -5458,8 +5462,8 @@ module Google
|
|
5458
5462
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyTemplate>]
|
5459
5463
|
attr_accessor :deidentify_templates
|
5460
5464
|
|
5461
|
-
# If the next page is available then the next page token to be used in
|
5462
|
-
# ListDeidentifyTemplates request.
|
5465
|
+
# If the next page is available then the next page token to be used in the
|
5466
|
+
# following ListDeidentifyTemplates request.
|
5463
5467
|
# Corresponds to the JSON property `nextPageToken`
|
5464
5468
|
# @return [String]
|
5465
5469
|
attr_accessor :next_page_token
|
@@ -5484,8 +5488,8 @@ module Google
|
|
5484
5488
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryConfig>]
|
5485
5489
|
attr_accessor :discovery_configs
|
5486
5490
|
|
5487
|
-
# If the next page is available then the next page token to be
|
5488
|
-
# ListDiscoveryConfigs request.
|
5491
|
+
# If the next page is available then this value is the next page token to be
|
5492
|
+
# used in the following ListDiscoveryConfigs request.
|
5489
5493
|
# Corresponds to the JSON property `nextPageToken`
|
5490
5494
|
# @return [String]
|
5491
5495
|
attr_accessor :next_page_token
|
@@ -5554,8 +5558,8 @@ module Google
|
|
5554
5558
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InspectTemplate>]
|
5555
5559
|
attr_accessor :inspect_templates
|
5556
5560
|
|
5557
|
-
# If the next page is available then the next page token to be used in
|
5558
|
-
# ListInspectTemplates request.
|
5561
|
+
# If the next page is available then the next page token to be used in the
|
5562
|
+
# following ListInspectTemplates request.
|
5559
5563
|
# Corresponds to the JSON property `nextPageToken`
|
5560
5564
|
# @return [String]
|
5561
5565
|
attr_accessor :next_page_token
|
@@ -5580,8 +5584,8 @@ module Google
|
|
5580
5584
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2JobTrigger>]
|
5581
5585
|
attr_accessor :job_triggers
|
5582
5586
|
|
5583
|
-
# If the next page is available then the next page token to be
|
5584
|
-
# ListJobTriggers request.
|
5587
|
+
# If the next page is available then this value is the next page token to be
|
5588
|
+
# used in the following ListJobTriggers request.
|
5585
5589
|
# Corresponds to the JSON property `nextPageToken`
|
5586
5590
|
# @return [String]
|
5587
5591
|
attr_accessor :next_page_token
|
@@ -5601,8 +5605,8 @@ module Google
|
|
5601
5605
|
class GooglePrivacyDlpV2ListStoredInfoTypesResponse
|
5602
5606
|
include Google::Apis::Core::Hashable
|
5603
5607
|
|
5604
|
-
# If the next page is available then the next page token to be used in
|
5605
|
-
# ListStoredInfoTypes request.
|
5608
|
+
# If the next page is available then the next page token to be used in the
|
5609
|
+
# following ListStoredInfoTypes request.
|
5606
5610
|
# Corresponds to the JSON property `nextPageToken`
|
5607
5611
|
# @return [String]
|
5608
5612
|
attr_accessor :next_page_token
|
@@ -5792,7 +5796,7 @@ module Google
|
|
5792
5796
|
class GooglePrivacyDlpV2OrgConfig
|
5793
5797
|
include Google::Apis::Core::Hashable
|
5794
5798
|
|
5795
|
-
# The location to begin a
|
5799
|
+
# The location to begin a discovery scan. Denotes an organization ID or folder
|
5796
5800
|
# ID within an organization.
|
5797
5801
|
# Corresponds to the JSON property `location`
|
5798
5802
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryStartingLocation]
|
@@ -6930,7 +6934,7 @@ module Google
|
|
6930
6934
|
end
|
6931
6935
|
end
|
6932
6936
|
|
6933
|
-
# De-
|
6937
|
+
# De-identification options.
|
6934
6938
|
class GooglePrivacyDlpV2RequestedDeidentifyOptions
|
6935
6939
|
include Google::Apis::Core::Hashable
|
6936
6940
|
|
@@ -8380,8 +8384,8 @@ module Google
|
|
8380
8384
|
class GooglePrivacyDlpV2UpdateDiscoveryConfigRequest
|
8381
8385
|
include Google::Apis::Core::Hashable
|
8382
8386
|
|
8383
|
-
# Configuration for
|
8384
|
-
#
|
8387
|
+
# Configuration for discovery to scan resources for profile generation. Only one
|
8388
|
+
# discovery configuration may exist per organization, folder, or project. The
|
8385
8389
|
# generated data profiles are retained according to the [data retention policy] (
|
8386
8390
|
# https://cloud.google.com/dlp/docs/data-profiles#retention).
|
8387
8391
|
# Corresponds to the JSON property `discoveryConfig`
|
@@ -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.55.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231127"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -266,17 +266,17 @@ module Google
|
|
266
266
|
# Deprecated. This field has no effect.
|
267
267
|
# @param [String] order_by
|
268
268
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
269
|
-
# postfix. This list is case
|
270
|
-
#
|
269
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
270
|
+
# Redundant space characters are insignificant. Example: `name asc,update_time,
|
271
271
|
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
272
272
|
# time the template was created. - `update_time`: corresponds to the time the
|
273
273
|
# template was last updated. - `name`: corresponds to the template's name. - `
|
274
274
|
# display_name`: corresponds to the template's display name.
|
275
275
|
# @param [Fixnum] page_size
|
276
|
-
# Size of the page
|
277
|
-
# of max size 100.
|
276
|
+
# Size of the page. This value can be limited by the server. If zero server
|
277
|
+
# returns a page of max size 100.
|
278
278
|
# @param [String] page_token
|
279
|
-
# Page token to continue retrieval. Comes from previous call to `
|
279
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
280
280
|
# ListDeidentifyTemplates`.
|
281
281
|
# @param [String] fields
|
282
282
|
# Selector specifying which fields to include in a partial response.
|
@@ -474,17 +474,17 @@ module Google
|
|
474
474
|
# Deprecated. This field has no effect.
|
475
475
|
# @param [String] order_by
|
476
476
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
477
|
-
# postfix. This list is case
|
478
|
-
#
|
477
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
478
|
+
# Redundant space characters are insignificant. Example: `name asc,update_time,
|
479
479
|
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
480
480
|
# time the template was created. - `update_time`: corresponds to the time the
|
481
481
|
# template was last updated. - `name`: corresponds to the template's name. - `
|
482
482
|
# display_name`: corresponds to the template's display name.
|
483
483
|
# @param [Fixnum] page_size
|
484
|
-
# Size of the page
|
485
|
-
# of max size 100.
|
484
|
+
# Size of the page. This value can be limited by the server. If zero server
|
485
|
+
# returns a page of max size 100.
|
486
486
|
# @param [String] page_token
|
487
|
-
# Page token to continue retrieval. Comes from previous call to `
|
487
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
488
488
|
# ListInspectTemplates`.
|
489
489
|
# @param [String] fields
|
490
490
|
# Selector specifying which fields to include in a partial response.
|
@@ -682,17 +682,17 @@ module Google
|
|
682
682
|
# Deprecated. This field has no effect.
|
683
683
|
# @param [String] order_by
|
684
684
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
685
|
-
# postfix. This list is case
|
686
|
-
#
|
685
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
686
|
+
# Redundant space characters are insignificant. Example: `name asc,update_time,
|
687
687
|
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
688
688
|
# time the template was created. - `update_time`: corresponds to the time the
|
689
689
|
# template was last updated. - `name`: corresponds to the template's name. - `
|
690
690
|
# display_name`: corresponds to the template's display name.
|
691
691
|
# @param [Fixnum] page_size
|
692
|
-
# Size of the page
|
693
|
-
# of max size 100.
|
692
|
+
# Size of the page. This value can be limited by the server. If zero server
|
693
|
+
# returns a page of max size 100.
|
694
694
|
# @param [String] page_token
|
695
|
-
# Page token to continue retrieval. Comes from previous call to `
|
695
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
696
696
|
# ListDeidentifyTemplates`.
|
697
697
|
# @param [String] fields
|
698
698
|
# Selector specifying which fields to include in a partial response.
|
@@ -761,7 +761,7 @@ module Google
|
|
761
761
|
execute_or_queue_command(command, &block)
|
762
762
|
end
|
763
763
|
|
764
|
-
# Creates a config for
|
764
|
+
# Creates a config for discovery to scan and profile storage.
|
765
765
|
# @param [String] parent
|
766
766
|
# Required. Parent resource name. The format of this value is as follows: `
|
767
767
|
# projects/`PROJECT_ID`/locations/`LOCATION_ID The following example `parent`
|
@@ -798,7 +798,7 @@ module Google
|
|
798
798
|
execute_or_queue_command(command, &block)
|
799
799
|
end
|
800
800
|
|
801
|
-
# Deletes a
|
801
|
+
# Deletes a discovery configuration.
|
802
802
|
# @param [String] name
|
803
803
|
# Required. Resource name of the project and the config, for example `projects/
|
804
804
|
# dlp-test-project/discoveryConfigs/53234423`.
|
@@ -829,7 +829,7 @@ module Google
|
|
829
829
|
execute_or_queue_command(command, &block)
|
830
830
|
end
|
831
831
|
|
832
|
-
# Gets a
|
832
|
+
# Gets a discovery configuration.
|
833
833
|
# @param [String] name
|
834
834
|
# Required. Resource name of the project and the configuration, for example `
|
835
835
|
# projects/dlp-test-project/discoveryConfigs/53234423`.
|
@@ -860,7 +860,7 @@ module Google
|
|
860
860
|
execute_or_queue_command(command, &block)
|
861
861
|
end
|
862
862
|
|
863
|
-
# Lists
|
863
|
+
# Lists discovery configurations.
|
864
864
|
# @param [String] parent
|
865
865
|
# Required. Parent resource name. The format of this value is as follows: `
|
866
866
|
# projects/`PROJECT_ID`/locations/`LOCATION_ID The following example `parent`
|
@@ -869,15 +869,15 @@ module Google
|
|
869
869
|
# example-project/locations/europe-west3
|
870
870
|
# @param [String] order_by
|
871
871
|
# Comma separated list of config fields to order by, followed by `asc` or `desc`
|
872
|
-
# postfix. This list is case
|
873
|
-
#
|
872
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
873
|
+
# Redundant space characters are insignificant. Example: `name asc,update_time,
|
874
874
|
# create_time desc` Supported fields are: - `last_run_time`: corresponds to the
|
875
875
|
# last time the DiscoveryConfig ran. - `name`: corresponds to the
|
876
876
|
# DiscoveryConfig's name. - `status`: corresponds to DiscoveryConfig's status.
|
877
877
|
# @param [Fixnum] page_size
|
878
|
-
# Size of the page
|
878
|
+
# Size of the page. This value can be limited by a server.
|
879
879
|
# @param [String] page_token
|
880
|
-
# Page token to continue retrieval. Comes from previous call to
|
880
|
+
# Page token to continue retrieval. Comes from the previous call to
|
881
881
|
# ListDiscoveryConfigs. `order_by` field must not change for subsequent calls.
|
882
882
|
# @param [String] fields
|
883
883
|
# Selector specifying which fields to include in a partial response.
|
@@ -909,7 +909,7 @@ module Google
|
|
909
909
|
execute_or_queue_command(command, &block)
|
910
910
|
end
|
911
911
|
|
912
|
-
# Updates a
|
912
|
+
# Updates a discovery configuration.
|
913
913
|
# @param [String] name
|
914
914
|
# Required. Resource name of the project and the configuration, for example `
|
915
915
|
# projects/dlp-test-project/discoveryConfigs/53234423`.
|
@@ -976,11 +976,12 @@ module Google
|
|
976
976
|
# Deprecated. This field has no effect.
|
977
977
|
# @param [String] order_by
|
978
978
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
979
|
-
# postfix. This list is case
|
980
|
-
#
|
981
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
982
|
-
# time the job was created. - `end_time`: corresponds to the time the job
|
983
|
-
# - `name`: corresponds to the job's name. - `state`: corresponds to `
|
979
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
980
|
+
# Redundant space characters are insignificant. Example: `name asc, end_time
|
981
|
+
# asc, create_time desc` Supported fields are: - `create_time`: corresponds to
|
982
|
+
# the time the job was created. - `end_time`: corresponds to the time the job
|
983
|
+
# ended. - `name`: corresponds to the job's name. - `state`: corresponds to `
|
984
|
+
# state`
|
984
985
|
# @param [Fixnum] page_size
|
985
986
|
# The standard list page size.
|
986
987
|
# @param [String] page_token
|
@@ -1149,17 +1150,17 @@ module Google
|
|
1149
1150
|
# Deprecated. This field has no effect.
|
1150
1151
|
# @param [String] order_by
|
1151
1152
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
1152
|
-
# postfix. This list is case
|
1153
|
-
#
|
1153
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
1154
|
+
# Redundant space characters are insignificant. Example: `name asc,update_time,
|
1154
1155
|
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
1155
1156
|
# time the template was created. - `update_time`: corresponds to the time the
|
1156
1157
|
# template was last updated. - `name`: corresponds to the template's name. - `
|
1157
1158
|
# display_name`: corresponds to the template's display name.
|
1158
1159
|
# @param [Fixnum] page_size
|
1159
|
-
# Size of the page
|
1160
|
-
# of max size 100.
|
1160
|
+
# Size of the page. This value can be limited by the server. If zero server
|
1161
|
+
# returns a page of max size 100.
|
1161
1162
|
# @param [String] page_token
|
1162
|
-
# Page token to continue retrieval. Comes from previous call to `
|
1163
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
1163
1164
|
# ListInspectTemplates`.
|
1164
1165
|
# @param [String] fields
|
1165
1166
|
# Selector specifying which fields to include in a partial response.
|
@@ -1364,8 +1365,8 @@ module Google
|
|
1364
1365
|
# Deprecated. This field has no effect.
|
1365
1366
|
# @param [String] order_by
|
1366
1367
|
# Comma separated list of triggeredJob fields to order by, followed by `asc` or `
|
1367
|
-
# desc` postfix. This list is case
|
1368
|
-
# ascending
|
1368
|
+
# desc` postfix. This list is case insensitive. The default sorting order is
|
1369
|
+
# ascending. Redundant space characters are insignificant. Example: `name asc,
|
1369
1370
|
# update_time, create_time desc` Supported fields are: - `create_time`:
|
1370
1371
|
# corresponds to the time the JobTrigger was created. - `update_time`:
|
1371
1372
|
# corresponds to the time the JobTrigger was last updated. - `last_run_time`:
|
@@ -1373,10 +1374,10 @@ module Google
|
|
1373
1374
|
# JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display
|
1374
1375
|
# name. - `status`: corresponds to JobTrigger's status.
|
1375
1376
|
# @param [Fixnum] page_size
|
1376
|
-
# Size of the page
|
1377
|
+
# Size of the page. This value can be limited by a server.
|
1377
1378
|
# @param [String] page_token
|
1378
|
-
# Page token to continue retrieval. Comes from previous call to
|
1379
|
-
# `order_by` field must not change for subsequent calls.
|
1379
|
+
# Page token to continue retrieval. Comes from the previous call to
|
1380
|
+
# ListJobTriggers. `order_by` field must not change for subsequent calls.
|
1380
1381
|
# @param [String] type
|
1381
1382
|
# The type of jobs. Will use `DlpJobType.INSPECT` if not set.
|
1382
1383
|
# @param [String] fields
|
@@ -1573,17 +1574,17 @@ module Google
|
|
1573
1574
|
# Deprecated. This field has no effect.
|
1574
1575
|
# @param [String] order_by
|
1575
1576
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
1576
|
-
# postfix. This list is case
|
1577
|
-
#
|
1578
|
-
# create_time desc` Supported fields are: - `create_time`:
|
1579
|
-
# time the most recent version of the resource was created. -
|
1580
|
-
# corresponds to the state of the resource. - `name`: corresponds to
|
1581
|
-
# name. - `display_name`: corresponds to info type's display name.
|
1577
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
1578
|
+
# Redundant space characters are insignificant. Example: `name asc,
|
1579
|
+
# display_name, create_time desc` Supported fields are: - `create_time`:
|
1580
|
+
# corresponds to the time the most recent version of the resource was created. -
|
1581
|
+
# `state`: corresponds to the state of the resource. - `name`: corresponds to
|
1582
|
+
# resource name. - `display_name`: corresponds to info type's display name.
|
1582
1583
|
# @param [Fixnum] page_size
|
1583
|
-
# Size of the page
|
1584
|
-
# of max size 100.
|
1584
|
+
# Size of the page. This value can be limited by the server. If zero server
|
1585
|
+
# returns a page of max size 100.
|
1585
1586
|
# @param [String] page_token
|
1586
|
-
# Page token to continue retrieval. Comes from previous call to `
|
1587
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
1587
1588
|
# ListStoredInfoTypes`.
|
1588
1589
|
# @param [String] fields
|
1589
1590
|
# Selector specifying which fields to include in a partial response.
|
@@ -1779,17 +1780,17 @@ module Google
|
|
1779
1780
|
# Deprecated. This field has no effect.
|
1780
1781
|
# @param [String] order_by
|
1781
1782
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
1782
|
-
# postfix. This list is case
|
1783
|
-
#
|
1784
|
-
# create_time desc` Supported fields are: - `create_time`:
|
1785
|
-
# time the most recent version of the resource was created. -
|
1786
|
-
# corresponds to the state of the resource. - `name`: corresponds to
|
1787
|
-
# name. - `display_name`: corresponds to info type's display name.
|
1783
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
1784
|
+
# Redundant space characters are insignificant. Example: `name asc,
|
1785
|
+
# display_name, create_time desc` Supported fields are: - `create_time`:
|
1786
|
+
# corresponds to the time the most recent version of the resource was created. -
|
1787
|
+
# `state`: corresponds to the state of the resource. - `name`: corresponds to
|
1788
|
+
# resource name. - `display_name`: corresponds to info type's display name.
|
1788
1789
|
# @param [Fixnum] page_size
|
1789
|
-
# Size of the page
|
1790
|
-
# of max size 100.
|
1790
|
+
# Size of the page. This value can be limited by the server. If zero server
|
1791
|
+
# returns a page of max size 100.
|
1791
1792
|
# @param [String] page_token
|
1792
|
-
# Page token to continue retrieval. Comes from previous call to `
|
1793
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
1793
1794
|
# ListStoredInfoTypes`.
|
1794
1795
|
# @param [String] fields
|
1795
1796
|
# Selector specifying which fields to include in a partial response.
|
@@ -2120,17 +2121,17 @@ module Google
|
|
2120
2121
|
# Deprecated. This field has no effect.
|
2121
2122
|
# @param [String] order_by
|
2122
2123
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
2123
|
-
# postfix. This list is case
|
2124
|
-
#
|
2124
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
2125
|
+
# Redundant space characters are insignificant. Example: `name asc,update_time,
|
2125
2126
|
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
2126
2127
|
# time the template was created. - `update_time`: corresponds to the time the
|
2127
2128
|
# template was last updated. - `name`: corresponds to the template's name. - `
|
2128
2129
|
# display_name`: corresponds to the template's display name.
|
2129
2130
|
# @param [Fixnum] page_size
|
2130
|
-
# Size of the page
|
2131
|
-
# of max size 100.
|
2131
|
+
# Size of the page. This value can be limited by the server. If zero server
|
2132
|
+
# returns a page of max size 100.
|
2132
2133
|
# @param [String] page_token
|
2133
|
-
# Page token to continue retrieval. Comes from previous call to `
|
2134
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
2134
2135
|
# ListDeidentifyTemplates`.
|
2135
2136
|
# @param [String] fields
|
2136
2137
|
# Selector specifying which fields to include in a partial response.
|
@@ -2378,11 +2379,12 @@ module Google
|
|
2378
2379
|
# Deprecated. This field has no effect.
|
2379
2380
|
# @param [String] order_by
|
2380
2381
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
2381
|
-
# postfix. This list is case
|
2382
|
-
#
|
2383
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
2384
|
-
# time the job was created. - `end_time`: corresponds to the time the job
|
2385
|
-
# - `name`: corresponds to the job's name. - `state`: corresponds to `
|
2382
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
2383
|
+
# Redundant space characters are insignificant. Example: `name asc, end_time
|
2384
|
+
# asc, create_time desc` Supported fields are: - `create_time`: corresponds to
|
2385
|
+
# the time the job was created. - `end_time`: corresponds to the time the job
|
2386
|
+
# ended. - `name`: corresponds to the job's name. - `state`: corresponds to `
|
2387
|
+
# state`
|
2386
2388
|
# @param [Fixnum] page_size
|
2387
2389
|
# The standard list page size.
|
2388
2390
|
# @param [String] page_token
|
@@ -2596,17 +2598,17 @@ module Google
|
|
2596
2598
|
# Deprecated. This field has no effect.
|
2597
2599
|
# @param [String] order_by
|
2598
2600
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
2599
|
-
# postfix. This list is case
|
2600
|
-
#
|
2601
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
2602
|
+
# Redundant space characters are insignificant. Example: `name asc,update_time,
|
2601
2603
|
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
2602
2604
|
# time the template was created. - `update_time`: corresponds to the time the
|
2603
2605
|
# template was last updated. - `name`: corresponds to the template's name. - `
|
2604
2606
|
# display_name`: corresponds to the template's display name.
|
2605
2607
|
# @param [Fixnum] page_size
|
2606
|
-
# Size of the page
|
2607
|
-
# of max size 100.
|
2608
|
+
# Size of the page. This value can be limited by the server. If zero server
|
2609
|
+
# returns a page of max size 100.
|
2608
2610
|
# @param [String] page_token
|
2609
|
-
# Page token to continue retrieval. Comes from previous call to `
|
2611
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
2610
2612
|
# ListInspectTemplates`.
|
2611
2613
|
# @param [String] fields
|
2612
2614
|
# Selector specifying which fields to include in a partial response.
|
@@ -2846,8 +2848,8 @@ module Google
|
|
2846
2848
|
# Deprecated. This field has no effect.
|
2847
2849
|
# @param [String] order_by
|
2848
2850
|
# Comma separated list of triggeredJob fields to order by, followed by `asc` or `
|
2849
|
-
# desc` postfix. This list is case
|
2850
|
-
# ascending
|
2851
|
+
# desc` postfix. This list is case insensitive. The default sorting order is
|
2852
|
+
# ascending. Redundant space characters are insignificant. Example: `name asc,
|
2851
2853
|
# update_time, create_time desc` Supported fields are: - `create_time`:
|
2852
2854
|
# corresponds to the time the JobTrigger was created. - `update_time`:
|
2853
2855
|
# corresponds to the time the JobTrigger was last updated. - `last_run_time`:
|
@@ -2855,10 +2857,10 @@ module Google
|
|
2855
2857
|
# JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display
|
2856
2858
|
# name. - `status`: corresponds to JobTrigger's status.
|
2857
2859
|
# @param [Fixnum] page_size
|
2858
|
-
# Size of the page
|
2860
|
+
# Size of the page. This value can be limited by a server.
|
2859
2861
|
# @param [String] page_token
|
2860
|
-
# Page token to continue retrieval. Comes from previous call to
|
2861
|
-
# `order_by` field must not change for subsequent calls.
|
2862
|
+
# Page token to continue retrieval. Comes from the previous call to
|
2863
|
+
# ListJobTriggers. `order_by` field must not change for subsequent calls.
|
2862
2864
|
# @param [String] type
|
2863
2865
|
# The type of jobs. Will use `DlpJobType.INSPECT` if not set.
|
2864
2866
|
# @param [String] fields
|
@@ -3190,17 +3192,17 @@ module Google
|
|
3190
3192
|
# Deprecated. This field has no effect.
|
3191
3193
|
# @param [String] order_by
|
3192
3194
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
3193
|
-
# postfix. This list is case
|
3194
|
-
#
|
3195
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
3196
|
+
# Redundant space characters are insignificant. Example: `name asc,update_time,
|
3195
3197
|
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
3196
3198
|
# time the template was created. - `update_time`: corresponds to the time the
|
3197
3199
|
# template was last updated. - `name`: corresponds to the template's name. - `
|
3198
3200
|
# display_name`: corresponds to the template's display name.
|
3199
3201
|
# @param [Fixnum] page_size
|
3200
|
-
# Size of the page
|
3201
|
-
# of max size 100.
|
3202
|
+
# Size of the page. This value can be limited by the server. If zero server
|
3203
|
+
# returns a page of max size 100.
|
3202
3204
|
# @param [String] page_token
|
3203
|
-
# Page token to continue retrieval. Comes from previous call to `
|
3205
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
3204
3206
|
# ListDeidentifyTemplates`.
|
3205
3207
|
# @param [String] fields
|
3206
3208
|
# Selector specifying which fields to include in a partial response.
|
@@ -3269,7 +3271,7 @@ module Google
|
|
3269
3271
|
execute_or_queue_command(command, &block)
|
3270
3272
|
end
|
3271
3273
|
|
3272
|
-
# Creates a config for
|
3274
|
+
# Creates a config for discovery to scan and profile storage.
|
3273
3275
|
# @param [String] parent
|
3274
3276
|
# Required. Parent resource name. The format of this value is as follows: `
|
3275
3277
|
# projects/`PROJECT_ID`/locations/`LOCATION_ID The following example `parent`
|
@@ -3306,7 +3308,7 @@ module Google
|
|
3306
3308
|
execute_or_queue_command(command, &block)
|
3307
3309
|
end
|
3308
3310
|
|
3309
|
-
# Deletes a
|
3311
|
+
# Deletes a discovery configuration.
|
3310
3312
|
# @param [String] name
|
3311
3313
|
# Required. Resource name of the project and the config, for example `projects/
|
3312
3314
|
# dlp-test-project/discoveryConfigs/53234423`.
|
@@ -3337,7 +3339,7 @@ module Google
|
|
3337
3339
|
execute_or_queue_command(command, &block)
|
3338
3340
|
end
|
3339
3341
|
|
3340
|
-
# Gets a
|
3342
|
+
# Gets a discovery configuration.
|
3341
3343
|
# @param [String] name
|
3342
3344
|
# Required. Resource name of the project and the configuration, for example `
|
3343
3345
|
# projects/dlp-test-project/discoveryConfigs/53234423`.
|
@@ -3368,7 +3370,7 @@ module Google
|
|
3368
3370
|
execute_or_queue_command(command, &block)
|
3369
3371
|
end
|
3370
3372
|
|
3371
|
-
# Lists
|
3373
|
+
# Lists discovery configurations.
|
3372
3374
|
# @param [String] parent
|
3373
3375
|
# Required. Parent resource name. The format of this value is as follows: `
|
3374
3376
|
# projects/`PROJECT_ID`/locations/`LOCATION_ID The following example `parent`
|
@@ -3377,15 +3379,15 @@ module Google
|
|
3377
3379
|
# example-project/locations/europe-west3
|
3378
3380
|
# @param [String] order_by
|
3379
3381
|
# Comma separated list of config fields to order by, followed by `asc` or `desc`
|
3380
|
-
# postfix. This list is case
|
3381
|
-
#
|
3382
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
3383
|
+
# Redundant space characters are insignificant. Example: `name asc,update_time,
|
3382
3384
|
# create_time desc` Supported fields are: - `last_run_time`: corresponds to the
|
3383
3385
|
# last time the DiscoveryConfig ran. - `name`: corresponds to the
|
3384
3386
|
# DiscoveryConfig's name. - `status`: corresponds to DiscoveryConfig's status.
|
3385
3387
|
# @param [Fixnum] page_size
|
3386
|
-
# Size of the page
|
3388
|
+
# Size of the page. This value can be limited by a server.
|
3387
3389
|
# @param [String] page_token
|
3388
|
-
# Page token to continue retrieval. Comes from previous call to
|
3390
|
+
# Page token to continue retrieval. Comes from the previous call to
|
3389
3391
|
# ListDiscoveryConfigs. `order_by` field must not change for subsequent calls.
|
3390
3392
|
# @param [String] fields
|
3391
3393
|
# Selector specifying which fields to include in a partial response.
|
@@ -3417,7 +3419,7 @@ module Google
|
|
3417
3419
|
execute_or_queue_command(command, &block)
|
3418
3420
|
end
|
3419
3421
|
|
3420
|
-
# Updates a
|
3422
|
+
# Updates a discovery configuration.
|
3421
3423
|
# @param [String] name
|
3422
3424
|
# Required. Resource name of the project and the configuration, for example `
|
3423
3425
|
# projects/dlp-test-project/discoveryConfigs/53234423`.
|
@@ -3699,11 +3701,12 @@ module Google
|
|
3699
3701
|
# Deprecated. This field has no effect.
|
3700
3702
|
# @param [String] order_by
|
3701
3703
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
3702
|
-
# postfix. This list is case
|
3703
|
-
#
|
3704
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
3705
|
-
# time the job was created. - `end_time`: corresponds to the time the job
|
3706
|
-
# - `name`: corresponds to the job's name. - `state`: corresponds to `
|
3704
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
3705
|
+
# Redundant space characters are insignificant. Example: `name asc, end_time
|
3706
|
+
# asc, create_time desc` Supported fields are: - `create_time`: corresponds to
|
3707
|
+
# the time the job was created. - `end_time`: corresponds to the time the job
|
3708
|
+
# ended. - `name`: corresponds to the job's name. - `state`: corresponds to `
|
3709
|
+
# state`
|
3707
3710
|
# @param [Fixnum] page_size
|
3708
3711
|
# The standard list page size.
|
3709
3712
|
# @param [String] page_token
|
@@ -3917,17 +3920,17 @@ module Google
|
|
3917
3920
|
# Deprecated. This field has no effect.
|
3918
3921
|
# @param [String] order_by
|
3919
3922
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
3920
|
-
# postfix. This list is case
|
3921
|
-
#
|
3923
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
3924
|
+
# Redundant space characters are insignificant. Example: `name asc,update_time,
|
3922
3925
|
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
3923
3926
|
# time the template was created. - `update_time`: corresponds to the time the
|
3924
3927
|
# template was last updated. - `name`: corresponds to the template's name. - `
|
3925
3928
|
# display_name`: corresponds to the template's display name.
|
3926
3929
|
# @param [Fixnum] page_size
|
3927
|
-
# Size of the page
|
3928
|
-
# of max size 100.
|
3930
|
+
# Size of the page. This value can be limited by the server. If zero server
|
3931
|
+
# returns a page of max size 100.
|
3929
3932
|
# @param [String] page_token
|
3930
|
-
# Page token to continue retrieval. Comes from previous call to `
|
3933
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
3931
3934
|
# ListInspectTemplates`.
|
3932
3935
|
# @param [String] fields
|
3933
3936
|
# Selector specifying which fields to include in a partial response.
|
@@ -4203,8 +4206,8 @@ module Google
|
|
4203
4206
|
# Deprecated. This field has no effect.
|
4204
4207
|
# @param [String] order_by
|
4205
4208
|
# Comma separated list of triggeredJob fields to order by, followed by `asc` or `
|
4206
|
-
# desc` postfix. This list is case
|
4207
|
-
# ascending
|
4209
|
+
# desc` postfix. This list is case insensitive. The default sorting order is
|
4210
|
+
# ascending. Redundant space characters are insignificant. Example: `name asc,
|
4208
4211
|
# update_time, create_time desc` Supported fields are: - `create_time`:
|
4209
4212
|
# corresponds to the time the JobTrigger was created. - `update_time`:
|
4210
4213
|
# corresponds to the time the JobTrigger was last updated. - `last_run_time`:
|
@@ -4212,10 +4215,10 @@ module Google
|
|
4212
4215
|
# JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display
|
4213
4216
|
# name. - `status`: corresponds to JobTrigger's status.
|
4214
4217
|
# @param [Fixnum] page_size
|
4215
|
-
# Size of the page
|
4218
|
+
# Size of the page. This value can be limited by a server.
|
4216
4219
|
# @param [String] page_token
|
4217
|
-
# Page token to continue retrieval. Comes from previous call to
|
4218
|
-
# `order_by` field must not change for subsequent calls.
|
4220
|
+
# Page token to continue retrieval. Comes from the previous call to
|
4221
|
+
# ListJobTriggers. `order_by` field must not change for subsequent calls.
|
4219
4222
|
# @param [String] type
|
4220
4223
|
# The type of jobs. Will use `DlpJobType.INSPECT` if not set.
|
4221
4224
|
# @param [String] fields
|
@@ -4412,17 +4415,17 @@ module Google
|
|
4412
4415
|
# Deprecated. This field has no effect.
|
4413
4416
|
# @param [String] order_by
|
4414
4417
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
4415
|
-
# postfix. This list is case
|
4416
|
-
#
|
4417
|
-
# create_time desc` Supported fields are: - `create_time`:
|
4418
|
-
# time the most recent version of the resource was created. -
|
4419
|
-
# corresponds to the state of the resource. - `name`: corresponds to
|
4420
|
-
# name. - `display_name`: corresponds to info type's display name.
|
4418
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
4419
|
+
# Redundant space characters are insignificant. Example: `name asc,
|
4420
|
+
# display_name, create_time desc` Supported fields are: - `create_time`:
|
4421
|
+
# corresponds to the time the most recent version of the resource was created. -
|
4422
|
+
# `state`: corresponds to the state of the resource. - `name`: corresponds to
|
4423
|
+
# resource name. - `display_name`: corresponds to info type's display name.
|
4421
4424
|
# @param [Fixnum] page_size
|
4422
|
-
# Size of the page
|
4423
|
-
# of max size 100.
|
4425
|
+
# Size of the page. This value can be limited by the server. If zero server
|
4426
|
+
# returns a page of max size 100.
|
4424
4427
|
# @param [String] page_token
|
4425
|
-
# Page token to continue retrieval. Comes from previous call to `
|
4428
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
4426
4429
|
# ListStoredInfoTypes`.
|
4427
4430
|
# @param [String] fields
|
4428
4431
|
# Selector specifying which fields to include in a partial response.
|
@@ -4618,17 +4621,17 @@ module Google
|
|
4618
4621
|
# Deprecated. This field has no effect.
|
4619
4622
|
# @param [String] order_by
|
4620
4623
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
4621
|
-
# postfix. This list is case
|
4622
|
-
#
|
4623
|
-
# create_time desc` Supported fields are: - `create_time`:
|
4624
|
-
# time the most recent version of the resource was created. -
|
4625
|
-
# corresponds to the state of the resource. - `name`: corresponds to
|
4626
|
-
# name. - `display_name`: corresponds to info type's display name.
|
4624
|
+
# postfix. This list is case insensitive. The default sorting order is ascending.
|
4625
|
+
# Redundant space characters are insignificant. Example: `name asc,
|
4626
|
+
# display_name, create_time desc` Supported fields are: - `create_time`:
|
4627
|
+
# corresponds to the time the most recent version of the resource was created. -
|
4628
|
+
# `state`: corresponds to the state of the resource. - `name`: corresponds to
|
4629
|
+
# resource name. - `display_name`: corresponds to info type's display name.
|
4627
4630
|
# @param [Fixnum] page_size
|
4628
|
-
# Size of the page
|
4629
|
-
# of max size 100.
|
4631
|
+
# Size of the page. This value can be limited by the server. If zero server
|
4632
|
+
# returns a page of max size 100.
|
4630
4633
|
# @param [String] page_token
|
4631
|
-
# Page token to continue retrieval. Comes from previous call to `
|
4634
|
+
# Page token to continue retrieval. Comes from the previous call to `
|
4632
4635
|
# ListStoredInfoTypes`.
|
4633
4636
|
# @param [String] fields
|
4634
4637
|
# Selector specifying which fields to include in a partial response.
|
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.55.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: 2023-
|
11
|
+
date: 2023-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.55.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|