@@ -2733,9 +2733,7 @@ public final UnaryCallable<UpdateJobTriggerRequest, JobTrigger> updateJobTrigger
2733
2733
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2734
2734
/**
2735
2735
* Inspect hybrid content and store findings to a trigger. The inspection will be processed
2736
- * asynchronously. To review the findings monitor the jobs within the trigger. Early access
2737
- * feature is in a pre-release state and might change or have limited support. For more
2738
- * information, see https://cloud.google.com/products#product-launch-stages.
2736
+ * asynchronously. To review the findings monitor the jobs within the trigger.
2739
2737
*
2740
2738
* <p>Sample code:
2741
2739
*
@@ -2761,9 +2759,7 @@ public final HybridInspectResponse hybridInspectJobTrigger(JobTriggerName name)
2761
2759
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2762
2760
/**
2763
2761
* Inspect hybrid content and store findings to a trigger. The inspection will be processed
2764
- * asynchronously. To review the findings monitor the jobs within the trigger. Early access
2765
- * feature is in a pre-release state and might change or have limited support. For more
2766
- * information, see https://cloud.google.com/products#product-launch-stages.
2762
+ * asynchronously. To review the findings monitor the jobs within the trigger.
2767
2763
*
2768
2764
* <p>Sample code:
2769
2765
*
@@ -2787,9 +2783,7 @@ public final HybridInspectResponse hybridInspectJobTrigger(String name) {
2787
2783
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2788
2784
/**
2789
2785
* Inspect hybrid content and store findings to a trigger. The inspection will be processed
2790
- * asynchronously. To review the findings monitor the jobs within the trigger. Early access
2791
- * feature is in a pre-release state and might change or have limited support. For more
2792
- * information, see https://cloud.google.com/products#product-launch-stages.
2786
+ * asynchronously. To review the findings monitor the jobs within the trigger.
2793
2787
*
2794
2788
* <p>Sample code:
2795
2789
*
@@ -2816,9 +2810,7 @@ public final HybridInspectResponse hybridInspectJobTrigger(
2816
2810
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2817
2811
/**
2818
2812
* Inspect hybrid content and store findings to a trigger. The inspection will be processed
2819
- * asynchronously. To review the findings monitor the jobs within the trigger. Early access
2820
- * feature is in a pre-release state and might change or have limited support. For more
2821
- * information, see https://cloud.google.com/products#product-launch-stages.
2813
+ * asynchronously. To review the findings monitor the jobs within the trigger.
2822
2814
*
2823
2815
* <p>Sample code:
2824
2816
*
@@ -3051,6 +3043,7 @@ public final ListJobTriggersPagedResponse listJobTriggers(String parent) {
3051
3043
* .setPageSize(883849137)
3052
3044
* .setOrderBy("orderBy-1207110587")
3053
3045
* .setFilter("filter-1274492040")
3046
+ * .setType(DlpJobType.forNumber(0))
3054
3047
* .setLocationId("locationId1541836720")
3055
3048
* .build();
3056
3049
* for (JobTrigger element : dlpServiceClient.listJobTriggers(request).iterateAll()) {
@@ -3081,6 +3074,7 @@ public final ListJobTriggersPagedResponse listJobTriggers(ListJobTriggersRequest
3081
3074
* .setPageSize(883849137)
3082
3075
* .setOrderBy("orderBy-1207110587")
3083
3076
* .setFilter("filter-1274492040")
3077
+ * .setType(DlpJobType.forNumber(0))
3084
3078
* .setLocationId("locationId1541836720")
3085
3079
* .build();
3086
3080
* ApiFuture<JobTrigger> future =
@@ -3112,6 +3106,7 @@ public final ListJobTriggersPagedResponse listJobTriggers(ListJobTriggersRequest
3112
3106
* .setPageSize(883849137)
3113
3107
* .setOrderBy("orderBy-1207110587")
3114
3108
* .setFilter("filter-1274492040")
3109
+ * .setType(DlpJobType.forNumber(0))
3115
3110
* .setLocationId("locationId1541836720")
3116
3111
* .build();
3117
3112
* while (true) {
@@ -3309,7 +3304,7 @@ public final UnaryCallable<ActivateJobTriggerRequest, DlpJob> activateJobTrigger
3309
3304
* <p>The following example `parent` string specifies a parent project with the identifier
3310
3305
* `example-project`, and specifies the `europe-west3` location for processing data:
3311
3306
* <p>parent=projects/example-project/locations/europe-west3
3312
- * @param inspectJob Set to control what and how to inspect .
3307
+ * @param inspectJob An inspection job scans a storage repository for InfoTypes .
3313
3308
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
3314
3309
*/
3315
3310
public final DlpJob createDlpJob (LocationName parent , InspectJobConfig inspectJob ) {
@@ -3351,7 +3346,8 @@ public final DlpJob createDlpJob(LocationName parent, InspectJobConfig inspectJo
3351
3346
* <p>The following example `parent` string specifies a parent project with the identifier
3352
3347
* `example-project`, and specifies the `europe-west3` location for processing data:
3353
3348
* <p>parent=projects/example-project/locations/europe-west3
3354
- * @param riskJob Set to choose what metric to calculate.
3349
+ * @param riskJob A risk analysis job calculates re-identification risk metrics for a BigQuery
3350
+ * table.
3355
3351
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
3356
3352
*/
3357
3353
public final DlpJob createDlpJob (LocationName parent , RiskAnalysisJobConfig riskJob ) {
@@ -3393,7 +3389,7 @@ public final DlpJob createDlpJob(LocationName parent, RiskAnalysisJobConfig risk
3393
3389
* <p>The following example `parent` string specifies a parent project with the identifier
3394
3390
* `example-project`, and specifies the `europe-west3` location for processing data:
3395
3391
* <p>parent=projects/example-project/locations/europe-west3
3396
- * @param inspectJob Set to control what and how to inspect .
3392
+ * @param inspectJob An inspection job scans a storage repository for InfoTypes .
3397
3393
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
3398
3394
*/
3399
3395
public final DlpJob createDlpJob (ProjectName parent , InspectJobConfig inspectJob ) {
@@ -3435,7 +3431,8 @@ public final DlpJob createDlpJob(ProjectName parent, InspectJobConfig inspectJob
3435
3431
* <p>The following example `parent` string specifies a parent project with the identifier
3436
3432
* `example-project`, and specifies the `europe-west3` location for processing data:
3437
3433
* <p>parent=projects/example-project/locations/europe-west3
3438
- * @param riskJob Set to choose what metric to calculate.
3434
+ * @param riskJob A risk analysis job calculates re-identification risk metrics for a BigQuery
3435
+ * table.
3439
3436
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
3440
3437
*/
3441
3438
public final DlpJob createDlpJob (ProjectName parent , RiskAnalysisJobConfig riskJob ) {
@@ -3477,7 +3474,7 @@ public final DlpJob createDlpJob(ProjectName parent, RiskAnalysisJobConfig riskJ
3477
3474
* <p>The following example `parent` string specifies a parent project with the identifier
3478
3475
* `example-project`, and specifies the `europe-west3` location for processing data:
3479
3476
* <p>parent=projects/example-project/locations/europe-west3
3480
- * @param inspectJob Set to control what and how to inspect .
3477
+ * @param inspectJob An inspection job scans a storage repository for InfoTypes .
3481
3478
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
3482
3479
*/
3483
3480
public final DlpJob createDlpJob (String parent , InspectJobConfig inspectJob ) {
@@ -3516,7 +3513,8 @@ public final DlpJob createDlpJob(String parent, InspectJobConfig inspectJob) {
3516
3513
* <p>The following example `parent` string specifies a parent project with the identifier
3517
3514
* `example-project`, and specifies the `europe-west3` location for processing data:
3518
3515
* <p>parent=projects/example-project/locations/europe-west3
3519
- * @param riskJob Set to choose what metric to calculate.
3516
+ * @param riskJob A risk analysis job calculates re-identification risk metrics for a BigQuery
3517
+ * table.
3520
3518
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
3521
3519
*/
3522
3520
public final DlpJob createDlpJob (String parent , RiskAnalysisJobConfig riskJob ) {
@@ -4976,10 +4974,8 @@ public final UnaryCallable<DeleteStoredInfoTypeRequest, Empty> deleteStoredInfoT
4976
4974
4977
4975
// AUTO-GENERATED DOCUMENTATION AND METHOD.
4978
4976
/**
4979
- * Inspect hybrid content and store findings to a job. To review the findings inspect the job.
4980
- * Inspection will occur asynchronously. Early access feature is in a pre-release state and might
4981
- * change or have limited support. For more information, see
4982
- * https://cloud.google.com/products#product-launch-stages.
4977
+ * Inspect hybrid content and store findings to a job. To review the findings, inspect the job.
4978
+ * Inspection will occur asynchronously.
4983
4979
*
4984
4980
* <p>Sample code:
4985
4981
*
@@ -5004,10 +5000,8 @@ public final HybridInspectResponse hybridInspectDlpJob(DlpJobName name) {
5004
5000
5005
5001
// AUTO-GENERATED DOCUMENTATION AND METHOD.
5006
5002
/**
5007
- * Inspect hybrid content and store findings to a job. To review the findings inspect the job.
5008
- * Inspection will occur asynchronously. Early access feature is in a pre-release state and might
5009
- * change or have limited support. For more information, see
5010
- * https://cloud.google.com/products#product-launch-stages.
5003
+ * Inspect hybrid content and store findings to a job. To review the findings, inspect the job.
5004
+ * Inspection will occur asynchronously.
5011
5005
*
5012
5006
* <p>Sample code:
5013
5007
*
@@ -5030,10 +5024,8 @@ public final HybridInspectResponse hybridInspectDlpJob(String name) {
5030
5024
5031
5025
// AUTO-GENERATED DOCUMENTATION AND METHOD.
5032
5026
/**
5033
- * Inspect hybrid content and store findings to a job. To review the findings inspect the job.
5034
- * Inspection will occur asynchronously. Early access feature is in a pre-release state and might
5035
- * change or have limited support. For more information, see
5036
- * https://cloud.google.com/products#product-launch-stages.
5027
+ * Inspect hybrid content and store findings to a job. To review the findings, inspect the job.
5028
+ * Inspection will occur asynchronously.
5037
5029
*
5038
5030
* <p>Sample code:
5039
5031
*
@@ -5057,10 +5049,8 @@ public final HybridInspectResponse hybridInspectDlpJob(HybridInspectDlpJobReques
5057
5049
5058
5050
// AUTO-GENERATED DOCUMENTATION AND METHOD.
5059
5051
/**
5060
- * Inspect hybrid content and store findings to a job. To review the findings inspect the job.
5061
- * Inspection will occur asynchronously. Early access feature is in a pre-release state and might
5062
- * change or have limited support. For more information, see
5063
- * https://cloud.google.com/products#product-launch-stages.
5052
+ * Inspect hybrid content and store findings to a job. To review the findings, inspect the job.
5053
+ * Inspection will occur asynchronously.
5064
5054
*
5065
5055
* <p>Sample code:
5066
5056
*
@@ -5086,9 +5076,7 @@ public final HybridInspectResponse hybridInspectDlpJob(HybridInspectDlpJobReques
5086
5076
// AUTO-GENERATED DOCUMENTATION AND METHOD.
5087
5077
/**
5088
5078
* Finish a running hybrid DlpJob. Triggers the finalization steps and running of any enabled
5089
- * actions that have not yet run. Early access feature is in a pre-release state and might change
5090
- * or have limited support. For more information, see
5091
- * https://cloud.google.com/products#product-launch-stages.
5079
+ * actions that have not yet run.
5092
5080
*
5093
5081
* <p>Sample code:
5094
5082
*
@@ -5112,9 +5100,7 @@ public final void finishDlpJob(FinishDlpJobRequest request) {
5112
5100
// AUTO-GENERATED DOCUMENTATION AND METHOD.
5113
5101
/**
5114
5102
* Finish a running hybrid DlpJob. Triggers the finalization steps and running of any enabled
5115
- * actions that have not yet run. Early access feature is in a pre-release state and might change
5116
- * or have limited support. For more information, see
5117
- * https://cloud.google.com/products#product-launch-stages.
5103
+ * actions that have not yet run.
5118
5104
*
5119
5105
* <p>Sample code:
5120
5106
*
0 commit comments