google-apis-dlp_v2 0.60.0 → 0.61.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: 719bcd2debf68db74ac18021f8f1fd4efe6e7135f0f6c60abb7d49b03dcc398f
4
- data.tar.gz: '097c5f0871679627a77095caaea145cd8202c29783d08c057ada950afeaf273b'
3
+ metadata.gz: 01c66fe8082605dddebddf75b0db376ee4d87bca34bfa26651cb901c89dc689e
4
+ data.tar.gz: aad2a8e5c9f15775587622e592ec548408772d54f5aa51654632b27e97adc50e
5
5
  SHA512:
6
- metadata.gz: 02c773e2ff71da94e88e5ed67973f0aec7ca0feda142a53a154cc22f991b514acb33f3f0baf270c9c6a7ab039a7d0931df4827804fa25b3750ad57f14e67dacd
7
- data.tar.gz: e05fd43336e7f37403d7cf7a28ae05de8b1e3e87b3d8f1316728d3b8cee725dd288524c36dfa6e4dabe4f7039709529613fed82367ea1047eac31537d82ef636
6
+ metadata.gz: efc24d52a9f26b885b2c21b4862fbffc97565dd42793e536a0e5fdcc812ee940a2a77e62eae8d41cd8c46f5f148467a7d092424e85c35139d86261abea2c0649
7
+ data.tar.gz: 7643085be19c3ce2ac5285b7c9328f968717b7ea68c9c5c553624de67a6285709cb9935f3550f9772f2a0b3ff9adae789b2ad6b2c10a54286b599f0fe84b1e85
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.61.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240310
6
+
3
7
  ### v0.60.0 (2024-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20240225
@@ -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.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240225"
25
+ REVISION = "20240310"
26
26
  end
27
27
  end
28
28
  end
@@ -591,11 +591,11 @@ module Google
591
591
  execute_or_queue_command(command, &block)
592
592
  end
593
593
 
594
- # Lists data profiles for an organization.
594
+ # Lists column data profiles for an organization.
595
595
  # @param [String] parent
596
596
  # Required. Resource name of the organization or project, for example `
597
- # organizations/433245324/locations/europe` or projects/project-id/locations/
598
- # asia.
597
+ # organizations/433245324/locations/europe` or `projects/project-id/locations/
598
+ # asia`.
599
599
  # @param [String] filter
600
600
  # Allows filtering. Supported syntax: * Filter expressions are made up of one or
601
601
  # more restrictions. * Restrictions can be combined by `AND` or `OR` logical
@@ -1590,7 +1590,7 @@ module Google
1590
1590
  execute_or_queue_command(command, &block)
1591
1591
  end
1592
1592
 
1593
- # Lists data profiles for an organization.
1593
+ # Lists project data profiles for an organization.
1594
1594
  # @param [String] parent
1595
1595
  # Required. organizations/`org_id`/locations/`loc_id`
1596
1596
  # @param [String] filter
@@ -1601,15 +1601,15 @@ module Google
1601
1601
  # sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW
1602
1602
  # - `status_code` - an RPC status code as defined in https://github.com/
1603
1603
  # googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be
1604
- # `=` or `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id =
1605
- # 12345 AND sensitivity_level = HIGH The length of this field should be no more
1606
- # than 500 characters.
1604
+ # `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `
1605
+ # project_id = 12345 AND sensitivity_level = HIGH` The length of this field
1606
+ # should be no more than 500 characters.
1607
1607
  # @param [String] order_by
1608
1608
  # Comma separated list of fields to order by, followed by `asc` or `desc`
1609
1609
  # postfix. This list is case insensitive. The default sorting order is ascending.
1610
1610
  # Redundant space characters are insignificant. Only one order field at a time
1611
1611
  # is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported
1612
- # fields are: - `project_id`: GCP project ID - `sensitivity_level`: How
1612
+ # fields are: - `project_id`: Google Cloud project ID - `sensitivity_level`: How
1613
1613
  # sensitive the data in a project is, at most. - `data_risk_level`: How much
1614
1614
  # risk is associated with this data. - `profile_last_generated`: When the
1615
1615
  # profile was last updated in epoch seconds.
