google-apis-dlp_v2 0.65.0 → 0.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2bf56aa73e26c66b56efed8ffc0a09f029a986401deeccae81f450d98183003e
4
- data.tar.gz: af4214c8f26e3f8f25a703a0f42c74479f6e915412a7f35e0e4a68933112d5bb
3
+ metadata.gz: 3a4a529fdd7e0246a0dface55c8eb9299cd3fe7cd7c1af9620454928b961f868
4
+ data.tar.gz: 34060bdfc6896d51d590d5638a10cc8d75851e2197528015f4285c0a6d50e3d6
5
5
  SHA512:
6
- metadata.gz: 3448ea3c603458d5e608f9afdf4e64cbeae7804cc510471127221c35a447f5b4aa62e2130094f9718a8a48189ec61d86372bd0800132ee4fc1fe39cd624e521b
7
- data.tar.gz: d03c251c36ef83f2b92e2f60a9dc3d29d2b8f229fa96f7ea227477b81baccb3874a2a1eac4a2f4b3502638ed68f4aa01b40cf28bb6d1d6a0ae3cdf41d95f0ca1
6
+ metadata.gz: 02d2500755cf6861506a929d73fb3d449fa5dbbd6e02310151978ccf4d9d6b732a44800dc90649f24ec235e77223f2f6f10452b327781de3d3a664df29358d49
7
+ data.tar.gz: 45ae0201b8a663f2d1d93984cdaa21bd83548a4639c2a2e8e9607c6673c23eefa581f403d5cd599a5a47c39c485dea83ce7c9da6875d8c2475467b6fdfcd4381
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.66.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240519
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.65.0 (2024-05-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20240428
@@ -970,10 +970,10 @@ module Google
970
970
  end
971
971
  end
972
972
 
973
- # Use IAM auth to connect. This requires the Cloud SQL IAM feature to be enabled
974
- # on the instance, which is not the default for Cloud SQL. See https://cloud.
975
- # google.com/sql/docs/postgres/authentication and https://cloud.google.com/sql/
976
- # docs/mysql/authentication.
973
+ # Use IAM authentication to connect. This requires the Cloud SQL IAM feature to
974
+ # be enabled on the instance, which is not the default for Cloud SQL. See https:/
975
+ # /cloud.google.com/sql/docs/postgres/authentication and https://cloud.google.
976
+ # com/sql/docs/mysql/authentication.
977
977
  class GooglePrivacyDlpV2CloudSqlIamCredential
978
978
  include Google::Apis::Core::Hashable
979
979
 
@@ -990,10 +990,10 @@ module Google
990
990
  class GooglePrivacyDlpV2CloudSqlProperties
991
991
  include Google::Apis::Core::Hashable
992
992
 
993
- # Use IAM auth to connect. This requires the Cloud SQL IAM feature to be enabled
994
- # on the instance, which is not the default for Cloud SQL. See https://cloud.
995
- # google.com/sql/docs/postgres/authentication and https://cloud.google.com/sql/
996
- # docs/mysql/authentication.
993
+ # Use IAM authentication to connect. This requires the Cloud SQL IAM feature to
994
+ # be enabled on the instance, which is not the default for Cloud SQL. See https:/
995
+ # /cloud.google.com/sql/docs/postgres/authentication and https://cloud.google.
996
+ # com/sql/docs/mysql/authentication.
997
997
  # Corresponds to the JSON property `cloudSqlIam`
998
998
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CloudSqlIamCredential]
999
999
  attr_accessor :cloud_sql_iam
@@ -1002,9 +1002,9 @@ module Google
1002
1002
  # defined. Only one connection per instance is allowed. This can only be set at
1003
1003
  # creation time, and cannot be updated. It is an error to use a connection_name
1004
1004
  # from different project or region than the one that holds the connection. For
1005
- # example, a Connection resource for Cloud SQL connection_name "project-id:us-
1006
- # central1:sql-instance" must be created under the parent "projects/project-id/
1007
- # locations/us-central1"
1005
+ # example, a Connection resource for Cloud SQL connection_name `project-id:us-
1006
+ # central1:sql-instance` must be created under the parent `projects/project-id/
1007
+ # locations/us-central1`
1008
1008
  # Corresponds to the JSON property `connectionName`
