google-apis-dlp_v2 0.26.0 → 0.29.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 +13 -0
- data/lib/google/apis/dlp_v2/classes.rb +257 -72
- data/lib/google/apis/dlp_v2/gem_version.rb +3 -3
- data/lib/google/apis/dlp_v2/representations.rb +65 -0
- data/lib/google/apis/dlp_v2/service.rb +140 -140
- metadata +3 -3
@@ -316,6 +316,12 @@ module Google
|
|
316
316
|
include Google::Apis::Core::JsonObjectSupport
|
317
317
|
end
|
318
318
|
|
319
|
+
class GooglePrivacyDlpV2Deidentify
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
319
325
|
class GooglePrivacyDlpV2DeidentifyConfig
|
320
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
327
|
|
@@ -1186,6 +1192,18 @@ module Google
|
|
1186
1192
|
include Google::Apis::Core::JsonObjectSupport
|
1187
1193
|
end
|
1188
1194
|
|
1195
|
+
class GooglePrivacyDlpV2TransformationConfig
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
|
+
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class GooglePrivacyDlpV2TransformationDetailsStorageConfig
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1189
1207
|
class GooglePrivacyDlpV2TransformationErrorHandling
|
1190
1208
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
1209
|
|
@@ -1258,6 +1276,12 @@ module Google
|
|
1258
1276
|
include Google::Apis::Core::JsonObjectSupport
|
1259
1277
|
end
|
1260
1278
|
|
1279
|
+
class GooglePrivacyDlpV2VersionDescription
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1261
1285
|
class GooglePrivacyDlpV2WordList
|
1262
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
1287
|
|
@@ -1291,6 +1315,8 @@ module Google
|
|
1291
1315
|
class GooglePrivacyDlpV2Action
|
1292
1316
|
# @private
|
1293
1317
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1318
|
+
property :deidentify, as: 'deidentify', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Deidentify, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Deidentify::Representation
|
1319
|
+
|
1294
1320
|
property :job_notification_emails, as: 'jobNotificationEmails', class: Google::Apis::DlpV2::GooglePrivacyDlpV2JobNotificationEmails, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2JobNotificationEmails::Representation
|
1295
1321
|
|
1296
1322
|
property :pub_sub, as: 'pubSub', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToPubSub, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToPubSub::Representation
|
@@ -1815,6 +1841,18 @@ module Google
|
|
1815
1841
|
end
|
1816
1842
|
end
|
1817
1843
|
|
1844
|
+
class GooglePrivacyDlpV2Deidentify
|
1845
|
+
# @private
|
1846
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1847
|
+
property :cloud_storage_output, as: 'cloudStorageOutput'
|
1848
|
+
collection :file_types_to_transform, as: 'fileTypesToTransform'
|
1849
|
+
property :transformation_config, as: 'transformationConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationConfig::Representation
|
1850
|
+
|
1851
|
+
property :transformation_details_storage_config, as: 'transformationDetailsStorageConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationDetailsStorageConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationDetailsStorageConfig::Representation
|
1852
|
+
|
1853
|
+
end
|
1854
|
+
end
|
1855
|
+
|
1818
1856
|
class GooglePrivacyDlpV2DeidentifyConfig
|
1819
1857
|
# @private
|
1820
1858
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2205,6 +2243,8 @@ module Google
|
|
2205
2243
|
property :display_name, as: 'displayName'
|
2206
2244
|
property :name, as: 'name'
|
2207
2245
|
collection :supported_by, as: 'supportedBy'
|
2246
|
+
collection :versions, as: 'versions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2VersionDescription, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2VersionDescription::Representation
|
2247
|
+
|
2208
2248
|
end
|
2209
2249
|
end
|
2210
2250
|
|
@@ -3279,6 +3319,23 @@ module Google
|
|
3279
3319
|
end
|
3280
3320
|
end
|
3281
3321
|
|
3322
|
+
class GooglePrivacyDlpV2TransformationConfig
|
3323
|
+
# @private
|
3324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3325
|
+
property :deidentify_template, as: 'deidentifyTemplate'
|
3326
|
+
property :image_redact_template, as: 'imageRedactTemplate'
|
3327
|
+
property :structured_deidentify_template, as: 'structuredDeidentifyTemplate'
|
3328
|
+
end
|
3329
|
+
end
|
3330
|
+
|
3331
|
+
class GooglePrivacyDlpV2TransformationDetailsStorageConfig
|
3332
|
+
# @private
|
3333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3334
|
+
property :table, as: 'table', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation
|
3335
|
+
|
3336
|
+
end
|
3337
|
+
end
|
3338
|
+
|
3282
3339
|
class GooglePrivacyDlpV2TransformationErrorHandling
|
3283
3340
|
# @private
|
3284
3341
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3402,6 +3459,14 @@ module Google
|
|
3402
3459
|
end
|
3403
3460
|
end
|
3404
3461
|
|
3462
|
+
class GooglePrivacyDlpV2VersionDescription
|
3463
|
+
# @private
|
3464
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3465
|
+
property :description, as: 'description'
|
3466
|
+
property :version, as: 'version'
|
3467
|
+
end
|
3468
|
+
end
|
3469
|
+
|
3405
3470
|
class GooglePrivacyDlpV2WordList
|
3406
3471
|
# @private
|
3407
3472
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -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
|
@@ -1395,13 +1395,13 @@ module Google
|
|
1395
1395
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
1396
1396
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
1397
1397
|
# 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.
|
1398
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
1399
|
+
# time the most recent version of the resource was created. - `state`:
|
1400
|
+
# corresponds to the state of the resource. - `name`: corresponds to resource
|
1401
|
+
# name. - `display_name`: corresponds to info type's display name.
|
1402
1402
|
# @param [Fixnum] page_size
|
1403
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
1404
|
-
# max size 100.
|
1403
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
1404
|
+
# of max size 100.
|
1405
1405
|
# @param [String] page_token
|
1406
1406
|
# Page token to continue retrieval. Comes from previous call to `
|
1407
1407
|
# ListStoredInfoTypes`.
|
@@ -1603,13 +1603,13 @@ module Google
|
|
1603
1603
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
1604
1604
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
1605
1605
|
# 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.
|
1606
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
1607
|
+
# time the most recent version of the resource was created. - `state`:
|
1608
|
+
# corresponds to the state of the resource. - `name`: corresponds to resource
|
1609
|
+
# name. - `display_name`: corresponds to info type's display name.
|
1610
1610
|
# @param [Fixnum] page_size
|
1611
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
1612
|
-
# max size 100.
|
1611
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
1612
|
+
# of max size 100.
|
1613
1613
|
# @param [String] page_token
|
1614
1614
|
# Page token to continue retrieval. Comes from previous call to `
|
1615
1615
|
# ListStoredInfoTypes`.
|
@@ -1813,7 +1813,7 @@ module Google
|
|
1813
1813
|
execute_or_queue_command(command, &block)
|
1814
1814
|
end
|
1815
1815
|
|
1816
|
-
# Creates a DeidentifyTemplate for
|
1816
|
+
# Creates a DeidentifyTemplate for reusing frequently used configuration for de-
|
1817
1817
|
# identifying content, images, and storage. See https://cloud.google.com/dlp/
|
1818
1818
|
# docs/creating-templates-deid to learn more.
|
1819
1819
|
# @param [String] parent
|
@@ -1944,13 +1944,13 @@ module Google
|
|
1944
1944
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
1945
1945
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
1946
1946
|
# 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.
|
1947
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
1948
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
1949
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
1950
|
+
# display_name`: corresponds to the template's display name.
|
1951
1951
|
# @param [Fixnum] page_size
|
1952
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
1953
|
-
# max size 100.
|
1952
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
1953
|
+
# of max size 100.
|
1954
1954
|
# @param [String] page_token
|
1955
1955
|
# Page token to continue retrieval. Comes from previous call to `
|
1956
1956
|
# ListDeidentifyTemplates`.
|
@@ -2103,7 +2103,7 @@ module Google
|
|
2103
2103
|
end
|
2104
2104
|
|
2105
2105
|
# Deletes a long-running DlpJob. This method indicates that the client is no
|
2106
|
-
# longer interested in the DlpJob result. The job will be
|
2106
|
+
# longer interested in the DlpJob result. The job will be canceled if possible.
|
2107
2107
|
# See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.
|
2108
2108
|
# google.com/dlp/docs/compute-risk-analysis to learn more.
|
2109
2109
|
# @param [String] name
|
@@ -2186,25 +2186,25 @@ module Google
|
|
2186
2186
|
# has the form of ``field` `operator` `value``. * Supported fields/values for
|
2187
2187
|
# inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `
|
2188
2188
|
# 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.
|
2189
|
+
# name of the trigger that created the job. - 'end_time` - Corresponds to the
|
2190
|
+
# time the job finished. - 'start_time` - Corresponds to the time the job
|
2191
|
+
# finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|
|
2192
|
+
# CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job
|
2193
|
+
# finished. - 'start_time` - Corresponds to the time the job finished. * The
|
2194
|
+
# operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage
|
2195
|
+
# AND state = done * inspected_storage = cloud_storage OR inspected_storage =
|
2196
|
+
# bigquery * inspected_storage = cloud_storage AND (state = done OR state =
|
2197
|
+
# canceled) * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field
|
2198
|
+
# should be no more than 500 characters.
|
2199
2199
|
# @param [String] location_id
|
2200
2200
|
# Deprecated. This field has no effect.
|
2201
2201
|
# @param [String] order_by
|
2202
2202
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
2203
2203
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
2204
2204
|
# 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`
|
2205
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
2206
|
+
# time the job was created. - `end_time`: corresponds to the time the job ended.
|
2207
|
+
# - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
2208
2208
|
# @param [Fixnum] page_size
|
2209
2209
|
# The standard list page size.
|
2210
2210
|
# @param [String] page_token
|
@@ -2289,7 +2289,7 @@ module Google
|
|
2289
2289
|
execute_or_queue_command(command, &block)
|
2290
2290
|
end
|
2291
2291
|
|
2292
|
-
# Creates an InspectTemplate for
|
2292
|
+
# Creates an InspectTemplate for reusing frequently used configuration for
|
2293
2293
|
# inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/
|
2294
2294
|
# creating-templates to learn more.
|
2295
2295
|
# @param [String] parent
|
@@ -2420,13 +2420,13 @@ module Google
|
|
2420
2420
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
2421
2421
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
2422
2422
|
# 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.
|
2423
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
2424
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
2425
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
2426
|
+
# display_name`: corresponds to the template's display name.
|
2427
2427
|
# @param [Fixnum] page_size
|
2428
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
2429
|
-
# max size 100.
|
2428
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
2429
|
+
# of max size 100.
|
2430
2430
|
# @param [String] page_token
|
2431
2431
|
# Page token to continue retrieval. Comes from previous call to `
|
2432
2432
|
# ListInspectTemplates`.
|
@@ -2671,11 +2671,11 @@ module Google
|
|
2671
2671
|
# desc` postfix. This list is case-insensitive, default sorting order is
|
2672
2672
|
# ascending, redundant space characters are insignificant. Example: `name asc,
|
2673
2673
|
# 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.
|
2674
|
+
# corresponds to the time the JobTrigger was created. - `update_time`:
|
2675
|
+
# corresponds to the time the JobTrigger was last updated. - `last_run_time`:
|
2676
|
+
# corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
2677
|
+
# JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display
|
2678
|
+
# name. - `status`: corresponds to JobTrigger's status.
|
2679
2679
|
# @param [Fixnum] page_size
|
2680
2680
|
# Size of the page, can be limited by a server.
|
2681
2681
|
# @param [String] page_token
|
@@ -2883,7 +2883,7 @@ module Google
|
|
2883
2883
|
execute_or_queue_command(command, &block)
|
2884
2884
|
end
|
2885
2885
|
|
2886
|
-
# Creates a DeidentifyTemplate for
|
2886
|
+
# Creates a DeidentifyTemplate for reusing frequently used configuration for de-
|
2887
2887
|
# identifying content, images, and storage. See https://cloud.google.com/dlp/
|
2888
2888
|
# docs/creating-templates-deid to learn more.
|
2889
2889
|
# @param [String] parent
|
@@ -3014,13 +3014,13 @@ module Google
|
|
3014
3014
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
3015
3015
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
3016
3016
|
# 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.
|
3017
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
3018
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
3019
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
3020
|
+
# display_name`: corresponds to the template's display name.
|
3021
3021
|
# @param [Fixnum] page_size
|
3022
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
3023
|
-
# max size 100.
|
3022
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
3023
|
+
# of max size 100.
|
3024
3024
|
# @param [String] page_token
|
3025
3025
|
# Page token to continue retrieval. Comes from previous call to `
|
3026
3026
|
# ListDeidentifyTemplates`.
|
@@ -3173,7 +3173,7 @@ module Google
|
|
3173
3173
|
end
|
3174
3174
|
|
3175
3175
|
# Deletes a long-running DlpJob. This method indicates that the client is no
|
3176
|
-
# longer interested in the DlpJob result. The job will be
|
3176
|
+
# longer interested in the DlpJob result. The job will be canceled if possible.
|
3177
3177
|
# See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.
|
3178
3178
|
# google.com/dlp/docs/compute-risk-analysis to learn more.
|
3179
3179
|
# @param [String] name
|
@@ -3325,25 +3325,25 @@ module Google
|
|
3325
3325
|
# has the form of ``field` `operator` `value``. * Supported fields/values for
|
3326
3326
|
# inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `
|
3327
3327
|
# 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.
|
3328
|
+
# name of the trigger that created the job. - 'end_time` - Corresponds to the
|
3329
|
+
# time the job finished. - 'start_time` - Corresponds to the time the job
|
3330
|
+
# finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|
|
3331
|
+
# CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job
|
3332
|
+
# finished. - 'start_time` - Corresponds to the time the job finished. * The
|
3333
|
+
# operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage
|
3334
|
+
# AND state = done * inspected_storage = cloud_storage OR inspected_storage =
|
3335
|
+
# bigquery * inspected_storage = cloud_storage AND (state = done OR state =
|
3336
|
+
# canceled) * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field
|
3337
|
+
# should be no more than 500 characters.
|
3338
3338
|
# @param [String] location_id
|
3339
3339
|
# Deprecated. This field has no effect.
|
3340
3340
|
# @param [String] order_by
|
3341
3341
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
3342
3342
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
3343
3343
|
# 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`
|
3344
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
3345
|
+
# time the job was created. - `end_time`: corresponds to the time the job ended.
|
3346
|
+
# - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
3347
3347
|
# @param [Fixnum] page_size
|
3348
3348
|
# The standard list page size.
|
3349
3349
|
# @param [String] page_token
|
@@ -3428,7 +3428,7 @@ module Google
|
|
3428
3428
|
execute_or_queue_command(command, &block)
|
3429
3429
|
end
|
3430
3430
|
|
3431
|
-
# Creates an InspectTemplate for
|
3431
|
+
# Creates an InspectTemplate for reusing frequently used configuration for
|
3432
3432
|
# inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/
|
3433
3433
|
# creating-templates to learn more.
|
3434
3434
|
# @param [String] parent
|
@@ -3559,13 +3559,13 @@ module Google
|
|
3559
3559
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
3560
3560
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
3561
3561
|
# 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.
|
3562
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
3563
|
+
# time the template was created. - `update_time`: corresponds to the time the
|
3564
|
+
# template was last updated. - `name`: corresponds to the template's name. - `
|
3565
|
+
# display_name`: corresponds to the template's display name.
|
3566
3566
|
# @param [Fixnum] page_size
|
3567
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
3568
|
-
# max size 100.
|
3567
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
3568
|
+
# of max size 100.
|
3569
3569
|
# @param [String] page_token
|
3570
3570
|
# Page token to continue retrieval. Comes from previous call to `
|
3571
3571
|
# ListInspectTemplates`.
|
@@ -3846,11 +3846,11 @@ module Google
|
|
3846
3846
|
# desc` postfix. This list is case-insensitive, default sorting order is
|
3847
3847
|
# ascending, redundant space characters are insignificant. Example: `name asc,
|
3848
3848
|
# 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.
|
3849
|
+
# corresponds to the time the JobTrigger was created. - `update_time`:
|
3850
|
+
# corresponds to the time the JobTrigger was last updated. - `last_run_time`:
|
3851
|
+
# corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
3852
|
+
# JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display
|
3853
|
+
# name. - `status`: corresponds to JobTrigger's status.
|
3854
3854
|
# @param [Fixnum] page_size
|
3855
3855
|
# Size of the page, can be limited by a server.
|
3856
3856
|
# @param [String] page_token
|
@@ -4056,13 +4056,13 @@ module Google
|
|
4056
4056
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
4057
4057
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
4058
4058
|
# 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.
|
4059
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
4060
|
+
# time the most recent version of the resource was created. - `state`:
|
4061
|
+
# corresponds to the state of the resource. - `name`: corresponds to resource
|
4062
|
+
# name. - `display_name`: corresponds to info type's display name.
|
4063
4063
|
# @param [Fixnum] page_size
|
4064
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
4065
|
-
# max size 100.
|
4064
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
4065
|
+
# of max size 100.
|
4066
4066
|
# @param [String] page_token
|
4067
4067
|
# Page token to continue retrieval. Comes from previous call to `
|
4068
4068
|
# ListStoredInfoTypes`.
|
@@ -4264,13 +4264,13 @@ module Google
|
|
4264
4264
|
# Comma separated list of fields to order by, followed by `asc` or `desc`
|
4265
4265
|
# postfix. This list is case-insensitive, default sorting order is ascending,
|
4266
4266
|
# 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.
|
4267
|
+
# create_time desc` Supported fields are: - `create_time`: corresponds to the
|
4268
|
+
# time the most recent version of the resource was created. - `state`:
|
4269
|
+
# corresponds to the state of the resource. - `name`: corresponds to resource
|
4270
|
+
# name. - `display_name`: corresponds to info type's display name.
|
4271
4271
|
# @param [Fixnum] page_size
|
4272
|
-
# Size of the page, can be limited by server. If zero server returns a page
|
4273
|
-
# max size 100.
|
4272
|
+
# Size of the page, can be limited by the server. If zero server returns a page
|
4273
|
+
# of max size 100.
|
4274
4274
|
# @param [String] page_token
|
4275
4275
|
# Page token to continue retrieval. Comes from previous call to `
|
4276
4276
|
# ListStoredInfoTypes`.
|