@@ -1889,7 +1889,7 @@ module Google
1889
1889
  execute_or_queue_command(command, &block)
1890
1890
  end
1891
1891
 
1892
- # Lists data profiles for an organization.
1892
+ # Lists table data profiles for an organization.
1893
1893
  # @param [String] parent
1894
1894
  # Required. Resource name of the organization or project, for example `
1895
1895
  # organizations/433245324/locations/europe` or `projects/project-id/locations/
@@ -1899,24 +1899,24 @@ module Google
1899
1899
  # more restrictions. * Restrictions can be combined by `AND` or `OR` logical
1900
1900
  # operators. A sequence of restrictions implicitly uses `AND`. * A restriction
1901
1901
  # has the form of ``field` `operator` `value``. * Supported fields/values: - `
1902
- # project_id` - The GCP project ID. - `dataset_id` - The BigQuery dataset ID. - `
1903
- # table_id` - The ID of the BigQuery table. - `sensitivity_level` - HIGH|
1904
- # MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `resource_visibility`:
1905
- # PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in https://
1906
- # github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The
1907
- # operator must be `=` or `!=`. Examples: * project_id = 12345 AND status_code =
1908
- # 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND
1909
- # resource_visibility = PUBLIC The length of this field should be no more than
1910
- # 500 characters.
1902
+ # project_id` - The Google Cloud project ID. - `dataset_id` - The BigQuery
1903
+ # dataset ID. - `table_id` - The ID of the BigQuery table. - `sensitivity_level`
1904
+ # - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `
1905
+ # resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code
1906
+ # as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/
1907
+ # code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345
1908
+ # AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `
1909
+ # project_id = 12345 AND resource_visibility = PUBLIC` The length of this field
1910
+ # should be no more than 500 characters.
1911
1911
  # @param [String] order_by
1912
1912
  # Comma separated list of fields to order by, followed by `asc` or `desc`
1913
1913
  # postfix. This list is case insensitive. The default sorting order is ascending.
1914
1914
  # Redundant space characters are insignificant. Only one order field at a time
1915
1915
  # is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level
1916
- # desc` Supported fields are: - `project_id`: The GCP project ID. - `dataset_id`:
1917
- # The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery table. - `
1918
- # sensitivity_level`: How sensitive the data in a table is, at most. - `
1919
- # data_risk_level`: How much risk is associated with this data. - `
1916
+ # desc` Supported fields are: - `project_id`: The Google Cloud project ID. - `
1917
+ # dataset_id`: The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery
1918
+ # table. - `sensitivity_level`: How sensitive the data in a table is, at most. -
1919
+ # `data_risk_level`: How much risk is associated with this data. - `
1920
1920
  # profile_last_generated`: When the profile was last updated in epoch seconds. -
1921
1921
  # `last_modified`: The last time the resource was modified. - `
1922
1922
  # resource_visibility`: Visibility restriction for this resource. - `row_count`:
@@ -3276,11 +3276,11 @@ module Google
3276
3276
  execute_or_queue_command(command, &block)
3277
3277
  end
3278
3278
 
3279
- # Lists data profiles for an organization.
3279
+ # Lists column data profiles for an organization.
3280
3280
  # @param [String] parent
3281
3281
  # Required. Resource name of the organization or project, for example `
3282
- # organizations/433245324/locations/europe` or projects/project-id/locations/
3283
- # asia.
3282
+ # organizations/433245324/locations/europe` or `projects/project-id/locations/
3283
+ # asia`.
3284
3284
  # @param [String] filter
3285
3285
  # Allows filtering. Supported syntax: * Filter expressions are made up of one or
3286
3286
  # more restrictions. * Restrictions can be combined by `AND` or `OR` logical
@@ -4741,7 +4741,7 @@ module Google
4741
4741
  execute_or_queue_command(command, &block)
4742
4742
  end
4743
4743
 
4744
- # Lists data profiles for an organization.
4744
+ # Lists project data profiles for an organization.
4745
4745
  # @param [String] parent
4746
4746
  # Required. organizations/`org_id`/locations/`loc_id`
4747
4747
  # @param [String] filter
@@ -4752,15 +4752,15 @@ module Google
4752
4752
  # sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW
4753
4753
  # - `status_code` - an RPC status code as defined in https://github.com/
4754
4754
  # googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be
4755
- # `=` or `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id =
4756
- # 12345 AND sensitivity_level = HIGH The length of this field should be no more
4757
- # than 500 characters.
4755
+ # `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `
4756
+ # project_id = 12345 AND sensitivity_level = HIGH` The length of this field
4757
+ # should be no more than 500 characters.
4758
4758
  # @param [String] order_by
4759
4759
  # Comma separated list of fields to order by, followed by `asc` or `desc`
4760
4760
  # postfix. This list is case insensitive. The default sorting order is ascending.
4761
4761
  # Redundant space characters are insignificant. Only one order field at a time
4762
4762
  # is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported
4763
- # fields are: - `project_id`: GCP project ID - `sensitivity_level`: How
4763
+ # fields are: - `project_id`: Google Cloud project ID - `sensitivity_level`: How
4764
4764
  # sensitive the data in a project is, at most. - `data_risk_level`: How much
4765
4765
  # risk is associated with this data. - `profile_last_generated`: When the
4766
4766
  # profile was last updated in epoch seconds.
@@ -5040,7 +5040,7 @@ module Google
5040
5040
  execute_or_queue_command(command, &block)
5041
5041
  end
5042
5042
 
5043
- # Lists data profiles for an organization.
5043
+ # Lists table data profiles for an organization.
5044
5044
  # @param [String] parent
5045
5045
  # Required. Resource name of the organization or project, for example `
5046
5046
  # organizations/433245324/locations/europe` or `projects/project-id/locations/
@@ -5050,24 +5050,24 @@ module Google
5050
5050
  # more restrictions. * Restrictions can be combined by `AND` or `OR` logical
5051
5051
  # operators. A sequence of restrictions implicitly uses `AND`. * A restriction
5052
5052
  # has the form of ``field` `operator` `value``. * Supported fields/values: - `
5053
- # project_id` - The GCP project ID. - `dataset_id` - The BigQuery dataset ID. - `
5054
- # table_id` - The ID of the BigQuery table. - `sensitivity_level` - HIGH|
5055
- # MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `resource_visibility`:
5056
- # PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in https://
5057
- # github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The
5058
- # operator must be `=` or `!=`. Examples: * project_id = 12345 AND status_code =
5059
- # 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND
5060
- # resource_visibility = PUBLIC The length of this field should be no more than
5061
- # 500 characters.
5053
+ # project_id` - The Google Cloud project ID. - `dataset_id` - The BigQuery
5054
+ # dataset ID. - `table_id` - The ID of the BigQuery table. - `sensitivity_level`
5055
+ # - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `
5056
+ # resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code
5057
+ # as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/
5058
+ # code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345
5059
+ # AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `
5060
+ # project_id = 12345 AND resource_visibility = PUBLIC` The length of this field
5061
+ # should be no more than 500 characters.
5062
5062
  # @param [String] order_by
5063
5063
  # Comma separated list of fields to order by, followed by `asc` or `desc`
5064
5064
  # postfix. This list is case insensitive. The default sorting order is ascending.
5065
5065
  # Redundant space characters are insignificant. Only one order field at a time
5066
5066
  # is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level
5067
- # desc` Supported fields are: - `project_id`: The GCP project ID. - `dataset_id`:
5068
- # The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery table. - `
5069
- # sensitivity_level`: How sensitive the data in a table is, at most. - `
5070
- # data_risk_level`: How much risk is associated with this data. - `
5067
+ # desc` Supported fields are: - `project_id`: The Google Cloud project ID. - `
5068
+ # dataset_id`: The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery
5069
+ # table. - `sensitivity_level`: How sensitive the data in a table is, at most. -
5070
+ # `data_risk_level`: How much risk is associated with this data. - `
5071
5071
  # profile_last_generated`: When the profile was last updated in epoch seconds. -
5072
5072
  # `last_modified`: The last time the resource was modified. - `
5073
5073
  # resource_visibility`: Visibility restriction for this resource. - `row_count`:
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.60.0
4
+ version: 0.61.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-03-03 00:00:00.000000000 Z
11
+ date: 2024-03-17 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.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.61.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: []