1009
1009
  # @return [String]
1010
1010
  attr_accessor :connection_name
@@ -1459,8 +1459,8 @@ module Google
1459
1459
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Error>]
1460
1460
  attr_accessor :errors
1461
1461
 
1462
- # Output only. Name of the connection: projects/`project`/locations/`location`/
1463
- # connections/`name`.
1462
+ # Output only. Name of the connection: `projects/`project`/locations/`location`/
1463
+ # connections/`name``.
1464
1464
  # Corresponds to the JSON property `name`
1465
1465
  # @return [String]
1466
1466
  attr_accessor :name
@@ -1816,7 +1816,7 @@ module Google
1816
1816
  class GooglePrivacyDlpV2CreateJobTriggerRequest
1817
1817
  include Google::Apis::Core::Hashable
1818
1818
 
1819
- # Contains a configuration to make api calls on a repeating basis. See https://
1819
+ # Contains a configuration to make API calls on a repeating basis. See https://
1820
1820
  # cloud.google.com/sensitive-data-protection/docs/concepts-job-triggers to learn
1821
1821
  # more.
1822
1822
  # Corresponds to the JSON property `jobTrigger`
@@ -2449,14 +2449,25 @@ module Google
2449
2449
  class GooglePrivacyDlpV2DatabaseResourceReference
2450
2450
  include Google::Apis::Core::Hashable
2451
2451
 
2452
- # Required. The instance where this resource is located. For example: Cloud SQL'
2453
- # s instance id.
2452
+ # Required. Name of a database within the instance.
2453
+ # Corresponds to the JSON property `database`
2454
+ # @return [String]
2455
+ attr_accessor :database
2456
+
2457
+ # Required. Name of a database resource, for example, a table within the
2458
+ # database.
2459
+ # Corresponds to the JSON property `databaseResource`
2460
+ # @return [String]
2461
+ attr_accessor :database_resource
2462
+
2463
+ # Required. The instance where this resource is located. For example: Cloud SQL
2464
+ # instance ID.
2454
2465
  # Corresponds to the JSON property `instance`
2455
2466
  # @return [String]
2456
2467
  attr_accessor :instance
2457
2468
 
2458
2469
  # Required. If within a project-level config, then this must match the config's
2459
- # project id.
2470
+ # project ID.
2460
2471
  # Corresponds to the JSON property `projectId`
2461
2472
  # @return [String]
2462
2473
  attr_accessor :project_id
@@ -2467,6 +2478,8 @@ module Google
2467
2478
 
2468
2479
  # Update properties of this object
2469
2480
  def update!(**args)
2481
+ @database = args[:database] if args.key?(:database)
2482
+ @database_resource = args[:database_resource] if args.key?(:database_resource)
2470
2483
  @instance = args[:instance] if args.key?(:instance)
2471
2484
  @project_id = args[:project_id] if args.key?(:project_id)
2472
2485
  end
@@ -2496,8 +2509,8 @@ module Google
2496
2509
  # @return [String]
2497
2510
  attr_accessor :instance_regex
2498
2511
 
2499
- # For organizations, if unset, will match all projects. Has no effect for Data
2500
- # Profile configurations created within a project.
2512
+ # For organizations, if unset, will match all projects. Has no effect for
2513
+ # configurations created within a project.
2501
2514
  # Corresponds to the JSON property `projectIdRegex`
2502
2515
  # @return [String]
2503
2516
  attr_accessor :project_id_regex
@@ -3246,6 +3259,12 @@ module Google
3246
3259
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherBigQueryTables]
3247
3260
  attr_accessor :other_tables
3248
3261
 
3262
+ # Message defining the location of a BigQuery table with the projectId inferred
3263
+ # from the parent project.
3264
+ # Corresponds to the JSON property `tableReference`
3265
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2TableReference]
3266
+ attr_accessor :table_reference
3267
+
3249
3268
  # Specifies a collection of BigQuery tables. Used for Discovery.
3250
3269
  # Corresponds to the JSON property `tables`
3251
3270
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableCollection]
@@ -3258,6 +3277,7 @@ module Google
3258
3277
  # Update properties of this object
3259
3278
  def update!(**args)
