google-api-client 0.34.0 → 0.34.1

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.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/.kokoro/continuous/linux.cfg +2 -2
  3. data/.kokoro/continuous/post.cfg +30 -0
  4. data/.kokoro/presubmit/linux.cfg +1 -1
  5. data/.kokoro/release.cfg +94 -0
  6. data/.repo-metadata.json +5 -0
  7. data/.rubocop.yml +5 -0
  8. data/CHANGELOG.md +18 -0
  9. data/Gemfile +1 -0
  10. data/Rakefile +71 -2
  11. data/generated/google/apis/bigquery_v2.rb +1 -1
  12. data/generated/google/apis/bigquery_v2/classes.rb +33 -0
  13. data/generated/google/apis/bigquery_v2/representations.rb +18 -0
  14. data/generated/google/apis/cloudshell_v1.rb +1 -1
  15. data/generated/google/apis/cloudshell_v1/classes.rb +2 -1
  16. data/generated/google/apis/cloudshell_v1alpha1.rb +1 -1
  17. data/generated/google/apis/cloudshell_v1alpha1/classes.rb +2 -1
  18. data/generated/google/apis/dlp_v2.rb +1 -1
  19. data/generated/google/apis/dlp_v2/classes.rb +25 -0
  20. data/generated/google/apis/dlp_v2/representations.rb +14 -0
  21. data/generated/google/apis/dlp_v2/service.rb +55 -43
  22. data/generated/google/apis/docs_v1.rb +1 -1
  23. data/generated/google/apis/docs_v1/classes.rb +8 -4
  24. data/generated/google/apis/genomics_v2alpha1.rb +1 -1
  25. data/generated/google/apis/recommender_v1beta1.rb +1 -1
  26. data/generated/google/apis/redis_v1.rb +1 -1
  27. data/generated/google/apis/redis_v1/classes.rb +11 -11
  28. data/generated/google/apis/redis_v1/service.rb +5 -5
  29. data/generated/google/apis/redis_v1beta1.rb +1 -1
  30. data/generated/google/apis/redis_v1beta1/classes.rb +11 -11
  31. data/generated/google/apis/redis_v1beta1/service.rb +5 -5
  32. data/generated/google/apis/securitycenter_v1.rb +1 -1
  33. data/generated/google/apis/securitycenter_v1/classes.rb +22 -18
  34. data/generated/google/apis/securitycenter_v1/service.rb +14 -12
  35. data/generated/google/apis/securitycenter_v1beta1.rb +1 -1
  36. data/generated/google/apis/securitycenter_v1beta1/classes.rb +8 -7
  37. data/generated/google/apis/securitycenter_v1beta1/service.rb +14 -12
  38. data/generated/google/apis/sheets_v4.rb +1 -1
  39. data/generated/google/apis/sheets_v4/classes.rb +768 -18
  40. data/generated/google/apis/sheets_v4/representations.rb +101 -0
  41. data/generated/google/apis/vision_v1.rb +1 -1
  42. data/generated/google/apis/vision_v1/classes.rb +66 -0
  43. data/generated/google/apis/vision_v1/representations.rb +32 -0
  44. data/generated/google/apis/vision_v1p1beta1.rb +1 -1
  45. data/generated/google/apis/vision_v1p1beta1/classes.rb +66 -0
  46. data/generated/google/apis/vision_v1p1beta1/representations.rb +32 -0
  47. data/generated/google/apis/vision_v1p2beta1.rb +1 -1
  48. data/generated/google/apis/vision_v1p2beta1/classes.rb +66 -0
  49. data/generated/google/apis/vision_v1p2beta1/representations.rb +32 -0
  50. data/lib/google/apis/core/upload.rb +4 -0
  51. data/lib/google/apis/version.rb +1 -1
  52. data/rakelib/devsite/devsite_builder.rb +126 -0
  53. data/rakelib/devsite/link_checker.rb +64 -0
  54. data/rakelib/devsite/repo_metadata.rb +56 -0
  55. metadata +9 -3
@@ -70,6 +70,14 @@ module Google
70
70
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishSummaryToCscc]
71
71
  attr_accessor :publish_summary_to_cscc
72
72
 
