From 9a10739284127974c669bd3580ebe29a8f8316a4 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 9 Sep 2020 11:42:04 -0700 Subject: [PATCH] docs: expand parent field format, and BigQuery sampling options. Also describing which transformations are allowed for ReidentifyContent API calls, and the custom alphabet allowed for format-preserving encryption (FPE). (#266) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/d0ce2df9-8f3a-4426-8c51-a99c5488fe81/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 329758805 Source-Link: https://github.com/googleapis/googleapis/commit/1ee015d872d003637eb47b890930bf3d0d410c61 --- .../google/cloud/dlp/v2/DlpServiceClient.java | 754 ++++++++++++++---- .../privacy/dlp/v2/BigQueryOptions.java | 14 +- .../v2/CreateDeidentifyTemplateRequest.java | 133 ++- ...ateDeidentifyTemplateRequestOrBuilder.java | 38 +- .../privacy/dlp/v2/CreateDlpJobRequest.java | 84 +- .../dlp/v2/CreateDlpJobRequestOrBuilder.java | 24 +- .../dlp/v2/CreateInspectTemplateRequest.java | 133 ++- ...CreateInspectTemplateRequestOrBuilder.java | 38 +- .../dlp/v2/CreateJobTriggerRequest.java | 84 +- .../v2/CreateJobTriggerRequestOrBuilder.java | 24 +- .../dlp/v2/CreateStoredInfoTypeRequest.java | 133 ++- .../CreateStoredInfoTypeRequestOrBuilder.java | 38 +- .../dlp/v2/CryptoReplaceFfxFpeConfig.java | 21 + .../CryptoReplaceFfxFpeConfigOrBuilder.java | 6 + .../dlp/v2/DeidentifyContentRequest.java | 84 +- .../v2/DeidentifyContentRequestOrBuilder.java | 24 +- .../com/google/privacy/dlp/v2/InfoType.java | 28 +- .../privacy/dlp/v2/InfoTypeOrBuilder.java | 8 +- .../privacy/dlp/v2/InspectContentRequest.java | 84 +- .../v2/InspectContentRequestOrBuilder.java | 24 +- .../v2/ListDeidentifyTemplatesRequest.java | 133 ++- ...stDeidentifyTemplatesRequestOrBuilder.java | 38 +- .../privacy/dlp/v2/ListDlpJobsRequest.java | 84 +- .../dlp/v2/ListDlpJobsRequestOrBuilder.java | 24 +- .../privacy/dlp/v2/ListInfoTypesRequest.java | 21 +- .../dlp/v2/ListInfoTypesRequestOrBuilder.java | 6 +- .../dlp/v2/ListInspectTemplatesRequest.java | 133 ++- .../ListInspectTemplatesRequestOrBuilder.java | 38 +- .../dlp/v2/ListJobTriggersRequest.java | 84 +- .../v2/ListJobTriggersRequestOrBuilder.java | 24 +- .../dlp/v2/ListStoredInfoTypesRequest.java | 133 ++- .../ListStoredInfoTypesRequestOrBuilder.java | 38 +- .../privacy/dlp/v2/RedactImageRequest.java | 98 ++- .../dlp/v2/RedactImageRequestOrBuilder.java | 28 +- .../dlp/v2/ReidentifyContentRequest.java | 161 ++-- .../v2/ReidentifyContentRequestOrBuilder.java | 46 +- .../proto/google/privacy/dlp/v2/dlp.proto | 287 +++++-- .../proto/google/privacy/dlp/v2/storage.proto | 12 +- synth.metadata | 6 +- 39 files changed, 2518 insertions(+), 652 deletions(-) diff --git a/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceClient.java b/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceClient.java index 65bf683f..f4120bfd 100644 --- a/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceClient.java +++ b/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceClient.java @@ -443,7 +443,9 @@ public final ReidentifyContentResponse reidentifyContent(ReidentifyContentReques * } * * - * @param parent The parent resource name. - Format:locations/[LOCATION-ID] + * @param parent The parent resource name. + *

The format of this value is as follows: + *

locations/<var>LOCATION_ID</var> * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInfoTypesResponse listInfoTypes(String parent) { @@ -507,10 +509,21 @@ public final UnaryCallable listInfo * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param inspectTemplate Required. The InspectTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -539,10 +552,21 @@ public final InspectTemplate createInspectTemplate( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param inspectTemplate Required. The InspectTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -571,10 +595,21 @@ public final InspectTemplate createInspectTemplate( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param inspectTemplate Required. The InspectTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -603,10 +638,21 @@ public final InspectTemplate createInspectTemplate( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param inspectTemplate Required. The InspectTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -635,10 +681,21 @@ public final InspectTemplate createInspectTemplate( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param inspectTemplate Required. The InspectTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -935,10 +992,21 @@ public final InspectTemplate getInspectTemplate(GetInspectTemplateRequest reques * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInspectTemplatesPagedResponse listInspectTemplates( @@ -965,10 +1033,21 @@ public final ListInspectTemplatesPagedResponse listInspectTemplates( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInspectTemplatesPagedResponse listInspectTemplates(ProjectName parent) { @@ -994,10 +1073,21 @@ public final ListInspectTemplatesPagedResponse listInspectTemplates(ProjectName * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInspectTemplatesPagedResponse listInspectTemplates(OrganizationName parent) { @@ -1023,10 +1113,21 @@ public final ListInspectTemplatesPagedResponse listInspectTemplates(Organization * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInspectTemplatesPagedResponse listInspectTemplates(LocationName parent) { @@ -1052,10 +1153,21 @@ public final ListInspectTemplatesPagedResponse listInspectTemplates(LocationName * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInspectTemplatesPagedResponse listInspectTemplates(String parent) { @@ -1262,10 +1374,21 @@ public final UnaryCallable deleteInspectTem * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param deidentifyTemplate Required. The DeidentifyTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1295,10 +1418,21 @@ public final DeidentifyTemplate createDeidentifyTemplate( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param deidentifyTemplate Required. The DeidentifyTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1328,10 +1462,21 @@ public final DeidentifyTemplate createDeidentifyTemplate( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param deidentifyTemplate Required. The DeidentifyTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1361,10 +1506,21 @@ public final DeidentifyTemplate createDeidentifyTemplate( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param deidentifyTemplate Required. The DeidentifyTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1394,10 +1550,21 @@ public final DeidentifyTemplate createDeidentifyTemplate( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param deidentifyTemplate Required. The DeidentifyTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1699,10 +1866,21 @@ public final DeidentifyTemplate getDeidentifyTemplate(GetDeidentifyTemplateReque * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates( @@ -1730,10 +1908,21 @@ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates(ProjectName parent) { @@ -1760,10 +1949,21 @@ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates(Projec * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates( @@ -1791,10 +1991,21 @@ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates(LocationName parent) { @@ -1821,10 +2032,21 @@ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates(Locati * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates(String parent) { @@ -2034,8 +2256,16 @@ public final void deleteDeidentifyTemplate(DeleteDeidentifyTemplateRequest reque * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param jobTrigger Required. The JobTrigger to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2063,8 +2293,16 @@ public final JobTrigger createJobTrigger(ProjectName parent, JobTrigger jobTrigg * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param jobTrigger Required. The JobTrigger to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2092,8 +2330,16 @@ public final JobTrigger createJobTrigger(LocationName parent, JobTrigger jobTrig * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param jobTrigger Required. The JobTrigger to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2479,8 +2725,16 @@ public final UnaryCallable getJobTriggerCallab * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListJobTriggersPagedResponse listJobTriggers(ProjectName parent) { @@ -2506,8 +2760,16 @@ public final ListJobTriggersPagedResponse listJobTriggers(ProjectName parent) { * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListJobTriggersPagedResponse listJobTriggers(LocationName parent) { @@ -2533,8 +2795,16 @@ public final ListJobTriggersPagedResponse listJobTriggers(LocationName parent) { * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListJobTriggersPagedResponse listJobTriggers(String parent) { @@ -2738,8 +3008,16 @@ public final UnaryCallable deleteJobTriggerCalla * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param inspectJob Set to control what and how to inspect. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2772,8 +3050,16 @@ public final DlpJob createDlpJob(ProjectName parent, InspectJobConfig inspectJob * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param inspectJob Set to control what and how to inspect. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2806,8 +3092,16 @@ public final DlpJob createDlpJob(LocationName parent, InspectJobConfig inspectJo * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param inspectJob Set to control what and how to inspect. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2837,8 +3131,16 @@ public final DlpJob createDlpJob(String parent, InspectJobConfig inspectJob) { * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param riskJob Set to choose what metric to calculate. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2871,8 +3173,16 @@ public final DlpJob createDlpJob(ProjectName parent, RiskAnalysisJobConfig riskJ * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param riskJob Set to choose what metric to calculate. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2905,8 +3215,16 @@ public final DlpJob createDlpJob(LocationName parent, RiskAnalysisJobConfig risk * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param riskJob Set to choose what metric to calculate. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2990,8 +3308,16 @@ public final UnaryCallable createDlpJobCallable() { * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDlpJobsPagedResponse listDlpJobs(ProjectName parent) { @@ -3019,8 +3345,16 @@ public final ListDlpJobsPagedResponse listDlpJobs(ProjectName parent) { * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDlpJobsPagedResponse listDlpJobs(LocationName parent) { @@ -3048,8 +3382,16 @@ public final ListDlpJobsPagedResponse listDlpJobs(LocationName parent) { * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDlpJobsPagedResponse listDlpJobs(String parent) { @@ -3406,10 +3748,21 @@ public final UnaryCallable cancelDlpJobCallable() { * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param config Required. Configuration of the storedInfoType to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -3438,10 +3791,21 @@ public final StoredInfoType createStoredInfoType( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param config Required. Configuration of the storedInfoType to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -3470,10 +3834,21 @@ public final StoredInfoType createStoredInfoType( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param config Required. Configuration of the storedInfoType to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -3502,10 +3877,21 @@ public final StoredInfoType createStoredInfoType( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param config Required. Configuration of the storedInfoType to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -3534,10 +3920,21 @@ public final StoredInfoType createStoredInfoType( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @param config Required. Configuration of the storedInfoType to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -3835,10 +4232,21 @@ public final UnaryCallable getStoredIn * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes( @@ -3866,10 +4274,21 @@ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes( * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(ProjectName parent) { @@ -3896,10 +4315,21 @@ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(ProjectName pa * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(OrganizationName parent) { @@ -3926,10 +4356,21 @@ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(OrganizationNa * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(LocationName parent) { @@ -3956,10 +4397,21 @@ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(LocationName p * } * * - * @param parent Required. Parent resource name. - Format:projects/[PROJECT-ID] - - * Format:organizations/[ORGANIZATION-ID] - - * Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - - * Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + * @param parent Required. Parent resource name. + *

The format of this value varies depending on the scope of the request (project or + * organization) and whether you have [specified a processing + * location](/dlp/docs/specifying-location): + *

+ Projects scope, location specified:<br/> + * `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Projects scope, no location specified (defaults to global):<br/> + * `projects/`<var>PROJECT_ID</var> + Organizations scope, location + * specified:<br/> + * `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var> + * + Organizations scope, no location specified (defaults to global):<br/> + * `organizations/`<var>ORG_ID</var> + *

The following example `parent` string specifies a parent project with the identifier + * `example-project`, and specifies the `europe-west3` location for processing data: + *

parent=projects/example-project/locations/europe-west3 * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(String parent) { diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/BigQueryOptions.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/BigQueryOptions.java index a80212eb..d39a9041 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/BigQueryOptions.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/BigQueryOptions.java @@ -172,7 +172,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *

    * How to sample rows if not all rows are scanned. Meaningful only when used
    * in conjunction with either rows_limit or rows_limit_percent. If not
-   * specified, scanning would start from the top.
+   * specified, rows are scanned in the order BigQuery reads them.
    * 
* * Protobuf enum {@code google.privacy.dlp.v2.BigQueryOptions.SampleMethod} @@ -184,7 +184,9 @@ public enum SampleMethod implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * Scan from the top (default).
+     * Scan groups of rows in the order BigQuery provides (default). Multiple
+     * groups of rows may be scanned in parallel, so results may not appear in
+     * the same order the rows are read.
      * 
* * TOP = 1; @@ -194,7 +196,7 @@ public enum SampleMethod implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * Randomly pick the row to start scanning. The scanned rows are contiguous.
+     * Randomly pick groups of rows to scan.
      * 
* * RANDOM_START = 2; @@ -209,7 +211,9 @@ public enum SampleMethod implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * Scan from the top (default).
+     * Scan groups of rows in the order BigQuery provides (default). Multiple
+     * groups of rows may be scanned in parallel, so results may not appear in
+     * the same order the rows are read.
      * 
* * TOP = 1; @@ -219,7 +223,7 @@ public enum SampleMethod implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * Randomly pick the row to start scanning. The scanned rows are contiguous.
+     * Randomly pick groups of rows to scan.
      * 
* * RANDOM_START = 2; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDeidentifyTemplateRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDeidentifyTemplateRequest.java index 4313cfa1..0024fd89 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDeidentifyTemplateRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDeidentifyTemplateRequest.java @@ -151,10 +151,21 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -180,10 +191,21 @@ public java.lang.String getParent() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -748,10 +770,21 @@ public Builder mergeFrom( * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -776,10 +809,21 @@ public java.lang.String getParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -804,10 +848,21 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -831,10 +886,21 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -854,10 +920,21 @@ public Builder clearParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDeidentifyTemplateRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDeidentifyTemplateRequestOrBuilder.java index 494a9e38..66b40f69 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDeidentifyTemplateRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDeidentifyTemplateRequestOrBuilder.java @@ -28,10 +28,21 @@ public interface CreateDeidentifyTemplateRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -46,10 +57,21 @@ public interface CreateDeidentifyTemplateRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDlpJobRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDlpJobRequest.java index 35313439..89943f2c 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDlpJobRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDlpJobRequest.java @@ -215,8 +215,16 @@ public JobCase getJobCase() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -242,8 +250,16 @@ public java.lang.String getParent() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -913,8 +929,16 @@ public Builder clearJob() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -939,8 +963,16 @@ public java.lang.String getParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -965,8 +997,16 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -990,8 +1030,16 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -1011,8 +1059,16 @@ public Builder clearParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDlpJobRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDlpJobRequestOrBuilder.java index 06489ca5..7cafab68 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDlpJobRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateDlpJobRequestOrBuilder.java @@ -28,8 +28,16 @@ public interface CreateDlpJobRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -44,8 +52,16 @@ public interface CreateDlpJobRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateInspectTemplateRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateInspectTemplateRequest.java index dbea6916..80999906 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateInspectTemplateRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateInspectTemplateRequest.java @@ -150,10 +150,21 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -179,10 +190,21 @@ public java.lang.String getParent() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -747,10 +769,21 @@ public Builder mergeFrom( * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -775,10 +808,21 @@ public java.lang.String getParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -803,10 +847,21 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -830,10 +885,21 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -853,10 +919,21 @@ public Builder clearParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateInspectTemplateRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateInspectTemplateRequestOrBuilder.java index 1cd679cf..bea289a5 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateInspectTemplateRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateInspectTemplateRequestOrBuilder.java @@ -28,10 +28,21 @@ public interface CreateInspectTemplateRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -46,10 +57,21 @@ public interface CreateInspectTemplateRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateJobTriggerRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateJobTriggerRequest.java index 2984fbe7..0dbb99d4 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateJobTriggerRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateJobTriggerRequest.java @@ -150,8 +150,16 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -177,8 +185,16 @@ public java.lang.String getParent() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -742,8 +758,16 @@ public Builder mergeFrom( * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -768,8 +792,16 @@ public java.lang.String getParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -794,8 +826,16 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -819,8 +859,16 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -840,8 +888,16 @@ public Builder clearParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateJobTriggerRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateJobTriggerRequestOrBuilder.java index 5fd7d63c..14060538 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateJobTriggerRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateJobTriggerRequestOrBuilder.java @@ -28,8 +28,16 @@ public interface CreateJobTriggerRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -44,8 +52,16 @@ public interface CreateJobTriggerRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateStoredInfoTypeRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateStoredInfoTypeRequest.java index 17c6c37d..e2151abc 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateStoredInfoTypeRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateStoredInfoTypeRequest.java @@ -150,10 +150,21 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -179,10 +190,21 @@ public java.lang.String getParent() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -747,10 +769,21 @@ public Builder mergeFrom( * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -775,10 +808,21 @@ public java.lang.String getParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -803,10 +847,21 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -830,10 +885,21 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -853,10 +919,21 @@ public Builder clearParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateStoredInfoTypeRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateStoredInfoTypeRequestOrBuilder.java index fbaef9b2..d7fbfbd6 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateStoredInfoTypeRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CreateStoredInfoTypeRequestOrBuilder.java @@ -28,10 +28,21 @@ public interface CreateStoredInfoTypeRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -46,10 +57,21 @@ public interface CreateStoredInfoTypeRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CryptoReplaceFfxFpeConfig.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CryptoReplaceFfxFpeConfig.java index b0a6c1c4..ff6d411b 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CryptoReplaceFfxFpeConfig.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CryptoReplaceFfxFpeConfig.java @@ -636,6 +636,9 @@ public int getCommonAlphabetValue() { * Number of characters must be in the range [2, 95]. * This must be encoded as ASCII. * The order of characters does not matter. + * The full list of allowed characters is: + * <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + * ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/</code> * * * string custom_alphabet = 5; @@ -669,6 +672,9 @@ public java.lang.String getCustomAlphabet() { * Number of characters must be in the range [2, 95]. * This must be encoded as ASCII. * The order of characters does not matter. + * The full list of allowed characters is: + * <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + * ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/</code> * * * string custom_alphabet = 5; @@ -1947,6 +1953,9 @@ public Builder clearCommonAlphabet() { * Number of characters must be in the range [2, 95]. * This must be encoded as ASCII. * The order of characters does not matter. + * The full list of allowed characters is: + * <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + * ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/</code> * * * string custom_alphabet = 5; @@ -1981,6 +1990,9 @@ public java.lang.String getCustomAlphabet() { * Number of characters must be in the range [2, 95]. * This must be encoded as ASCII. * The order of characters does not matter. + * The full list of allowed characters is: + * <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + * ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/</code> * * * string custom_alphabet = 5; @@ -2015,6 +2027,9 @@ public com.google.protobuf.ByteString getCustomAlphabetBytes() { * Number of characters must be in the range [2, 95]. * This must be encoded as ASCII. * The order of characters does not matter. + * The full list of allowed characters is: + * <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + * ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/</code> * * * string custom_alphabet = 5; @@ -2042,6 +2057,9 @@ public Builder setCustomAlphabet(java.lang.String value) { * Number of characters must be in the range [2, 95]. * This must be encoded as ASCII. * The order of characters does not matter. + * The full list of allowed characters is: + * <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + * ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/</code> * * * string custom_alphabet = 5; @@ -2067,6 +2085,9 @@ public Builder clearCustomAlphabet() { * Number of characters must be in the range [2, 95]. * This must be encoded as ASCII. * The order of characters does not matter. + * The full list of allowed characters is: + * <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + * ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/</code> * * * string custom_alphabet = 5; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CryptoReplaceFfxFpeConfigOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CryptoReplaceFfxFpeConfigOrBuilder.java index f79f8fb7..b7b2241a 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CryptoReplaceFfxFpeConfigOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CryptoReplaceFfxFpeConfigOrBuilder.java @@ -178,6 +178,9 @@ public interface CryptoReplaceFfxFpeConfigOrBuilder * Number of characters must be in the range [2, 95]. * This must be encoded as ASCII. * The order of characters does not matter. + * The full list of allowed characters is: + * <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + * ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/</code> * * * string custom_alphabet = 5; @@ -196,6 +199,9 @@ public interface CryptoReplaceFfxFpeConfigOrBuilder * Number of characters must be in the range [2, 95]. * This must be encoded as ASCII. * The order of characters does not matter. + * The full list of allowed characters is: + * <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + * ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/</code> * * * string custom_alphabet = 5; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyContentRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyContentRequest.java index 270efd6b..2139f082 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyContentRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyContentRequest.java @@ -190,8 +190,16 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -215,8 +223,16 @@ public java.lang.String getParent() { * *
    * Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1009,8 +1025,16 @@ public Builder mergeFrom( * *
      * Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1033,8 +1057,16 @@ public java.lang.String getParent() { * *
      * Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1057,8 +1089,16 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1080,8 +1120,16 @@ public Builder setParent(java.lang.String value) { * *
      * Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1099,8 +1147,16 @@ public Builder clearParent() { * *
      * Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyContentRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyContentRequestOrBuilder.java index d778a6f6..19478f24 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyContentRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyContentRequestOrBuilder.java @@ -28,8 +28,16 @@ public interface DeidentifyContentRequestOrBuilder * *
    * Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -42,8 +50,16 @@ public interface DeidentifyContentRequestOrBuilder * *
    * Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoType.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoType.java index 4cb9a5d0..7909d300 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoType.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoType.java @@ -120,8 +120,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Name of the information type. Either a name of your choosing when * creating a CustomInfoType, or one of the names listed * at https://cloud.google.com/dlp/docs/infotypes-reference when specifying - * a built-in type. InfoType names should conform to the pattern - * `[a-zA-Z0-9_]{1,64}`. + * a built-in type. When sending Cloud DLP results to Data Catalog, infoType + * names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`. * * * string name = 1; @@ -147,8 +147,8 @@ public java.lang.String getName() { * Name of the information type. Either a name of your choosing when * creating a CustomInfoType, or one of the names listed * at https://cloud.google.com/dlp/docs/infotypes-reference when specifying - * a built-in type. InfoType names should conform to the pattern - * `[a-zA-Z0-9_]{1,64}`. + * a built-in type. When sending Cloud DLP results to Data Catalog, infoType + * names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`. * * * string name = 1; @@ -489,8 +489,8 @@ public Builder mergeFrom( * Name of the information type. Either a name of your choosing when * creating a CustomInfoType, or one of the names listed * at https://cloud.google.com/dlp/docs/infotypes-reference when specifying - * a built-in type. InfoType names should conform to the pattern - * `[a-zA-Z0-9_]{1,64}`. + * a built-in type. When sending Cloud DLP results to Data Catalog, infoType + * names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`. * * * string name = 1; @@ -515,8 +515,8 @@ public java.lang.String getName() { * Name of the information type. Either a name of your choosing when * creating a CustomInfoType, or one of the names listed * at https://cloud.google.com/dlp/docs/infotypes-reference when specifying - * a built-in type. InfoType names should conform to the pattern - * `[a-zA-Z0-9_]{1,64}`. + * a built-in type. When sending Cloud DLP results to Data Catalog, infoType + * names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`. * * * string name = 1; @@ -541,8 +541,8 @@ public com.google.protobuf.ByteString getNameBytes() { * Name of the information type. Either a name of your choosing when * creating a CustomInfoType, or one of the names listed * at https://cloud.google.com/dlp/docs/infotypes-reference when specifying - * a built-in type. InfoType names should conform to the pattern - * `[a-zA-Z0-9_]{1,64}`. + * a built-in type. When sending Cloud DLP results to Data Catalog, infoType + * names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`. * * * string name = 1; @@ -566,8 +566,8 @@ public Builder setName(java.lang.String value) { * Name of the information type. Either a name of your choosing when * creating a CustomInfoType, or one of the names listed * at https://cloud.google.com/dlp/docs/infotypes-reference when specifying - * a built-in type. InfoType names should conform to the pattern - * `[a-zA-Z0-9_]{1,64}`. + * a built-in type. When sending Cloud DLP results to Data Catalog, infoType + * names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`. * * * string name = 1; @@ -587,8 +587,8 @@ public Builder clearName() { * Name of the information type. Either a name of your choosing when * creating a CustomInfoType, or one of the names listed * at https://cloud.google.com/dlp/docs/infotypes-reference when specifying - * a built-in type. InfoType names should conform to the pattern - * `[a-zA-Z0-9_]{1,64}`. + * a built-in type. When sending Cloud DLP results to Data Catalog, infoType + * names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`. * * * string name = 1; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeOrBuilder.java index 0e36b1a8..31a9dd1b 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeOrBuilder.java @@ -30,8 +30,8 @@ public interface InfoTypeOrBuilder * Name of the information type. Either a name of your choosing when * creating a CustomInfoType, or one of the names listed * at https://cloud.google.com/dlp/docs/infotypes-reference when specifying - * a built-in type. InfoType names should conform to the pattern - * `[a-zA-Z0-9_]{1,64}`. + * a built-in type. When sending Cloud DLP results to Data Catalog, infoType + * names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`. * * * string name = 1; @@ -46,8 +46,8 @@ public interface InfoTypeOrBuilder * Name of the information type. Either a name of your choosing when * creating a CustomInfoType, or one of the names listed * at https://cloud.google.com/dlp/docs/infotypes-reference when specifying - * a built-in type. InfoType names should conform to the pattern - * `[a-zA-Z0-9_]{1,64}`. + * a built-in type. When sending Cloud DLP results to Data Catalog, infoType + * names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`. * * * string name = 1; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectContentRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectContentRequest.java index 7aa257ee..f758a383 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectContentRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectContentRequest.java @@ -166,8 +166,16 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -191,8 +199,16 @@ public java.lang.String getParent() { * *
    * Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -826,8 +842,16 @@ public Builder mergeFrom( * *
      * Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -850,8 +874,16 @@ public java.lang.String getParent() { * *
      * Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -874,8 +906,16 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -897,8 +937,16 @@ public Builder setParent(java.lang.String value) { * *
      * Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -916,8 +964,16 @@ public Builder clearParent() { * *
      * Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectContentRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectContentRequestOrBuilder.java index 940e750b..2587e424 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectContentRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectContentRequestOrBuilder.java @@ -28,8 +28,16 @@ public interface InspectContentRequestOrBuilder * *
    * Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -42,8 +50,16 @@ public interface InspectContentRequestOrBuilder * *
    * Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDeidentifyTemplatesRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDeidentifyTemplatesRequest.java index c6290aa9..70506162 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDeidentifyTemplatesRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDeidentifyTemplatesRequest.java @@ -148,10 +148,21 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -177,10 +188,21 @@ public java.lang.String getParent() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -776,10 +798,21 @@ public Builder mergeFrom( * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -804,10 +837,21 @@ public java.lang.String getParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -832,10 +876,21 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -859,10 +914,21 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -882,10 +948,21 @@ public Builder clearParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDeidentifyTemplatesRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDeidentifyTemplatesRequestOrBuilder.java index d4bd4ba0..dd9ce615 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDeidentifyTemplatesRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDeidentifyTemplatesRequestOrBuilder.java @@ -28,10 +28,21 @@ public interface ListDeidentifyTemplatesRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -46,10 +57,21 @@ public interface ListDeidentifyTemplatesRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDlpJobsRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDlpJobsRequest.java index 4f3f2872..bcdf787c 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDlpJobsRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDlpJobsRequest.java @@ -163,8 +163,16 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -190,8 +198,16 @@ public java.lang.String getParent() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -941,8 +957,16 @@ public Builder mergeFrom( * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -967,8 +991,16 @@ public java.lang.String getParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -993,8 +1025,16 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -1018,8 +1058,16 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -1039,8 +1087,16 @@ public Builder clearParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDlpJobsRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDlpJobsRequestOrBuilder.java index 2bfa96bb..4fba2567 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDlpJobsRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListDlpJobsRequestOrBuilder.java @@ -28,8 +28,16 @@ public interface ListDlpJobsRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -44,8 +52,16 @@ public interface ListDlpJobsRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInfoTypesRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInfoTypesRequest.java index 57a306c2..521cec83 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInfoTypesRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInfoTypesRequest.java @@ -142,7 +142,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * The parent resource name.
-   * - Format:locations/[LOCATION-ID]
+   * The format of this value is as follows:
+   *     locations/<var>LOCATION_ID</var>
    * 
* * string parent = 4; @@ -166,7 +167,8 @@ public java.lang.String getParent() { * *
    * The parent resource name.
-   * - Format:locations/[LOCATION-ID]
+   * The format of this value is as follows:
+   *     locations/<var>LOCATION_ID</var>
    * 
* * string parent = 4; @@ -709,7 +711,8 @@ public Builder mergeFrom( * *
      * The parent resource name.
-     * - Format:locations/[LOCATION-ID]
+     * The format of this value is as follows:
+     *     locations/<var>LOCATION_ID</var>
      * 
* * string parent = 4; @@ -732,7 +735,8 @@ public java.lang.String getParent() { * *
      * The parent resource name.
-     * - Format:locations/[LOCATION-ID]
+     * The format of this value is as follows:
+     *     locations/<var>LOCATION_ID</var>
      * 
* * string parent = 4; @@ -755,7 +759,8 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * The parent resource name.
-     * - Format:locations/[LOCATION-ID]
+     * The format of this value is as follows:
+     *     locations/<var>LOCATION_ID</var>
      * 
* * string parent = 4; @@ -777,7 +782,8 @@ public Builder setParent(java.lang.String value) { * *
      * The parent resource name.
-     * - Format:locations/[LOCATION-ID]
+     * The format of this value is as follows:
+     *     locations/<var>LOCATION_ID</var>
      * 
* * string parent = 4; @@ -795,7 +801,8 @@ public Builder clearParent() { * *
      * The parent resource name.
-     * - Format:locations/[LOCATION-ID]
+     * The format of this value is as follows:
+     *     locations/<var>LOCATION_ID</var>
      * 
* * string parent = 4; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInfoTypesRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInfoTypesRequestOrBuilder.java index bd059b9d..d264e50d 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInfoTypesRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInfoTypesRequestOrBuilder.java @@ -28,7 +28,8 @@ public interface ListInfoTypesRequestOrBuilder * *
    * The parent resource name.
-   * - Format:locations/[LOCATION-ID]
+   * The format of this value is as follows:
+   *     locations/<var>LOCATION_ID</var>
    * 
* * string parent = 4; @@ -41,7 +42,8 @@ public interface ListInfoTypesRequestOrBuilder * *
    * The parent resource name.
-   * - Format:locations/[LOCATION-ID]
+   * The format of this value is as follows:
+   *     locations/<var>LOCATION_ID</var>
    * 
* * string parent = 4; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInspectTemplatesRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInspectTemplatesRequest.java index 1c29b2ef..e406e922 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInspectTemplatesRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInspectTemplatesRequest.java @@ -147,10 +147,21 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -176,10 +187,21 @@ public java.lang.String getParent() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -775,10 +797,21 @@ public Builder mergeFrom( * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -803,10 +836,21 @@ public java.lang.String getParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -831,10 +875,21 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -858,10 +913,21 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -881,10 +947,21 @@ public Builder clearParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInspectTemplatesRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInspectTemplatesRequestOrBuilder.java index 501ce65d..7a90155f 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInspectTemplatesRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListInspectTemplatesRequestOrBuilder.java @@ -28,10 +28,21 @@ public interface ListInspectTemplatesRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -46,10 +57,21 @@ public interface ListInspectTemplatesRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListJobTriggersRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListJobTriggersRequest.java index dc4a3cc2..fb72624b 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListJobTriggersRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListJobTriggersRequest.java @@ -155,8 +155,16 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -182,8 +190,16 @@ public java.lang.String getParent() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -883,8 +899,16 @@ public Builder mergeFrom( * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -909,8 +933,16 @@ public java.lang.String getParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -935,8 +967,16 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -960,8 +1000,16 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -981,8 +1029,16 @@ public Builder clearParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListJobTriggersRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListJobTriggersRequestOrBuilder.java index b41076bc..bd3ae216 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListJobTriggersRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListJobTriggersRequestOrBuilder.java @@ -28,8 +28,16 @@ public interface ListJobTriggersRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -44,8 +52,16 @@ public interface ListJobTriggersRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListStoredInfoTypesRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListStoredInfoTypesRequest.java index a41f5ba2..8f9bace4 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListStoredInfoTypesRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListStoredInfoTypesRequest.java @@ -147,10 +147,21 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -176,10 +187,21 @@ public java.lang.String getParent() { * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -776,10 +798,21 @@ public Builder mergeFrom( * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -804,10 +837,21 @@ public java.lang.String getParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -832,10 +876,21 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -859,10 +914,21 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -882,10 +948,21 @@ public Builder clearParent() { * *
      * Required. Parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:organizations/[ORGANIZATION-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-     * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+     * The format of this value varies depending on the scope of the request
+     * (project or organization) and whether you have [specified a processing
+     * location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * + Organizations scope, location specified:<br/>
+     *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Organizations scope, no location specified (defaults to global):<br/>
+     *   `organizations/`<var>ORG_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListStoredInfoTypesRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListStoredInfoTypesRequestOrBuilder.java index 767ef129..494f0104 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListStoredInfoTypesRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ListStoredInfoTypesRequestOrBuilder.java @@ -28,10 +28,21 @@ public interface ListStoredInfoTypesRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -46,10 +57,21 @@ public interface ListStoredInfoTypesRequestOrBuilder * *
    * Required. Parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:organizations/[ORGANIZATION-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
-   * - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID]
+   * The format of this value varies depending on the scope of the request
+   * (project or organization) and whether you have [specified a processing
+   * location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * + Organizations scope, location specified:<br/>
+   *   `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Organizations scope, no location specified (defaults to global):<br/>
+   *   `organizations/`<var>ORG_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/RedactImageRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/RedactImageRequest.java index f0bd488d..55dfdba6 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/RedactImageRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/RedactImageRequest.java @@ -1551,9 +1551,17 @@ public com.google.protobuf.Parser getParserForType() { * * *
-   * The parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * Parent resource name.
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1576,9 +1584,17 @@ public java.lang.String getParent() { * * *
-   * The parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * Parent resource name.
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -2315,9 +2331,17 @@ public Builder mergeFrom( * * *
-     * The parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * Parent resource name.
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -2339,9 +2363,17 @@ public java.lang.String getParent() { * * *
-     * The parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * Parent resource name.
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -2363,9 +2395,17 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * The parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * Parent resource name.
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -2386,9 +2426,17 @@ public Builder setParent(java.lang.String value) { * * *
-     * The parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * Parent resource name.
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -2405,9 +2453,17 @@ public Builder clearParent() { * * *
-     * The parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * Parent resource name.
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/RedactImageRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/RedactImageRequestOrBuilder.java index cc42202a..0afc5460 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/RedactImageRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/RedactImageRequestOrBuilder.java @@ -27,9 +27,17 @@ public interface RedactImageRequestOrBuilder * * *
-   * The parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * Parent resource name.
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -41,9 +49,17 @@ public interface RedactImageRequestOrBuilder * * *
-   * The parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * Parent resource name.
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ReidentifyContentRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ReidentifyContentRequest.java index 50a4510a..04908f40 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ReidentifyContentRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ReidentifyContentRequest.java @@ -189,9 +189,17 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * Required. Parent resource name.
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -216,9 +224,17 @@ public java.lang.String getParent() { * * *
-   * Required. The parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * Required. Parent resource name.
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -471,10 +487,11 @@ public com.google.protobuf.ByteString getInspectTemplateNameBytes() { *
    * Template to use. References an instance of `DeidentifyTemplate`.
    * Any configuration directly specified in `reidentify_config` or
-   * `inspect_config` will override those set in the template. Singular fields
-   * that are set in this request will replace their corresponding fields in the
-   * template. Repeated fields are appended. Singular sub-messages and groups
-   * are recursively merged.
+   * `inspect_config` will override those set in the template. The
+   * `DeidentifyTemplate` used must include only reversible transformations.
+   * Singular fields that are set in this request will replace their
+   * corresponding fields in the template. Repeated fields are appended.
+   * Singular sub-messages and groups are recursively merged.
    * 
* * string reidentify_template_name = 6; @@ -499,10 +516,11 @@ public java.lang.String getReidentifyTemplateName() { *
    * Template to use. References an instance of `DeidentifyTemplate`.
    * Any configuration directly specified in `reidentify_config` or
-   * `inspect_config` will override those set in the template. Singular fields
-   * that are set in this request will replace their corresponding fields in the
-   * template. Repeated fields are appended. Singular sub-messages and groups
-   * are recursively merged.
+   * `inspect_config` will override those set in the template. The
+   * `DeidentifyTemplate` used must include only reversible transformations.
+   * Singular fields that are set in this request will replace their
+   * corresponding fields in the template. Repeated fields are appended.
+   * Singular sub-messages and groups are recursively merged.
    * 
* * string reidentify_template_name = 6; @@ -1026,9 +1044,17 @@ public Builder mergeFrom( * * *
-     * Required. The parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * Required. Parent resource name.
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -1052,9 +1078,17 @@ public java.lang.String getParent() { * * *
-     * Required. The parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * Required. Parent resource name.
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -1078,9 +1112,17 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * Required. Parent resource name.
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -1103,9 +1145,17 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * Required. Parent resource name.
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -1124,9 +1174,17 @@ public Builder clearParent() { * * *
-     * Required. The parent resource name.
-     * - Format:projects/[PROJECT-ID]
-     * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+     * Required. Parent resource name.
+     * The format of this value varies depending on whether you have [specified a
+     * processing location](/dlp/docs/specifying-location):
+     * + Projects scope, location specified:<br/>
+     *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+     * + Projects scope, no location specified (defaults to global):<br/>
+     *   `projects/`<var>PROJECT_ID</var>
+     * The following example `parent` string specifies a parent project with the
+     * identifier `example-project`, and specifies the `europe-west3` location
+     * for processing data:
+     *     parent=projects/example-project/locations/europe-west3
      * 
* * @@ -1905,10 +1963,11 @@ public Builder setInspectTemplateNameBytes(com.google.protobuf.ByteString value) *
      * Template to use. References an instance of `DeidentifyTemplate`.
      * Any configuration directly specified in `reidentify_config` or
-     * `inspect_config` will override those set in the template. Singular fields
-     * that are set in this request will replace their corresponding fields in the
-     * template. Repeated fields are appended. Singular sub-messages and groups
-     * are recursively merged.
+     * `inspect_config` will override those set in the template. The
+     * `DeidentifyTemplate` used must include only reversible transformations.
+     * Singular fields that are set in this request will replace their
+     * corresponding fields in the template. Repeated fields are appended.
+     * Singular sub-messages and groups are recursively merged.
      * 
* * string reidentify_template_name = 6; @@ -1932,10 +1991,11 @@ public java.lang.String getReidentifyTemplateName() { *
      * Template to use. References an instance of `DeidentifyTemplate`.
      * Any configuration directly specified in `reidentify_config` or
-     * `inspect_config` will override those set in the template. Singular fields
-     * that are set in this request will replace their corresponding fields in the
-     * template. Repeated fields are appended. Singular sub-messages and groups
-     * are recursively merged.
+     * `inspect_config` will override those set in the template. The
+     * `DeidentifyTemplate` used must include only reversible transformations.
+     * Singular fields that are set in this request will replace their
+     * corresponding fields in the template. Repeated fields are appended.
+     * Singular sub-messages and groups are recursively merged.
      * 
* * string reidentify_template_name = 6; @@ -1959,10 +2019,11 @@ public com.google.protobuf.ByteString getReidentifyTemplateNameBytes() { *
      * Template to use. References an instance of `DeidentifyTemplate`.
      * Any configuration directly specified in `reidentify_config` or
-     * `inspect_config` will override those set in the template. Singular fields
-     * that are set in this request will replace their corresponding fields in the
-     * template. Repeated fields are appended. Singular sub-messages and groups
-     * are recursively merged.
+     * `inspect_config` will override those set in the template. The
+     * `DeidentifyTemplate` used must include only reversible transformations.
+     * Singular fields that are set in this request will replace their
+     * corresponding fields in the template. Repeated fields are appended.
+     * Singular sub-messages and groups are recursively merged.
      * 
* * string reidentify_template_name = 6; @@ -1985,10 +2046,11 @@ public Builder setReidentifyTemplateName(java.lang.String value) { *
      * Template to use. References an instance of `DeidentifyTemplate`.
      * Any configuration directly specified in `reidentify_config` or
-     * `inspect_config` will override those set in the template. Singular fields
-     * that are set in this request will replace their corresponding fields in the
-     * template. Repeated fields are appended. Singular sub-messages and groups
-     * are recursively merged.
+     * `inspect_config` will override those set in the template. The
+     * `DeidentifyTemplate` used must include only reversible transformations.
+     * Singular fields that are set in this request will replace their
+     * corresponding fields in the template. Repeated fields are appended.
+     * Singular sub-messages and groups are recursively merged.
      * 
* * string reidentify_template_name = 6; @@ -2007,10 +2069,11 @@ public Builder clearReidentifyTemplateName() { *
      * Template to use. References an instance of `DeidentifyTemplate`.
      * Any configuration directly specified in `reidentify_config` or
-     * `inspect_config` will override those set in the template. Singular fields
-     * that are set in this request will replace their corresponding fields in the
-     * template. Repeated fields are appended. Singular sub-messages and groups
-     * are recursively merged.
+     * `inspect_config` will override those set in the template. The
+     * `DeidentifyTemplate` used must include only reversible transformations.
+     * Singular fields that are set in this request will replace their
+     * corresponding fields in the template. Repeated fields are appended.
+     * Singular sub-messages and groups are recursively merged.
      * 
* * string reidentify_template_name = 6; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ReidentifyContentRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ReidentifyContentRequestOrBuilder.java index 1e0638a7..469f065b 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ReidentifyContentRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ReidentifyContentRequestOrBuilder.java @@ -27,9 +27,17 @@ public interface ReidentifyContentRequestOrBuilder * * *
-   * Required. The parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * Required. Parent resource name.
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -43,9 +51,17 @@ public interface ReidentifyContentRequestOrBuilder * * *
-   * Required. The parent resource name.
-   * - Format:projects/[PROJECT-ID]
-   * - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID]
+   * Required. Parent resource name.
+   * The format of this value varies depending on whether you have [specified a
+   * processing location](/dlp/docs/specifying-location):
+   * + Projects scope, location specified:<br/>
+   *   `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+   * + Projects scope, no location specified (defaults to global):<br/>
+   *   `projects/`<var>PROJECT_ID</var>
+   * The following example `parent` string specifies a parent project with the
+   * identifier `example-project`, and specifies the `europe-west3` location
+   * for processing data:
+   *     parent=projects/example-project/locations/europe-west3
    * 
* * @@ -224,10 +240,11 @@ public interface ReidentifyContentRequestOrBuilder *
    * Template to use. References an instance of `DeidentifyTemplate`.
    * Any configuration directly specified in `reidentify_config` or
-   * `inspect_config` will override those set in the template. Singular fields
-   * that are set in this request will replace their corresponding fields in the
-   * template. Repeated fields are appended. Singular sub-messages and groups
-   * are recursively merged.
+   * `inspect_config` will override those set in the template. The
+   * `DeidentifyTemplate` used must include only reversible transformations.
+   * Singular fields that are set in this request will replace their
+   * corresponding fields in the template. Repeated fields are appended.
+   * Singular sub-messages and groups are recursively merged.
    * 
* * string reidentify_template_name = 6; @@ -241,10 +258,11 @@ public interface ReidentifyContentRequestOrBuilder *
    * Template to use. References an instance of `DeidentifyTemplate`.
    * Any configuration directly specified in `reidentify_config` or
-   * `inspect_config` will override those set in the template. Singular fields
-   * that are set in this request will replace their corresponding fields in the
-   * template. Repeated fields are appended. Singular sub-messages and groups
-   * are recursively merged.
+   * `inspect_config` will override those set in the template. The
+   * `DeidentifyTemplate` used must include only reversible transformations.
+   * Singular fields that are set in this request will replace their
+   * corresponding fields in the template. Repeated fields are appended.
+   * Singular sub-messages and groups are recursively merged.
    * 
* * string reidentify_template_name = 6; diff --git a/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/dlp.proto b/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/dlp.proto index 781ac1c4..05738301 100644 --- a/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/dlp.proto +++ b/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/dlp.proto @@ -1154,9 +1154,21 @@ message RedactImageRequest { Color redaction_color = 3; } - // The parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + // Parent resource name. + // + // The format of this value varies depending on whether you have [specified a + // processing location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [(google.api.resource_reference) = { child_type: "dlp.googleapis.com/DlpContent" }]; @@ -1207,8 +1219,20 @@ message RedactImageResponse { // Request to de-identify a list of items. message DeidentifyContentRequest { // Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on whether you have [specified a + // processing location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [(google.api.resource_reference) = { child_type: "dlp.googleapis.com/DlpContent" }]; @@ -1255,9 +1279,21 @@ message DeidentifyContentResponse { // Request to re-identify an item. message ReidentifyContentRequest { - // Required. The parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + // Required. Parent resource name. + // + // The format of this value varies depending on whether you have [specified a + // processing location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1292,10 +1328,11 @@ message ReidentifyContentRequest { // Template to use. References an instance of `DeidentifyTemplate`. // Any configuration directly specified in `reidentify_config` or - // `inspect_config` will override those set in the template. Singular fields - // that are set in this request will replace their corresponding fields in the - // template. Repeated fields are appended. Singular sub-messages and groups - // are recursively merged. + // `inspect_config` will override those set in the template. The + // `DeidentifyTemplate` used must include only reversible transformations. + // Singular fields that are set in this request will replace their + // corresponding fields in the template. Repeated fields are appended. + // Singular sub-messages and groups are recursively merged. string reidentify_template_name = 6; // Deprecated. This field has no effect. @@ -1314,8 +1351,20 @@ message ReidentifyContentResponse { // Request to search for potentially sensitive info in a ContentItem. message InspectContentRequest { // Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on whether you have [specified a + // processing location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [(google.api.resource_reference) = { child_type: "dlp.googleapis.com/DlpContent" }]; @@ -1484,7 +1533,10 @@ message InfoTypeDescription { // Request for the list of infoTypes. message ListInfoTypesRequest { // The parent resource name. - // - Format:locations/[LOCATION-ID] + // + // The format of this value is as follows: + // + // locations/LOCATION_ID string parent = 4; // BCP-47 language code for localized infoType friendly @@ -2490,6 +2542,9 @@ message CryptoReplaceFfxFpeConfig { // Number of characters must be in the range [2, 95]. // This must be encoded as ASCII. // The order of characters does not matter. + // The full list of allowed characters is: + // 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + // ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/ string custom_alphabet = 5; // The native way to select the alphabet. Must be in the range [2, 95]. @@ -3075,10 +3130,25 @@ message Action { // Request message for CreateInspectTemplate. message CreateInspectTemplateRequest { // Required. Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:organizations/[ORGANIZATION-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - // - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on the scope of the request + // (project or organization) and whether you have [specified a processing + // location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + Organizations scope, location specified:
+ // `organizations/`ORG_ID`/locations/`LOCATION_ID + // + Organizations scope, no location specified (defaults to global):
+ // `organizations/`ORG_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3134,10 +3204,25 @@ message GetInspectTemplateRequest { // Request message for ListInspectTemplates. message ListInspectTemplatesRequest { // Required. Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:organizations/[ORGANIZATION-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - // - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on the scope of the request + // (project or organization) and whether you have [specified a processing + // location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + Organizations scope, location specified:
+ // `organizations/`ORG_ID`/locations/`LOCATION_ID + // + Organizations scope, no location specified (defaults to global):
+ // `organizations/`ORG_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3198,8 +3283,20 @@ message DeleteInspectTemplateRequest { // Request message for CreateJobTrigger. message CreateJobTriggerRequest { // Required. Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on whether you have [specified a + // processing location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3267,8 +3364,20 @@ message GetJobTriggerRequest { // Storage. message CreateDlpJobRequest { // Required. Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on whether you have [specified a + // processing location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3298,8 +3407,20 @@ message CreateDlpJobRequest { // Request message for ListJobTriggers. message ListJobTriggersRequest { // Required. Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on whether you have [specified a + // processing location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3485,8 +3606,20 @@ message GetDlpJobRequest { // The request message for listing DLP jobs. message ListDlpJobsRequest { // Required. Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on whether you have [specified a + // processing location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 4 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3597,10 +3730,25 @@ message DeleteDlpJobRequest { // Request message for CreateDeidentifyTemplate. message CreateDeidentifyTemplateRequest { // Required. Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:organizations/[ORGANIZATION-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - // - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on the scope of the request + // (project or organization) and whether you have [specified a processing + // location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + Organizations scope, location specified:
+ // `organizations/`ORG_ID`/locations/`LOCATION_ID + // + Organizations scope, no location specified (defaults to global):
+ // `organizations/`ORG_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3656,10 +3804,25 @@ message GetDeidentifyTemplateRequest { // Request message for ListDeidentifyTemplates. message ListDeidentifyTemplatesRequest { // Required. Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:organizations/[ORGANIZATION-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - // - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on the scope of the request + // (project or organization) and whether you have [specified a processing + // location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + Organizations scope, location specified:
+ // `organizations/`ORG_ID`/locations/`LOCATION_ID + // + Organizations scope, no location specified (defaults to global):
+ // `organizations/`ORG_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3836,10 +3999,25 @@ message StoredInfoType { // Request message for CreateStoredInfoType. message CreateStoredInfoTypeRequest { // Required. Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:organizations/[ORGANIZATION-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - // - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on the scope of the request + // (project or organization) and whether you have [specified a processing + // location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + Organizations scope, location specified:
+ // `organizations/`ORG_ID`/locations/`LOCATION_ID + // + Organizations scope, no location specified (defaults to global):
+ // `organizations/`ORG_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3897,10 +4075,25 @@ message GetStoredInfoTypeRequest { // Request message for ListStoredInfoTypes. message ListStoredInfoTypesRequest { // Required. Parent resource name. - // - Format:projects/[PROJECT-ID] - // - Format:organizations/[ORGANIZATION-ID] - // - Format:projects/[PROJECT-ID]/locations/[LOCATION-ID] - // - Format:organizations/[ORGANIZATION-ID]/locations/[LOCATION-ID] + // + // The format of this value varies depending on the scope of the request + // (project or organization) and whether you have [specified a processing + // location](/dlp/docs/specifying-location): + // + // + Projects scope, location specified:
+ // `projects/`PROJECT_ID`/locations/`LOCATION_ID + // + Projects scope, no location specified (defaults to global):
+ // `projects/`PROJECT_ID + // + Organizations scope, location specified:
+ // `organizations/`ORG_ID`/locations/`LOCATION_ID + // + Organizations scope, no location specified (defaults to global):
+ // `organizations/`ORG_ID + // + // The following example `parent` string specifies a parent project with the + // identifier `example-project`, and specifies the `europe-west3` location + // for processing data: + // + // parent=projects/example-project/locations/europe-west3 string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { diff --git a/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/storage.proto b/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/storage.proto index b25cf4fe..9098ab32 100644 --- a/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/storage.proto +++ b/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/storage.proto @@ -33,8 +33,8 @@ message InfoType { // Name of the information type. Either a name of your choosing when // creating a CustomInfoType, or one of the names listed // at https://cloud.google.com/dlp/docs/infotypes-reference when specifying - // a built-in type. InfoType names should conform to the pattern - // `[a-zA-Z0-9_]{1,64}`. + // a built-in type. When sending Cloud DLP results to Data Catalog, infoType + // names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`. string name = 1; } @@ -425,14 +425,16 @@ message CloudStoragePath { message BigQueryOptions { // How to sample rows if not all rows are scanned. Meaningful only when used // in conjunction with either rows_limit or rows_limit_percent. If not - // specified, scanning would start from the top. + // specified, rows are scanned in the order BigQuery reads them. enum SampleMethod { SAMPLE_METHOD_UNSPECIFIED = 0; - // Scan from the top (default). + // Scan groups of rows in the order BigQuery provides (default). Multiple + // groups of rows may be scanned in parallel, so results may not appear in + // the same order the rows are read. TOP = 1; - // Randomly pick the row to start scanning. The scanned rows are contiguous. + // Randomly pick groups of rows to scan. RANDOM_START = 2; } diff --git a/synth.metadata b/synth.metadata index 19c24435..04c32204 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-dlp.git", - "sha": "87c388c59a60c738a1ef5045d4193e655c9cd1d0" + "sha": "f8dda413972df0e348440ffd76d453536731c2bd" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "cc85255c273384d3ab5d5344d0bdf098c39d2a63", - "internalRef": "320252582" + "sha": "1ee015d872d003637eb47b890930bf3d0d410c61", + "internalRef": "329758805" } }, {