3260
3279
  @other_tables = args[:other_tables] if args.key?(:other_tables)
3280
+ @table_reference = args[:table_reference] if args.key?(:table_reference)
3261
3281
  @tables = args[:tables] if args.key?(:tables)
3262
3282
  end
3263
3283
  end
@@ -3331,12 +3351,12 @@ module Google
3331
3351
 
3332
3352
  # Data changes (non-schema changes) in Cloud SQL tables can't trigger
3333
3353
  # reprofiling. If you set this field, profiles are refreshed at this frequency
3334
- # regardless of whether the underlying tables have changes. Defaults to never.
3354
+ # regardless of whether the underlying tables have changed. Defaults to never.
3335
3355
  # Corresponds to the JSON property `refreshFrequency`
3336
3356
  # @return [String]
3337
3357
  attr_accessor :refresh_frequency
3338
3358
 
3339
- # How frequency to modify the profile when the table's schema is modified.
3359
+ # How frequently to modify the profile when the table's schema is modified.
3340
3360
  # Corresponds to the JSON property `schemaModifiedCadence`
3341
3361
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SchemaModifiedCadence]
3342
3362
  attr_accessor :schema_modified_cadence
@@ -3570,6 +3590,18 @@ module Google
3570
3590
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CloudSqlDiscoveryTarget]
3571
3591
  attr_accessor :cloud_sql_target
3572
3592
 
3593
+ # Discovery target for credentials and secrets in cloud resource metadata. This
3594
+ # target does not include any filtering or frequency controls. Cloud DLP will
3595
+ # scan cloud resource metadata for secrets daily. No inspect template should be
3596
+ # included in the discovery config for a security benchmarks scan. Instead, the
3597
+ # built-in list of secrets and credentials infoTypes will be used (see https://
3598
+ # cloud.google.com/sensitive-data-protection/docs/infotypes-reference#
3599
+ # credentials_and_secrets). Credentials and secrets discovered will be reported
3600
+ # as vulnerabilities to Security Command Center.
3601
+ # Corresponds to the JSON property `secretsTarget`
3602
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SecretsDiscoveryTarget]
3603
+ attr_accessor :secrets_target
3604
+
3573
3605
  def initialize(**args)
3574
3606
  update!(**args)
3575
3607
  end
@@ -3578,6 +3610,7 @@ module Google
3578
3610
  def update!(**args)
3579
3611
  @big_query_target = args[:big_query_target] if args.key?(:big_query_target)
3580
3612
  @cloud_sql_target = args[:cloud_sql_target] if args.key?(:cloud_sql_target)
3613
+ @secrets_target = args[:secrets_target] if args.key?(:secrets_target)
3581
3614
  end
3582
3615
  end
3583
3616
 
@@ -4621,7 +4654,7 @@ module Google
4621
4654
  end
4622
4655
 
4623
4656
  # Classification of infoTypes to organize them according to geographic location,
4624
- # industry, and data type. NEXT_ID: 48
4657
+ # industry, and data type.
4625
4658
  class GooglePrivacyDlpV2InfoTypeCategory
4626
4659
  include Google::Apis::Core::Hashable
4627
4660
 
@@ -5237,7 +5270,7 @@ module Google
5237
5270
  end
5238
5271
  end
5239
5272
 
5240
- # Contains a configuration to make api calls on a repeating basis. See https://
5273
+ # Contains a configuration to make API calls on a repeating basis. See https://
5241
5274
  # cloud.google.com/sensitive-data-protection/docs/concepts-job-triggers to learn
5242
5275
  # more.
5243
5276
  class GooglePrivacyDlpV2JobTrigger
@@ -7637,7 +7670,7 @@ module Google
7637
7670
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeStats>]
7638
7671
  attr_accessor :info_type_stats
7639
7672
 
7640
- # Number of rows scanned post sampling and time filtering (Applicable for row
7673
+ # Number of rows scanned after sampling and time filtering (applicable for row
7641
7674
  # based stores such as BigQuery).
7642
7675
  # Corresponds to the JSON property `numRowsProcessed`
7643
7676
  # @return [Fixnum]
@@ -7765,7 +7798,7 @@ module Google
7765
7798
  end
7766
7799
  end