73
+ # Enable Stackdriver metric dlp.googleapis.com/finding_count. This
74
+ # will publish a metric to stack driver on each infotype requested and
75
+ # how many findings were found for it. CustomDetectors will be bucketed
76
+ # as 'Custom' under the Stackdriver label 'info_type'.
77
+ # Corresponds to the JSON property `publishToStackdriver`
78
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToStackdriver]
79
+ attr_accessor :publish_to_stackdriver
80
+
73
81
  # If set, the detailed findings will be persisted to the specified
74
82
  # OutputStorageConfig. Only a single instance of this action can be
75
83
  # specified.
@@ -88,6 +96,7 @@ module Google
88
96
  @pub_sub = args[:pub_sub] if args.key?(:pub_sub)
89
97
  @publish_findings_to_cloud_data_catalog = args[:publish_findings_to_cloud_data_catalog] if args.key?(:publish_findings_to_cloud_data_catalog)
90
98
  @publish_summary_to_cscc = args[:publish_summary_to_cscc] if args.key?(:publish_summary_to_cscc)
99
+ @publish_to_stackdriver = args[:publish_to_stackdriver] if args.key?(:publish_to_stackdriver)
91
100
  @save_findings = args[:save_findings] if args.key?(:save_findings)
92
101
  end
93
102
  end
@@ -4427,6 +4436,22 @@ module Google
4427
4436
  end
4428
4437
  end
4429
4438
 
4439
+ # Enable Stackdriver metric dlp.googleapis.com/finding_count. This
4440
+ # will publish a metric to stack driver on each infotype requested and
4441
+ # how many findings were found for it. CustomDetectors will be bucketed
4442
+ # as 'Custom' under the Stackdriver label 'info_type'.
4443
+ class GooglePrivacyDlpV2PublishToStackdriver
4444
+ include Google::Apis::Core::Hashable
4445
+
4446
+ def initialize(**args)
4447
+ update!(**args)
4448
+ end
4449
+
4450
+ # Update properties of this object
4451
+ def update!(**args)
4452
+ end
4453
+ end
4454
+
4430
4455
  # A column with a semantic tag attached.
4431
4456
  class GooglePrivacyDlpV2QuasiId
4432
4457
  include Google::Apis::Core::Hashable
@@ -742,6 +742,12 @@ module Google
742
742
  include Google::Apis::Core::JsonObjectSupport
743
743
  end
744
744
 
745
+ class GooglePrivacyDlpV2PublishToStackdriver
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
745
751
  class GooglePrivacyDlpV2QuasiId
746
752
  class Representation < Google::Apis::Core::JsonRepresentation; end
747
753
 
@@ -1083,6 +1089,8 @@ module Google
1083
1089
 
1084
1090
  property :publish_summary_to_cscc, as: 'publishSummaryToCscc', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishSummaryToCscc, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishSummaryToCscc::Representation
1085
1091
 
1092
+ property :publish_to_stackdriver, as: 'publishToStackdriver', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToStackdriver, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToStackdriver::Representation
1093
+
1086
1094
  property :save_findings, as: 'saveFindings', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SaveFindings, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SaveFindings::Representation
1087
1095
 
1088
1096
  end
@@ -2323,6 +2331,12 @@ module Google
2323
2331
  end
2324
2332
  end
2325
2333
 
2334
+ class GooglePrivacyDlpV2PublishToStackdriver
2335
+ # @private
2336
+ class Representation < Google::Apis::Core::JsonRepresentation
2337
+ end
2338
+ end
2339
+
2326
2340
  class GooglePrivacyDlpV2QuasiId
2327
2341
  # @private
2328
2342
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -138,7 +138,7 @@ module Google
138
138
  # See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
139
139
  # more.
140
140
  # @param [String] parent
141
- # The parent resource name, for example projects/my-project-id or
141
+ # Required. The parent resource name, for example projects/my-project-id or
142
142
  # organizations/my-org-id.
143
143
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateDeidentifyTemplateRequest] google_privacy_dlp_v2_create_deidentify_template_request_object
144
144
  # @param [String] fields
@@ -174,7 +174,8 @@ module Google
174
174
  # See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
175
175
  # more.
176
176
  # @param [String] name
177
- # Resource name of the organization and deidentify template to be deleted,
177
+ # Required. Resource name of the organization and deidentify template to be
178
+ # deleted,
178
179
  # for example `organizations/433245324/deidentifyTemplates/432452342` or
