google-apis-dlp_v2 0.53.0 → 0.54.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae8c7da7dbe12da5083d83c2c33e76fe6c5f5f6ebf9251e7aa5616e0d1a7ff41
4
- data.tar.gz: 49b72fae02f99bb047e908410c088838001d496830606d01111e469ba78b80db
3
+ metadata.gz: ca7a6188f11a5bf4b55c0c82a513a6551404981aceeed262d7f04ba5ede6403f
4
+ data.tar.gz: 84cd8486db5d8a3edc3f574346ddaf25ca679f5a123a3f77dbccfa6dffbf1a6c
5
5
  SHA512:
6
- metadata.gz: 82627d87f2910326ac14b96017e8089a453e9b29bb1bb71b72a50caf9423dd9a158f6bac4eddba600007fa5e64e4485cd8d3de73e5552fd7ea5dd5347dc3a1f1
7
- data.tar.gz: 7091b00b2aff705aa9efbca2da60a36b9e2598367c950e898b398dfde47be9075cca268716e32dbf100005d9e6fbd8230e3ee555be6952dba1aa52821df8517b
6
+ metadata.gz: d72668921a240575a17dd2c0d845bd3109b16122116c192e5471b74936510abca163fb2a25d17f3cc06dbb8608a0414a8f350dcf5daad8f7347e40ef3ddfc236
7
+ data.tar.gz: 74f1073bc8ae50e71ef50fc2fa26af3bfd3526fff6f58be13cd88bb1c7167d3b311e88b4c6ac86a761c632fbb2c550f36c332ddd41716248a76f7b05ef957421
data/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
- ### v0.53.0 (2023-10-22)
3
+ ### v0.54.0 (2023-11-05)
4
4
 
5
- * Regenerated from discovery document revision 20231015
5
+ * Regenerated from discovery document revision 20231029
6
+
7
+ ### v0.53.0 (2023-10-29)
8
+
9
+ * Regenerated from discovery document revision 20231022
6
10
 
7
11
  ### v0.52.0 (2023-10-15)
8
12
 
@@ -297,7 +297,7 @@ module Google
297
297
  end
298
298
  end
299
299
 
300
- # Target used to match against for Discovery with BigQuery tables
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 Discovery for the
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 nothing.
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. Also lets you set minimum conditions
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
@@ -579,11 +580,11 @@ module Google
579
580
  end
580
581
  end
581
582
 
582
- # The types of bigquery tables supported by Cloud DLP.
583
+ # The types of BigQuery tables supported by Cloud DLP.
583
584
  class GooglePrivacyDlpV2BigQueryTableTypes
584
585
  include Google::Apis::Core::Hashable
585
586
 
586
- # A set of bigquery table types.
587
+ # A set of BigQuery table types.
587
588
  # Corresponds to the JSON property `types`
588
589
  # @return [Array<String>]
589
590
  attr_accessor :types
@@ -1172,7 +1173,7 @@ module Google
1172
1173
  # @return [String]
1173
1174
  attr_accessor :name
1174
1175
 
1175
- # Other types found within this column. List will be un-ordered.
1176
+ # Other types found within this column. List will be unordered.
1176
1177
  # Corresponds to the JSON property `otherMatches`
1177
1178
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2OtherInfoTypeSummary>]
1178
1179
  attr_accessor :other_matches
@@ -1204,7 +1205,7 @@ module Google
1204
1205
  # @return [String]
1205
1206
  attr_accessor :state
1206
1207
 
1207
- # The resource name to the table data profile.
1208
+ # The resource name of the table data profile.
1208
1209
  # Corresponds to the JSON property `tableDataProfile`
1209
1210
  # @return [String]
1210
1211
  attr_accessor :table_data_profile
@@ -1515,7 +1516,7 @@ module Google
1515
1516
  class GooglePrivacyDlpV2CreateDiscoveryConfigRequest
1516
1517
  include Google::Apis::Core::Hashable
1517
1518
 
1518
- # The config id can contain uppercase and lowercase letters, numbers, and
1519
+ # The config ID can contain uppercase and lowercase letters, numbers, and
1519
1520
  # hyphens; that is, it must match the regular expression: `[a-zA-Z\d-_]+`. The
1520
1521
  # maximum length is 100 characters. Can be empty to allow the system to generate