7767
7800
 
7768
- # How frequency to modify the profile when the table's schema is modified.
7801
+ # How frequently to modify the profile when the table's schema is modified.
7769
7802
  class GooglePrivacyDlpV2SchemaModifiedCadence
7770
7803
  include Google::Apis::Core::Hashable
7771
7804
 
@@ -7826,7 +7859,7 @@ module Google
7826
7859
  include Google::Apis::Core::Hashable
7827
7860
 
7828
7861
  # Required. The name of the Secret Manager resource that stores the password, in
7829
- # the form "projects/project-id/secrets/secret-name/versions/version".
7862
+ # the form `projects/project-id/secrets/secret-name/versions/version`.
7830
7863
  # Corresponds to the JSON property `passwordSecretVersionName`
7831
7864
  # @return [String]
7832
7865
  attr_accessor :password_secret_version_name
@@ -7847,6 +7880,26 @@ module Google
7847
7880
  end
7848
7881
  end
7849
7882
 
7883
+ # Discovery target for credentials and secrets in cloud resource metadata. This
7884
+ # target does not include any filtering or frequency controls. Cloud DLP will
7885
+ # scan cloud resource metadata for secrets daily. No inspect template should be
7886
+ # included in the discovery config for a security benchmarks scan. Instead, the
7887
+ # built-in list of secrets and credentials infoTypes will be used (see https://
7888
+ # cloud.google.com/sensitive-data-protection/docs/infotypes-reference#
7889
+ # credentials_and_secrets). Credentials and secrets discovered will be reported
7890
+ # as vulnerabilities to Security Command Center.
7891
+ class GooglePrivacyDlpV2SecretsDiscoveryTarget
7892
+ include Google::Apis::Core::Hashable
7893
+
7894
+ def initialize(**args)
7895
+ update!(**args)
7896
+ end
7897
+
7898
+ # Update properties of this object
7899
+ def update!(**args)
7900
+ end
7901
+ end
7902
+
7850
7903
  # Apply transformation to the selected info_types.
7851
7904
  class GooglePrivacyDlpV2SelectedInfoTypes
7852
7905
  include Google::Apis::Core::Hashable
@@ -8492,6 +8545,32 @@ module Google
8492
8545
  end
8493
8546
  end
8494
8547
 
8548
+ # Message defining the location of a BigQuery table with the projectId inferred
8549
+ # from the parent project.
8550
+ class GooglePrivacyDlpV2TableReference
8551
+ include Google::Apis::Core::Hashable
8552
+
8553
+ # Dataset ID of the table.
8554
+ # Corresponds to the JSON property `datasetId`
8555
+ # @return [String]
8556
+ attr_accessor :dataset_id
8557
+
8558
+ # Name of the table.
8559
+ # Corresponds to the JSON property `tableId`
8560
+ # @return [String]
8561
+ attr_accessor :table_id
8562
+
8563
+ def initialize(**args)
8564
+ update!(**args)
8565
+ end
8566
+
8567
+ # Update properties of this object
8568
+ def update!(**args)
8569
+ @dataset_id = args[:dataset_id] if args.key?(:dataset_id)
8570
+ @table_id = args[:table_id] if args.key?(:table_id)
8571
+ end
8572
+ end
8573
+
8495
8574
  # A column with a semantic tag attached.
8496
8575
  class GooglePrivacyDlpV2TaggedField
8497
8576
  include Google::Apis::Core::Hashable
@@ -8596,7 +8675,7 @@ module Google
8596
8675
  # valid start_time to avoid scanning files that have not been modified since the
8597
8676
  # last time the JobTrigger executed. This will be based on the time of the
8598
8677
  # execution of the last run of the JobTrigger or the timespan end_time used in
8599
- # the last run of the JobTrigger. *For BigQuery* Inspect jobs triggered by
8678
+ # the last run of the JobTrigger. **For BigQuery** Inspect jobs triggered by
8600
8679
  # automatic population will scan data that is at least three hours old when the
8601
8680
  # job starts. This is because streaming buffer rows are not read during
8602
8681
  # inspection and reading up to the current timestamp will result in skipped rows.
@@ -9173,7 +9252,7 @@ module Google
9173
9252
  class GooglePrivacyDlpV2UpdateJobTriggerRequest