179
180
  # projects/project-id/deidentifyTemplates/432452342.
180
181
  # @param [String] fields
@@ -208,7 +209,8 @@ module Google
208
209
  # See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
209
210
  # more.
210
211
  # @param [String] name
211
- # Resource name of the organization and deidentify template to be read, for
212
+ # Required. Resource name of the organization and deidentify template to be read,
213
+ # for
212
214
  # example `organizations/433245324/deidentifyTemplates/432452342` or
213
215
  # projects/project-id/deidentifyTemplates/432452342.
214
216
  # @param [String] fields
@@ -242,7 +244,7 @@ module Google
242
244
  # See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
243
245
  # more.
244
246
  # @param [String] parent
245
- # The parent resource name, for example projects/my-project-id or
247
+ # Required. The parent resource name, for example projects/my-project-id or
246
248
  # organizations/my-org-id.
247
249
  # @param [String] order_by
248
250
  # Optional comma separated list of fields to order by,
@@ -295,7 +297,8 @@ module Google
295
297
  # See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
296
298
  # more.
297
299
  # @param [String] name
298
- # Resource name of organization and deidentify template to be updated, for
300
+ # Required. Resource name of organization and deidentify template to be updated,
301
+ # for
299
302
  # example `organizations/433245324/deidentifyTemplates/432452342` or
300
303
  # projects/project-id/deidentifyTemplates/432452342.
301
304
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest] google_privacy_dlp_v2_update_deidentify_template_request_object
@@ -332,7 +335,7 @@ module Google
332
335
  # for inspecting content, images, and storage.
333
336
  # See https://cloud.google.com/dlp/docs/creating-templates to learn more.
334
337
  # @param [String] parent
335
- # The parent resource name, for example projects/my-project-id or
338
+ # Required. The parent resource name, for example projects/my-project-id or
336
339
  # organizations/my-org-id.
337
340
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateInspectTemplateRequest] google_privacy_dlp_v2_create_inspect_template_request_object
338
341
  # @param [String] fields
@@ -367,7 +370,8 @@ module Google
367
370
  # Deletes an InspectTemplate.
368
371
  # See https://cloud.google.com/dlp/docs/creating-templates to learn more.
369
372
  # @param [String] name
370
- # Resource name of the organization and inspectTemplate to be deleted, for
373
+ # Required. Resource name of the organization and inspectTemplate to be deleted,
374
+ # for
371
375
  # example `organizations/433245324/inspectTemplates/432452342` or
372
376
  # projects/project-id/inspectTemplates/432452342.
373
377
  # @param [String] fields
@@ -400,7 +404,8 @@ module Google
400
404
  # Gets an InspectTemplate.
401
405
  # See https://cloud.google.com/dlp/docs/creating-templates to learn more.
402
406
  # @param [String] name
403
- # Resource name of the organization and inspectTemplate to be read, for
407
+ # Required. Resource name of the organization and inspectTemplate to be read,
408
+ # for
404
409
  # example `organizations/433245324/inspectTemplates/432452342` or
405
410
  # projects/project-id/inspectTemplates/432452342.
406
411
  # @param [String] fields
@@ -433,7 +438,7 @@ module Google
433
438
  # Lists InspectTemplates.
434
439
  # See https://cloud.google.com/dlp/docs/creating-templates to learn more.
435
440
  # @param [String] parent
436
- # The parent resource name, for example projects/my-project-id or
441
+ # Required. The parent resource name, for example projects/my-project-id or
437
442
  # organizations/my-org-id.
438
443
  # @param [String] order_by
439
444
  # Optional comma separated list of fields to order by,
@@ -485,7 +490,7 @@ module Google
485
490
  # Updates the InspectTemplate.
486
491
  # See https://cloud.google.com/dlp/docs/creating-templates to learn more.
487
492
  # @param [String] name
488
- # Resource name of organization and inspectTemplate to be updated, for
493
+ # Required. Resource name of organization and inspectTemplate to be updated, for
489
494
  # example `organizations/433245324/inspectTemplates/432452342` or
490
495
  # projects/project-id/inspectTemplates/432452342.
491
496
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateInspectTemplateRequest] google_privacy_dlp_v2_update_inspect_template_request_object
@@ -522,7 +527,7 @@ module Google
522
527
  # See https://cloud.google.com/dlp/docs/creating-stored-infotypes to
