@@ -3420,7 +3420,7 @@ public Get set(String parameterName, Object value) {
3420
3420
* This request holds the parameters needed by the dlp server. After setting any optional
3421
3421
* parameters, call the {@link List#execute()} method to invoke the remote operation.
3422
3422
*
3423
- * @param parent Required. Resource name of the organization or project, for example
3423
+ * @param parent Required. Resource name of the organization or project, for example,
3424
3424
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
3425
3425
* @return the request
3426
3426
*/
@@ -3448,7 +3448,7 @@ public class List extends DLPRequest<com.google.api.services.dlp.v2.model.Google
3448
3448
* List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
3449
3449
* called to initialize this instance immediately after invoking the constructor. </p>
3450
3450
*
3451
- * @param parent Required. Resource name of the organization or project, for example
3451
+ * @param parent Required. Resource name of the organization or project, for example,
3452
3452
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
3453
3453
* @since 1.13
3454
3454
*/
@@ -3528,21 +3528,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
3528
3528
}
3529
3529
3530
3530
/**
3531
- * Required. Resource name of the organization or project, for example
3531
+ * Required. Resource name of the organization or project, for example,
3532
3532
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
3533
3533
*/
3534
3534
@com.google.api.client.util.Key
3535
3535
private java.lang.String parent;
3536
3536
3537
- /** Required. Resource name of the organization or project, for example
3537
+ /** Required. Resource name of the organization or project, for example,
3538
3538
`organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
3539
3539
*/
3540
3540
public java.lang.String getParent() {
3541
3541
return parent;
3542
3542
}
3543
3543
3544
3544
/**
3545
- * Required. Resource name of the organization or project, for example
3545
+ * Required. Resource name of the organization or project, for example,
3546
3546
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
3547
3547
*/
3548
3548
public List setParent(java.lang.String parent) {
@@ -3762,7 +3762,7 @@ public Patch set(String parameterName, Object value) {
3762
3762
* This request holds the parameters needed by the dlp server. After setting any optional
3763
3763
* parameters, call the {@link Search#execute()} method to invoke the remote operation.
3764
3764
*
3765
- * @param parent Required. Resource name of the organization or project with a wildcard location, for example
3765
+ * @param parent Required. Resource name of the organization or project with a wildcard location, for example,
3766
3766
* `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
3767
3767
* @return the request
3768
3768
*/
@@ -3789,7 +3789,7 @@ public class Search extends DLPRequest<com.google.api.services.dlp.v2.model.Goog
3789
3789
* Search#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
3790
3790
* be called to initialize this instance immediately after invoking the constructor. </p>
3791
3791
*
3792
- * @param parent Required. Resource name of the organization or project with a wildcard location, for example
3792
+ * @param parent Required. Resource name of the organization or project with a wildcard location, for example,
3793
3793
* `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
3794
3794
* @since 1.13
3795
3795
*/
@@ -3870,12 +3870,12 @@ public Search setUploadProtocol(java.lang.String uploadProtocol) {
3870
3870
3871
3871
/**
3872
3872
* Required. Resource name of the organization or project with a wildcard location, for
3873
- * example `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
3873
+ * example, `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
3874
3874
*/
3875
3875
@com.google.api.client.util.Key
3876
3876
private java.lang.String parent;
3877
3877
3878
- /** Required. Resource name of the organization or project with a wildcard location, for example
3878
+ /** Required. Resource name of the organization or project with a wildcard location, for example,
3879
3879
`organizations/433245324/locations/-` or `projects/project-id/locations/-`.
3880
3880
*/
3881
3881
public java.lang.String getParent() {
@@ -3884,7 +3884,7 @@ public java.lang.String getParent() {
3884
3884
3885
3885
/**
3886
3886
* Required. Resource name of the organization or project with a wildcard location, for
3887
- * example `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
3887
+ * example, `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
3888
3888
*/
3889
3889
public Search setParent(java.lang.String parent) {
3890
3890
if (!getSuppressPatternChecks()) {
@@ -17056,7 +17056,7 @@ public Get set(String parameterName, Object value) {
17056
17056
* This request holds the parameters needed by the dlp server. After setting any optional
17057
17057
* parameters, call the {@link List#execute()} method to invoke the remote operation.
17058
17058
*
17059
- * @param parent Required. Resource name of the organization or project, for example
17059
+ * @param parent Required. Resource name of the organization or project, for example,
17060
17060
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
17061
17061
* @return the request
17062
17062
*/
@@ -17084,7 +17084,7 @@ public class List extends DLPRequest<com.google.api.services.dlp.v2.model.Google
17084
17084
* List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
17085
17085
* called to initialize this instance immediately after invoking the constructor. </p>
17086
17086
*
17087
- * @param parent Required. Resource name of the organization or project, for example
17087
+ * @param parent Required. Resource name of the organization or project, for example,
17088
17088
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
17089
17089
* @since 1.13
17090
17090
*/
@@ -17164,21 +17164,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
17164
17164
}
17165
17165
17166
17166
/**
17167
- * Required. Resource name of the organization or project, for example
17167
+ * Required. Resource name of the organization or project, for example,
17168
17168
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
17169
17169
*/
17170
17170
@com.google.api.client.util.Key
17171
17171
private java.lang.String parent;
17172
17172
17173
- /** Required. Resource name of the organization or project, for example
17173
+ /** Required. Resource name of the organization or project, for example,
17174
17174
`organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
17175
17175
*/
17176
17176
public java.lang.String getParent() {
17177
17177
return parent;
17178
17178
}
17179
17179
17180
17180
/**
17181
- * Required. Resource name of the organization or project, for example
17181
+ * Required. Resource name of the organization or project, for example,
17182
17182
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
17183
17183
*/
17184
17184
public List setParent(java.lang.String parent) {
@@ -17398,7 +17398,7 @@ public Patch set(String parameterName, Object value) {
17398
17398
* This request holds the parameters needed by the dlp server. After setting any optional
17399
17399
* parameters, call the {@link Search#execute()} method to invoke the remote operation.
17400
17400
*
17401
- * @param parent Required. Resource name of the organization or project with a wildcard location, for example
17401
+ * @param parent Required. Resource name of the organization or project with a wildcard location, for example,
17402
17402
* `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
17403
17403
* @return the request
17404
17404
*/
@@ -17425,7 +17425,7 @@ public class Search extends DLPRequest<com.google.api.services.dlp.v2.model.Goog
17425
17425
* Search#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
17426
17426
* be called to initialize this instance immediately after invoking the constructor. </p>
17427
17427
*
17428
- * @param parent Required. Resource name of the organization or project with a wildcard location, for example
17428
+ * @param parent Required. Resource name of the organization or project with a wildcard location, for example,
17429
17429
* `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
17430
17430
* @since 1.13
17431
17431
*/
@@ -17506,12 +17506,12 @@ public Search setUploadProtocol(java.lang.String uploadProtocol) {
17506
17506
17507
17507
/**
17508
17508
* Required. Resource name of the organization or project with a wildcard location, for
17509
- * example `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
17509
+ * example, `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
17510
17510
*/
17511
17511
@com.google.api.client.util.Key
17512
17512
private java.lang.String parent;
17513
17513
17514
- /** Required. Resource name of the organization or project with a wildcard location, for example
17514
+ /** Required. Resource name of the organization or project with a wildcard location, for example,
17515
17515
`organizations/433245324/locations/-` or `projects/project-id/locations/-`.
17516
17516
*/
17517
17517
public java.lang.String getParent() {
@@ -17520,7 +17520,7 @@ public java.lang.String getParent() {
17520
17520
17521
17521
/**
17522
17522
* Required. Resource name of the organization or project with a wildcard location, for
17523
- * example `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
17523
+ * example, `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
17524
17524
*/
17525
17525
public Search setParent(java.lang.String parent) {
17526
17526
if (!getSuppressPatternChecks()) {
0 commit comments