Skip to content

Commit 82a1a39

Browse files
docs: correct the links for parent fields (#541)
* docs: correct the links for parent fields PiperOrigin-RevId: 332061108 Source-Author: Google APIs <[email protected]> Source-Date: Wed Sep 16 12:21:28 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: f0d92d22e675c93125f8a7abd10dc01b891c3bcf Source-Link: googleapis/googleapis@f0d92d2
1 parent 2463bf7 commit 82a1a39

File tree

3 files changed

+53
-33
lines changed

3 files changed

+53
-33
lines changed

packages/google-privacy-dlp/protos/google/privacy/dlp/v2/dlp.proto

+21-13
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,8 @@ message RedactImageRequest {
11571157
// Parent resource name.
11581158
//
11591159
// The format of this value varies depending on whether you have [specified a
1160-
// processing location](https://cloud.google.com/dlp/docs/specifying-location):
1160+
// processing
1161+
// location](https://cloud.google.com/dlp/docs/specifying-location):
11611162
//
11621163
// + Projects scope, location specified:<br/>
11631164
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -1221,7 +1222,8 @@ message DeidentifyContentRequest {
12211222
// Parent resource name.
12221223
//
12231224
// The format of this value varies depending on whether you have [specified a
1224-
// processing location](https://cloud.google.com/dlp/docs/specifying-location):
1225+
// processing
1226+
// location](https://cloud.google.com/dlp/docs/specifying-location):
12251227
//
12261228
// + Projects scope, location specified:<br/>
12271229
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -1282,7 +1284,8 @@ message ReidentifyContentRequest {
12821284
// Required. Parent resource name.
12831285
//
12841286
// The format of this value varies depending on whether you have [specified a
1285-
// processing location](https://cloud.google.com/dlp/docs/specifying-location):
1287+
// processing
1288+
// location](https://cloud.google.com/dlp/docs/specifying-location):
12861289
//
12871290
// + Projects scope, location specified:<br/>
12881291
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -1353,7 +1356,8 @@ message InspectContentRequest {
13531356
// Parent resource name.
13541357
//
13551358
// The format of this value varies depending on whether you have [specified a
1356-
// processing location](https://cloud.google.com/dlp/docs/specifying-location):
1359+
// processing
1360+
// location](https://cloud.google.com/dlp/docs/specifying-location):
13571361
//
13581362
// + Projects scope, location specified:<br/>
13591363
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -3161,7 +3165,7 @@ message CreateInspectTemplateRequest {
31613165

31623166
// The template id can contain uppercase and lowercase letters,
31633167
// numbers, and hyphens; that is, it must match the regular
3164-
// expression: `[a-zA-Z\\d-_]+`. The maximum length is 100
3168+
// expression: `[a-zA-Z\d-_]+`. The maximum length is 100
31653169
// characters. Can be empty to allow the system to generate one.
31663170
string template_id = 3;
31673171

@@ -3285,7 +3289,8 @@ message CreateJobTriggerRequest {
32853289
// Required. Parent resource name.
32863290
//
32873291
// The format of this value varies depending on whether you have [specified a
3288-
// processing location](https://cloud.google.com/dlp/docs/specifying-location):
3292+
// processing
3293+
// location](https://cloud.google.com/dlp/docs/specifying-location):
32893294
//
32903295
// + Projects scope, location specified:<br/>
32913296
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -3309,7 +3314,7 @@ message CreateJobTriggerRequest {
33093314

33103315
// The trigger id can contain uppercase and lowercase letters,
33113316
// numbers, and hyphens; that is, it must match the regular
3312-
// expression: `[a-zA-Z\\d-_]+`. The maximum length is 100
3317+
// expression: `[a-zA-Z\d-_]+`. The maximum length is 100
33133318
// characters. Can be empty to allow the system to generate one.
33143319
string trigger_id = 3;
33153320

@@ -3366,7 +3371,8 @@ message CreateDlpJobRequest {
33663371
// Required. Parent resource name.
33673372
//
33683373
// The format of this value varies depending on whether you have [specified a
3369-
// processing location](https://cloud.google.com/dlp/docs/specifying-location):
3374+
// processing
3375+
// location](https://cloud.google.com/dlp/docs/specifying-location):
33703376
//
33713377
// + Projects scope, location specified:<br/>
33723378
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -3396,7 +3402,7 @@ message CreateDlpJobRequest {
33963402

33973403
// The job id can contain uppercase and lowercase letters,
33983404
// numbers, and hyphens; that is, it must match the regular
3399-
// expression: `[a-zA-Z\\d-_]+`. The maximum length is 100
3405+
// expression: `[a-zA-Z\d-_]+`. The maximum length is 100
34003406
// characters. Can be empty to allow the system to generate one.
34013407
string job_id = 4;
34023408

@@ -3409,7 +3415,8 @@ message ListJobTriggersRequest {
34093415
// Required. Parent resource name.
34103416
//
34113417
// The format of this value varies depending on whether you have [specified a
3412-
// processing location](https://cloud.google.com/dlp/docs/specifying-location):
3418+
// processing
3419+
// location](https://cloud.google.com/dlp/docs/specifying-location):
34133420
//
34143421
// + Projects scope, location specified:<br/>
34153422
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -3608,7 +3615,8 @@ message ListDlpJobsRequest {
36083615
// Required. Parent resource name.
36093616
//
36103617
// The format of this value varies depending on whether you have [specified a
3611-
// processing location](https://cloud.google.com/dlp/docs/specifying-location):
3618+
// processing
3619+
// location](https://cloud.google.com/dlp/docs/specifying-location):
36123620
//
36133621
// + Projects scope, location specified:<br/>
36143622
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -3761,7 +3769,7 @@ message CreateDeidentifyTemplateRequest {
37613769

37623770
// The template id can contain uppercase and lowercase letters,
37633771
// numbers, and hyphens; that is, it must match the regular
3764-
// expression: `[a-zA-Z\\d-_]+`. The maximum length is 100
3772+
// expression: `[a-zA-Z\d-_]+`. The maximum length is 100
37653773
// characters. Can be empty to allow the system to generate one.
37663774
string template_id = 3;
37673775

@@ -4030,7 +4038,7 @@ message CreateStoredInfoTypeRequest {
40304038

40314039
// The storedInfoType ID can contain uppercase and lowercase letters,
40324040
// numbers, and hyphens; that is, it must match the regular
4033-
// expression: `[a-zA-Z\\d-_]+`. The maximum length is 100
4041+
// expression: `[a-zA-Z\d-_]+`. The maximum length is 100
40344042
// characters. Can be empty to allow the system to generate one.
40354043
string stored_info_type_id = 3;
40364044

packages/google-privacy-dlp/src/v2/dlp_service_client.ts

+29-17
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@ export class DlpServiceClient {
463463
* Parent resource name.
464464
*
465465
* The format of this value varies depending on whether you have [specified a
466-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
466+
* processing
467+
* location](https://cloud.google.com/dlp/docs/specifying-location):
467468
*
468469
* + Projects scope, location specified:<br/>
469470
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -579,7 +580,8 @@ export class DlpServiceClient {
579580
* Parent resource name.
580581
*
581582
* The format of this value varies depending on whether you have [specified a
582-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
583+
* processing
584+
* location](https://cloud.google.com/dlp/docs/specifying-location):
583585
*
584586
* + Projects scope, location specified:<br/>
585587
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -691,7 +693,8 @@ export class DlpServiceClient {
691693
* Parent resource name.
692694
*
693695
* The format of this value varies depending on whether you have [specified a
694-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
696+
* processing
697+
* location](https://cloud.google.com/dlp/docs/specifying-location):
695698
*
696699
* + Projects scope, location specified:<br/>
697700
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -814,7 +817,8 @@ export class DlpServiceClient {
814817
* Required. Parent resource name.
815818
*
816819
* The format of this value varies depending on whether you have [specified a
817-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
820+
* processing
821+
* location](https://cloud.google.com/dlp/docs/specifying-location):
818822
*
819823
* + Projects scope, location specified:<br/>
820824
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -1064,7 +1068,7 @@ export class DlpServiceClient {
10641068
* @param {string} request.templateId
10651069
* The template id can contain uppercase and lowercase letters,
10661070
* numbers, and hyphens; that is, it must match the regular
1067-
* expression: `[a-zA-Z\\d-_]+`. The maximum length is 100
1071+
* expression: `[a-zA-Z\d-_]+`. The maximum length is 100
10681072
* characters. Can be empty to allow the system to generate one.
10691073
* @param {string} request.locationId
10701074
* Deprecated. This field has no effect.
@@ -1460,7 +1464,7 @@ export class DlpServiceClient {
14601464
* @param {string} request.templateId
14611465
* The template id can contain uppercase and lowercase letters,
14621466
* numbers, and hyphens; that is, it must match the regular
1463-
* expression: `[a-zA-Z\\d-_]+`. The maximum length is 100
1467+
* expression: `[a-zA-Z\d-_]+`. The maximum length is 100
14641468
* characters. Can be empty to allow the system to generate one.
14651469
* @param {string} request.locationId
14661470
* Deprecated. This field has no effect.
@@ -1844,7 +1848,8 @@ export class DlpServiceClient {
18441848
* Required. Parent resource name.
18451849
*
18461850
* The format of this value varies depending on whether you have [specified a
1847-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
1851+
* processing
1852+
* location](https://cloud.google.com/dlp/docs/specifying-location):
18481853
*
18491854
* + Projects scope, location specified:<br/>
18501855
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -1861,7 +1866,7 @@ export class DlpServiceClient {
18611866
* @param {string} request.triggerId
18621867
* The trigger id can contain uppercase and lowercase letters,
18631868
* numbers, and hyphens; that is, it must match the regular
1864-
* expression: `[a-zA-Z\\d-_]+`. The maximum length is 100
1869+
* expression: `[a-zA-Z\d-_]+`. The maximum length is 100
18651870
* characters. Can be empty to allow the system to generate one.
18661871
* @param {string} request.locationId
18671872
* Deprecated. This field has no effect.
@@ -2399,7 +2404,8 @@ export class DlpServiceClient {
23992404
* Required. Parent resource name.
24002405
*
24012406
* The format of this value varies depending on whether you have [specified a
2402-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
2407+
* processing
2408+
* location](https://cloud.google.com/dlp/docs/specifying-location):
24032409
*
24042410
* + Projects scope, location specified:<br/>
24052411
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -2418,7 +2424,7 @@ export class DlpServiceClient {
24182424
* @param {string} request.jobId
24192425
* The job id can contain uppercase and lowercase letters,
24202426
* numbers, and hyphens; that is, it must match the regular
2421-
* expression: `[a-zA-Z\\d-_]+`. The maximum length is 100
2427+
* expression: `[a-zA-Z\d-_]+`. The maximum length is 100
24222428
* characters. Can be empty to allow the system to generate one.
24232429
* @param {string} request.locationId
24242430
* Deprecated. This field has no effect.
@@ -2782,7 +2788,7 @@ export class DlpServiceClient {
27822788
* @param {string} request.storedInfoTypeId
27832789
* The storedInfoType ID can contain uppercase and lowercase letters,
27842790
* numbers, and hyphens; that is, it must match the regular
2785-
* expression: `[a-zA-Z\\d-_]+`. The maximum length is 100
2791+
* expression: `[a-zA-Z\d-_]+`. The maximum length is 100
27862792
* characters. Can be empty to allow the system to generate one.
27872793
* @param {string} request.locationId
27882794
* Deprecated. This field has no effect.
@@ -3946,7 +3952,8 @@ export class DlpServiceClient {
39463952
* Required. Parent resource name.
39473953
*
39483954
* The format of this value varies depending on whether you have [specified a
3949-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
3955+
* processing
3956+
* location](https://cloud.google.com/dlp/docs/specifying-location):
39503957
*
39513958
* + Projects scope, location specified:<br/>
39523959
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -4087,7 +4094,8 @@ export class DlpServiceClient {
40874094
* Required. Parent resource name.
40884095
*
40894096
* The format of this value varies depending on whether you have [specified a
4090-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
4097+
* processing
4098+
* location](https://cloud.google.com/dlp/docs/specifying-location):
40914099
*
40924100
* + Projects scope, location specified:<br/>
40934101
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -4186,7 +4194,8 @@ export class DlpServiceClient {
41864194
* Required. Parent resource name.
41874195
*
41884196
* The format of this value varies depending on whether you have [specified a
4189-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
4197+
* processing
4198+
* location](https://cloud.google.com/dlp/docs/specifying-location):
41904199
*
41914200
* + Projects scope, location specified:<br/>
41924201
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -4312,7 +4321,8 @@ export class DlpServiceClient {
43124321
* Required. Parent resource name.
43134322
*
43144323
* The format of this value varies depending on whether you have [specified a
4315-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
4324+
* processing
4325+
* location](https://cloud.google.com/dlp/docs/specifying-location):
43164326
*
43174327
* + Projects scope, location specified:<br/>
43184328
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -4453,7 +4463,8 @@ export class DlpServiceClient {
44534463
* Required. Parent resource name.
44544464
*
44554465
* The format of this value varies depending on whether you have [specified a
4456-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
4466+
* processing
4467+
* location](https://cloud.google.com/dlp/docs/specifying-location):
44574468
*
44584469
* + Projects scope, location specified:<br/>
44594470
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
@@ -4554,7 +4565,8 @@ export class DlpServiceClient {
45544565
* Required. Parent resource name.
45554566
*
45564567
* The format of this value varies depending on whether you have [specified a
4557-
* processing location](https://cloud.google.com/dlp/docs/specifying-location):
4568+
* processing
4569+
* location](https://cloud.google.com/dlp/docs/specifying-location):
45584570
*
45594571
* + Projects scope, location specified:<br/>
45604572
* `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>

packages/google-privacy-dlp/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-dlp.git",
7-
"sha": "5f58478d337beb4aabfa874087dafe477a644984"
7+
"sha": "16a39f10399570c31ca566392a1f5ffa50040fd7"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "1ee015d872d003637eb47b890930bf3d0d410c61",
15-
"internalRef": "329758805"
14+
"sha": "f0d92d22e675c93125f8a7abd10dc01b891c3bcf",
15+
"internalRef": "332061108"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)