523
528
  # learn more.
524
529
  # @param [String] parent
525
- # The parent resource name, for example projects/my-project-id or
530
+ # Required. The parent resource name, for example projects/my-project-id or
526
531
  # organizations/my-org-id.
527
532
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateStoredInfoTypeRequest] google_privacy_dlp_v2_create_stored_info_type_request_object
528
533
  # @param [String] fields
@@ -558,7 +563,8 @@ module Google
558
563
  # See https://cloud.google.com/dlp/docs/creating-stored-infotypes to
559
564
  # learn more.
560
565
  # @param [String] name
561
- # Resource name of the organization and storedInfoType to be deleted, for
566
+ # Required. Resource name of the organization and storedInfoType to be deleted,
567
+ # for
562
568
  # example `organizations/433245324/storedInfoTypes/432452342` or
563
569
  # projects/project-id/storedInfoTypes/432452342.
564
570
  # @param [String] fields
@@ -592,7 +598,7 @@ module Google
592
598
  # See https://cloud.google.com/dlp/docs/creating-stored-infotypes to
593
599
  # learn more.
594
600
  # @param [String] name
595
- # Resource name of the organization and storedInfoType to be read, for
601
+ # Required. Resource name of the organization and storedInfoType to be read, for
596
602
  # example `organizations/433245324/storedInfoTypes/432452342` or
597
603
  # projects/project-id/storedInfoTypes/432452342.
598
604
  # @param [String] fields
@@ -626,7 +632,7 @@ module Google
626
632
  # See https://cloud.google.com/dlp/docs/creating-stored-infotypes to
627
633
  # learn more.
628
634
  # @param [String] parent
629
- # The parent resource name, for example projects/my-project-id or
635
+ # Required. The parent resource name, for example projects/my-project-id or
630
636
  # organizations/my-org-id.
631
637
  # @param [String] order_by
632
638
  # Optional comma separated list of fields to order by,
@@ -681,7 +687,7 @@ module Google
681
687
  # See https://cloud.google.com/dlp/docs/creating-stored-infotypes to
682
688
  # learn more.
683
689
  # @param [String] name
684
- # Resource name of organization and storedInfoType to be updated, for
690
+ # Required. Resource name of organization and storedInfoType to be updated, for
685
691
  # example `organizations/433245324/storedInfoTypes/432452342` or
686
692
  # projects/project-id/storedInfoTypes/432452342.
687
693
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateStoredInfoTypeRequest] google_privacy_dlp_v2_update_stored_info_type_request_object
@@ -798,7 +804,7 @@ module Google
798
804
  # identification_in_free_text_code_example
799
805
  # to learn more.
800
806
  # @param [String] parent
801
- # The parent resource name.
807
+ # Required. The parent resource name.
802
808
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2ReidentifyContentRequest] google_privacy_dlp_v2_reidentify_content_request_object
803
809
  # @param [String] fields
804
810
  # Selector specifying which fields to include in a partial response.
@@ -834,7 +840,7 @@ module Google
834
840
  # See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
835
841
  # more.
836
842
  # @param [String] parent
837
- # The parent resource name, for example projects/my-project-id or
843
+ # Required. The parent resource name, for example projects/my-project-id or
838
844
  # organizations/my-org-id.
839
845
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateDeidentifyTemplateRequest] google_privacy_dlp_v2_create_deidentify_template_request_object
840
846
  # @param [String] fields
@@ -870,7 +876,8 @@ module Google
870
876
  # See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
871
877
  # more.
872
878
  # @param [String] name
873
- # Resource name of the organization and deidentify template to be deleted,
879
+ # Required. Resource name of the organization and deidentify template to be
880
+ # deleted,
874
881
  # for example `organizations/433245324/deidentifyTemplates/432452342` or
875
882
  # projects/project-id/deidentifyTemplates/432452342.
876
883
  # @param [String] fields
@@ -904,7 +911,8 @@ module Google
904
911
  # See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
905
912
  # more.
906
913
  # @param [String] name
907
- # Resource name of the organization and deidentify template to be read, for
914
+ # Required. Resource name of the organization and deidentify template to be read,
915
+ # for
908
916
  # example `organizations/433245324/deidentifyTemplates/432452342` or