9174
9253
  include Google::Apis::Core::Hashable
9175
9254
 
9176
- # Contains a configuration to make api calls on a repeating basis. See https://
9255
+ # Contains a configuration to make API calls on a repeating basis. See https://
9177
9256
  # cloud.google.com/sensitive-data-protection/docs/concepts-job-triggers to learn
9178
9257
  # more.
9179
9258
  # Corresponds to the JSON property `jobTrigger`
@@ -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.65.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240428"
25
+ REVISION = "20240519"
26
26
  end
27
27
  end
28
28
  end
@@ -1396,6 +1396,12 @@ module Google
1396
1396
  include Google::Apis::Core::JsonObjectSupport
1397
1397
  end
1398
1398
 
1399
+ class GooglePrivacyDlpV2SecretsDiscoveryTarget
1400
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1401
+
1402
+ include Google::Apis::Core::JsonObjectSupport
1403
+ end
1404
+
1399
1405
  class GooglePrivacyDlpV2SelectedInfoTypes
1400
1406
  class Representation < Google::Apis::Core::JsonRepresentation; end
1401
1407
 
@@ -1492,6 +1498,12 @@ module Google
1492
1498
  include Google::Apis::Core::JsonObjectSupport
1493
1499
  end
1494
1500
 
1501
+ class GooglePrivacyDlpV2TableReference
1502
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1503
+
1504
+ include Google::Apis::Core::JsonObjectSupport
1505
+ end
1506
+
1495
1507
  class GooglePrivacyDlpV2TaggedField
1496
1508
  class Representation < Google::Apis::Core::JsonRepresentation; end
1497
1509
 
@@ -2369,6 +2381,8 @@ module Google
2369
2381
  class GooglePrivacyDlpV2DatabaseResourceReference
2370
2382
  # @private
2371
2383
  class Representation < Google::Apis::Core::JsonRepresentation
2384
+ property :database, as: 'database'
2385
+ property :database_resource, as: 'databaseResource'
2372
2386
  property :instance, as: 'instance'
2373
2387
  property :project_id, as: 'projectId'
2374
2388
  end
@@ -2599,6 +2613,8 @@ module Google
2599
2613
  class Representation < Google::Apis::Core::JsonRepresentation
2600
2614
  property :other_tables, as: 'otherTables', class: Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherBigQueryTables, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherBigQueryTables::Representation
2601
2615
 
2616
+ property :table_reference, as: 'tableReference', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableReference, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TableReference::Representation
2617
+
2602
2618
  property :tables, as: 'tables', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableCollection, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableCollection::Representation
2603
2619
 
2604
2620
  end
@@ -2695,6 +2711,8 @@ module Google
2695
2711
 
2696
2712
  property :cloud_sql_target, as: 'cloudSqlTarget', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudSqlDiscoveryTarget, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudSqlDiscoveryTarget::Representation
2697
2713
 
2714
+ property :secrets_target, as: 'secretsTarget', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SecretsDiscoveryTarget, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SecretsDiscoveryTarget::Representation
2715
+
2698
2716
  end
2699
2717
  end
2700
2718
 
@@ -4016,6 +4034,12 @@ module Google
4016
4034
  end
4017
4035
  end
4018
4036
 
4037
+ class GooglePrivacyDlpV2SecretsDiscoveryTarget
4038
+ # @private
4039
+ class Representation < Google::Apis::Core::JsonRepresentation
4040
+ end
4041
+ end
4042
+
4019
4043
  class GooglePrivacyDlpV2SelectedInfoTypes
4020
4044
  # @private
4021
4045
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4200,6 +4224,14 @@ module Google
4200
4224
  end
4201
4225
  end
4202
4226
 
4227
+ class GooglePrivacyDlpV2TableReference
4228
+ # @private
4229
+ class Representation < Google::Apis::Core::JsonRepresentation
4230
+ property :dataset_id, as: 'datasetId'
4231
+ property :table_id, as: 'tableId'
4232
+ end
4233
+ end
4234
+
4203
4235
  class GooglePrivacyDlpV2TaggedField
4204
4236
  # @private
4205
4237
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -662,9 +662,9 @@ module Google
662
662
  # Searches for Connections in a parent.