1521
1522
  # one.
@@ -1523,8 +1524,8 @@ module Google
1523
1524
  # @return [String]
1524
1525
  attr_accessor :config_id
1525
1526
 
1526
- # Configuration for Discovery to scan resources for profile generation. Only one
1527
- # Discovery configuration may exist per organization, folder, or project. The
1527
+ # Configuration for discovery to scan resources for profile generation. Only one
1528
+ # discovery configuration may exist per organization, folder, or project. The
1528
1529
  # generated data profiles are retained according to the [data retention policy] (
1529
1530
  # https://cloud.google.com/dlp/docs/data-profiles#retention).
1530
1531
  # Corresponds to the JSON property `discoveryConfig`
@@ -1989,8 +1990,8 @@ module Google
1989
1990
  end
1990
1991
  end
1991
1992
 
1992
- # The schema of data to be saved to the BigQuery when the `DataProfileAction` is
1993
- # enabled.
1993
+ # The schema of data to be saved to the BigQuery table when the `
1994
+ # DataProfileAction` is enabled.
1994
1995
  class GooglePrivacyDlpV2DataProfileBigQueryRowSchema
1995
1996
  include Google::Apis::Core::Hashable
1996
1997
 
@@ -2065,7 +2066,7 @@ module Google
2065
2066
  # be copied to that region and used instead. If no global or region-specific
2066
2067
  # template is provided for a region with data, that region's data will not be
2067
2068
  # scanned. For more information, see https://cloud.google.com/dlp/docs/data-
2068
- # profiles#data_residency.
2069
+ # profiles#data-residency.
2069
2070
  # Corresponds to the JSON property `inspectTemplates`
2070
2071
  # @return [Array<String>]
2071
2072
  attr_accessor :inspect_templates
@@ -2518,7 +2519,7 @@ module Google
2518
2519
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceStats]
2519
2520
  attr_accessor :deidentify_stats
2520
2521
 
2521
- # De-id options.
2522
+ # De-identification options.
2522
2523
  # Corresponds to the JSON property `requestedOptions`
2523
2524
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedDeidentifyOptions]
2524
2525
  attr_accessor :requested_options
@@ -2826,7 +2827,7 @@ module Google
2826
2827
  end
2827
2828
  end
2828
2829
 
2829
- # Do nothing.
2830
+ # Do not profile the tables.
2830
2831
  class GooglePrivacyDlpV2Disabled
2831
2832
  include Google::Apis::Core::Hashable
2832
2833
 
@@ -2839,8 +2840,11 @@ module Google
2839
2840
  end
2840
2841
  end
2841
2842
 
2842
- # Requirements that must be true before a table is scanned in Discovery for the
2843
+ # Requirements that must be true before a table is scanned in discovery for the
2843
2844
  # first time. There is an AND relationship between the top-level attributes.
2845
+ # Additionally, minimum conditions with an OR relationship that must be met
2846
+ # before Cloud DLP scans a table can be set (like a minimum row count or a
2847
+ # minimum table age).
2844
2848
  class GooglePrivacyDlpV2DiscoveryBigQueryConditions
2845
2849
  include Google::Apis::Core::Hashable
2846
2850
 
@@ -2856,12 +2860,12 @@ module Google
2856
2860
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2OrConditions]
2857
2861
  attr_accessor :or_conditions
2858
2862
 
2859
- # Restrict Discovery to categories of table types.
2863
+ # Restrict discovery to categories of table types.
2860
2864
  # Corresponds to the JSON property `typeCollection`
2861
2865
  # @return [String]
2862
2866
  attr_accessor :type_collection
2863
2867
 
2864
- # The types of bigquery tables supported by Cloud DLP.
2868
+ # The types of BigQuery tables supported by Cloud DLP.
2865
2869
  # Corresponds to the JSON property `types`
2866
2870
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableTypes]
2867
2871
  attr_accessor :types
@@ -2881,9 +2885,7 @@ module Google
2881
2885
 
2882
2886
  # Determines what tables will have profiles generated within an organization or
2883
2887
  # project. Includes the ability to filter by regular expression patterns on
2884
- # project ID, dataset ID, and table ID. Also lets you set minimum conditions
2885
- # that must be met before Cloud DLP scans a table (like a minimum row count or a
2886
- # minimum table age).
2888
+ # project ID, dataset ID, and table ID.
2887
2889
  class GooglePrivacyDlpV2DiscoveryBigQueryFilter
