google-apis-dlp_v2 0.99.0 → 0.100.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +36 -18
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +2 -0
- data/lib/google/apis/dlp_v2/service.rb +162 -131
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c01602343ab76a728c23bd76cf0650fab2d65c4fc883be1110f73f132cebe0f1
|
4
|
+
data.tar.gz: 6b73aecdb9dd1879162d0a967e353cea14704419bb13e620beccf3c0e00d6ab6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 335fae7df193dd36f69dbe372fade3f649f4607cefd4a0586ca130db3ea95f3d8e5991fe46348db9a95e8bfb2af5a4e4b416d8d2e4eb14c77e0149011e63fb30
|
7
|
+
data.tar.gz: f29f882946a1ac4ac9853080373ef4b2d43d4f0a618d87f1d6fec39bd977e581f4303194054c49ee5e9a4d94d0275cf50c5899bdcf5b11e59189d26333cf363a
|
data/CHANGELOG.md
CHANGED
@@ -67,15 +67,14 @@ module Google
|
|
67
67
|
attr_accessor :publish_findings_to_cloud_data_catalog
|
68
68
|
|
69
69
|
# Publish findings of a DlpJob to Dataplex Universal Catalog as a `sensitive-
|
70
|
-
# data-protection-job-result` aspect.
|
71
|
-
#
|
72
|
-
#
|
73
|
-
#
|
74
|
-
#
|
75
|
-
#
|
76
|
-
#
|
77
|
-
#
|
78
|
-
# Inspect
|
70
|
+
# data-protection-job-result` aspect. For more information, see [Send inspection
|
71
|
+
# results to Dataplex Universal Catalog as aspects](https://cloud.google.com/
|
72
|
+
# sensitive-data-protection/docs/add-aspects-inspection-job). Aspects are stored
|
73
|
+
# in Dataplex Universal Catalog storage and are governed by service-specific
|
74
|
+
# policies for Dataplex Universal Catalog. For more information, see [Service
|
75
|
+
# Specific Terms](https://cloud.google.com/terms/service-terms). Only a single
|
76
|
+
# instance of this action can be specified. This action is allowed only if all
|
77
|
+
# resources being scanned are BigQuery tables. Compatible with: Inspect
|
79
78
|
# Corresponds to the JSON property `publishFindingsToDataplexCatalog`
|
80
79
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToDataplexCatalog]
|
81
80
|
attr_accessor :publish_findings_to_dataplex_catalog
|
@@ -8552,15 +8551,14 @@ module Google
|
|
8552
8551
|
end
|
8553
8552
|
|
8554
8553
|
# Publish findings of a DlpJob to Dataplex Universal Catalog as a `sensitive-
|
8555
|
-
# data-protection-job-result` aspect.
|
8556
|
-
#
|
8557
|
-
#
|
8558
|
-
#
|
8559
|
-
#
|
8560
|
-
#
|
8561
|
-
#
|
8562
|
-
#
|
8563
|
-
# Inspect
|
8554
|
+
# data-protection-job-result` aspect. For more information, see [Send inspection
|
8555
|
+
# results to Dataplex Universal Catalog as aspects](https://cloud.google.com/
|
8556
|
+
# sensitive-data-protection/docs/add-aspects-inspection-job). Aspects are stored
|
8557
|
+
# in Dataplex Universal Catalog storage and are governed by service-specific
|
8558
|
+
# policies for Dataplex Universal Catalog. For more information, see [Service
|
8559
|
+
# Specific Terms](https://cloud.google.com/terms/service-terms). Only a single
|
8560
|
+
# instance of this action can be specified. This action is allowed only if all
|
8561
|
+
# resources being scanned are BigQuery tables. Compatible with: Inspect
|
8564
8562
|
class GooglePrivacyDlpV2PublishFindingsToDataplexCatalog
|
8565
8563
|
include Google::Apis::Core::Hashable
|
8566
8564
|
|
@@ -9012,6 +9010,14 @@ module Google
|
|
9012
9010
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem]
|
9013
9011
|
attr_accessor :byte_item
|
9014
9012
|
|
9013
|
+
# The full resource name of the de-identification template to use. Settings in
|
9014
|
+
# the main `image_redaction_configs` field override the corresponding settings
|
9015
|
+
# in this de-identification template. The request fails if the type of the
|
9016
|
+
# template's deidentify_config is not image_transformations.
|
9017
|
+
# Corresponds to the JSON property `deidentifyTemplate`
|
9018
|
+
# @return [String]
|
9019
|
+
attr_accessor :deidentify_template
|
9020
|
+
|
9015
9021
|
# The configuration for specifying what content to redact from images.
|
9016
9022
|
# Corresponds to the JSON property `imageRedactionConfigs`
|
9017
9023
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2ImageRedactionConfig>]
|
@@ -9029,6 +9035,16 @@ module Google
|
|
9029
9035
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig]
|
9030
9036
|
attr_accessor :inspect_config
|
9031
9037
|
|
9038
|
+
# The full resource name of the inspection template to use. Settings in the main
|
9039
|
+
# `inspect_config` field override the corresponding settings in this inspection
|
9040
|
+
# template. The merge behavior is as follows: - Singular field: The main field's
|
9041
|
+
# value replaces the value of the corresponding field in the template. -
|
9042
|
+
# Repeated fields: The field values are appended to the list defined in the
|
9043
|
+
# template. - Sub-messages and groups: The fields are recursively merged.
|
9044
|
+
# Corresponds to the JSON property `inspectTemplate`
|
9045
|
+
# @return [String]
|
9046
|
+
attr_accessor :inspect_template
|
9047
|
+
|
9032
9048
|
# Deprecated. This field has no effect.
|
9033
9049
|
# Corresponds to the JSON property `locationId`
|
9034
9050
|
# @return [String]
|
@@ -9041,9 +9057,11 @@ module Google
|
|
9041
9057
|
# Update properties of this object
|
9042
9058
|
def update!(**args)
|
9043
9059
|
@byte_item = args[:byte_item] if args.key?(:byte_item)
|
9060
|
+
@deidentify_template = args[:deidentify_template] if args.key?(:deidentify_template)
|
9044
9061
|
@image_redaction_configs = args[:image_redaction_configs] if args.key?(:image_redaction_configs)
|
9045
9062
|
@include_findings = args[:include_findings] if args.key?(:include_findings)
|
9046
9063
|
@inspect_config = args[:inspect_config] if args.key?(:inspect_config)
|
9064
|
+
@inspect_template = args[:inspect_template] if args.key?(:inspect_template)
|
9047
9065
|
@location_id = args[:location_id] if args.key?(:location_id)
|
9048
9066
|
end
|
9049
9067
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DlpV2
|
18
18
|
# Version of the google-apis-dlp_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.100.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20251012"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4777,11 +4777,13 @@ module Google
|
|
4777
4777
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4778
4778
|
property :byte_item, as: 'byteItem', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem::Representation
|
4779
4779
|
|
4780
|
+
property :deidentify_template, as: 'deidentifyTemplate'
|
4780
4781
|
collection :image_redaction_configs, as: 'imageRedactionConfigs', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageRedactionConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageRedactionConfig::Representation
|
4781
4782
|
|
4782
4783
|
property :include_findings, as: 'includeFindings'
|
4783
4784
|
property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation
|
4784
4785
|
|
4786
|
+
property :inspect_template, as: 'inspectTemplate'
|
4785
4787
|
property :location_id, as: 'locationId'
|
4786
4788
|
end
|
4787
4789
|
end
|
@@ -600,19 +600,22 @@ module Google
|
|
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
|
602
602
|
# operators. A sequence of restrictions implicitly uses `AND`. * A restriction
|
603
|
-
# has the form of ``field` `operator` `value``. * Supported fields
|
604
|
-
# table_data_profile_name
|
605
|
-
# project_id
|
606
|
-
# BigQuery dataset ID
|
607
|
-
#
|
608
|
-
#
|
609
|
-
#
|
610
|
-
#
|
611
|
-
#
|
612
|
-
#
|
613
|
-
#
|
614
|
-
#
|
615
|
-
#
|
603
|
+
# has the form of ``field` `operator` `value``. * Supported fields: - `
|
604
|
+
# table_data_profile_name`: The name of the related table data profile - `
|
605
|
+
# project_id`: The Google Cloud project ID (REQUIRED) - `dataset_id`: The
|
606
|
+
# BigQuery dataset ID (REQUIRED) - `table_id`: The BigQuery table ID (REQUIRED) -
|
607
|
+
# `field_id`: The ID of the BigQuery field - `info_type`: The infotype detected
|
608
|
+
# in the resource - `sensitivity_level`: HIGH|MEDIUM|LOW - `data_risk_level`:
|
609
|
+
# How much risk is associated with this data - `status_code`: An RPC status code
|
610
|
+
# as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/
|
611
|
+
# code.proto - `profile_last_generated`: Date and time the profile was last
|
612
|
+
# generated * The operator must be `=` for project_id, dataset_id, and table_id.
|
613
|
+
# Other filters also support `!=`. The `profile_last_generated` filter also
|
614
|
+
# supports `<` and `>`. The syntax is based on https://google.aip.dev/160.
|
615
|
+
# Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND
|
616
|
+
# sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS *
|
617
|
+
# profile_last_generated < "2025-01-01T00:00:00.000Z" The length of this field
|
618
|
+
# should be no more than 500 characters.
|
616
619
|
# @param [String] order_by
|
617
620
|
# Comma-separated list of fields to order by, followed by `asc` or `desc`
|
618
621
|
# postfix. This list is case insensitive. The default sorting order is ascending.
|
@@ -764,7 +767,8 @@ module Google
|
|
764
767
|
# organizations/433245324/locations/europe` or `projects/project-id/locations/
|
765
768
|
# asia`.
|
766
769
|
# @param [String] filter
|
767
|
-
# Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR
|
770
|
+
# Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR The syntax
|
771
|
+
# is based on https://google.aip.dev/160.
|
768
772
|
# @param [Fixnum] page_size
|
769
773
|
# Optional. Number of results per page, max 1000.
|
770
774
|
# @param [String] page_token
|
@@ -840,7 +844,8 @@ module Google
|
|
840
844
|
# location, for example, `organizations/433245324/locations/-` or `projects/
|
841
845
|
# project-id/locations/-`.
|
842
846
|
# @param [String] filter
|
843
|
-
# Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR
|
847
|
+
# Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR The
|
848
|
+
# syntax is based on https://google.aip.dev/160.
|
844
849
|
# @param [Fixnum] page_size
|
845
850
|
# Optional. Number of results per page, max 1000.
|
846
851
|
# @param [String] page_token
|
@@ -1295,11 +1300,12 @@ module Google
|
|
1295
1300
|
# finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|
|
1296
1301
|
# CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job
|
1297
1302
|
# finished. - 'start_time` - Corresponds to the time the job finished. * The
|
1298
|
-
# operator must be `=` or `!=`.
|
1299
|
-
#
|
1300
|
-
#
|
1301
|
-
#
|
1302
|
-
#
|
1303
|
+
# operator must be `=` or `!=`. The syntax is based on https://google.aip.dev/
|
1304
|
+
# 160. Examples: * inspected_storage = cloud_storage AND state = done *
|
1305
|
+
# inspected_storage = cloud_storage OR inspected_storage = bigquery *
|
1306
|
+
# inspected_storage = cloud_storage AND (state = done OR state = canceled) *
|
1307
|
+
# end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no
|
1308
|
+
# more than 500 characters.
|
1303
1309
|
# @param [String] location_id
|
1304
1310
|
# Deprecated. This field has no effect.
|
1305
1311
|
# @param [String] order_by
|
@@ -1420,19 +1426,22 @@ module Google
|
|
1420
1426
|
# Optional. Allows filtering. Supported syntax: * Filter expressions are made up
|
1421
1427
|
# of one or more restrictions. * Restrictions can be combined by `AND` or `OR`
|
1422
1428
|
# logical operators. A sequence of restrictions implicitly uses `AND`. * A
|
1423
|
-
# restriction has the form of ``field` `operator` `value``. * Supported fields
|
1424
|
-
#
|
1425
|
-
#
|
1426
|
-
#
|
1427
|
-
#
|
1428
|
-
#
|
1429
|
-
#
|
1430
|
-
#
|
1431
|
-
#
|
1432
|
-
#
|
1433
|
-
#
|
1434
|
-
#
|
1435
|
-
#
|
1429
|
+
# restriction has the form of ``field` `operator` `value``. * Supported fields: -
|
1430
|
+
# `project_id`: The Google Cloud project ID - `account_id`: The AWS account ID -
|
1431
|
+
# `file_store_path`: The path like "gs://bucket" - `data_source_type`: The
|
1432
|
+
# profile's data source type, like "google/storage/bucket" - `
|
1433
|
+
# data_storage_location`: The location where the file store's data is stored,
|
1434
|
+
# like "us-central1" - `sensitivity_level`: HIGH|MODERATE|LOW - `data_risk_level`
|
1435
|
+
# : HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code`:
|
1436
|
+
# an RPC status code as defined in https://github.com/googleapis/googleapis/
|
1437
|
+
# blob/master/google/rpc/code.proto - `profile_last_generated`: Date and time
|
1438
|
+
# the profile was last generated * The operator must be `=` or `!=`. The `
|
1439
|
+
# profile_last_generated` filter also supports `<` and `>`. The syntax is based
|
1440
|
+
# on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code
|
1441
|
+
# = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345
|
1442
|
+
# AND resource_visibility = PUBLIC` * `file_store_path = "gs://mybucket"` * `
|
1443
|
+
# profile_last_generated < "2025-01-01T00:00:00.000Z"` The length of this field
|
1444
|
+
# should be no more than 500 characters.
|
1436
1445
|
# @param [String] order_by
|
1437
1446
|
# Optional. Comma-separated list of fields to order by, followed by `asc` or `
|
1438
1447
|
# desc` postfix. This list is case insensitive. The default sorting order is
|
@@ -1862,12 +1871,12 @@ module Google
|
|
1862
1871
|
# DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted
|
1863
1872
|
# timestamp, surrounded by quotation marks. Nanoseconds are ignored. - '
|
1864
1873
|
# error_count' - Number of errors that have occurred while running. * The
|
1865
|
-
# operator must be `=` or `!=` for status and inspected_storage.
|
1866
|
-
#
|
1867
|
-
# cloud_storage
|
1868
|
-
#
|
1869
|
-
# 12-12T00:00:00+00:00\" The
|
1870
|
-
# characters.
|
1874
|
+
# operator must be `=` or `!=` for status and inspected_storage. The syntax is
|
1875
|
+
# based on https://google.aip.dev/160. Examples: * inspected_storage =
|
1876
|
+
# cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR
|
1877
|
+
# inspected_storage = bigquery * inspected_storage = cloud_storage AND (state =
|
1878
|
+
# PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The
|
1879
|
+
# length of this field should be no more than 500 characters.
|
1871
1880
|
# @param [String] location_id
|
1872
1881
|
# Deprecated. This field has no effect.
|
1873
1882
|
# @param [String] order_by
|
@@ -1993,22 +2002,25 @@ module Google
|
|
1993
2002
|
# Allows filtering. Supported syntax: * Filter expressions are made up of one or
|
1994
2003
|
# more restrictions. * Restrictions can be combined by `AND` or `OR` logical
|
1995
2004
|
# operators. A sequence of restrictions implicitly uses `AND`. * A restriction
|
1996
|
-
# has the form of ``field` `operator` `value``. * Supported fields
|
1997
|
-
#
|
1998
|
-
# - `
|
1999
|
-
# googleapis/googleapis/blob/master/google/rpc/
|
2000
|
-
#
|
2001
|
-
#
|
2002
|
-
#
|
2005
|
+
# has the form of ``field` `operator` `value``. * Supported fields: - `
|
2006
|
+
# project_id`: the Google Cloud project ID - `sensitivity_level`: HIGH|MODERATE|
|
2007
|
+
# LOW - `data_risk_level`: HIGH|MODERATE|LOW - `status_code`: an RPC status code
|
2008
|
+
# as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/
|
2009
|
+
# code.proto - `profile_last_generated`: Date and time the profile was last
|
2010
|
+
# generated * The operator must be `=` or `!=`. The `profile_last_generated`
|
2011
|
+
# filter also supports `<` and `>`. The syntax is based on https://google.aip.
|
2012
|
+
# dev/160. Examples: * `project_id = 12345 AND status_code = 1` * `project_id =
|
2013
|
+
# 12345 AND sensitivity_level = HIGH` * `profile_last_generated < "2025-01-01T00:
|
2014
|
+
# 00:00.000Z"` The length of this field should be no more than 500 characters.
|
2003
2015
|
# @param [String] order_by
|
2004
2016
|
# Comma-separated list of fields to order by, followed by `asc` or `desc`
|
2005
2017
|
# postfix. This list is case insensitive. The default sorting order is ascending.
|
2006
2018
|
# Redundant space characters are insignificant. Only one order field at a time
|
2007
2019
|
# is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported
|
2008
|
-
# fields
|
2009
|
-
# sensitive the data in a project is, at most
|
2010
|
-
#
|
2011
|
-
# profile was last
|
2020
|
+
# fields: - `project_id`: Google Cloud project ID - `sensitivity_level`: How
|
2021
|
+
# sensitive the data in a project is, at most - `data_risk_level`: How much risk
|
2022
|
+
# is associated with this data - `profile_last_generated`: Date and time (in
|
2023
|
+
# epoch seconds) the profile was last generated
|
2012
2024
|
# @param [Fixnum] page_size
|
2013
2025
|
# Size of the page. This value can be limited by the server. If zero, server
|
2014
2026
|
# returns a page of max size 100.
|
@@ -2325,16 +2337,19 @@ module Google
|
|
2325
2337
|
# Allows filtering. Supported syntax: * Filter expressions are made up of one or
|
2326
2338
|
# more restrictions. * Restrictions can be combined by `AND` or `OR` logical
|
2327
2339
|
# operators. A sequence of restrictions implicitly uses `AND`. * A restriction
|
2328
|
-
# has the form of ``field` `operator` `value``. * Supported fields
|
2329
|
-
# project_id
|
2330
|
-
#
|
2331
|
-
#
|
2332
|
-
#
|
2333
|
-
#
|
2334
|
-
#
|
2335
|
-
#
|
2336
|
-
#
|
2337
|
-
#
|
2340
|
+
# has the form of ``field` `operator` `value``. * Supported fields: - `
|
2341
|
+
# project_id`: The Google Cloud project ID - `dataset_id`: The BigQuery dataset
|
2342
|
+
# ID - `table_id`: The ID of the BigQuery table - `sensitivity_level`: HIGH|
|
2343
|
+
# MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `resource_visibility`:
|
2344
|
+
# PUBLIC|RESTRICTED - `status_code`: an RPC status code as defined in https://
|
2345
|
+
# github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - `
|
2346
|
+
# profile_last_generated`: Date and time the profile was last generated * The
|
2347
|
+
# operator must be `=` or `!=`. The `profile_last_generated` filter also
|
2348
|
+
# supports `<` and `>`. The syntax is based on https://google.aip.dev/160.
|
2349
|
+
# Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND
|
2350
|
+
# sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility =
|
2351
|
+
# PUBLIC` * `profile_last_generated < "2025-01-01T00:00:00.000Z"` The length of
|
2352
|
+
# this field should be no more than 500 characters.
|
2338
2353
|
# @param [String] order_by
|
2339
2354
|
# Comma-separated list of fields to order by, followed by `asc` or `desc`
|
2340
2355
|
# postfix. This list is case insensitive. The default sorting order is ascending.
|
@@ -3109,11 +3124,12 @@ module Google
|
|
3109
3124
|
# finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|
|
3110
3125
|
# CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job
|
3111
3126
|
# finished. - 'start_time` - Corresponds to the time the job finished. * The
|
3112
|
-
# operator must be `=` or `!=`.
|
3113
|
-
#
|
3114
|
-
#
|
3115
|
-
#
|
3116
|
-
#
|
3127
|
+
# operator must be `=` or `!=`. The syntax is based on https://google.aip.dev/
|
3128
|
+
# 160. Examples: * inspected_storage = cloud_storage AND state = done *
|
3129
|
+
# inspected_storage = cloud_storage OR inspected_storage = bigquery *
|
3130
|
+
# inspected_storage = cloud_storage AND (state = done OR state = canceled) *
|
3131
|
+
# end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no
|
3132
|
+
# more than 500 characters.
|
3117
3133
|
# @param [String] location_id
|
3118
3134
|
# Deprecated. This field has no effect.
|
3119
3135
|
# @param [String] order_by
|
@@ -3581,12 +3597,12 @@ module Google
|
|
3581
3597
|
# DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted
|
3582
3598
|
# timestamp, surrounded by quotation marks. Nanoseconds are ignored. - '
|
3583
3599
|
# error_count' - Number of errors that have occurred while running. * The
|
3584
|
-
# operator must be `=` or `!=` for status and inspected_storage.
|
3585
|
-
#
|
3586
|
-
# cloud_storage
|
3587
|
-
#
|
3588
|
-
# 12-12T00:00:00+00:00\" The
|
3589
|
-
# characters.
|
3600
|
+
# operator must be `=` or `!=` for status and inspected_storage. The syntax is
|
3601
|
+
# based on https://google.aip.dev/160. Examples: * inspected_storage =
|
3602
|
+
# cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR
|
3603
|
+
# inspected_storage = bigquery * inspected_storage = cloud_storage AND (state =
|
3604
|
+
# PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The
|
3605
|
+
# length of this field should be no more than 500 characters.
|
3590
3606
|
# @param [String] location_id
|
3591
3607
|
# Deprecated. This field has no effect.
|
3592
3608
|
# @param [String] order_by
|
@@ -3714,19 +3730,22 @@ module Google
|
|
3714
3730
|
# Allows filtering. Supported syntax: * Filter expressions are made up of one or
|
3715
3731
|
# more restrictions. * Restrictions can be combined by `AND` or `OR` logical
|
3716
3732
|
# operators. A sequence of restrictions implicitly uses `AND`. * A restriction
|
3717
|
-
# has the form of ``field` `operator` `value``. * Supported fields
|
3718
|
-
# table_data_profile_name
|
3719
|
-
# project_id
|
3720
|
-
# BigQuery dataset ID
|
3721
|
-
#
|
3722
|
-
#
|
3723
|
-
#
|
3724
|
-
#
|
3725
|
-
#
|
3726
|
-
#
|
3727
|
-
#
|
3728
|
-
#
|
3729
|
-
#
|
3733
|
+
# has the form of ``field` `operator` `value``. * Supported fields: - `
|
3734
|
+
# table_data_profile_name`: The name of the related table data profile - `
|
3735
|
+
# project_id`: The Google Cloud project ID (REQUIRED) - `dataset_id`: The
|
3736
|
+
# BigQuery dataset ID (REQUIRED) - `table_id`: The BigQuery table ID (REQUIRED) -
|
3737
|
+
# `field_id`: The ID of the BigQuery field - `info_type`: The infotype detected
|
3738
|
+
# in the resource - `sensitivity_level`: HIGH|MEDIUM|LOW - `data_risk_level`:
|
3739
|
+
# How much risk is associated with this data - `status_code`: An RPC status code
|
3740
|
+
# as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/
|
3741
|
+
# code.proto - `profile_last_generated`: Date and time the profile was last
|
3742
|
+
# generated * The operator must be `=` for project_id, dataset_id, and table_id.
|
3743
|
+
# Other filters also support `!=`. The `profile_last_generated` filter also
|
3744
|
+
# supports `<` and `>`. The syntax is based on https://google.aip.dev/160.
|
3745
|
+
# Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND
|
3746
|
+
# sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS *
|
3747
|
+
# profile_last_generated < "2025-01-01T00:00:00.000Z" The length of this field
|
3748
|
+
# should be no more than 500 characters.
|
3730
3749
|
# @param [String] order_by
|
3731
3750
|
# Comma-separated list of fields to order by, followed by `asc` or `desc`
|
3732
3751
|
# postfix. This list is case insensitive. The default sorting order is ascending.
|
@@ -3878,7 +3897,8 @@ module Google
|
|
3878
3897
|
# organizations/433245324/locations/europe` or `projects/project-id/locations/
|
3879
3898
|
# asia`.
|
3880
3899
|
# @param [String] filter
|
3881
|
-
# Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR
|
3900
|
+
# Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR The syntax
|
3901
|
+
# is based on https://google.aip.dev/160.
|
3882
3902
|
# @param [Fixnum] page_size
|
3883
3903
|
# Optional. Number of results per page, max 1000.
|
3884
3904
|
# @param [String] page_token
|
@@ -3954,7 +3974,8 @@ module Google
|
|
3954
3974
|
# location, for example, `organizations/433245324/locations/-` or `projects/
|
3955
3975
|
# project-id/locations/-`.
|
3956
3976
|
# @param [String] filter
|
3957
|
-
# Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR
|
3977
|
+
# Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR The
|
3978
|
+
# syntax is based on https://google.aip.dev/160.
|
3958
3979
|
# @param [Fixnum] page_size
|
3959
3980
|
# Optional. Number of results per page, max 1000.
|
3960
3981
|
# @param [String] page_token
|
@@ -4759,11 +4780,12 @@ module Google
|
|
4759
4780
|
# finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|
|
4760
4781
|
# CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job
|
4761
4782
|
# finished. - 'start_time` - Corresponds to the time the job finished. * The
|
4762
|
-
# operator must be `=` or `!=`.
|
4763
|
-
#
|
4764
|
-
#
|
4765
|
-
#
|
4766
|
-
#
|
4783
|
+
# operator must be `=` or `!=`. The syntax is based on https://google.aip.dev/
|
4784
|
+
# 160. Examples: * inspected_storage = cloud_storage AND state = done *
|
4785
|
+
# inspected_storage = cloud_storage OR inspected_storage = bigquery *
|
4786
|
+
# inspected_storage = cloud_storage AND (state = done OR state = canceled) *
|
4787
|
+
# end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no
|
4788
|
+
# more than 500 characters.
|
4767
4789
|
# @param [String] location_id
|
4768
4790
|
# Deprecated. This field has no effect.
|
4769
4791
|
# @param [String] order_by
|
@@ -4884,19 +4906,22 @@ module Google
|
|
4884
4906
|
# Optional. Allows filtering. Supported syntax: * Filter expressions are made up
|
4885
4907
|
# of one or more restrictions. * Restrictions can be combined by `AND` or `OR`
|
4886
4908
|
# logical operators. A sequence of restrictions implicitly uses `AND`. * A
|
4887
|
-
# restriction has the form of ``field` `operator` `value``. * Supported fields
|
4888
|
-
#
|
4889
|
-
#
|
4890
|
-
#
|
4891
|
-
#
|
4892
|
-
#
|
4893
|
-
#
|
4894
|
-
#
|
4895
|
-
#
|
4896
|
-
#
|
4897
|
-
#
|
4898
|
-
#
|
4899
|
-
#
|
4909
|
+
# restriction has the form of ``field` `operator` `value``. * Supported fields: -
|
4910
|
+
# `project_id`: The Google Cloud project ID - `account_id`: The AWS account ID -
|
4911
|
+
# `file_store_path`: The path like "gs://bucket" - `data_source_type`: The
|
4912
|
+
# profile's data source type, like "google/storage/bucket" - `
|
4913
|
+
# data_storage_location`: The location where the file store's data is stored,
|
4914
|
+
# like "us-central1" - `sensitivity_level`: HIGH|MODERATE|LOW - `data_risk_level`
|
4915
|
+
# : HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code`:
|
4916
|
+
# an RPC status code as defined in https://github.com/googleapis/googleapis/
|
4917
|
+
# blob/master/google/rpc/code.proto - `profile_last_generated`: Date and time
|
4918
|
+
# the profile was last generated * The operator must be `=` or `!=`. The `
|
4919
|
+
# profile_last_generated` filter also supports `<` and `>`. The syntax is based
|
4920
|
+
# on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code
|
4921
|
+
# = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345
|
4922
|
+
# AND resource_visibility = PUBLIC` * `file_store_path = "gs://mybucket"` * `
|
4923
|
+
# profile_last_generated < "2025-01-01T00:00:00.000Z"` The length of this field
|
4924
|
+
# should be no more than 500 characters.
|
4900
4925
|
# @param [String] order_by
|
4901
4926
|
# Optional. Comma-separated list of fields to order by, followed by `asc` or `
|
4902
4927
|
# desc` postfix. This list is case insensitive. The default sorting order is
|
@@ -5444,12 +5469,12 @@ module Google
|
|
5444
5469
|
# DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted
|
5445
5470
|
# timestamp, surrounded by quotation marks. Nanoseconds are ignored. - '
|
5446
5471
|
# error_count' - Number of errors that have occurred while running. * The
|
5447
|
-
# operator must be `=` or `!=` for status and inspected_storage.
|
5448
|
-
#
|
5449
|
-
# cloud_storage
|
5450
|
-
#
|
5451
|
-
# 12-12T00:00:00+00:00\" The
|
5452
|
-
# characters.
|
5472
|
+
# operator must be `=` or `!=` for status and inspected_storage. The syntax is
|
5473
|
+
# based on https://google.aip.dev/160. Examples: * inspected_storage =
|
5474
|
+
# cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR
|
5475
|
+
# inspected_storage = bigquery * inspected_storage = cloud_storage AND (state =
|
5476
|
+
# PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The
|
5477
|
+
# length of this field should be no more than 500 characters.
|
5453
5478
|
# @param [String] location_id
|
5454
5479
|
# Deprecated. This field has no effect.
|
5455
5480
|
# @param [String] order_by
|
@@ -5575,22 +5600,25 @@ module Google
|
|
5575
5600
|
# Allows filtering. Supported syntax: * Filter expressions are made up of one or
|
5576
5601
|
# more restrictions. * Restrictions can be combined by `AND` or `OR` logical
|
5577
5602
|
# operators. A sequence of restrictions implicitly uses `AND`. * A restriction
|
5578
|
-
# has the form of ``field` `operator` `value``. * Supported fields
|
5579
|
-
#
|
5580
|
-
# - `
|
5581
|
-
# googleapis/googleapis/blob/master/google/rpc/
|
5582
|
-
#
|
5583
|
-
#
|
5584
|
-
#
|
5603
|
+
# has the form of ``field` `operator` `value``. * Supported fields: - `
|
5604
|
+
# project_id`: the Google Cloud project ID - `sensitivity_level`: HIGH|MODERATE|
|
5605
|
+
# LOW - `data_risk_level`: HIGH|MODERATE|LOW - `status_code`: an RPC status code
|
5606
|
+
# as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/
|
5607
|
+
# code.proto - `profile_last_generated`: Date and time the profile was last
|
5608
|
+
# generated * The operator must be `=` or `!=`. The `profile_last_generated`
|
5609
|
+
# filter also supports `<` and `>`. The syntax is based on https://google.aip.
|
5610
|
+
# dev/160. Examples: * `project_id = 12345 AND status_code = 1` * `project_id =
|
5611
|
+
# 12345 AND sensitivity_level = HIGH` * `profile_last_generated < "2025-01-01T00:
|
5612
|
+
# 00:00.000Z"` The length of this field should be no more than 500 characters.
|
5585
5613
|
# @param [String] order_by
|
5586
5614
|
# Comma-separated list of fields to order by, followed by `asc` or `desc`
|
5587
5615
|
# postfix. This list is case insensitive. The default sorting order is ascending.
|
5588
5616
|
# Redundant space characters are insignificant. Only one order field at a time
|
5589
5617
|
# is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported
|
5590
|
-
# fields
|
5591
|
-
# sensitive the data in a project is, at most
|
5592
|
-
#
|
5593
|
-
# profile was last
|
5618
|
+
# fields: - `project_id`: Google Cloud project ID - `sensitivity_level`: How
|
5619
|
+
# sensitive the data in a project is, at most - `data_risk_level`: How much risk
|
5620
|
+
# is associated with this data - `profile_last_generated`: Date and time (in
|
5621
|
+
# epoch seconds) the profile was last generated
|
5594
5622
|
# @param [Fixnum] page_size
|
5595
5623
|
# Size of the page. This value can be limited by the server. If zero, server
|
5596
5624
|
# returns a page of max size 100.
|
@@ -5907,16 +5935,19 @@ module Google
|
|
5907
5935
|
# Allows filtering. Supported syntax: * Filter expressions are made up of one or
|
5908
5936
|
# more restrictions. * Restrictions can be combined by `AND` or `OR` logical
|
5909
5937
|
# operators. A sequence of restrictions implicitly uses `AND`. * A restriction
|
5910
|
-
# has the form of ``field` `operator` `value``. * Supported fields
|
5911
|
-
# project_id
|
5912
|
-
#
|
5913
|
-
#
|
5914
|
-
#
|
5915
|
-
#
|
5916
|
-
#
|
5917
|
-
#
|
5918
|
-
#
|
5919
|
-
#
|
5938
|
+
# has the form of ``field` `operator` `value``. * Supported fields: - `
|
5939
|
+
# project_id`: The Google Cloud project ID - `dataset_id`: The BigQuery dataset
|
5940
|
+
# ID - `table_id`: The ID of the BigQuery table - `sensitivity_level`: HIGH|
|
5941
|
+
# MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `resource_visibility`:
|
5942
|
+
# PUBLIC|RESTRICTED - `status_code`: an RPC status code as defined in https://
|
5943
|
+
# github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - `
|
5944
|
+
# profile_last_generated`: Date and time the profile was last generated * The
|
5945
|
+
# operator must be `=` or `!=`. The `profile_last_generated` filter also
|
5946
|
+
# supports `<` and `>`. The syntax is based on https://google.aip.dev/160.
|
5947
|
+
# Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND
|
5948
|
+
# sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility =
|
5949
|
+
# PUBLIC` * `profile_last_generated < "2025-01-01T00:00:00.000Z"` The length of
|
5950
|
+
# this field should be no more than 500 characters.
|
5920
5951
|
# @param [String] order_by
|
5921
5952
|
# Comma-separated list of fields to order by, followed by `asc` or `desc`
|
5922
5953
|
# postfix. This list is case insensitive. The default sorting order is ascending.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dlp_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.100.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.100.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|