663
663
  # @param [String] parent
664
664
  # Required. Parent name, typically an organization, without location. For
665
- # example: "organizations/12345678".
665
+ # example: `organizations/12345678`.
666
666
  # @param [String] filter
667
- # Optional. * Supported fields/values - `state` - MISSING|AVAILABLE|ERROR
667
+ # Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR
668
668
  # @param [Fixnum] page_size
669
669
  # Optional. Number of results per page, max 1000.
670
670
  # @param [String] page_token
@@ -3418,8 +3418,8 @@ module Google
3418
3418
 
3419
3419
  # Create a Connection to an external data source.
3420
3420
  # @param [String] parent
3421
- # Required. Parent resource name in the format: "projects/`project`/locations/`
3422
- # location`".
3421
+ # Required. Parent resource name in the format: `projects/`project`/locations/`
3422
+ # location``.
3423
3423
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateConnectionRequest] google_privacy_dlp_v2_create_connection_request_object
3424
3424
  # @param [String] fields
3425
3425
  # Selector specifying which fields to include in a partial response.
@@ -3452,8 +3452,8 @@ module Google
3452
3452
 
3453
3453
  # Delete a Connection.
3454
3454
  # @param [String] name
3455
- # Required. Resource name of the Connection to be deleted, in the format: "
3456
- # projects/`project`/locations/`location`/connections/`connection`".
3455
+ # Required. Resource name of the Connection to be deleted, in the format: `
3456
+ # projects/`project`/locations/`location`/connections/`connection``.
3457
3457
  # @param [String] fields
3458
3458
  # Selector specifying which fields to include in a partial response.
3459
3459
  # @param [String] quota_user
@@ -3483,8 +3483,8 @@ module Google
3483
3483
 
3484
3484
  # Get a Connection by name.
3485
3485
  # @param [String] name
3486
- # Required. Resource name in the format: "projects/`project`/locations/`location`
3487
- # /connections/`connection`".
3486
+ # Required. Resource name in the format: `projects/`project`/locations/`location`
3487
+ # /connections/`connection``.
3488
3488
  # @param [String] fields
3489
3489
  # Selector specifying which fields to include in a partial response.
3490
3490
  # @param [String] quota_user
@@ -3514,9 +3514,9 @@ module Google
3514
3514
 
3515
3515
  # Lists Connections in a parent.
3516
3516
  # @param [String] parent
3517
- # Required. Parent name, for example: "projects/project-id/locations/global".
3517
+ # Required. Parent name, for example: `projects/project-id/locations/global`.
3518
3518
  # @param [String] filter
3519
- # Optional. * Supported fields/values - `state` - MISSING|AVAILABLE|ERROR
3519
+ # Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR
3520
3520
  # @param [Fixnum] page_size
3521
3521
  # Optional. Number of results per page, max 1000.
3522
3522
  # @param [String] page_token
@@ -3554,8 +3554,8 @@ module Google
3554
3554
 
3555
3555
  # Update a Connection.
3556
3556
  # @param [String] name
3557
- # Required. Resource name in the format: "projects/`project`/locations/`location`
3558
- # /connections/`connection`".
3557
+ # Required. Resource name in the format: `projects/`project`/locations/`location`
3558
+ # /connections/`connection``.
3559
3559
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateConnectionRequest] google_privacy_dlp_v2_update_connection_request_object
3560
3560
  # @param [String] fields
3561
3561
  # Selector specifying which fields to include in a partial response.
@@ -3589,9 +3589,9 @@ module Google
3589
3589
  # Searches for Connections in a parent.
3590
3590
  # @param [String] parent
3591
3591
  # Required. Parent name, typically an organization, without location. For
3592
- # example: "organizations/12345678".
3592
+ # example: `organizations/12345678`.
3593
3593
  # @param [String] filter
3594
- # Optional. * Supported fields/values - `state` - MISSING|AVAILABLE|ERROR
3594
+ # Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR
3595
3595
  # @param [Fixnum] page_size
3596
3596
  # Optional. Number of results per page, max 1000.
3597
3597
  # @param [String] page_token
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.65.0
4
+ version: 0.66.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: 2024-05-05 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.66.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: []