2888
2890
  include Google::Apis::Core::Hashable
2889
2891
 
@@ -2910,8 +2912,8 @@ module Google
2910
2912
  end
2911
2913
  end
2912
2914
 
2913
- # Configuration for Discovery to scan resources for profile generation. Only one
2914
- # Discovery configuration may exist per organization, folder, or project. The
2915
+ # Configuration for discovery to scan resources for profile generation. Only one
2916
+ # discovery configuration may exist per organization, folder, or project. The
2915
2917
  # generated data profiles are retained according to the [data retention policy] (
2916
2918
  # https://cloud.google.com/dlp/docs/data-profiles#retention).
2917
2919
  class GooglePrivacyDlpV2DiscoveryConfig
@@ -2948,8 +2950,8 @@ module Google
2948
2950
  # template is specified, but a "global" template is specified, it will be copied
2949
2951
  # to that region and used instead. If no global or region-specific template is
2950
2952
  # 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
- # data_residency.
2953
+ # more information, see https://cloud.google.com/dlp/docs/data-profiles#data-
2954
+ # residency.
2953
2955
  # Corresponds to the JSON property `inspectTemplates`
2954
2956
  # @return [Array<String>]
2955
2957
  attr_accessor :inspect_templates
@@ -3060,7 +3062,7 @@ module Google
3060
3062
  end
3061
3063
  end
3062
3064
 
3063
- # The location to begin a Discovery scan. Denotes an organization ID or folder
3065
+ # The location to begin a discovery scan. Denotes an organization ID or folder
3064
3066
  # ID within an organization.
3065
3067
  class GooglePrivacyDlpV2DiscoveryStartingLocation
3066
3068
  include Google::Apis::Core::Hashable
@@ -3117,7 +3119,7 @@ module Google
3117
3119
  class GooglePrivacyDlpV2DiscoveryTarget
3118
3120
  include Google::Apis::Core::Hashable
3119
3121
 
3120
- # Target used to match against for Discovery with BigQuery tables
3122
+ # Target used to match against for discovery with BigQuery tables
3121
3123
  # Corresponds to the JSON property `bigQueryTarget`
3122
3124
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryDiscoveryTarget]
3123
3125
  attr_accessor :big_query_target
@@ -4448,11 +4450,11 @@ module Google
4448
4450
  # Restricts what info_types to look for. The values must correspond to InfoType
4449
4451
  # values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/
4450
4452
  # docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified
4451
- # in a request, the system may automatically choose what detectors to run. By
4452
- # default this may be all types, but may change over time as detectors are
4453
- # updated. If you need precise control and predictability as to what detectors
4454
- # are run you should specify specific InfoTypes listed in the reference,
4455
- # otherwise a default list will be used, which may change over time.
4453
+ # in a request, the system may automatically choose a default list of detectors
4454
+ # to run, which may change over time. If you need precise control and
4455
+ # predictability as to what detectors are run you should specify specific
4456
+ # InfoTypes listed in the reference, otherwise a default list will be used,
4457
+ # which may change over time.
4456
4458
  # Corresponds to the JSON property `infoTypes`
4457
4459
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType>]
4458
4460
  attr_accessor :info_types
@@ -5458,8 +5460,8 @@ module Google
5458
5460
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyTemplate>]
5459
5461
  attr_accessor :deidentify_templates
5460
5462
 
5461
- # If the next page is available then the next page token to be used in following
5462
- # ListDeidentifyTemplates request.
5463
+ # If the next page is available then the next page token to be used in the
5464
+ # following ListDeidentifyTemplates request.
5463
5465
  # Corresponds to the JSON property `nextPageToken`
5464
5466
  # @return [String]
5465
5467
  attr_accessor :next_page_token
@@ -5484,8 +5486,8 @@ module Google
5484
5486
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryConfig>]
5485
5487
  attr_accessor :discovery_configs
5486
5488
 
5487
- # If the next page is available then the next page token to be used in following
5488
- # ListDiscoveryConfigs request.
5489
+ # If the next page is available then this value is the next page token to be
5490
+ # used in the following ListDiscoveryConfigs request.
5489
5491
  # Corresponds to the JSON property `nextPageToken`