909
917
  # projects/project-id/deidentifyTemplates/432452342.
910
918
  # @param [String] fields
@@ -938,7 +946,7 @@ module Google
938
946
  # See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
939
947
  # more.
940
948
  # @param [String] parent
941
- # The parent resource name, for example projects/my-project-id or
949
+ # Required. The parent resource name, for example projects/my-project-id or
942
950
  # organizations/my-org-id.
943
951
  # @param [String] order_by
944
952
  # Optional comma separated list of fields to order by,
@@ -991,7 +999,8 @@ module Google
991
999
  # See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
992
1000
  # more.
993
1001
  # @param [String] name
994
- # Resource name of organization and deidentify template to be updated, for
1002
+ # Required. Resource name of organization and deidentify template to be updated,
1003
+ # for
995
1004
  # example `organizations/433245324/deidentifyTemplates/432452342` or
996
1005
  # projects/project-id/deidentifyTemplates/432452342.
997
1006
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest] google_privacy_dlp_v2_update_deidentify_template_request_object
@@ -1030,7 +1039,7 @@ module Google
1030
1039
  # See https://cloud.google.com/dlp/docs/inspecting-storage and
1031
1040
  # https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
1032
1041
  # @param [String] name
1033
- # The name of the DlpJob resource to be cancelled.
1042
+ # Required. The name of the DlpJob resource to be cancelled.
1034
1043
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CancelDlpJobRequest] google_privacy_dlp_v2_cancel_dlp_job_request_object
1035
1044
  # @param [String] fields
1036
1045
  # Selector specifying which fields to include in a partial response.
@@ -1068,7 +1077,7 @@ module Google
1068
1077
  # system will automatically choose what detectors to run. By default this may
1069
1078
  # be all types, but may change over time as detectors are updated.
1070
1079
  # @param [String] parent
1071
- # The parent resource name, for example projects/my-project-id.
1080
+ # Required. The parent resource name, for example projects/my-project-id.
1072
1081
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateDlpJobRequest] google_privacy_dlp_v2_create_dlp_job_request_object
1073
1082
  # @param [String] fields
1074
1083
  # Selector specifying which fields to include in a partial response.
@@ -1105,7 +1114,7 @@ module Google
1105
1114
  # See https://cloud.google.com/dlp/docs/inspecting-storage and
1106
1115
  # https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
1107
1116
  # @param [String] name
1108
- # The name of the DlpJob resource to be deleted.
1117
+ # Required. The name of the DlpJob resource to be deleted.
1109
1118
  # @param [String] fields
1110
1119
  # Selector specifying which fields to include in a partial response.
1111
1120
  # @param [String] quota_user
@@ -1137,7 +1146,7 @@ module Google
1137
1146
  # See https://cloud.google.com/dlp/docs/inspecting-storage and
1138
1147
  # https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
1139
1148
  # @param [String] name
1140
- # The name of the DlpJob resource.
1149
+ # Required. The name of the DlpJob resource.
1141
1150
  # @param [String] fields
1142
1151
  # Selector specifying which fields to include in a partial response.
1143
1152
  # @param [String] quota_user
@@ -1169,7 +1178,7 @@ module Google
1169
1178
  # See https://cloud.google.com/dlp/docs/inspecting-storage and
1170
1179
  # https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
1171
1180
  # @param [String] parent
1172
- # The parent resource name, for example projects/my-project-id.
1181
+ # Required. The parent resource name, for example projects/my-project-id.
1173
1182
  # @param [String] filter
1174
1183
  # Optional. Allows filtering.
1175
1184
  # Supported syntax:
@@ -1286,7 +1295,7 @@ module Google
1286
1295
  # for inspecting content, images, and storage.
1287
1296
  # See https://cloud.google.com/dlp/docs/creating-templates to learn more.
1288
1297
  # @param [String] parent
1289
- # The parent resource name, for example projects/my-project-id or
1298
+ # Required. The parent resource name, for example projects/my-project-id or
1290
1299
  # organizations/my-org-id.
1291
1300
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateInspectTemplateRequest] google_privacy_dlp_v2_create_inspect_template_request_object
1292
1301
  # @param [String] fields
@@ -1321,7 +1330,8 @@ module Google
1321
1330
  # Deletes an InspectTemplate.
