google-apis-dlp_v2 0.27.0 → 0.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/apis/dlp_v2/classes.rb +569 -75
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +224 -0
- data/lib/google/apis/dlp_v2/service.rb +156 -164
- metadata +3 -3
@@ -51,8 +51,8 @@ module Google
|
|
51
51
|
@batch_path = 'batch'
|
52
52
|
end
|
53
53
|
|
54
|
-
# Returns a list of the sensitive information types that
|
55
|
-
#
|
54
|
+
# Returns a list of the sensitive information types that DLP API supports. See
|
55
|
+
# https://cloud.google.com/dlp/docs/infotypes-reference to learn more.
|
56
56
|
# @param [String] filter
|
57
57
|
# filter to only return infoTypes supported by certain parts of the API.
|
58
58
|
# Defaults to supported_by=INSPECT.
|
@@ -94,8 +94,8 @@ module Google
|
|
94
94
|
execute_or_queue_command(command, &block)
|
95
95
|
end
|
96
96
|
|
97
|
-
# Returns a list of the sensitive information types that
|
98
|
-
#
|
97
|
+
# Returns a list of the sensitive information types that DLP API supports. See
|
98
|
+
# https://cloud.google.com/dlp/docs/infotypes-reference to learn more.
|
99
99
|
# @param [String] parent
|
100
100
|
# The parent resource name. The format of this value is as follows: locations/
|
101
101
|
# LOCATION_ID
|
@@ -137,7 +137,7 @@ module Google
|
|
137
137
|
execute_or_queue_command(command, &block)
|
138
138
|
end
|
139
139
|
|
140
|
-
# Creates a DeidentifyTemplate for
|
140
|
+
# Creates a DeidentifyTemplate for reusing frequently used configuration for de-
|
141
141
|
# identifying content, images, and storage. See https://cloud.google.com/dlp/
|
142
142
|
# docs/creating-templates-deid to learn more.
|
143
143
|
# @param [String] parent
|
@@ -268,13 +268,13 @@ module Google
|
|
268
268
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
269
269
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
270
270
|
# redundant space characters are insignificant. Example: `name asc,update_time,
|
271
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
272
|
-
# the template was created. - `update_time`: corresponds to time the
|
273
|
-
# was last updated. - `name`: corresponds to template's name. - `
|
274
|
-
# corresponds to template's display name.
|
271
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
272
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
273
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
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 server. If zero server returns a page
|
277
|
-
# max size 100.
|
276
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
277
|
+
# of max size 100.
|
278
278
|
# @param [String] page_token
|
279
279
|
# Page token to continue retrieval. Comes from previous call to `
|
280
280
|
# ListDeidentifyTemplates`.
|
@@ -345,7 +345,7 @@ module Google
|
|
345
345
|
execute_or_queue_command(command, &block)
|
346
346
|
end
|
347
347
|
|
348
|
-
# Creates an InspectTemplate for
|
348
|
+
# Creates an InspectTemplate for reusing frequently used configuration for
|
349
349
|
# inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/
|
350
350
|
# creating-templates to learn more.
|
351
351
|
# @param [String] parent
|
@@ -476,13 +476,13 @@ module Google
|
|
476
476
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
477
477
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
478
478
|
# redundant space characters are insignificant. Example: `name asc,update_time,
|
479
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
480
|
-
# the template was created. - `update_time`: corresponds to time the
|
481
|
-
# was last updated. - `name`: corresponds to template's name. - `
|
482
|
-
# corresponds to template's display name.
|
479
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
480
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
481
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
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 server. If zero server returns a page
|
485
|
-
# max size 100.
|
484
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
485
|
+
# of max size 100.
|
486
486
|
# @param [String] page_token
|
487
487
|
# Page token to continue retrieval. Comes from previous call to `
|
488
488
|
# ListInspectTemplates`.
|
@@ -553,7 +553,7 @@ module Google
|
|
553
553
|
execute_or_queue_command(command, &block)
|
554
554
|
end
|
555
555
|
|
556
|
-
# Creates a DeidentifyTemplate for
|
556
|
+
# Creates a DeidentifyTemplate for reusing frequently used configuration for de-
|
557
557
|
# identifying content, images, and storage. See https://cloud.google.com/dlp/
|
558
558
|
# docs/creating-templates-deid to learn more.
|
559
559
|
# @param [String] parent
|
@@ -684,13 +684,13 @@ module Google
|
|
684
684
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
685
685
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
686
686
|
# redundant space characters are insignificant. Example: `name asc,update_time,
|
687
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
688
|
-
# the template was created. - `update_time`: corresponds to time the
|
689
|
-
# was last updated. - `name`: corresponds to template's name. - `
|
690
|
-
# corresponds to template's display name.
|
687
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
688
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
689
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
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 server. If zero server returns a page
|
693
|
-
# max size 100.
|
692
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
693
|
+
# of max size 100.
|
694
694
|
# @param [String] page_token
|
695
695
|
# Page token to continue retrieval. Comes from previous call to `
|
696
696
|
# ListDeidentifyTemplates`.
|
@@ -780,25 +780,25 @@ module Google
|
|
780
780
|
# has the form of ``field` `operator` `value``. * Supported fields/values for
|
781
781
|
# inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `
|
782
782
|
# inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The
|
783
|
-
#
|
784
|
-
# time the job finished. - 'start_time` - Corresponds to time the job
|
785
|
-
# Supported fields for risk analysis jobs: - `state` - RUNNING|
|
786
|
-
# FINISHED|FAILED - 'end_time` - Corresponds to time the job
|
787
|
-
# start_time` - Corresponds to time the job finished. * The
|
788
|
-
# or `!=`. Examples: * inspected_storage = cloud_storage
|
789
|
-
# inspected_storage = cloud_storage OR inspected_storage =
|
790
|
-
# inspected_storage = cloud_storage AND (state = done OR state =
|
791
|
-
# end_time > \"2017-12-12T00:00:00+00:00\" The length of this field
|
792
|
-
# more than 500 characters.
|
783
|
+
# name of the trigger that created the job. - 'end_time` - Corresponds to the
|
784
|
+
# time the job finished. - 'start_time` - Corresponds to the time the job
|
785
|
+
# finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|
|
786
|
+
# CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job
|
787
|
+
# finished. - 'start_time` - Corresponds to the time the job finished. * The
|
788
|
+
# operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage
|
789
|
+
# AND state = done * inspected_storage = cloud_storage OR inspected_storage =
|
790
|
+
# bigquery * inspected_storage = cloud_storage AND (state = done OR state =
|
791
|
+
# canceled) * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field
|
792
|
+
# should be no more than 500 characters.
|
793
793
|
# @param [String] location_id
|
794
794
|
# Deprecated. This field has no effect.
|
795
795
|
# @param [String] order_by
|
796
796
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
797
797
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
798
798
|
# redundant space characters are insignificant. Example: `name asc, end_time asc,
|
799
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
800
|
-
# the job was created. - `end_time`: corresponds to time the job ended.
|
801
|
-
# corresponds to job's name. - `state`: corresponds to `state`
|
799
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
800
|
+
# time the job was created. - `end_time`: corresponds to the time the job ended.
|
801
|
+
# - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
802
802
|
# @param [Fixnum] page_size
|
803
803
|
# The standard list page size.
|
804
804
|
# @param [String] page_token
|
@@ -838,7 +838,7 @@ module Google
|
|
838
838
|
execute_or_queue_command(command, &block)
|
839
839
|
end
|
840
840
|
|
841
|
-
# Creates an InspectTemplate for
|
841
|
+
# Creates an InspectTemplate for reusing frequently used configuration for
|
842
842
|
# inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/
|
843
843
|
# creating-templates to learn more.
|
844
844
|
# @param [String] parent
|
@@ -969,13 +969,13 @@ module Google
|
|
969
969
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
970
970
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
971
971
|
# redundant space characters are insignificant. Example: `name asc,update_time,
|
972
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
973
|
-
# the template was created. - `update_time`: corresponds to time the
|
974
|
-
# was last updated. - `name`: corresponds to template's name. - `
|
975
|
-
# corresponds to template's display name.
|
972
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
973
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
974
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
975
|
+
# display_name`: corresponds to the template's display name.
|
976
976
|
# @param [Fixnum] page_size
|
977
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
978
|
-
# max size 100.
|
977
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
978
|
+
# of max size 100.
|
979
979
|
# @param [String] page_token
|
980
980
|
# Page token to continue retrieval. Comes from previous call to `
|
981
981
|
# ListInspectTemplates`.
|
@@ -1185,11 +1185,11 @@ module Google
|
|
1185
1185
|
# desc` postfix. This list is case-insensitive, default sorting order is
|
1186
1186
|
# ascending, redundant space characters are insignificant. Example: `name asc,
|
1187
1187
|
# update_time, create_time desc` Supported fields are: - `create_time`:
|
1188
|
-
# corresponds to time the JobTrigger was created. - `update_time`:
|
1189
|
-
# to time the JobTrigger was last updated. - `last_run_time`:
|
1190
|
-
# last time the JobTrigger ran. - `name`: corresponds to
|
1191
|
-
# display_name`: corresponds to JobTrigger's display
|
1192
|
-
# corresponds to JobTrigger's status.
|
1188
|
+
# corresponds to the time the JobTrigger was created. - `update_time`:
|
1189
|
+
# corresponds to the time the JobTrigger was last updated. - `last_run_time`:
|
1190
|
+
# corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
1191
|
+
# JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display
|
1192
|
+
# name. - `status`: corresponds to JobTrigger's status.
|
1193
1193
|
# @param [Fixnum] page_size
|
1194
1194
|
# Size of the page, can be limited by a server.
|
1195
1195
|
# @param [String] page_token
|
@@ -1383,25 +1383,23 @@ module Google
|
|
1383
1383
|
# specified a processing location](https://cloud.google.com/dlp/docs/specifying-
|
1384
1384
|
# location): + Projects scope, location specified: `projects/`PROJECT_ID`/
|
1385
1385
|
# locations/`LOCATION_ID + Projects scope, no location specified (defaults to
|
1386
|
-
# global): `projects/`PROJECT_ID
|
1387
|
-
#
|
1388
|
-
# location
|
1389
|
-
#
|
1390
|
-
# example-project`, and specifies the `europe-west3` location for processing
|
1391
|
-
# data: parent=projects/example-project/locations/europe-west3
|
1386
|
+
# global): `projects/`PROJECT_ID The following example `parent` string specifies
|
1387
|
+
# a parent project with the identifier `example-project`, and specifies the `
|
1388
|
+
# europe-west3` location for processing data: parent=projects/example-project/
|
1389
|
+
# locations/europe-west3
|
1392
1390
|
# @param [String] location_id
|
1393
1391
|
# Deprecated. This field has no effect.
|
1394
1392
|
# @param [String] order_by
|
1395
1393
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
1396
1394
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
1397
1395
|
# redundant space characters are insignificant. Example: `name asc, display_name,
|
1398
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
1399
|
-
# the most recent version of the resource was created. - `state`:
|
1400
|
-
# the state of the resource. - `name`: corresponds to resource
|
1401
|
-
# display_name`: corresponds to info type's display name.
|
1396
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
1397
|
+
# time the most recent version of the resource was created. - `state`:
|
1398
|
+
# corresponds to the state of the resource. - `name`: corresponds to resource
|
1399
|
+
# name. - `display_name`: corresponds to info type's display name.
|
1402
1400
|
# @param [Fixnum] page_size
|
1403
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
1404
|
-
# max size 100.
|
1401
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
1402
|
+
# of max size 100.
|
1405
1403
|
# @param [String] page_token
|
1406
1404
|
# Page token to continue retrieval. Comes from previous call to `
|
1407
1405
|
# ListStoredInfoTypes`.
|
@@ -1591,25 +1589,23 @@ module Google
|
|
1591
1589
|
# specified a processing location](https://cloud.google.com/dlp/docs/specifying-
|
1592
1590
|
# location): + Projects scope, location specified: `projects/`PROJECT_ID`/
|
1593
1591
|
# locations/`LOCATION_ID + Projects scope, no location specified (defaults to
|
1594
|
-
# global): `projects/`PROJECT_ID
|
1595
|
-
#
|
1596
|
-
# location
|
1597
|
-
#
|
1598
|
-
# example-project`, and specifies the `europe-west3` location for processing
|
1599
|
-
# data: parent=projects/example-project/locations/europe-west3
|
1592
|
+
# global): `projects/`PROJECT_ID The following example `parent` string specifies
|
1593
|
+
# a parent project with the identifier `example-project`, and specifies the `
|
1594
|
+
# europe-west3` location for processing data: parent=projects/example-project/
|
1595
|
+
# locations/europe-west3
|
1600
1596
|
# @param [String] location_id
|
1601
1597
|
# Deprecated. This field has no effect.
|
1602
1598
|
# @param [String] order_by
|
1603
1599
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
1604
1600
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
1605
1601
|
# redundant space characters are insignificant. Example: `name asc, display_name,
|
1606
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
1607
|
-
# the most recent version of the resource was created. - `state`:
|
1608
|
-
# the state of the resource. - `name`: corresponds to resource
|
1609
|
-
# display_name`: corresponds to info type's display name.
|
1602
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
1603
|
+
# time the most recent version of the resource was created. - `state`:
|
1604
|
+
# corresponds to the state of the resource. - `name`: corresponds to resource
|
1605
|
+
# name. - `display_name`: corresponds to info type's display name.
|
1610
1606
|
# @param [Fixnum] page_size
|
1611
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
1612
|
-
# max size 100.
|
1607
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
1608
|
+
# of max size 100.
|
1613
1609
|
# @param [String] page_token
|
1614
1610
|
# Page token to continue retrieval. Comes from previous call to `
|
1615
1611
|
# ListStoredInfoTypes`.
|
@@ -1813,7 +1809,7 @@ module Google
|
|
1813
1809
|
execute_or_queue_command(command, &block)
|
1814
1810
|
end
|
1815
1811
|
|
1816
|
-
# Creates a DeidentifyTemplate for
|
1812
|
+
# Creates a DeidentifyTemplate for reusing frequently used configuration for de-
|
1817
1813
|
# identifying content, images, and storage. See https://cloud.google.com/dlp/
|
1818
1814
|
# docs/creating-templates-deid to learn more.
|
1819
1815
|
# @param [String] parent
|
@@ -1944,13 +1940,13 @@ module Google
|
|
1944
1940
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
1945
1941
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
1946
1942
|
# redundant space characters are insignificant. Example: `name asc,update_time,
|
1947
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
1948
|
-
# the template was created. - `update_time`: corresponds to time the
|
1949
|
-
# was last updated. - `name`: corresponds to template's name. - `
|
1950
|
-
# corresponds to template's display name.
|
1943
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
1944
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
1945
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
1946
|
+
# display_name`: corresponds to the template's display name.
|
1951
1947
|
# @param [Fixnum] page_size
|
1952
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
1953
|
-
# max size 100.
|
1948
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
1949
|
+
# of max size 100.
|
1954
1950
|
# @param [String] page_token
|
1955
1951
|
# Page token to continue retrieval. Comes from previous call to `
|
1956
1952
|
# ListDeidentifyTemplates`.
|
@@ -2103,7 +2099,7 @@ module Google
|
|
2103
2099
|
end
|
2104
2100
|
|
2105
2101
|
# Deletes a long-running DlpJob. This method indicates that the client is no
|
2106
|
-
# longer interested in the DlpJob result. The job will be
|
2102
|
+
# longer interested in the DlpJob result. The job will be canceled if possible.
|
2107
2103
|
# See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.
|
2108
2104
|
# google.com/dlp/docs/compute-risk-analysis to learn more.
|
2109
2105
|
# @param [String] name
|
@@ -2186,25 +2182,25 @@ module Google
|
|
2186
2182
|
# has the form of ``field` `operator` `value``. * Supported fields/values for
|
2187
2183
|
# inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `
|
2188
2184
|
# inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The
|
2189
|
-
#
|
2190
|
-
# time the job finished. - 'start_time` - Corresponds to time the job
|
2191
|
-
# Supported fields for risk analysis jobs: - `state` - RUNNING|
|
2192
|
-
# FINISHED|FAILED - 'end_time` - Corresponds to time the job
|
2193
|
-
# start_time` - Corresponds to time the job finished. * The
|
2194
|
-
# or `!=`. Examples: * inspected_storage = cloud_storage
|
2195
|
-
# inspected_storage = cloud_storage OR inspected_storage =
|
2196
|
-
# inspected_storage = cloud_storage AND (state = done OR state =
|
2197
|
-
# end_time > \"2017-12-12T00:00:00+00:00\" The length of this field
|
2198
|
-
# more than 500 characters.
|
2185
|
+
# name of the trigger that created the job. - 'end_time` - Corresponds to the
|
2186
|
+
# time the job finished. - 'start_time` - Corresponds to the time the job
|
2187
|
+
# finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|
|
2188
|
+
# CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job
|
2189
|
+
# finished. - 'start_time` - Corresponds to the time the job finished. * The
|
2190
|
+
# operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage
|
2191
|
+
# AND state = done * inspected_storage = cloud_storage OR inspected_storage =
|
2192
|
+
# bigquery * inspected_storage = cloud_storage AND (state = done OR state =
|
2193
|
+
# canceled) * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field
|
2194
|
+
# should be no more than 500 characters.
|
2199
2195
|
# @param [String] location_id
|
2200
2196
|
# Deprecated. This field has no effect.
|
2201
2197
|
# @param [String] order_by
|
2202
2198
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
2203
2199
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
2204
2200
|
# redundant space characters are insignificant. Example: `name asc, end_time asc,
|
2205
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
2206
|
-
# the job was created. - `end_time`: corresponds to time the job ended.
|
2207
|
-
# corresponds to job's name. - `state`: corresponds to `state`
|
2201
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
2202
|
+
# time the job was created. - `end_time`: corresponds to the time the job ended.
|
2203
|
+
# - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
2208
2204
|
# @param [Fixnum] page_size
|
2209
2205
|
# The standard list page size.
|
2210
2206
|
# @param [String] page_token
|
@@ -2289,7 +2285,7 @@ module Google
|
|
2289
2285
|
execute_or_queue_command(command, &block)
|
2290
2286
|
end
|
2291
2287
|
|
2292
|
-
# Creates an InspectTemplate for
|
2288
|
+
# Creates an InspectTemplate for reusing frequently used configuration for
|
2293
2289
|
# inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/
|
2294
2290
|
# creating-templates to learn more.
|
2295
2291
|
# @param [String] parent
|
@@ -2420,13 +2416,13 @@ module Google
|
|
2420
2416
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
2421
2417
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
2422
2418
|
# redundant space characters are insignificant. Example: `name asc,update_time,
|
2423
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
2424
|
-
# the template was created. - `update_time`: corresponds to time the
|
2425
|
-
# was last updated. - `name`: corresponds to template's name. - `
|
2426
|
-
# corresponds to template's display name.
|
2419
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
2420
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
2421
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
2422
|
+
# display_name`: corresponds to the template's display name.
|
2427
2423
|
# @param [Fixnum] page_size
|
2428
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
2429
|
-
# max size 100.
|
2424
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
2425
|
+
# of max size 100.
|
2430
2426
|
# @param [String] page_token
|
2431
2427
|
# Page token to continue retrieval. Comes from previous call to `
|
2432
2428
|
# ListInspectTemplates`.
|
@@ -2671,11 +2667,11 @@ module Google
|
|
2671
2667
|
# desc` postfix. This list is case-insensitive, default sorting order is
|
2672
2668
|
# ascending, redundant space characters are insignificant. Example: `name asc,
|
2673
2669
|
# update_time, create_time desc` Supported fields are: - `create_time`:
|
2674
|
-
# corresponds to time the JobTrigger was created. - `update_time`:
|
2675
|
-
# to time the JobTrigger was last updated. - `last_run_time`:
|
2676
|
-
# last time the JobTrigger ran. - `name`: corresponds to
|
2677
|
-
# display_name`: corresponds to JobTrigger's display
|
2678
|
-
# corresponds to JobTrigger's status.
|
2670
|
+
# corresponds to the time the JobTrigger was created. - `update_time`:
|
2671
|
+
# corresponds to the time the JobTrigger was last updated. - `last_run_time`:
|
2672
|
+
# corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
2673
|
+
# JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display
|
2674
|
+
# name. - `status`: corresponds to JobTrigger's status.
|
2679
2675
|
# @param [Fixnum] page_size
|
2680
2676
|
# Size of the page, can be limited by a server.
|
2681
2677
|
# @param [String] page_token
|
@@ -2883,7 +2879,7 @@ module Google
|
|
2883
2879
|
execute_or_queue_command(command, &block)
|
2884
2880
|
end
|
2885
2881
|
|
2886
|
-
# Creates a DeidentifyTemplate for
|
2882
|
+
# Creates a DeidentifyTemplate for reusing frequently used configuration for de-
|
2887
2883
|
# identifying content, images, and storage. See https://cloud.google.com/dlp/
|
2888
2884
|
# docs/creating-templates-deid to learn more.
|
2889
2885
|
# @param [String] parent
|
@@ -3014,13 +3010,13 @@ module Google
|
|
3014
3010
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
3015
3011
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
3016
3012
|
# redundant space characters are insignificant. Example: `name asc,update_time,
|
3017
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
3018
|
-
# the template was created. - `update_time`: corresponds to time the
|
3019
|
-
# was last updated. - `name`: corresponds to template's name. - `
|
3020
|
-
# corresponds to template's display name.
|
3013
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
3014
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
3015
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
3016
|
+
# display_name`: corresponds to the template's display name.
|
3021
3017
|
# @param [Fixnum] page_size
|
3022
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
3023
|
-
# max size 100.
|
3018
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
3019
|
+
# of max size 100.
|
3024
3020
|
# @param [String] page_token
|
3025
3021
|
# Page token to continue retrieval. Comes from previous call to `
|
3026
3022
|
# ListDeidentifyTemplates`.
|
@@ -3173,7 +3169,7 @@ module Google
|
|
3173
3169
|
end
|
3174
3170
|
|
3175
3171
|
# Deletes a long-running DlpJob. This method indicates that the client is no
|
3176
|
-
# longer interested in the DlpJob result. The job will be
|
3172
|
+
# longer interested in the DlpJob result. The job will be canceled if possible.
|
3177
3173
|
# See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.
|
3178
3174
|
# google.com/dlp/docs/compute-risk-analysis to learn more.
|
3179
3175
|
# @param [String] name
|
@@ -3325,25 +3321,25 @@ module Google
|
|
3325
3321
|
# has the form of ``field` `operator` `value``. * Supported fields/values for
|
3326
3322
|
# inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `
|
3327
3323
|
# inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The
|
3328
|
-
#
|
3329
|
-
# time the job finished. - 'start_time` - Corresponds to time the job
|
3330
|
-
# Supported fields for risk analysis jobs: - `state` - RUNNING|
|
3331
|
-
# FINISHED|FAILED - 'end_time` - Corresponds to time the job
|
3332
|
-
# start_time` - Corresponds to time the job finished. * The
|
3333
|
-
# or `!=`. Examples: * inspected_storage = cloud_storage
|
3334
|
-
# inspected_storage = cloud_storage OR inspected_storage =
|
3335
|
-
# inspected_storage = cloud_storage AND (state = done OR state =
|
3336
|
-
# end_time > \"2017-12-12T00:00:00+00:00\" The length of this field
|
3337
|
-
# more than 500 characters.
|
3324
|
+
# name of the trigger that created the job. - 'end_time` - Corresponds to the
|
3325
|
+
# time the job finished. - 'start_time` - Corresponds to the time the job
|
3326
|
+
# finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|
|
3327
|
+
# CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job
|
3328
|
+
# finished. - 'start_time` - Corresponds to the time the job finished. * The
|
3329
|
+
# operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage
|
3330
|
+
# AND state = done * inspected_storage = cloud_storage OR inspected_storage =
|
3331
|
+
# bigquery * inspected_storage = cloud_storage AND (state = done OR state =
|
3332
|
+
# canceled) * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field
|
3333
|
+
# should be no more than 500 characters.
|
3338
3334
|
# @param [String] location_id
|
3339
3335
|
# Deprecated. This field has no effect.
|
3340
3336
|
# @param [String] order_by
|
3341
3337
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
3342
3338
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
3343
3339
|
# redundant space characters are insignificant. Example: `name asc, end_time asc,
|
3344
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
3345
|
-
# the job was created. - `end_time`: corresponds to time the job ended.
|
3346
|
-
# corresponds to job's name. - `state`: corresponds to `state`
|
3340
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
3341
|
+
# time the job was created. - `end_time`: corresponds to the time the job ended.
|
3342
|
+
# - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
3347
3343
|
# @param [Fixnum] page_size
|
3348
3344
|
# The standard list page size.
|
3349
3345
|
# @param [String] page_token
|
@@ -3428,7 +3424,7 @@ module Google
|
|
3428
3424
|
execute_or_queue_command(command, &block)
|
3429
3425
|
end
|
3430
3426
|
|
3431
|
-
# Creates an InspectTemplate for
|
3427
|
+
# Creates an InspectTemplate for reusing frequently used configuration for
|
3432
3428
|
# inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/
|
3433
3429
|
# creating-templates to learn more.
|
3434
3430
|
# @param [String] parent
|
@@ -3559,13 +3555,13 @@ module Google
|
|
3559
3555
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
3560
3556
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
3561
3557
|
# redundant space characters are insignificant. Example: `name asc,update_time,
|
3562
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
3563
|
-
# the template was created. - `update_time`: corresponds to time the
|
3564
|
-
# was last updated. - `name`: corresponds to template's name. - `
|
3565
|
-
# corresponds to template's display name.
|
3558
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
3559
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
3560
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
3561
|
+
# display_name`: corresponds to the template's display name.
|
3566
3562
|
# @param [Fixnum] page_size
|
3567
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
3568
|
-
# max size 100.
|
3563
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
3564
|
+
# of max size 100.
|
3569
3565
|
# @param [String] page_token
|
3570
3566
|
# Page token to continue retrieval. Comes from previous call to `
|
3571
3567
|
# ListInspectTemplates`.
|
@@ -3846,11 +3842,11 @@ module Google
|
|
3846
3842
|
# desc` postfix. This list is case-insensitive, default sorting order is
|
3847
3843
|
# ascending, redundant space characters are insignificant. Example: `name asc,
|
3848
3844
|
# update_time, create_time desc` Supported fields are: - `create_time`:
|
3849
|
-
# corresponds to time the JobTrigger was created. - `update_time`:
|
3850
|
-
# to time the JobTrigger was last updated. - `last_run_time`:
|
3851
|
-
# last time the JobTrigger ran. - `name`: corresponds to
|
3852
|
-
# display_name`: corresponds to JobTrigger's display
|
3853
|
-
# corresponds to JobTrigger's status.
|
3845
|
+
# corresponds to the time the JobTrigger was created. - `update_time`:
|
3846
|
+
# corresponds to the time the JobTrigger was last updated. - `last_run_time`:
|
3847
|
+
# corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
3848
|
+
# JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display
|
3849
|
+
# name. - `status`: corresponds to JobTrigger's status.
|
3854
3850
|
# @param [Fixnum] page_size
|
3855
3851
|
# Size of the page, can be limited by a server.
|
3856
3852
|
# @param [String] page_token
|
@@ -4044,25 +4040,23 @@ module Google
|
|
4044
4040
|
# specified a processing location](https://cloud.google.com/dlp/docs/specifying-
|
4045
4041
|
# location): + Projects scope, location specified: `projects/`PROJECT_ID`/
|
4046
4042
|
# locations/`LOCATION_ID + Projects scope, no location specified (defaults to
|
4047
|
-
# global): `projects/`PROJECT_ID
|
4048
|
-
#
|
4049
|
-
# location
|
4050
|
-
#
|
4051
|
-
# example-project`, and specifies the `europe-west3` location for processing
|
4052
|
-
# data: parent=projects/example-project/locations/europe-west3
|
4043
|
+
# global): `projects/`PROJECT_ID The following example `parent` string specifies
|
4044
|
+
# a parent project with the identifier `example-project`, and specifies the `
|
4045
|
+
# europe-west3` location for processing data: parent=projects/example-project/
|
4046
|
+
# locations/europe-west3
|
4053
4047
|
# @param [String] location_id
|
4054
4048
|
# Deprecated. This field has no effect.
|
4055
4049
|
# @param [String] order_by
|
4056
4050
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
4057
4051
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
4058
4052
|
# redundant space characters are insignificant. Example: `name asc, display_name,
|
4059
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
4060
|
-
# the most recent version of the resource was created. - `state`:
|
4061
|
-
# the state of the resource. - `name`: corresponds to resource
|
4062
|
-
# display_name`: corresponds to info type's display name.
|
4053
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
4054
|
+
# time the most recent version of the resource was created. - `state`:
|
4055
|
+
# corresponds to the state of the resource. - `name`: corresponds to resource
|
4056
|
+
# name. - `display_name`: corresponds to info type's display name.
|
4063
4057
|
# @param [Fixnum] page_size
|
4064
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
4065
|
-
# max size 100.
|
4058
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
4059
|
+
# of max size 100.
|
4066
4060
|
# @param [String] page_token
|
4067
4061
|
# Page token to continue retrieval. Comes from previous call to `
|
4068
4062
|
# ListStoredInfoTypes`.
|
@@ -4252,25 +4246,23 @@ module Google
|
|
4252
4246
|
# specified a processing location](https://cloud.google.com/dlp/docs/specifying-
|
4253
4247
|
# location): + Projects scope, location specified: `projects/`PROJECT_ID`/
|
4254
4248
|
# locations/`LOCATION_ID + Projects scope, no location specified (defaults to
|
4255
|
-
# global): `projects/`PROJECT_ID
|
4256
|
-
#
|
4257
|
-
# location
|
4258
|
-
#
|
4259
|
-
# example-project`, and specifies the `europe-west3` location for processing
|
4260
|
-
# data: parent=projects/example-project/locations/europe-west3
|
4249
|
+
# global): `projects/`PROJECT_ID The following example `parent` string specifies
|
4250
|
+
# a parent project with the identifier `example-project`, and specifies the `
|
4251
|
+
# europe-west3` location for processing data: parent=projects/example-project/
|
4252
|
+
# locations/europe-west3
|
4261
4253
|
# @param [String] location_id
|
4262
4254
|
# Deprecated. This field has no effect.
|
4263
4255
|
# @param [String] order_by
|
4264
4256
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
4265
4257
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
4266
4258
|
# redundant space characters are insignificant. Example: `name asc, display_name,
|
4267
|
-
# create_time desc` Supported fields are: - `create_time`: corresponds to
|
4268
|
-
# the most recent version of the resource was created. - `state`:
|
4269
|
-
# the state of the resource. - `name`: corresponds to resource
|
4270
|
-
# display_name`: corresponds to info type's display name.
|
4259
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
4260
|
+
# time the most recent version of the resource was created. - `state`:
|
4261
|
+
# corresponds to the state of the resource. - `name`: corresponds to resource
|
4262
|
+
# name. - `display_name`: corresponds to info type's display name.
|
4271
4263
|
# @param [Fixnum] page_size
|
4272
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
4273
|
-
# max size 100.
|
4264
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
4265
|
+
# of max size 100.
|
4274
4266
|
# @param [String] page_token
|
4275
4267
|
# Page token to continue retrieval. Comes from previous call to `
|
4276
4268
|
# ListStoredInfoTypes`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dlp_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.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: 2022-
|
11
|
+
date: 2022-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.30.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: []
|