5490
5492
  # @return [String]
5491
5493
  attr_accessor :next_page_token
@@ -5554,8 +5556,8 @@ module Google
5554
5556
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InspectTemplate>]
5555
5557
  attr_accessor :inspect_templates
5556
5558
 
5557
- # If the next page is available then the next page token to be used in following
5558
- # ListInspectTemplates request.
5559
+ # If the next page is available then the next page token to be used in the
5560
+ # following ListInspectTemplates request.
5559
5561
  # Corresponds to the JSON property `nextPageToken`
5560
5562
  # @return [String]
5561
5563
  attr_accessor :next_page_token
@@ -5580,8 +5582,8 @@ module Google
5580
5582
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2JobTrigger>]
5581
5583
  attr_accessor :job_triggers
5582
5584
 
5583
- # If the next page is available then the next page token to be used in following
5584
- # ListJobTriggers request.
5585
+ # If the next page is available then this value is the next page token to be
5586
+ # used in the following ListJobTriggers request.
5585
5587
  # Corresponds to the JSON property `nextPageToken`
5586
5588
  # @return [String]
5587
5589
  attr_accessor :next_page_token
@@ -5601,8 +5603,8 @@ module Google
5601
5603
  class GooglePrivacyDlpV2ListStoredInfoTypesResponse
5602
5604
  include Google::Apis::Core::Hashable
5603
5605
 
5604
- # If the next page is available then the next page token to be used in following
5605
- # ListStoredInfoTypes request.
5606
+ # If the next page is available then the next page token to be used in the
5607
+ # following ListStoredInfoTypes request.
5606
5608
  # Corresponds to the JSON property `nextPageToken`
5607
5609
  # @return [String]
5608
5610
  attr_accessor :next_page_token
@@ -5792,7 +5794,7 @@ module Google
5792
5794
  class GooglePrivacyDlpV2OrgConfig
5793
5795
  include Google::Apis::Core::Hashable
5794
5796
 
5795
- # The location to begin a Discovery scan. Denotes an organization ID or folder
5797
+ # The location to begin a discovery scan. Denotes an organization ID or folder
5796
5798
  # ID within an organization.
5797
5799
  # Corresponds to the JSON property `location`
5798
5800
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryStartingLocation]
@@ -6930,7 +6932,7 @@ module Google
6930
6932
  end
6931
6933
  end
6932
6934
 
6933
- # De-id options.
6935
+ # De-identification options.
6934
6936
  class GooglePrivacyDlpV2RequestedDeidentifyOptions
6935
6937
  include Google::Apis::Core::Hashable
6936
6938
 
@@ -8380,8 +8382,8 @@ module Google
8380
8382
  class GooglePrivacyDlpV2UpdateDiscoveryConfigRequest
8381
8383
  include Google::Apis::Core::Hashable
8382
8384
 
8383
- # Configuration for Discovery to scan resources for profile generation. Only one
8384
- # Discovery configuration may exist per organization, folder, or project. The
8385
+ # Configuration for discovery to scan resources for profile generation. Only one
8386
+ # discovery configuration may exist per organization, folder, or project. The
8385
8387
  # generated data profiles are retained according to the [data retention policy] (
8386
8388
  # https://cloud.google.com/dlp/docs/data-profiles#retention).
8387
8389
  # 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.53.0"