1322
1331
  # See https://cloud.google.com/dlp/docs/creating-templates to learn more.
1323
1332
  # @param [String] name
1324
- # Resource name of the organization and inspectTemplate to be deleted, for
1333
+ # Required. Resource name of the organization and inspectTemplate to be deleted,
1334
+ # for
1325
1335
  # example `organizations/433245324/inspectTemplates/432452342` or
1326
1336
  # projects/project-id/inspectTemplates/432452342.
1327
1337
  # @param [String] fields
@@ -1354,7 +1364,8 @@ module Google
1354
1364
  # Gets an InspectTemplate.
1355
1365
  # See https://cloud.google.com/dlp/docs/creating-templates to learn more.
1356
1366
  # @param [String] name
1357
- # Resource name of the organization and inspectTemplate to be read, for
1367
+ # Required. Resource name of the organization and inspectTemplate to be read,
1368
+ # for
1358
1369
  # example `organizations/433245324/inspectTemplates/432452342` or
1359
1370
  # projects/project-id/inspectTemplates/432452342.
1360
1371
  # @param [String] fields
@@ -1387,7 +1398,7 @@ module Google
1387
1398
  # Lists InspectTemplates.
1388
1399
  # See https://cloud.google.com/dlp/docs/creating-templates to learn more.
1389
1400
  # @param [String] parent
1390
- # The parent resource name, for example projects/my-project-id or
1401
+ # Required. The parent resource name, for example projects/my-project-id or
1391
1402
  # organizations/my-org-id.
1392
1403
  # @param [String] order_by
1393
1404
  # Optional comma separated list of fields to order by,
@@ -1439,7 +1450,7 @@ module Google
1439
1450
  # Updates the InspectTemplate.
1440
1451
  # See https://cloud.google.com/dlp/docs/creating-templates to learn more.
1441
1452
  # @param [String] name
1442
- # Resource name of organization and inspectTemplate to be updated, for
1453
+ # Required. Resource name of organization and inspectTemplate to be updated, for
1443
1454
  # example `organizations/433245324/inspectTemplates/432452342` or
1444
1455
  # projects/project-id/inspectTemplates/432452342.
1445
1456
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateInspectTemplateRequest] google_privacy_dlp_v2_update_inspect_template_request_object
@@ -1475,7 +1486,7 @@ module Google
1475
1486
  # Activate a job trigger. Causes the immediate execute of a trigger
1476
1487
  # instead of waiting on the trigger event to occur.
1477
1488
  # @param [String] name
1478
- # Resource name of the trigger to activate, for example
1489
+ # Required. Resource name of the trigger to activate, for example
1479
1490
  # `projects/dlp-test-project/jobTriggers/53234423`.
1480
1491
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2ActivateJobTriggerRequest] google_privacy_dlp_v2_activate_job_trigger_request_object
1481
1492
  # @param [String] fields
@@ -1511,7 +1522,7 @@ module Google
1511
1522
  # sensitive information on a set schedule.
1512
1523
  # See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
1513
1524
  # @param [String] parent
1514
- # The parent resource name, for example projects/my-project-id.
1525
+ # Required. The parent resource name, for example projects/my-project-id.
1515
1526
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateJobTriggerRequest] google_privacy_dlp_v2_create_job_trigger_request_object
1516
1527
  # @param [String] fields
1517
1528
  # Selector specifying which fields to include in a partial response.
@@ -1545,7 +1556,7 @@ module Google
1545
1556
  # Deletes a job trigger.
1546
1557
  # See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
1547
1558
  # @param [String] name
1548
- # Resource name of the project and the triggeredJob, for example
1559
+ # Required. Resource name of the project and the triggeredJob, for example
1549
1560
  # `projects/dlp-test-project/jobTriggers/53234423`.
1550
1561
  # @param [String] fields
1551
1562
  # Selector specifying which fields to include in a partial response.
@@ -1577,7 +1588,7 @@ module Google
1577
1588
  # Gets a job trigger.
1578
1589
  # See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
1579
1590
  # @param [String] name
1580
- # Resource name of the project and the triggeredJob, for example
1591
+ # Required. Resource name of the project and the triggeredJob, for example
1581
1592
  # `projects/dlp-test-project/jobTriggers/53234423`.
1582
1593
  # @param [String] fields