19
+ GEM_VERSION = "0.54.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 = "20231015"
25
+ REVISION = "20231029"
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-insensitive, default sorting order is ascending,
270
- # redundant space characters are insignificant. Example: `name asc,update_time,
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, can be limited by the server. If zero server returns a 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-insensitive, default sorting order is ascending,
478
- # redundant space characters are insignificant. Example: `name asc,update_time,
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, can be limited by the server. If zero server returns a 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-insensitive, default sorting order is ascending,
686
- # redundant space characters are insignificant. Example: `name asc,update_time,
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, can be limited by the server. If zero server returns a 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 Discovery to scan and profile storage.
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 Discovery configuration.
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 Discovery configuration.
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 Discovery configurations.
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-insensitive, default sorting order is ascending,
873
- # redundant space characters are insignificant. Example: `name asc,update_time,
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, can be limited by a server.
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 Discovery configuration.
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-insensitive, default sorting order is ascending,
980
- # redundant space characters are insignificant. Example: `name asc, end_time asc,
981
- # create_time desc` Supported fields are: - `create_time`: corresponds to the
982
- # time the job was created. - `end_time`: corresponds to the time the job ended.
983
- # - `name`: corresponds to the job's name. - `state`: corresponds to `state`
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-insensitive, default sorting order is ascending,
1153
- # redundant space characters are insignificant. Example: `name asc,update_time,
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, can be limited by the server. If zero server returns a 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-insensitive, default sorting order is
1368
- # ascending, redundant space characters are insignificant. Example: `name asc,
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, can be limited by a server.
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 ListJobTriggers.
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-insensitive, default sorting order is ascending,
1577
- # redundant space characters are insignificant. Example: `name asc, display_name,
1578
- # create_time desc` Supported fields are: - `create_time`: corresponds to the
1579
- # time the most recent version of the resource was created. - `state`:
1580
- # corresponds to the state of the resource. - `name`: corresponds to resource
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, can be limited by the server. If zero server returns a 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-insensitive, default sorting order is ascending,
1783
- # redundant space characters are insignificant. Example: `name asc, display_name,
1784
- # create_time desc` Supported fields are: - `create_time`: corresponds to the
1785
- # time the most recent version of the resource was created. - `state`:
1786
- # corresponds to the state of the resource. - `name`: corresponds to resource
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, can be limited by the server. If zero server returns a 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-insensitive, default sorting order is ascending,
2124
- # redundant space characters are insignificant. Example: `name asc,update_time,
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, can be limited by the server. If zero server returns a 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-insensitive, default sorting order is ascending,
2382
- # redundant space characters are insignificant. Example: `name asc, end_time asc,
2383
- # create_time desc` Supported fields are: - `create_time`: corresponds to the
2384
- # time the job was created. - `end_time`: corresponds to the time the job ended.
2385
- # - `name`: corresponds to the job's name. - `state`: corresponds to `state`
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-insensitive, default sorting order is ascending,
2600
- # redundant space characters are insignificant. Example: `name asc,update_time,
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, can be limited by the server. If zero server returns a 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-insensitive, default sorting order is
2850
- # ascending, redundant space characters are insignificant. Example: `name asc,
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, can be limited by a server.
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 ListJobTriggers.
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-insensitive, default sorting order is ascending,
3194
- # redundant space characters are insignificant. Example: `name asc,update_time,
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, can be limited by the server. If zero server returns a 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 Discovery to scan and profile storage.
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 Discovery configuration.
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 Discovery configuration.
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 Discovery configurations.
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-insensitive, default sorting order is ascending,
3381
- # redundant space characters are insignificant. Example: `name asc,update_time,
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, can be limited by a server.
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 Discovery configuration.
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-insensitive, default sorting order is ascending,
3703
- # redundant space characters are insignificant. Example: `name asc, end_time asc,
3704
- # create_time desc` Supported fields are: - `create_time`: corresponds to the
3705
- # time the job was created. - `end_time`: corresponds to the time the job ended.
3706
- # - `name`: corresponds to the job's name. - `state`: corresponds to `state`
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-insensitive, default sorting order is ascending,
3921
- # redundant space characters are insignificant. Example: `name asc,update_time,
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, can be limited by the server. If zero server returns a 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-insensitive, default sorting order is
4207
- # ascending, redundant space characters are insignificant. Example: `name asc,
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, can be limited by a server.
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 ListJobTriggers.
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-insensitive, default sorting order is ascending,
4416
- # redundant space characters are insignificant. Example: `name asc, display_name,
4417
- # create_time desc` Supported fields are: - `create_time`: corresponds to the
4418
- # time the most recent version of the resource was created. - `state`:
4419
- # corresponds to the state of the resource. - `name`: corresponds to resource
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, can be limited by the server. If zero server returns a 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-insensitive, default sorting order is ascending,
4622
- # redundant space characters are insignificant. Example: `name asc, display_name,
4623
- # create_time desc` Supported fields are: - `create_time`: corresponds to the
4624
- # time the most recent version of the resource was created. - `state`:
4625
- # corresponds to the state of the resource. - `name`: corresponds to resource
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, can be limited by the server. If zero server returns a 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.53.0
4
+ version: 0.54.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-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-05 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.54.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: []