1583
1594
  # Selector specifying which fields to include in a partial response.
@@ -1609,7 +1620,7 @@ module Google
1609
1620
  # Lists job triggers.
1610
1621
  # See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
1611
1622
  # @param [String] parent
1612
- # The parent resource name, for example `projects/my-project-id`.
1623
+ # Required. The parent resource name, for example `projects/my-project-id`.
1613
1624
  # @param [String] filter
1614
1625
  # Optional. Allows filtering.
1615
1626
  # Supported syntax:
@@ -1683,7 +1694,7 @@ module Google
1683
1694
  # Updates a job trigger.
1684
1695
  # See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
1685
1696
  # @param [String] name
1686
- # Resource name of the project and the triggeredJob, for example
1697
+ # Required. Resource name of the project and the triggeredJob, for example
1687
1698
  # `projects/dlp-test-project/jobTriggers/53234423`.
1688
1699
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateJobTriggerRequest] google_privacy_dlp_v2_update_job_trigger_request_object
1689
1700
  # @param [String] fields
@@ -1807,7 +1818,7 @@ module Google
1807
1818
  # identification_in_free_text_code_example
1808
1819
  # to learn more.
1809
1820
  # @param [String] parent
1810
- # The parent resource name.
1821
+ # Required. The parent resource name.
1811
1822
  # @param [String] location
1812
1823
  # The geographic location to process content reidentification. Reserved for
1813
1824
  # future extensions.
@@ -1889,7 +1900,7 @@ module Google
1889
1900
  # See https://cloud.google.com/dlp/docs/creating-stored-infotypes to
1890
1901
  # learn more.
1891
1902
  # @param [String] parent
1892
- # The parent resource name, for example projects/my-project-id or
1903
+ # Required. The parent resource name, for example projects/my-project-id or
1893
1904
  # organizations/my-org-id.
1894
1905
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateStoredInfoTypeRequest] google_privacy_dlp_v2_create_stored_info_type_request_object
1895
1906
  # @param [String] fields
@@ -1925,7 +1936,8 @@ module Google
1925
1936
  # See https://cloud.google.com/dlp/docs/creating-stored-infotypes to
1926
1937
  # learn more.
1927
1938
  # @param [String] name
1928
- # Resource name of the organization and storedInfoType to be deleted, for
1939
+ # Required. Resource name of the organization and storedInfoType to be deleted,
1940
+ # for
1929
1941
  # example `organizations/433245324/storedInfoTypes/432452342` or
1930
1942
  # projects/project-id/storedInfoTypes/432452342.
1931
1943
  # @param [String] fields
@@ -1959,7 +1971,7 @@ module Google
1959
1971
  # See https://cloud.google.com/dlp/docs/creating-stored-infotypes to
1960
1972
  # learn more.
1961
1973
  # @param [String] name
1962
- # Resource name of the organization and storedInfoType to be read, for
1974
+ # Required. Resource name of the organization and storedInfoType to be read, for
1963
1975
  # example `organizations/433245324/storedInfoTypes/432452342` or
1964
1976
  # projects/project-id/storedInfoTypes/432452342.
1965
1977
  # @param [String] fields
@@ -1993,7 +2005,7 @@ module Google
1993
2005
  # See https://cloud.google.com/dlp/docs/creating-stored-infotypes to
1994
2006
  # learn more.
1995
2007
  # @param [String] parent
1996
- # The parent resource name, for example projects/my-project-id or
2008
+ # Required. The parent resource name, for example projects/my-project-id or
1997
2009
  # organizations/my-org-id.
1998
2010
  # @param [String] order_by
1999
2011
  # Optional comma separated list of fields to order by,
@@ -2048,7 +2060,7 @@ module Google
2048
2060
  # See https://cloud.google.com/dlp/docs/creating-stored-infotypes to
2049
2061
  # learn more.
2050
2062
  # @param [String] name
2051
- # Resource name of organization and storedInfoType to be updated, for
2063
+ # Required. Resource name of organization and storedInfoType to be updated, for
2052
2064
  # example `organizations/433245324/storedInfoTypes/432452342` or
2053
2065
  # projects/project-id/storedInfoTypes/432452342.
2054
2066
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateStoredInfoTypeRequest] google_privacy_dlp_v2_update_stored_info_type_request_object