From 4be3740cf5fc967b7ba84a53c9d568f0d8502308 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 3 Jun 2020 15:34:12 -0700 Subject: [PATCH] fix!: change routing to remove location parameter in preparation for the addition of regional support (#178) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/0ba8d2f8-7f35-417b-8c9a-d829ca01eac0/targets PiperOrigin-RevId: 311164352 Source-Link: https://github.com/googleapis/googleapis/commit/1b8b77db10a0bd0ff47a4259ae9804b6237bc1c7 BREAKING CHANGE: Location name helpers have been removed in preparation for regionalization support. Please use a parent string directly instead. --- .../clirr-ignored-differences.xml | 29 + .../google/cloud/dlp/v2/DlpServiceClient.java | 899 +-------- .../com/google/cloud/dlp/v2/package-info.java | 4 +- .../cloud/dlp/v2/stub/GrpcDlpServiceStub.java | 2 +- .../cloud/dlp/v2/DlpServiceClientTest.java | 316 +-- .../v2/CreateDeidentifyTemplateRequest.java | 35 +- ...ateDeidentifyTemplateRequestOrBuilder.java | 10 +- .../privacy/dlp/v2/CreateDlpJobRequest.java | 42 +- .../dlp/v2/CreateDlpJobRequestOrBuilder.java | 12 +- .../dlp/v2/CreateInspectTemplateRequest.java | 35 +- ...CreateInspectTemplateRequestOrBuilder.java | 10 +- .../dlp/v2/CreateJobTriggerRequest.java | 42 +- .../v2/CreateJobTriggerRequestOrBuilder.java | 12 +- .../dlp/v2/CreateStoredInfoTypeRequest.java | 35 +- .../CreateStoredInfoTypeRequestOrBuilder.java | 10 +- .../privacy/dlp/v2/DateShiftConfig.java | 36 +- .../dlp/v2/DateShiftConfigOrBuilder.java | 9 +- .../dlp/v2/DeidentifyContentRequest.java | 42 +- .../v2/DeidentifyContentRequestOrBuilder.java | 12 +- .../v2/DeleteDeidentifyTemplateRequest.java | 35 +- ...eteDeidentifyTemplateRequestOrBuilder.java | 10 +- .../dlp/v2/DeleteInspectTemplateRequest.java | 42 +- ...DeleteInspectTemplateRequestOrBuilder.java | 12 +- .../dlp/v2/DeleteStoredInfoTypeRequest.java | 28 +- .../DeleteStoredInfoTypeRequestOrBuilder.java | 8 +- .../com/google/privacy/dlp/v2/DlpProto.java | 1703 ++++++++--------- .../com/google/privacy/dlp/v2/Finding.java | 28 +- .../privacy/dlp/v2/FindingOrBuilder.java | 8 +- .../dlp/v2/FixedSizeBucketingConfig.java | 160 +- .../v2/FixedSizeBucketingConfigOrBuilder.java | 40 +- .../dlp/v2/GetDeidentifyTemplateRequest.java | 42 +- ...GetDeidentifyTemplateRequestOrBuilder.java | 12 +- .../dlp/v2/GetInspectTemplateRequest.java | 28 +- .../GetInspectTemplateRequestOrBuilder.java | 8 +- .../dlp/v2/GetStoredInfoTypeRequest.java | 28 +- .../v2/GetStoredInfoTypeRequestOrBuilder.java | 8 +- .../dlp/v2/HybridInspectDlpJobRequest.java | 28 +- .../HybridInspectDlpJobRequestOrBuilder.java | 8 +- .../v2/HybridInspectJobTriggerRequest.java | 28 +- ...bridInspectJobTriggerRequestOrBuilder.java | 8 +- .../dlp/v2/HybridInspectStatistics.java | 4 +- .../privacy/dlp/v2/InspectContentRequest.java | 56 +- .../v2/InspectContentRequestOrBuilder.java | 16 +- .../v2/ListDeidentifyTemplatesRequest.java | 35 +- ...stDeidentifyTemplatesRequestOrBuilder.java | 10 +- .../privacy/dlp/v2/ListDlpJobsRequest.java | 42 +- .../dlp/v2/ListDlpJobsRequestOrBuilder.java | 12 +- .../privacy/dlp/v2/ListInfoTypesRequest.java | 198 +- .../dlp/v2/ListInfoTypesRequestOrBuilder.java | 31 +- .../dlp/v2/ListInspectTemplatesRequest.java | 35 +- .../ListInspectTemplatesRequestOrBuilder.java | 10 +- .../dlp/v2/ListJobTriggersRequest.java | 42 +- .../v2/ListJobTriggersRequestOrBuilder.java | 12 +- .../dlp/v2/ListStoredInfoTypesRequest.java | 35 +- .../ListStoredInfoTypesRequestOrBuilder.java | 10 +- .../google/privacy/dlp/v2/PrivacyMetric.java | 284 +-- .../privacy/dlp/v2/RedactImageRequest.java | 49 +- .../dlp/v2/RedactImageRequestOrBuilder.java | 14 +- .../dlp/v2/ReidentifyContentRequest.java | 21 +- .../v2/ReidentifyContentRequestOrBuilder.java | 6 +- .../privacy/dlp/v2/StatisticalTable.java | 48 +- .../dlp/v2/StatisticalTableOrBuilder.java | 12 +- .../v2/UpdateDeidentifyTemplateRequest.java | 35 +- ...ateDeidentifyTemplateRequestOrBuilder.java | 10 +- .../dlp/v2/UpdateInspectTemplateRequest.java | 28 +- ...UpdateInspectTemplateRequestOrBuilder.java | 8 +- .../proto/google/privacy/dlp/v2/dlp.proto | 301 ++- synth.metadata | 4 +- 68 files changed, 2159 insertions(+), 3073 deletions(-) create mode 100644 google-cloud-dlp/clirr-ignored-differences.xml diff --git a/google-cloud-dlp/clirr-ignored-differences.xml b/google-cloud-dlp/clirr-ignored-differences.xml new file mode 100644 index 00000000..a017cf29 --- /dev/null +++ b/google-cloud-dlp/clirr-ignored-differences.xml @@ -0,0 +1,29 @@ + + + + + 7002 + com/google/cloud/dlp/v2/DlpServiceClient + * createDeidentifyTemplate(*) + + + 7002 + com/google/cloud/dlp/v2/DlpServiceClient + * createDlpJob(*) + + + 7002 + com/google/cloud/dlp/v2/DlpServiceClient + * createInspectTemplate(*) + + + 7002 + com/google/cloud/dlp/v2/DlpServiceClient + * createJobTrigger(*) + + + 7002 + com/google/cloud/dlp/v2/DlpServiceClient + * createStoredInfoType(*) + + 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 407da86a..6e783a22 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 @@ -112,8 +112,8 @@ *
  * 
  * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
- *   String locationId = "";
- *   ListInfoTypesResponse response = dlpServiceClient.listInfoTypes(locationId);
+ *   String parent = "";
+ *   ListInfoTypesResponse response = dlpServiceClient.listInfoTypes(parent);
  * }
  * 
  * 
@@ -438,17 +438,16 @@ public final ReidentifyContentResponse reidentifyContent(ReidentifyContentReques * *

    * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   String locationId = "";
-   *   ListInfoTypesResponse response = dlpServiceClient.listInfoTypes(locationId);
+   *   String parent = "";
+   *   ListInfoTypesResponse response = dlpServiceClient.listInfoTypes(parent);
    * }
    * 
* - * @param locationId The geographic location to list info types. Reserved for future extensions. + * @param parent The parent resource name, for example locations/{location_id} * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ - public final ListInfoTypesResponse listInfoTypes(String locationId) { - ListInfoTypesRequest request = - ListInfoTypesRequest.newBuilder().setLocationId(locationId).build(); + public final ListInfoTypesResponse listInfoTypes(String parent) { + ListInfoTypesRequest request = ListInfoTypesRequest.newBuilder().setParent(parent).build(); return listInfoTypes(request); } @@ -509,7 +508,7 @@ public final UnaryCallable listInfo * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location-id}. * @param inspectTemplate Required. The InspectTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -539,7 +538,7 @@ public final InspectTemplate createInspectTemplate( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location-id}. * @param inspectTemplate Required. The InspectTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -569,7 +568,7 @@ public final InspectTemplate createInspectTemplate( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location-id}. * @param inspectTemplate Required. The InspectTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -599,7 +598,7 @@ public final InspectTemplate createInspectTemplate( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location-id}. * @param inspectTemplate Required. The InspectTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -629,7 +628,7 @@ public final InspectTemplate createInspectTemplate( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location-id}. * @param inspectTemplate Required. The InspectTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -643,176 +642,6 @@ public final InspectTemplate createInspectTemplate( return createInspectTemplate(request); } - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates an InspectTemplate for re-using frequently used configuration for inspecting content, - * images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]");
-   *   InspectTemplate inspectTemplate = InspectTemplate.newBuilder().build();
-   *   String locationId = "";
-   *   InspectTemplate response = dlpServiceClient.createInspectTemplate(parent, inspectTemplate, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param inspectTemplate Required. The InspectTemplate to create. - * @param locationId The geographic location to store the inspection template. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final InspectTemplate createInspectTemplate( - OrganizationLocationName parent, InspectTemplate inspectTemplate, String locationId) { - CreateInspectTemplateRequest request = - CreateInspectTemplateRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setInspectTemplate(inspectTemplate) - .setLocationId(locationId) - .build(); - return createInspectTemplate(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates an InspectTemplate for re-using frequently used configuration for inspecting content, - * images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   InspectTemplate inspectTemplate = InspectTemplate.newBuilder().build();
-   *   String locationId = "";
-   *   InspectTemplate response = dlpServiceClient.createInspectTemplate(parent, inspectTemplate, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param inspectTemplate Required. The InspectTemplate to create. - * @param locationId The geographic location to store the inspection template. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final InspectTemplate createInspectTemplate( - ProjectName parent, InspectTemplate inspectTemplate, String locationId) { - CreateInspectTemplateRequest request = - CreateInspectTemplateRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setInspectTemplate(inspectTemplate) - .setLocationId(locationId) - .build(); - return createInspectTemplate(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates an InspectTemplate for re-using frequently used configuration for inspecting content, - * images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   OrganizationName parent = OrganizationName.of("[ORGANIZATION]");
-   *   InspectTemplate inspectTemplate = InspectTemplate.newBuilder().build();
-   *   String locationId = "";
-   *   InspectTemplate response = dlpServiceClient.createInspectTemplate(parent, inspectTemplate, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param inspectTemplate Required. The InspectTemplate to create. - * @param locationId The geographic location to store the inspection template. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final InspectTemplate createInspectTemplate( - OrganizationName parent, InspectTemplate inspectTemplate, String locationId) { - CreateInspectTemplateRequest request = - CreateInspectTemplateRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setInspectTemplate(inspectTemplate) - .setLocationId(locationId) - .build(); - return createInspectTemplate(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates an InspectTemplate for re-using frequently used configuration for inspecting content, - * images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
-   *   InspectTemplate inspectTemplate = InspectTemplate.newBuilder().build();
-   *   String locationId = "";
-   *   InspectTemplate response = dlpServiceClient.createInspectTemplate(parent, inspectTemplate, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param inspectTemplate Required. The InspectTemplate to create. - * @param locationId The geographic location to store the inspection template. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final InspectTemplate createInspectTemplate( - LocationName parent, InspectTemplate inspectTemplate, String locationId) { - CreateInspectTemplateRequest request = - CreateInspectTemplateRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setInspectTemplate(inspectTemplate) - .setLocationId(locationId) - .build(); - return createInspectTemplate(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates an InspectTemplate for re-using frequently used configuration for inspecting content, - * images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]");
-   *   InspectTemplate inspectTemplate = InspectTemplate.newBuilder().build();
-   *   String locationId = "";
-   *   InspectTemplate response = dlpServiceClient.createInspectTemplate(parent.toString(), inspectTemplate, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param inspectTemplate Required. The InspectTemplate to create. - * @param locationId The geographic location to store the inspection template. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final InspectTemplate createInspectTemplate( - String parent, InspectTemplate inspectTemplate, String locationId) { - CreateInspectTemplateRequest request = - CreateInspectTemplateRequest.newBuilder() - .setParent(parent) - .setInspectTemplate(inspectTemplate) - .setLocationId(locationId) - .build(); - return createInspectTemplate(request); - } - // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates an InspectTemplate for re-using frequently used configuration for inspecting content, @@ -1097,7 +926,7 @@ public final InspectTemplate getInspectTemplate(GetInspectTemplateRequest reques * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInspectTemplatesPagedResponse listInspectTemplates( @@ -1125,7 +954,7 @@ public final ListInspectTemplatesPagedResponse listInspectTemplates( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInspectTemplatesPagedResponse listInspectTemplates(ProjectName parent) { @@ -1152,7 +981,7 @@ public final ListInspectTemplatesPagedResponse listInspectTemplates(ProjectName * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInspectTemplatesPagedResponse listInspectTemplates(OrganizationName parent) { @@ -1179,7 +1008,7 @@ public final ListInspectTemplatesPagedResponse listInspectTemplates(Organization * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInspectTemplatesPagedResponse listInspectTemplates(LocationName parent) { @@ -1206,7 +1035,7 @@ public final ListInspectTemplatesPagedResponse listInspectTemplates(LocationName * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInspectTemplatesPagedResponse listInspectTemplates(String parent) { @@ -1414,7 +1243,7 @@ public final UnaryCallable deleteInspectTem * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @param deidentifyTemplate Required. The DeidentifyTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1445,7 +1274,7 @@ public final DeidentifyTemplate createDeidentifyTemplate( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @param deidentifyTemplate Required. The DeidentifyTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1476,7 +1305,7 @@ public final DeidentifyTemplate createDeidentifyTemplate( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @param deidentifyTemplate Required. The DeidentifyTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1507,7 +1336,7 @@ public final DeidentifyTemplate createDeidentifyTemplate( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @param deidentifyTemplate Required. The DeidentifyTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1538,7 +1367,7 @@ public final DeidentifyTemplate createDeidentifyTemplate( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @param deidentifyTemplate Required. The DeidentifyTemplate to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1552,181 +1381,6 @@ public final DeidentifyTemplate createDeidentifyTemplate( return createDeidentifyTemplate(request); } - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying - * content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to - * learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]");
-   *   DeidentifyTemplate deidentifyTemplate = DeidentifyTemplate.newBuilder().build();
-   *   String locationId = "";
-   *   DeidentifyTemplate response = dlpServiceClient.createDeidentifyTemplate(parent, deidentifyTemplate, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param deidentifyTemplate Required. The DeidentifyTemplate to create. - * @param locationId The geographic location to store the deidentification template. Reserved for - * future extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final DeidentifyTemplate createDeidentifyTemplate( - OrganizationLocationName parent, DeidentifyTemplate deidentifyTemplate, String locationId) { - CreateDeidentifyTemplateRequest request = - CreateDeidentifyTemplateRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setDeidentifyTemplate(deidentifyTemplate) - .setLocationId(locationId) - .build(); - return createDeidentifyTemplate(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying - * content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to - * learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   DeidentifyTemplate deidentifyTemplate = DeidentifyTemplate.newBuilder().build();
-   *   String locationId = "";
-   *   DeidentifyTemplate response = dlpServiceClient.createDeidentifyTemplate(parent, deidentifyTemplate, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param deidentifyTemplate Required. The DeidentifyTemplate to create. - * @param locationId The geographic location to store the deidentification template. Reserved for - * future extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final DeidentifyTemplate createDeidentifyTemplate( - ProjectName parent, DeidentifyTemplate deidentifyTemplate, String locationId) { - CreateDeidentifyTemplateRequest request = - CreateDeidentifyTemplateRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setDeidentifyTemplate(deidentifyTemplate) - .setLocationId(locationId) - .build(); - return createDeidentifyTemplate(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying - * content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to - * learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   OrganizationName parent = OrganizationName.of("[ORGANIZATION]");
-   *   DeidentifyTemplate deidentifyTemplate = DeidentifyTemplate.newBuilder().build();
-   *   String locationId = "";
-   *   DeidentifyTemplate response = dlpServiceClient.createDeidentifyTemplate(parent, deidentifyTemplate, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param deidentifyTemplate Required. The DeidentifyTemplate to create. - * @param locationId The geographic location to store the deidentification template. Reserved for - * future extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final DeidentifyTemplate createDeidentifyTemplate( - OrganizationName parent, DeidentifyTemplate deidentifyTemplate, String locationId) { - CreateDeidentifyTemplateRequest request = - CreateDeidentifyTemplateRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setDeidentifyTemplate(deidentifyTemplate) - .setLocationId(locationId) - .build(); - return createDeidentifyTemplate(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying - * content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to - * learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
-   *   DeidentifyTemplate deidentifyTemplate = DeidentifyTemplate.newBuilder().build();
-   *   String locationId = "";
-   *   DeidentifyTemplate response = dlpServiceClient.createDeidentifyTemplate(parent, deidentifyTemplate, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param deidentifyTemplate Required. The DeidentifyTemplate to create. - * @param locationId The geographic location to store the deidentification template. Reserved for - * future extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final DeidentifyTemplate createDeidentifyTemplate( - LocationName parent, DeidentifyTemplate deidentifyTemplate, String locationId) { - CreateDeidentifyTemplateRequest request = - CreateDeidentifyTemplateRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setDeidentifyTemplate(deidentifyTemplate) - .setLocationId(locationId) - .build(); - return createDeidentifyTemplate(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying - * content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to - * learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]");
-   *   DeidentifyTemplate deidentifyTemplate = DeidentifyTemplate.newBuilder().build();
-   *   String locationId = "";
-   *   DeidentifyTemplate response = dlpServiceClient.createDeidentifyTemplate(parent.toString(), deidentifyTemplate, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param deidentifyTemplate Required. The DeidentifyTemplate to create. - * @param locationId The geographic location to store the deidentification template. Reserved for - * future extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final DeidentifyTemplate createDeidentifyTemplate( - String parent, DeidentifyTemplate deidentifyTemplate, String locationId) { - CreateDeidentifyTemplateRequest request = - CreateDeidentifyTemplateRequest.newBuilder() - .setParent(parent) - .setDeidentifyTemplate(deidentifyTemplate) - .setLocationId(locationId) - .build(); - return createDeidentifyTemplate(request); - } - // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying @@ -2016,7 +1670,7 @@ public final DeidentifyTemplate getDeidentifyTemplate(GetDeidentifyTemplateReque * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates( @@ -2045,7 +1699,7 @@ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates(ProjectName parent) { @@ -2073,7 +1727,7 @@ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates(Projec * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates( @@ -2102,7 +1756,7 @@ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates(LocationName parent) { @@ -2130,7 +1784,7 @@ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates(Locati * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDeidentifyTemplatesPagedResponse listDeidentifyTemplates(String parent) { @@ -2295,172 +1949,34 @@ public final void deleteDeidentifyTemplate(String name) { * * * @param request The request object containing all of the parameters for the API call. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final void deleteDeidentifyTemplate(DeleteDeidentifyTemplateRequest request) { - deleteDeidentifyTemplateCallable().call(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to - * learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   DeidentifyTemplateName name = DeidentifyTemplateName.ofOrganizationDeidentifyTemplateName("[ORGANIZATION]", "[DEIDENTIFY_TEMPLATE]");
-   *   DeleteDeidentifyTemplateRequest request = DeleteDeidentifyTemplateRequest.newBuilder()
-   *     .setName(name.toString())
-   *     .build();
-   *   ApiFuture<Void> future = dlpServiceClient.deleteDeidentifyTemplateCallable().futureCall(request);
-   *   // Do something
-   *   future.get();
-   * }
-   * 
- */ - public final UnaryCallable - deleteDeidentifyTemplateCallable() { - return stub.deleteDeidentifyTemplateCallable(); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a new job to inspect storage or calculate risk metrics. See - * https://cloud.google.com/dlp/docs/inspecting-storage and - * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. - * - *

When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will - * automatically choose what detectors to run. By default this may be all types, but may change - * over time as detectors are updated. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   InspectJobConfig inspectJob = InspectJobConfig.newBuilder().build();
-   *   DlpJob response = dlpServiceClient.createDlpJob(parent, inspectJob);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id. - * @param inspectJob Set to control what and how to inspect. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final DlpJob createDlpJob(ProjectName parent, InspectJobConfig inspectJob) { - CreateDlpJobRequest request = - CreateDlpJobRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setInspectJob(inspectJob) - .build(); - return createDlpJob(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a new job to inspect storage or calculate risk metrics. See - * https://cloud.google.com/dlp/docs/inspecting-storage and - * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. - * - *

When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will - * automatically choose what detectors to run. By default this may be all types, but may change - * over time as detectors are updated. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   InspectJobConfig inspectJob = InspectJobConfig.newBuilder().build();
-   *   DlpJob response = dlpServiceClient.createDlpJob(parent.toString(), inspectJob);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id. - * @param inspectJob Set to control what and how to inspect. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final DlpJob createDlpJob(String parent, InspectJobConfig inspectJob) { - CreateDlpJobRequest request = - CreateDlpJobRequest.newBuilder().setParent(parent).setInspectJob(inspectJob).build(); - return createDlpJob(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a new job to inspect storage or calculate risk metrics. See - * https://cloud.google.com/dlp/docs/inspecting-storage and - * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. - * - *

When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will - * automatically choose what detectors to run. By default this may be all types, but may change - * over time as detectors are updated. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   InspectJobConfig inspectJob = InspectJobConfig.newBuilder().build();
-   *   String locationId = "";
-   *   DlpJob response = dlpServiceClient.createDlpJob(parent, inspectJob, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id. - * @param inspectJob Set to control what and how to inspect. - * @param locationId The geographic location to store and process the job. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final DlpJob createDlpJob( - ProjectName parent, InspectJobConfig inspectJob, String locationId) { - CreateDlpJobRequest request = - CreateDlpJobRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setInspectJob(inspectJob) - .setLocationId(locationId) - .build(); - return createDlpJob(request); + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final void deleteDeidentifyTemplate(DeleteDeidentifyTemplateRequest request) { + deleteDeidentifyTemplateCallable().call(request); } // AUTO-GENERATED DOCUMENTATION AND METHOD /** - * Creates a new job to inspect storage or calculate risk metrics. See - * https://cloud.google.com/dlp/docs/inspecting-storage and - * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. - * - *

When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will - * automatically choose what detectors to run. By default this may be all types, but may change - * over time as detectors are updated. + * Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to + * learn more. * *

Sample code: * *


    * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   InspectJobConfig inspectJob = InspectJobConfig.newBuilder().build();
-   *   String locationId = "";
-   *   DlpJob response = dlpServiceClient.createDlpJob(parent.toString(), inspectJob, locationId);
+   *   DeidentifyTemplateName name = DeidentifyTemplateName.ofOrganizationDeidentifyTemplateName("[ORGANIZATION]", "[DEIDENTIFY_TEMPLATE]");
+   *   DeleteDeidentifyTemplateRequest request = DeleteDeidentifyTemplateRequest.newBuilder()
+   *     .setName(name.toString())
+   *     .build();
+   *   ApiFuture<Void> future = dlpServiceClient.deleteDeidentifyTemplateCallable().futureCall(request);
+   *   // Do something
+   *   future.get();
    * }
    * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id. - * @param inspectJob Set to control what and how to inspect. - * @param locationId The geographic location to store and process the job. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ - public final DlpJob createDlpJob(String parent, InspectJobConfig inspectJob, String locationId) { - CreateDlpJobRequest request = - CreateDlpJobRequest.newBuilder() - .setParent(parent) - .setInspectJob(inspectJob) - .setLocationId(locationId) - .build(); - return createDlpJob(request); + public final UnaryCallable + deleteDeidentifyTemplateCallable() { + return stub.deleteDeidentifyTemplateCallable(); } // AUTO-GENERATED DOCUMENTATION AND METHOD @@ -2478,20 +1994,21 @@ public final DlpJob createDlpJob(String parent, InspectJobConfig inspectJob, Str *

    * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
    *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   RiskAnalysisJobConfig riskJob = RiskAnalysisJobConfig.newBuilder().build();
-   *   DlpJob response = dlpServiceClient.createDlpJob(parent, riskJob);
+   *   InspectJobConfig inspectJob = InspectJobConfig.newBuilder().build();
+   *   DlpJob response = dlpServiceClient.createDlpJob(parent, inspectJob);
    * }
    * 
* - * @param parent Required. The parent resource name, for example projects/my-project-id. - * @param riskJob Set to choose what metric to calculate. + * @param parent Required. The parent resource name, for example projects/my-project-id or + * projects/my-project-id/locations/{location_id}. + * @param inspectJob Set to control what and how to inspect. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ - public final DlpJob createDlpJob(ProjectName parent, RiskAnalysisJobConfig riskJob) { + public final DlpJob createDlpJob(ProjectName parent, InspectJobConfig inspectJob) { CreateDlpJobRequest request = CreateDlpJobRequest.newBuilder() .setParent(parent == null ? null : parent.toString()) - .setRiskJob(riskJob) + .setInspectJob(inspectJob) .build(); return createDlpJob(request); } @@ -2511,18 +2028,19 @@ public final DlpJob createDlpJob(ProjectName parent, RiskAnalysisJobConfig riskJ *

    * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
    *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   RiskAnalysisJobConfig riskJob = RiskAnalysisJobConfig.newBuilder().build();
-   *   DlpJob response = dlpServiceClient.createDlpJob(parent.toString(), riskJob);
+   *   InspectJobConfig inspectJob = InspectJobConfig.newBuilder().build();
+   *   DlpJob response = dlpServiceClient.createDlpJob(parent.toString(), inspectJob);
    * }
    * 
* - * @param parent Required. The parent resource name, for example projects/my-project-id. - * @param riskJob Set to choose what metric to calculate. + * @param parent Required. The parent resource name, for example projects/my-project-id or + * projects/my-project-id/locations/{location_id}. + * @param inspectJob Set to control what and how to inspect. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ - public final DlpJob createDlpJob(String parent, RiskAnalysisJobConfig riskJob) { + public final DlpJob createDlpJob(String parent, InspectJobConfig inspectJob) { CreateDlpJobRequest request = - CreateDlpJobRequest.newBuilder().setParent(parent).setRiskJob(riskJob).build(); + CreateDlpJobRequest.newBuilder().setParent(parent).setInspectJob(inspectJob).build(); return createDlpJob(request); } @@ -2542,24 +2060,20 @@ public final DlpJob createDlpJob(String parent, RiskAnalysisJobConfig riskJob) { * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) { * ProjectName parent = ProjectName.of("[PROJECT]"); * RiskAnalysisJobConfig riskJob = RiskAnalysisJobConfig.newBuilder().build(); - * String locationId = ""; - * DlpJob response = dlpServiceClient.createDlpJob(parent, riskJob, locationId); + * DlpJob response = dlpServiceClient.createDlpJob(parent, riskJob); * } * * - * @param parent Required. The parent resource name, for example projects/my-project-id. + * @param parent Required. The parent resource name, for example projects/my-project-id or + * projects/my-project-id/locations/{location_id}. * @param riskJob Set to choose what metric to calculate. - * @param locationId The geographic location to store and process the job. Reserved for future - * extensions. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ - public final DlpJob createDlpJob( - ProjectName parent, RiskAnalysisJobConfig riskJob, String locationId) { + public final DlpJob createDlpJob(ProjectName parent, RiskAnalysisJobConfig riskJob) { CreateDlpJobRequest request = CreateDlpJobRequest.newBuilder() .setParent(parent == null ? null : parent.toString()) .setRiskJob(riskJob) - .setLocationId(locationId) .build(); return createDlpJob(request); } @@ -2580,25 +2094,18 @@ public final DlpJob createDlpJob( * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) { * ProjectName parent = ProjectName.of("[PROJECT]"); * RiskAnalysisJobConfig riskJob = RiskAnalysisJobConfig.newBuilder().build(); - * String locationId = ""; - * DlpJob response = dlpServiceClient.createDlpJob(parent.toString(), riskJob, locationId); + * DlpJob response = dlpServiceClient.createDlpJob(parent.toString(), riskJob); * } * * - * @param parent Required. The parent resource name, for example projects/my-project-id. + * @param parent Required. The parent resource name, for example projects/my-project-id or + * projects/my-project-id/locations/{location_id}. * @param riskJob Set to choose what metric to calculate. - * @param locationId The geographic location to store and process the job. Reserved for future - * extensions. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ - public final DlpJob createDlpJob( - String parent, RiskAnalysisJobConfig riskJob, String locationId) { + public final DlpJob createDlpJob(String parent, RiskAnalysisJobConfig riskJob) { CreateDlpJobRequest request = - CreateDlpJobRequest.newBuilder() - .setParent(parent) - .setRiskJob(riskJob) - .setLocationId(locationId) - .build(); + CreateDlpJobRequest.newBuilder().setParent(parent).setRiskJob(riskJob).build(); return createDlpJob(request); } @@ -2676,7 +2183,8 @@ public final UnaryCallable createDlpJobCallable() { * } * * - * @param parent Required. The parent resource name, for example projects/my-project-id. + * @param parent Required. The parent resource name, for example projects/my-project-id or + * projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDlpJobsPagedResponse listDlpJobs(ProjectName parent) { @@ -2704,7 +2212,8 @@ public final ListDlpJobsPagedResponse listDlpJobs(ProjectName parent) { * } * * - * @param parent Required. The parent resource name, for example projects/my-project-id. + * @param parent Required. The parent resource name, for example projects/my-project-id or + * projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListDlpJobsPagedResponse listDlpJobs(String parent) { @@ -3218,7 +2727,8 @@ public final HybridInspectResponse hybridInspectDlpJob(HybridInspectDlpJobReques * } * * - * @param parent Required. The parent resource name, for example `projects/my-project-id`. + * @param parent Required. The parent resource name, for example `projects/my-project-id` or + * projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListJobTriggersPagedResponse listJobTriggers(ProjectName parent) { @@ -3244,7 +2754,8 @@ public final ListJobTriggersPagedResponse listJobTriggers(ProjectName parent) { * } * * - * @param parent Required. The parent resource name, for example `projects/my-project-id`. + * @param parent Required. The parent resource name, for example `projects/my-project-id` or + * projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListJobTriggersPagedResponse listJobTriggers(String parent) { @@ -3753,7 +3264,8 @@ public final UnaryCallable updateJobTrigger * } * * - * @param parent Required. The parent resource name, for example projects/my-project-id. + * @param parent Required. The parent resource name, for example projects/my-project-id or + * projects/my-project-id/locations/{location_id}. * @param jobTrigger Required. The JobTrigger to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -3781,7 +3293,8 @@ public final JobTrigger createJobTrigger(ProjectName parent, JobTrigger jobTrigg * } * * - * @param parent Required. The parent resource name, for example projects/my-project-id. + * @param parent Required. The parent resource name, for example projects/my-project-id or + * projects/my-project-id/locations/{location_id}. * @param jobTrigger Required. The JobTrigger to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -3791,72 +3304,6 @@ public final JobTrigger createJobTrigger(String parent, JobTrigger jobTrigger) { return createJobTrigger(request); } - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a job trigger to run DLP actions such as scanning storage for sensitive information on - * a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   JobTrigger jobTrigger = JobTrigger.newBuilder().build();
-   *   String locationId = "";
-   *   JobTrigger response = dlpServiceClient.createJobTrigger(parent, jobTrigger, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id. - * @param jobTrigger Required. The JobTrigger to create. - * @param locationId The geographic location to store the job trigger. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final JobTrigger createJobTrigger( - ProjectName parent, JobTrigger jobTrigger, String locationId) { - CreateJobTriggerRequest request = - CreateJobTriggerRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setJobTrigger(jobTrigger) - .setLocationId(locationId) - .build(); - return createJobTrigger(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a job trigger to run DLP actions such as scanning storage for sensitive information on - * a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   JobTrigger jobTrigger = JobTrigger.newBuilder().build();
-   *   String locationId = "";
-   *   JobTrigger response = dlpServiceClient.createJobTrigger(parent.toString(), jobTrigger, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id. - * @param jobTrigger Required. The JobTrigger to create. - * @param locationId The geographic location to store the job trigger. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final JobTrigger createJobTrigger( - String parent, JobTrigger jobTrigger, String locationId) { - CreateJobTriggerRequest request = - CreateJobTriggerRequest.newBuilder() - .setParent(parent) - .setJobTrigger(jobTrigger) - .setLocationId(locationId) - .build(); - return createJobTrigger(request); - } - // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates a job trigger to run DLP actions such as scanning storage for sensitive information on @@ -3924,7 +3371,7 @@ public final UnaryCallable createJobTrigger * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id} * @param config Required. Configuration of the storedInfoType to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -3954,7 +3401,7 @@ public final StoredInfoType createStoredInfoType( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id} * @param config Required. Configuration of the storedInfoType to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -3984,7 +3431,7 @@ public final StoredInfoType createStoredInfoType( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id} * @param config Required. Configuration of the storedInfoType to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -4014,7 +3461,7 @@ public final StoredInfoType createStoredInfoType( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id} * @param config Required. Configuration of the storedInfoType to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -4044,7 +3491,7 @@ public final StoredInfoType createStoredInfoType( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id} * @param config Required. Configuration of the storedInfoType to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -4054,176 +3501,6 @@ public final StoredInfoType createStoredInfoType(String parent, StoredInfoTypeCo return createStoredInfoType(request); } - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a pre-built stored infoType to be used for inspection. See - * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]");
-   *   StoredInfoTypeConfig config = StoredInfoTypeConfig.newBuilder().build();
-   *   String locationId = "";
-   *   StoredInfoType response = dlpServiceClient.createStoredInfoType(parent, config, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param config Required. Configuration of the storedInfoType to create. - * @param locationId The geographic location to store the stored infoType. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final StoredInfoType createStoredInfoType( - OrganizationLocationName parent, StoredInfoTypeConfig config, String locationId) { - CreateStoredInfoTypeRequest request = - CreateStoredInfoTypeRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setConfig(config) - .setLocationId(locationId) - .build(); - return createStoredInfoType(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a pre-built stored infoType to be used for inspection. See - * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   ProjectName parent = ProjectName.of("[PROJECT]");
-   *   StoredInfoTypeConfig config = StoredInfoTypeConfig.newBuilder().build();
-   *   String locationId = "";
-   *   StoredInfoType response = dlpServiceClient.createStoredInfoType(parent, config, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param config Required. Configuration of the storedInfoType to create. - * @param locationId The geographic location to store the stored infoType. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final StoredInfoType createStoredInfoType( - ProjectName parent, StoredInfoTypeConfig config, String locationId) { - CreateStoredInfoTypeRequest request = - CreateStoredInfoTypeRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setConfig(config) - .setLocationId(locationId) - .build(); - return createStoredInfoType(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a pre-built stored infoType to be used for inspection. See - * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   OrganizationName parent = OrganizationName.of("[ORGANIZATION]");
-   *   StoredInfoTypeConfig config = StoredInfoTypeConfig.newBuilder().build();
-   *   String locationId = "";
-   *   StoredInfoType response = dlpServiceClient.createStoredInfoType(parent, config, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param config Required. Configuration of the storedInfoType to create. - * @param locationId The geographic location to store the stored infoType. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final StoredInfoType createStoredInfoType( - OrganizationName parent, StoredInfoTypeConfig config, String locationId) { - CreateStoredInfoTypeRequest request = - CreateStoredInfoTypeRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setConfig(config) - .setLocationId(locationId) - .build(); - return createStoredInfoType(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a pre-built stored infoType to be used for inspection. See - * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
-   *   StoredInfoTypeConfig config = StoredInfoTypeConfig.newBuilder().build();
-   *   String locationId = "";
-   *   StoredInfoType response = dlpServiceClient.createStoredInfoType(parent, config, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param config Required. Configuration of the storedInfoType to create. - * @param locationId The geographic location to store the stored infoType. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final StoredInfoType createStoredInfoType( - LocationName parent, StoredInfoTypeConfig config, String locationId) { - CreateStoredInfoTypeRequest request = - CreateStoredInfoTypeRequest.newBuilder() - .setParent(parent == null ? null : parent.toString()) - .setConfig(config) - .setLocationId(locationId) - .build(); - return createStoredInfoType(request); - } - - // AUTO-GENERATED DOCUMENTATION AND METHOD - /** - * Creates a pre-built stored infoType to be used for inspection. See - * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. - * - *

Sample code: - * - *


-   * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
-   *   OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]");
-   *   StoredInfoTypeConfig config = StoredInfoTypeConfig.newBuilder().build();
-   *   String locationId = "";
-   *   StoredInfoType response = dlpServiceClient.createStoredInfoType(parent.toString(), config, locationId);
-   * }
-   * 
- * - * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. - * @param config Required. Configuration of the storedInfoType to create. - * @param locationId The geographic location to store the stored infoType. Reserved for future - * extensions. - * @throws com.google.api.gax.rpc.ApiException if the remote call fails - */ - public final StoredInfoType createStoredInfoType( - String parent, StoredInfoTypeConfig config, String locationId) { - CreateStoredInfoTypeRequest request = - CreateStoredInfoTypeRequest.newBuilder() - .setParent(parent) - .setConfig(config) - .setLocationId(locationId) - .build(); - return createStoredInfoType(request); - } - // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates a pre-built stored infoType to be used for inspection. See @@ -4513,7 +3790,7 @@ public final UnaryCallable getStoredIn * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes( @@ -4542,7 +3819,7 @@ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes( * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(ProjectName parent) { @@ -4570,7 +3847,7 @@ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(ProjectName pa * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(OrganizationName parent) { @@ -4598,7 +3875,7 @@ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(OrganizationNa * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(LocationName parent) { @@ -4626,7 +3903,7 @@ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(LocationName p * * * @param parent Required. The parent resource name, for example projects/my-project-id or - * organizations/my-org-id. + * organizations/my-org-id or projects/my-project-id/locations/{location_id}. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListStoredInfoTypesPagedResponse listStoredInfoTypes(String parent) { diff --git a/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/package-info.java b/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/package-info.java index acfea191..714e038f 100644 --- a/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/package-info.java +++ b/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/package-info.java @@ -34,8 +34,8 @@ *
  * 
  * try (DlpServiceClient dlpServiceClient = DlpServiceClient.create()) {
- *   String locationId = "";
- *   ListInfoTypesResponse response = dlpServiceClient.listInfoTypes(locationId);
+ *   String parent = "";
+ *   ListInfoTypesResponse response = dlpServiceClient.listInfoTypes(parent);
  * }
  * 
  * 
diff --git a/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceStub.java b/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceStub.java index 8b6c49a0..670a76df 100644 --- a/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceStub.java +++ b/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceStub.java @@ -562,7 +562,7 @@ public Map extract(ReidentifyContentRequest request) { @Override public Map extract(ListInfoTypesRequest request) { ImmutableMap.Builder params = ImmutableMap.builder(); - params.put("location_id", String.valueOf(request.getLocationId())); + params.put("parent", String.valueOf(request.getParent())); return params.build(); } }) diff --git a/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientTest.java b/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientTest.java index 10dbd2f4..c2de13b9 100644 --- a/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientTest.java +++ b/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientTest.java @@ -308,16 +308,16 @@ public void listInfoTypesTest() { ListInfoTypesResponse expectedResponse = ListInfoTypesResponse.newBuilder().build(); mockDlpService.addResponse(expectedResponse); - String locationId = "locationId552319461"; + String parent = "parent-995424086"; - ListInfoTypesResponse actualResponse = client.listInfoTypes(locationId); + ListInfoTypesResponse actualResponse = client.listInfoTypes(parent); Assert.assertEquals(expectedResponse, actualResponse); List actualRequests = mockDlpService.getRequests(); Assert.assertEquals(1, actualRequests.size()); ListInfoTypesRequest actualRequest = (ListInfoTypesRequest) actualRequests.get(0); - Assert.assertEquals(locationId, actualRequest.getLocationId()); + Assert.assertEquals(parent, actualRequest.getParent()); Assert.assertTrue( channelProvider.isHeaderSent( ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), @@ -331,9 +331,9 @@ public void listInfoTypesExceptionTest() throws Exception { mockDlpService.addException(exception); try { - String locationId = "locationId552319461"; + String parent = "parent-995424086"; - client.listInfoTypes(locationId); + client.listInfoTypes(parent); Assert.fail("No exception raised"); } catch (InvalidArgumentException e) { // Expected exception @@ -392,62 +392,6 @@ public void createInspectTemplateExceptionTest() throws Exception { } } - @Test - @SuppressWarnings("all") - public void createInspectTemplateTest2() { - InspectTemplateName name = - InspectTemplateName.ofOrganizationInspectTemplateName( - "[ORGANIZATION]", "[INSPECT_TEMPLATE]"); - String displayName = "displayName1615086568"; - String description = "description-1724546052"; - InspectTemplate expectedResponse = - InspectTemplate.newBuilder() - .setName(name.toString()) - .setDisplayName(displayName) - .setDescription(description) - .build(); - mockDlpService.addResponse(expectedResponse); - - OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]"); - InspectTemplate inspectTemplate = InspectTemplate.newBuilder().build(); - String locationId = "locationId552319461"; - - InspectTemplate actualResponse = - client.createInspectTemplate(parent, inspectTemplate, locationId); - Assert.assertEquals(expectedResponse, actualResponse); - - List actualRequests = mockDlpService.getRequests(); - Assert.assertEquals(1, actualRequests.size()); - CreateInspectTemplateRequest actualRequest = - (CreateInspectTemplateRequest) actualRequests.get(0); - - Assert.assertEquals(parent, OrganizationLocationName.parse(actualRequest.getParent())); - Assert.assertEquals(inspectTemplate, actualRequest.getInspectTemplate()); - Assert.assertEquals(locationId, actualRequest.getLocationId()); - Assert.assertTrue( - channelProvider.isHeaderSent( - ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), - GaxGrpcProperties.getDefaultApiClientHeaderPattern())); - } - - @Test - @SuppressWarnings("all") - public void createInspectTemplateExceptionTest2() throws Exception { - StatusRuntimeException exception = new StatusRuntimeException(Status.INVALID_ARGUMENT); - mockDlpService.addException(exception); - - try { - OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]"); - InspectTemplate inspectTemplate = InspectTemplate.newBuilder().build(); - String locationId = "locationId552319461"; - - client.createInspectTemplate(parent, inspectTemplate, locationId); - Assert.fail("No exception raised"); - } catch (InvalidArgumentException e) { - // Expected exception - } - } - @Test @SuppressWarnings("all") public void updateInspectTemplateTest() { @@ -702,62 +646,6 @@ public void createDeidentifyTemplateExceptionTest() throws Exception { } } - @Test - @SuppressWarnings("all") - public void createDeidentifyTemplateTest2() { - DeidentifyTemplateName name = - DeidentifyTemplateName.ofOrganizationDeidentifyTemplateName( - "[ORGANIZATION]", "[DEIDENTIFY_TEMPLATE]"); - String displayName = "displayName1615086568"; - String description = "description-1724546052"; - DeidentifyTemplate expectedResponse = - DeidentifyTemplate.newBuilder() - .setName(name.toString()) - .setDisplayName(displayName) - .setDescription(description) - .build(); - mockDlpService.addResponse(expectedResponse); - - OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]"); - DeidentifyTemplate deidentifyTemplate = DeidentifyTemplate.newBuilder().build(); - String locationId = "locationId552319461"; - - DeidentifyTemplate actualResponse = - client.createDeidentifyTemplate(parent, deidentifyTemplate, locationId); - Assert.assertEquals(expectedResponse, actualResponse); - - List actualRequests = mockDlpService.getRequests(); - Assert.assertEquals(1, actualRequests.size()); - CreateDeidentifyTemplateRequest actualRequest = - (CreateDeidentifyTemplateRequest) actualRequests.get(0); - - Assert.assertEquals(parent, OrganizationLocationName.parse(actualRequest.getParent())); - Assert.assertEquals(deidentifyTemplate, actualRequest.getDeidentifyTemplate()); - Assert.assertEquals(locationId, actualRequest.getLocationId()); - Assert.assertTrue( - channelProvider.isHeaderSent( - ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), - GaxGrpcProperties.getDefaultApiClientHeaderPattern())); - } - - @Test - @SuppressWarnings("all") - public void createDeidentifyTemplateExceptionTest2() throws Exception { - StatusRuntimeException exception = new StatusRuntimeException(Status.INVALID_ARGUMENT); - mockDlpService.addException(exception); - - try { - OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]"); - DeidentifyTemplate deidentifyTemplate = DeidentifyTemplate.newBuilder().build(); - String locationId = "locationId552319461"; - - client.createDeidentifyTemplate(parent, deidentifyTemplate, locationId); - Assert.fail("No exception raised"); - } catch (InvalidArgumentException e) { - // Expected exception - } - } - @Test @SuppressWarnings("all") public void updateDeidentifyTemplateTest() { @@ -1015,53 +903,6 @@ public void createDlpJobTest2() { DlpJob.newBuilder().setName(name.toString()).setJobTriggerName(jobTriggerName).build(); mockDlpService.addResponse(expectedResponse); - ProjectName parent = ProjectName.of("[PROJECT]"); - InspectJobConfig inspectJob = InspectJobConfig.newBuilder().build(); - String locationId = "locationId552319461"; - - DlpJob actualResponse = client.createDlpJob(parent, inspectJob, locationId); - Assert.assertEquals(expectedResponse, actualResponse); - - List actualRequests = mockDlpService.getRequests(); - Assert.assertEquals(1, actualRequests.size()); - CreateDlpJobRequest actualRequest = (CreateDlpJobRequest) actualRequests.get(0); - - Assert.assertEquals(parent, ProjectName.parse(actualRequest.getParent())); - Assert.assertEquals(inspectJob, actualRequest.getInspectJob()); - Assert.assertEquals(locationId, actualRequest.getLocationId()); - Assert.assertTrue( - channelProvider.isHeaderSent( - ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), - GaxGrpcProperties.getDefaultApiClientHeaderPattern())); - } - - @Test - @SuppressWarnings("all") - public void createDlpJobExceptionTest2() throws Exception { - StatusRuntimeException exception = new StatusRuntimeException(Status.INVALID_ARGUMENT); - mockDlpService.addException(exception); - - try { - ProjectName parent = ProjectName.of("[PROJECT]"); - InspectJobConfig inspectJob = InspectJobConfig.newBuilder().build(); - String locationId = "locationId552319461"; - - client.createDlpJob(parent, inspectJob, locationId); - Assert.fail("No exception raised"); - } catch (InvalidArgumentException e) { - // Expected exception - } - } - - @Test - @SuppressWarnings("all") - public void createDlpJobTest3() { - DlpJobName name = DlpJobName.ofProjectDlpJobName("[PROJECT]", "[DLP_JOB]"); - String jobTriggerName = "jobTriggerName1819490804"; - DlpJob expectedResponse = - DlpJob.newBuilder().setName(name.toString()).setJobTriggerName(jobTriggerName).build(); - mockDlpService.addResponse(expectedResponse); - ProjectName parent = ProjectName.of("[PROJECT]"); RiskAnalysisJobConfig riskJob = RiskAnalysisJobConfig.newBuilder().build(); @@ -1082,7 +923,7 @@ public void createDlpJobTest3() { @Test @SuppressWarnings("all") - public void createDlpJobExceptionTest3() throws Exception { + public void createDlpJobExceptionTest2() throws Exception { StatusRuntimeException exception = new StatusRuntimeException(Status.INVALID_ARGUMENT); mockDlpService.addException(exception); @@ -1097,53 +938,6 @@ public void createDlpJobExceptionTest3() throws Exception { } } - @Test - @SuppressWarnings("all") - public void createDlpJobTest4() { - DlpJobName name = DlpJobName.ofProjectDlpJobName("[PROJECT]", "[DLP_JOB]"); - String jobTriggerName = "jobTriggerName1819490804"; - DlpJob expectedResponse = - DlpJob.newBuilder().setName(name.toString()).setJobTriggerName(jobTriggerName).build(); - mockDlpService.addResponse(expectedResponse); - - ProjectName parent = ProjectName.of("[PROJECT]"); - RiskAnalysisJobConfig riskJob = RiskAnalysisJobConfig.newBuilder().build(); - String locationId = "locationId552319461"; - - DlpJob actualResponse = client.createDlpJob(parent, riskJob, locationId); - Assert.assertEquals(expectedResponse, actualResponse); - - List actualRequests = mockDlpService.getRequests(); - Assert.assertEquals(1, actualRequests.size()); - CreateDlpJobRequest actualRequest = (CreateDlpJobRequest) actualRequests.get(0); - - Assert.assertEquals(parent, ProjectName.parse(actualRequest.getParent())); - Assert.assertEquals(riskJob, actualRequest.getRiskJob()); - Assert.assertEquals(locationId, actualRequest.getLocationId()); - Assert.assertTrue( - channelProvider.isHeaderSent( - ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), - GaxGrpcProperties.getDefaultApiClientHeaderPattern())); - } - - @Test - @SuppressWarnings("all") - public void createDlpJobExceptionTest4() throws Exception { - StatusRuntimeException exception = new StatusRuntimeException(Status.INVALID_ARGUMENT); - mockDlpService.addException(exception); - - try { - ProjectName parent = ProjectName.of("[PROJECT]"); - RiskAnalysisJobConfig riskJob = RiskAnalysisJobConfig.newBuilder().build(); - String locationId = "locationId552319461"; - - client.createDlpJob(parent, riskJob, locationId); - Assert.fail("No exception raised"); - } catch (InvalidArgumentException e) { - // Expected exception - } - } - @Test @SuppressWarnings("all") public void listDlpJobsTest() { @@ -1656,58 +1450,6 @@ public void createJobTriggerExceptionTest() throws Exception { } } - @Test - @SuppressWarnings("all") - public void createJobTriggerTest2() { - JobTriggerName name = JobTriggerName.ofProjectJobTriggerName("[PROJECT]", "[JOB_TRIGGER]"); - String displayName = "displayName1615086568"; - String description = "description-1724546052"; - JobTrigger expectedResponse = - JobTrigger.newBuilder() - .setName(name.toString()) - .setDisplayName(displayName) - .setDescription(description) - .build(); - mockDlpService.addResponse(expectedResponse); - - ProjectName parent = ProjectName.of("[PROJECT]"); - JobTrigger jobTrigger = JobTrigger.newBuilder().build(); - String locationId = "locationId552319461"; - - JobTrigger actualResponse = client.createJobTrigger(parent, jobTrigger, locationId); - Assert.assertEquals(expectedResponse, actualResponse); - - List actualRequests = mockDlpService.getRequests(); - Assert.assertEquals(1, actualRequests.size()); - CreateJobTriggerRequest actualRequest = (CreateJobTriggerRequest) actualRequests.get(0); - - Assert.assertEquals(parent, ProjectName.parse(actualRequest.getParent())); - Assert.assertEquals(jobTrigger, actualRequest.getJobTrigger()); - Assert.assertEquals(locationId, actualRequest.getLocationId()); - Assert.assertTrue( - channelProvider.isHeaderSent( - ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), - GaxGrpcProperties.getDefaultApiClientHeaderPattern())); - } - - @Test - @SuppressWarnings("all") - public void createJobTriggerExceptionTest2() throws Exception { - StatusRuntimeException exception = new StatusRuntimeException(Status.INVALID_ARGUMENT); - mockDlpService.addException(exception); - - try { - ProjectName parent = ProjectName.of("[PROJECT]"); - JobTrigger jobTrigger = JobTrigger.newBuilder().build(); - String locationId = "locationId552319461"; - - client.createJobTrigger(parent, jobTrigger, locationId); - Assert.fail("No exception raised"); - } catch (InvalidArgumentException e) { - // Expected exception - } - } - @Test @SuppressWarnings("all") public void createStoredInfoTypeTest() { @@ -1751,52 +1493,6 @@ public void createStoredInfoTypeExceptionTest() throws Exception { } } - @Test - @SuppressWarnings("all") - public void createStoredInfoTypeTest2() { - StoredInfoTypeName name = - StoredInfoTypeName.ofOrganizationStoredInfoTypeName("[ORGANIZATION]", "[STORED_INFO_TYPE]"); - StoredInfoType expectedResponse = StoredInfoType.newBuilder().setName(name.toString()).build(); - mockDlpService.addResponse(expectedResponse); - - OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]"); - StoredInfoTypeConfig config = StoredInfoTypeConfig.newBuilder().build(); - String locationId = "locationId552319461"; - - StoredInfoType actualResponse = client.createStoredInfoType(parent, config, locationId); - Assert.assertEquals(expectedResponse, actualResponse); - - List actualRequests = mockDlpService.getRequests(); - Assert.assertEquals(1, actualRequests.size()); - CreateStoredInfoTypeRequest actualRequest = (CreateStoredInfoTypeRequest) actualRequests.get(0); - - Assert.assertEquals(parent, OrganizationLocationName.parse(actualRequest.getParent())); - Assert.assertEquals(config, actualRequest.getConfig()); - Assert.assertEquals(locationId, actualRequest.getLocationId()); - Assert.assertTrue( - channelProvider.isHeaderSent( - ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), - GaxGrpcProperties.getDefaultApiClientHeaderPattern())); - } - - @Test - @SuppressWarnings("all") - public void createStoredInfoTypeExceptionTest2() throws Exception { - StatusRuntimeException exception = new StatusRuntimeException(Status.INVALID_ARGUMENT); - mockDlpService.addException(exception); - - try { - OrganizationLocationName parent = OrganizationLocationName.of("[ORGANIZATION]", "[LOCATION]"); - StoredInfoTypeConfig config = StoredInfoTypeConfig.newBuilder().build(); - String locationId = "locationId552319461"; - - client.createStoredInfoType(parent, config, locationId); - Assert.fail("No exception raised"); - } catch (InvalidArgumentException e) { - // Expected exception - } - } - @Test @SuppressWarnings("all") public void updateStoredInfoTypeTest() { 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 83d76627..094fcce9 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,7 +151,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -176,7 +176,7 @@ public java.lang.String getParent() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -307,8 +307,7 @@ public com.google.protobuf.ByteString getTemplateIdBytes() { * * *
-   * The geographic location to store the deidentification template. Reserved
-   * for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -330,8 +329,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location to store the deidentification template. Reserved
-   * for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -735,7 +733,7 @@ public Builder mergeFrom( * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -760,7 +758,7 @@ public java.lang.String getParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -785,7 +783,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -809,7 +807,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -829,7 +827,7 @@ public Builder clearParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -1180,8 +1178,7 @@ public Builder setTemplateIdBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location to store the deidentification template. Reserved
-     * for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1203,8 +1200,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location to store the deidentification template. Reserved
-     * for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1226,8 +1222,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location to store the deidentification template. Reserved
-     * for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1248,8 +1243,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location to store the deidentification template. Reserved
-     * for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1266,8 +1260,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location to store the deidentification template. Reserved
-     * for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; 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 7a863959..f1681ffd 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,7 +28,7 @@ public interface CreateDeidentifyTemplateRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -43,7 +43,7 @@ public interface CreateDeidentifyTemplateRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -130,8 +130,7 @@ public interface CreateDeidentifyTemplateRequestOrBuilder * * *
-   * The geographic location to store the deidentification template. Reserved
-   * for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -143,8 +142,7 @@ public interface CreateDeidentifyTemplateRequestOrBuilder * * *
-   * The geographic location to store the deidentification template. Reserved
-   * for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; 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 8b5c2d4b..7c29f0f8 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 @@ -214,7 +214,8 @@ public JobCase getJobCase() { * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -238,7 +239,8 @@ public java.lang.String getParent() { * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -414,8 +416,7 @@ public com.google.protobuf.ByteString getJobIdBytes() { * * *
-   * The geographic location to store and process the job. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -437,8 +438,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location to store and process the job. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -898,7 +898,8 @@ public Builder clearJob() { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -922,7 +923,8 @@ public java.lang.String getParent() { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -946,7 +948,8 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -969,7 +972,8 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -988,7 +992,8 @@ public Builder clearParent() { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -1547,8 +1552,7 @@ public Builder setJobIdBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location to store and process the job. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1570,8 +1574,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location to store and process the job. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1593,8 +1596,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location to store and process the job. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1615,8 +1617,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location to store and process the job. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1633,8 +1634,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location to store and process the job. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; 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 663b00da..b4bb904d 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 @@ -27,7 +27,8 @@ public interface CreateDlpJobRequestOrBuilder * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -41,7 +42,8 @@ public interface CreateDlpJobRequestOrBuilder * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -157,8 +159,7 @@ public interface CreateDlpJobRequestOrBuilder * * *
-   * The geographic location to store and process the job. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -170,8 +171,7 @@ public interface CreateDlpJobRequestOrBuilder * * *
-   * The geographic location to store and process the job. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; 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 519a5427..66e83b71 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,7 +150,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location-id}.
    * 
* * @@ -175,7 +175,7 @@ public java.lang.String getParent() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location-id}.
    * 
* * @@ -306,8 +306,7 @@ public com.google.protobuf.ByteString getTemplateIdBytes() { * * *
-   * The geographic location to store the inspection template. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -329,8 +328,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location to store the inspection template. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -734,7 +732,7 @@ public Builder mergeFrom( * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location-id}.
      * 
* * @@ -759,7 +757,7 @@ public java.lang.String getParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location-id}.
      * 
* * @@ -784,7 +782,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location-id}.
      * 
* * @@ -808,7 +806,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location-id}.
      * 
* * @@ -828,7 +826,7 @@ public Builder clearParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location-id}.
      * 
* * @@ -1179,8 +1177,7 @@ public Builder setTemplateIdBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location to store the inspection template. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1202,8 +1199,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location to store the inspection template. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1225,8 +1221,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location to store the inspection template. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1247,8 +1242,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location to store the inspection template. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1265,8 +1259,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location to store the inspection template. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; 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 2b67c569..87b21b1a 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,7 +28,7 @@ public interface CreateInspectTemplateRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location-id}.
    * 
* * @@ -43,7 +43,7 @@ public interface CreateInspectTemplateRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location-id}.
    * 
* * @@ -130,8 +130,7 @@ public interface CreateInspectTemplateRequestOrBuilder * * *
-   * The geographic location to store the inspection template. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -143,8 +142,7 @@ public interface CreateInspectTemplateRequestOrBuilder * * *
-   * The geographic location to store the inspection template. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; 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 941b2a02..2d24bc50 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 @@ -149,7 +149,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -173,7 +174,8 @@ public java.lang.String getParent() { * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -304,8 +306,7 @@ public com.google.protobuf.ByteString getTriggerIdBytes() { * * *
-   * The geographic location to store the job trigger. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -327,8 +328,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location to store the job trigger. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -730,7 +730,8 @@ public Builder mergeFrom( * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -754,7 +755,8 @@ public java.lang.String getParent() { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -778,7 +780,8 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -801,7 +804,8 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -820,7 +824,8 @@ public Builder clearParent() { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -1170,8 +1175,7 @@ public Builder setTriggerIdBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location to store the job trigger. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1193,8 +1197,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location to store the job trigger. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1216,8 +1219,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location to store the job trigger. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1238,8 +1240,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location to store the job trigger. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1256,8 +1257,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location to store the job trigger. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; 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 a3c85dc6..9b725c7b 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 @@ -27,7 +27,8 @@ public interface CreateJobTriggerRequestOrBuilder * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -41,7 +42,8 @@ public interface CreateJobTriggerRequestOrBuilder * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -128,8 +130,7 @@ public interface CreateJobTriggerRequestOrBuilder * * *
-   * The geographic location to store the job trigger. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -141,8 +142,7 @@ public interface CreateJobTriggerRequestOrBuilder * * *
-   * The geographic location to store the job trigger. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; 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 338185dc..34c31488 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,7 +150,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}
    * 
* * @@ -175,7 +175,7 @@ public java.lang.String getParent() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}
    * 
* * @@ -306,8 +306,7 @@ public com.google.protobuf.ByteString getStoredInfoTypeIdBytes() { * * *
-   * The geographic location to store the stored infoType. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -329,8 +328,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location to store the stored infoType. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -734,7 +732,7 @@ public Builder mergeFrom( * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}
      * 
* * @@ -759,7 +757,7 @@ public java.lang.String getParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}
      * 
* * @@ -784,7 +782,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}
      * 
* * @@ -808,7 +806,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}
      * 
* * @@ -828,7 +826,7 @@ public Builder clearParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}
      * 
* * @@ -1179,8 +1177,7 @@ public Builder setStoredInfoTypeIdBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location to store the stored infoType. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1202,8 +1199,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location to store the stored infoType. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1225,8 +1221,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location to store the stored infoType. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1247,8 +1242,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location to store the stored infoType. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; @@ -1265,8 +1259,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location to store the stored infoType. Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 4; 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 0dc86554..55bc20f9 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,7 +28,7 @@ public interface CreateStoredInfoTypeRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}
    * 
* * @@ -43,7 +43,7 @@ public interface CreateStoredInfoTypeRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}
    * 
* * @@ -130,8 +130,7 @@ public interface CreateStoredInfoTypeRequestOrBuilder * * *
-   * The geographic location to store the stored infoType. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; @@ -143,8 +142,7 @@ public interface CreateStoredInfoTypeRequestOrBuilder * * *
-   * The geographic location to store the stored infoType. Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 4; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DateShiftConfig.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DateShiftConfig.java index 40bab571..19c3fc98 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DateShiftConfig.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DateShiftConfig.java @@ -195,9 +195,9 @@ public MethodCase getMethodCase() { * * *
-   * Required. Range of shift in days. Actual shift will be selected at random within this
-   * range (inclusive ends). Negative means shift to earlier in time. Must not
-   * be more than 365250 days (1000 years) each direction.
+   * Required. Range of shift in days. Actual shift will be selected at random
+   * within this range (inclusive ends). Negative means shift to earlier in
+   * time. Must not be more than 365250 days (1000 years) each direction.
    * For example, 3 means shift date to at most 3 days into the future.
    * 
* @@ -215,7 +215,8 @@ public int getUpperBoundDays() { * * *
-   * Required. For example, -5 means shift date to at most 5 days back in the past.
+   * Required. For example, -5 means shift date to at most 5 days back in the
+   * past.
    * 
* * int32 lower_bound_days = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -753,9 +754,9 @@ public Builder clearMethod() { * * *
-     * Required. Range of shift in days. Actual shift will be selected at random within this
-     * range (inclusive ends). Negative means shift to earlier in time. Must not
-     * be more than 365250 days (1000 years) each direction.
+     * Required. Range of shift in days. Actual shift will be selected at random
+     * within this range (inclusive ends). Negative means shift to earlier in
+     * time. Must not be more than 365250 days (1000 years) each direction.
      * For example, 3 means shift date to at most 3 days into the future.
      * 
* @@ -770,9 +771,9 @@ public int getUpperBoundDays() { * * *
-     * Required. Range of shift in days. Actual shift will be selected at random within this
-     * range (inclusive ends). Negative means shift to earlier in time. Must not
-     * be more than 365250 days (1000 years) each direction.
+     * Required. Range of shift in days. Actual shift will be selected at random
+     * within this range (inclusive ends). Negative means shift to earlier in
+     * time. Must not be more than 365250 days (1000 years) each direction.
      * For example, 3 means shift date to at most 3 days into the future.
      * 
* @@ -791,9 +792,9 @@ public Builder setUpperBoundDays(int value) { * * *
-     * Required. Range of shift in days. Actual shift will be selected at random within this
-     * range (inclusive ends). Negative means shift to earlier in time. Must not
-     * be more than 365250 days (1000 years) each direction.
+     * Required. Range of shift in days. Actual shift will be selected at random
+     * within this range (inclusive ends). Negative means shift to earlier in
+     * time. Must not be more than 365250 days (1000 years) each direction.
      * For example, 3 means shift date to at most 3 days into the future.
      * 
* @@ -813,7 +814,8 @@ public Builder clearUpperBoundDays() { * * *
-     * Required. For example, -5 means shift date to at most 5 days back in the past.
+     * Required. For example, -5 means shift date to at most 5 days back in the
+     * past.
      * 
* * int32 lower_bound_days = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -827,7 +829,8 @@ public int getLowerBoundDays() { * * *
-     * Required. For example, -5 means shift date to at most 5 days back in the past.
+     * Required. For example, -5 means shift date to at most 5 days back in the
+     * past.
      * 
* * int32 lower_bound_days = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -845,7 +848,8 @@ public Builder setLowerBoundDays(int value) { * * *
-     * Required. For example, -5 means shift date to at most 5 days back in the past.
+     * Required. For example, -5 means shift date to at most 5 days back in the
+     * past.
      * 
* * int32 lower_bound_days = 2 [(.google.api.field_behavior) = REQUIRED]; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DateShiftConfigOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DateShiftConfigOrBuilder.java index f5b33a7c..1016a835 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DateShiftConfigOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DateShiftConfigOrBuilder.java @@ -27,9 +27,9 @@ public interface DateShiftConfigOrBuilder * * *
-   * Required. Range of shift in days. Actual shift will be selected at random within this
-   * range (inclusive ends). Negative means shift to earlier in time. Must not
-   * be more than 365250 days (1000 years) each direction.
+   * Required. Range of shift in days. Actual shift will be selected at random
+   * within this range (inclusive ends). Negative means shift to earlier in
+   * time. Must not be more than 365250 days (1000 years) each direction.
    * For example, 3 means shift date to at most 3 days into the future.
    * 
* @@ -43,7 +43,8 @@ public interface DateShiftConfigOrBuilder * * *
-   * Required. For example, -5 means shift date to at most 5 days back in the past.
+   * Required. For example, -5 means shift date to at most 5 days back in the
+   * past.
    * 
* * int32 lower_bound_days = 2 [(.google.api.field_behavior) = REQUIRED]; 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 cc160286..03db1e69 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 @@ -189,7 +189,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -211,7 +212,8 @@ public java.lang.String getParent() { * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -491,8 +493,7 @@ public com.google.protobuf.ByteString getDeidentifyTemplateNameBytes() { * * *
-   * The geographic location to process de-identification. Reserved for future
-   * extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -514,8 +515,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location to process de-identification. Reserved for future
-   * extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -989,7 +989,8 @@ public Builder mergeFrom( * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1011,7 +1012,8 @@ public java.lang.String getParent() { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1033,7 +1035,8 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1054,7 +1057,8 @@ public Builder setParent(java.lang.String value) { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1071,7 +1075,8 @@ public Builder clearParent() { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1936,8 +1941,7 @@ public Builder setDeidentifyTemplateNameBytes(com.google.protobuf.ByteString val * * *
-     * The geographic location to process de-identification. Reserved for future
-     * extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -1959,8 +1963,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location to process de-identification. Reserved for future
-     * extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -1982,8 +1985,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location to process de-identification. Reserved for future
-     * extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -2004,8 +2006,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location to process de-identification. Reserved for future
-     * extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -2022,8 +2023,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location to process de-identification. Reserved for future
-     * extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; 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 882ad94b..1437c82e 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 @@ -27,7 +27,8 @@ public interface DeidentifyContentRequestOrBuilder * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -39,7 +40,8 @@ public interface DeidentifyContentRequestOrBuilder * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -235,8 +237,7 @@ public interface DeidentifyContentRequestOrBuilder * * *
-   * The geographic location to process de-identification. Reserved for future
-   * extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -248,8 +249,7 @@ public interface DeidentifyContentRequestOrBuilder * * *
-   * The geographic location to process de-identification. Reserved for future
-   * extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteDeidentifyTemplateRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteDeidentifyTemplateRequest.java index 04eaa9fa..b7f29d6e 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteDeidentifyTemplateRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteDeidentifyTemplateRequest.java @@ -118,8 +118,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Resource name of the organization and deidentify template to be deleted,
-   * for example `organizations/433245324/deidentifyTemplates/432452342` or
+   * Required. Resource name of the organization and deidentify template to be
+   * deleted, for example
+   * `organizations/433245324/deidentifyTemplates/432452342` or
    * projects/project-id/deidentifyTemplates/432452342.
    * 
* @@ -144,8 +145,9 @@ public java.lang.String getName() { * * *
-   * Required. Resource name of the organization and deidentify template to be deleted,
-   * for example `organizations/433245324/deidentifyTemplates/432452342` or
+   * Required. Resource name of the organization and deidentify template to be
+   * deleted, for example
+   * `organizations/433245324/deidentifyTemplates/432452342` or
    * projects/project-id/deidentifyTemplates/432452342.
    * 
* @@ -491,8 +493,9 @@ public Builder mergeFrom( * * *
-     * Required. Resource name of the organization and deidentify template to be deleted,
-     * for example `organizations/433245324/deidentifyTemplates/432452342` or
+     * Required. Resource name of the organization and deidentify template to be
+     * deleted, for example
+     * `organizations/433245324/deidentifyTemplates/432452342` or
      * projects/project-id/deidentifyTemplates/432452342.
      * 
* @@ -517,8 +520,9 @@ public java.lang.String getName() { * * *
-     * Required. Resource name of the organization and deidentify template to be deleted,
-     * for example `organizations/433245324/deidentifyTemplates/432452342` or
+     * Required. Resource name of the organization and deidentify template to be
+     * deleted, for example
+     * `organizations/433245324/deidentifyTemplates/432452342` or
      * projects/project-id/deidentifyTemplates/432452342.
      * 
* @@ -543,8 +547,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. Resource name of the organization and deidentify template to be deleted,
-     * for example `organizations/433245324/deidentifyTemplates/432452342` or
+     * Required. Resource name of the organization and deidentify template to be
+     * deleted, for example
+     * `organizations/433245324/deidentifyTemplates/432452342` or
      * projects/project-id/deidentifyTemplates/432452342.
      * 
* @@ -568,8 +573,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. Resource name of the organization and deidentify template to be deleted,
-     * for example `organizations/433245324/deidentifyTemplates/432452342` or
+     * Required. Resource name of the organization and deidentify template to be
+     * deleted, for example
+     * `organizations/433245324/deidentifyTemplates/432452342` or
      * projects/project-id/deidentifyTemplates/432452342.
      * 
* @@ -589,8 +595,9 @@ public Builder clearName() { * * *
-     * Required. Resource name of the organization and deidentify template to be deleted,
-     * for example `organizations/433245324/deidentifyTemplates/432452342` or
+     * Required. Resource name of the organization and deidentify template to be
+     * deleted, for example
+     * `organizations/433245324/deidentifyTemplates/432452342` or
      * projects/project-id/deidentifyTemplates/432452342.
      * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteDeidentifyTemplateRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteDeidentifyTemplateRequestOrBuilder.java index 4487162a..c3ef7bda 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteDeidentifyTemplateRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteDeidentifyTemplateRequestOrBuilder.java @@ -27,8 +27,9 @@ public interface DeleteDeidentifyTemplateRequestOrBuilder * * *
-   * Required. Resource name of the organization and deidentify template to be deleted,
-   * for example `organizations/433245324/deidentifyTemplates/432452342` or
+   * Required. Resource name of the organization and deidentify template to be
+   * deleted, for example
+   * `organizations/433245324/deidentifyTemplates/432452342` or
    * projects/project-id/deidentifyTemplates/432452342.
    * 
* @@ -43,8 +44,9 @@ public interface DeleteDeidentifyTemplateRequestOrBuilder * * *
-   * Required. Resource name of the organization and deidentify template to be deleted,
-   * for example `organizations/433245324/deidentifyTemplates/432452342` or
+   * Required. Resource name of the organization and deidentify template to be
+   * deleted, for example
+   * `organizations/433245324/deidentifyTemplates/432452342` or
    * projects/project-id/deidentifyTemplates/432452342.
    * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteInspectTemplateRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteInspectTemplateRequest.java index d2844d3d..9e9f8057 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteInspectTemplateRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteInspectTemplateRequest.java @@ -117,9 +117,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Resource name of the organization and inspectTemplate to be deleted, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
-   * projects/project-id/inspectTemplates/432452342.
+   * Required. Resource name of the organization and inspectTemplate to be
+   * deleted, for example `organizations/433245324/inspectTemplates/432452342`
+   * or projects/project-id/inspectTemplates/432452342.
    * 
* * @@ -143,9 +143,9 @@ public java.lang.String getName() { * * *
-   * Required. Resource name of the organization and inspectTemplate to be deleted, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
-   * projects/project-id/inspectTemplates/432452342.
+   * Required. Resource name of the organization and inspectTemplate to be
+   * deleted, for example `organizations/433245324/inspectTemplates/432452342`
+   * or projects/project-id/inspectTemplates/432452342.
    * 
* * @@ -490,9 +490,9 @@ public Builder mergeFrom( * * *
-     * Required. Resource name of the organization and inspectTemplate to be deleted, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
-     * projects/project-id/inspectTemplates/432452342.
+     * Required. Resource name of the organization and inspectTemplate to be
+     * deleted, for example `organizations/433245324/inspectTemplates/432452342`
+     * or projects/project-id/inspectTemplates/432452342.
      * 
* * @@ -516,9 +516,9 @@ public java.lang.String getName() { * * *
-     * Required. Resource name of the organization and inspectTemplate to be deleted, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
-     * projects/project-id/inspectTemplates/432452342.
+     * Required. Resource name of the organization and inspectTemplate to be
+     * deleted, for example `organizations/433245324/inspectTemplates/432452342`
+     * or projects/project-id/inspectTemplates/432452342.
      * 
* * @@ -542,9 +542,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. Resource name of the organization and inspectTemplate to be deleted, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
-     * projects/project-id/inspectTemplates/432452342.
+     * Required. Resource name of the organization and inspectTemplate to be
+     * deleted, for example `organizations/433245324/inspectTemplates/432452342`
+     * or projects/project-id/inspectTemplates/432452342.
      * 
* * @@ -567,9 +567,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. Resource name of the organization and inspectTemplate to be deleted, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
-     * projects/project-id/inspectTemplates/432452342.
+     * Required. Resource name of the organization and inspectTemplate to be
+     * deleted, for example `organizations/433245324/inspectTemplates/432452342`
+     * or projects/project-id/inspectTemplates/432452342.
      * 
* * @@ -588,9 +588,9 @@ public Builder clearName() { * * *
-     * Required. Resource name of the organization and inspectTemplate to be deleted, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
-     * projects/project-id/inspectTemplates/432452342.
+     * Required. Resource name of the organization and inspectTemplate to be
+     * deleted, for example `organizations/433245324/inspectTemplates/432452342`
+     * or projects/project-id/inspectTemplates/432452342.
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteInspectTemplateRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteInspectTemplateRequestOrBuilder.java index cb4a86fd..0e0650e0 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteInspectTemplateRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteInspectTemplateRequestOrBuilder.java @@ -27,9 +27,9 @@ public interface DeleteInspectTemplateRequestOrBuilder * * *
-   * Required. Resource name of the organization and inspectTemplate to be deleted, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
-   * projects/project-id/inspectTemplates/432452342.
+   * Required. Resource name of the organization and inspectTemplate to be
+   * deleted, for example `organizations/433245324/inspectTemplates/432452342`
+   * or projects/project-id/inspectTemplates/432452342.
    * 
* * @@ -43,9 +43,9 @@ public interface DeleteInspectTemplateRequestOrBuilder * * *
-   * Required. Resource name of the organization and inspectTemplate to be deleted, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
-   * projects/project-id/inspectTemplates/432452342.
+   * Required. Resource name of the organization and inspectTemplate to be
+   * deleted, for example `organizations/433245324/inspectTemplates/432452342`
+   * or projects/project-id/inspectTemplates/432452342.
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteStoredInfoTypeRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteStoredInfoTypeRequest.java index e84be35e..51de30f4 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteStoredInfoTypeRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteStoredInfoTypeRequest.java @@ -117,8 +117,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Resource name of the organization and storedInfoType to be deleted, for
-   * example `organizations/433245324/storedInfoTypes/432452342` or
+   * Required. Resource name of the organization and storedInfoType to be
+   * deleted, for example `organizations/433245324/storedInfoTypes/432452342` or
    * projects/project-id/storedInfoTypes/432452342.
    * 
* @@ -143,8 +143,8 @@ public java.lang.String getName() { * * *
-   * Required. Resource name of the organization and storedInfoType to be deleted, for
-   * example `organizations/433245324/storedInfoTypes/432452342` or
+   * Required. Resource name of the organization and storedInfoType to be
+   * deleted, for example `organizations/433245324/storedInfoTypes/432452342` or
    * projects/project-id/storedInfoTypes/432452342.
    * 
* @@ -490,8 +490,8 @@ public Builder mergeFrom( * * *
-     * Required. Resource name of the organization and storedInfoType to be deleted, for
-     * example `organizations/433245324/storedInfoTypes/432452342` or
+     * Required. Resource name of the organization and storedInfoType to be
+     * deleted, for example `organizations/433245324/storedInfoTypes/432452342` or
      * projects/project-id/storedInfoTypes/432452342.
      * 
* @@ -516,8 +516,8 @@ public java.lang.String getName() { * * *
-     * Required. Resource name of the organization and storedInfoType to be deleted, for
-     * example `organizations/433245324/storedInfoTypes/432452342` or
+     * Required. Resource name of the organization and storedInfoType to be
+     * deleted, for example `organizations/433245324/storedInfoTypes/432452342` or
      * projects/project-id/storedInfoTypes/432452342.
      * 
* @@ -542,8 +542,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. Resource name of the organization and storedInfoType to be deleted, for
-     * example `organizations/433245324/storedInfoTypes/432452342` or
+     * Required. Resource name of the organization and storedInfoType to be
+     * deleted, for example `organizations/433245324/storedInfoTypes/432452342` or
      * projects/project-id/storedInfoTypes/432452342.
      * 
* @@ -567,8 +567,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. Resource name of the organization and storedInfoType to be deleted, for
-     * example `organizations/433245324/storedInfoTypes/432452342` or
+     * Required. Resource name of the organization and storedInfoType to be
+     * deleted, for example `organizations/433245324/storedInfoTypes/432452342` or
      * projects/project-id/storedInfoTypes/432452342.
      * 
* @@ -588,8 +588,8 @@ public Builder clearName() { * * *
-     * Required. Resource name of the organization and storedInfoType to be deleted, for
-     * example `organizations/433245324/storedInfoTypes/432452342` or
+     * Required. Resource name of the organization and storedInfoType to be
+     * deleted, for example `organizations/433245324/storedInfoTypes/432452342` or
      * projects/project-id/storedInfoTypes/432452342.
      * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteStoredInfoTypeRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteStoredInfoTypeRequestOrBuilder.java index 75d4b810..2034e22b 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteStoredInfoTypeRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeleteStoredInfoTypeRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface DeleteStoredInfoTypeRequestOrBuilder * * *
-   * Required. Resource name of the organization and storedInfoType to be deleted, for
-   * example `organizations/433245324/storedInfoTypes/432452342` or
+   * Required. Resource name of the organization and storedInfoType to be
+   * deleted, for example `organizations/433245324/storedInfoTypes/432452342` or
    * projects/project-id/storedInfoTypes/432452342.
    * 
* @@ -43,8 +43,8 @@ public interface DeleteStoredInfoTypeRequestOrBuilder * * *
-   * Required. Resource name of the organization and storedInfoType to be deleted, for
-   * example `organizations/433245324/storedInfoTypes/432452342` or
+   * Required. Resource name of the organization and storedInfoType to be
+   * deleted, for example `organizations/433245324/storedInfoTypes/432452342` or
    * projects/project-id/storedInfoTypes/432452342.
    * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpProto.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpProto.java index 9e4b698c..725ee718 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpProto.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpProto.java @@ -926,812 +926,803 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "peDescription\022\014\n\004name\030\001 \001(\t\022\024\n\014display_n" + "ame\030\002 \001(\t\022@\n\014supported_by\030\003 \003(\0162*.google" + ".privacy.dlp.v2.InfoTypeSupportedBy\022\023\n\013d" - + "escription\030\004 \001(\t\"R\n\024ListInfoTypesRequest" - + "\022\025\n\rlanguage_code\030\001 \001(\t\022\016\n\006filter\030\002 \001(\t\022" - + "\023\n\013location_id\030\003 \001(\t\"W\n\025ListInfoTypesRes" - + "ponse\022>\n\ninfo_types\030\001 \003(\0132*.google.priva" - + "cy.dlp.v2.InfoTypeDescription\"\301\001\n\025RiskAn" - + "alysisJobConfig\022<\n\016privacy_metric\030\001 \001(\0132" - + "$.google.privacy.dlp.v2.PrivacyMetric\022:\n" - + "\014source_table\030\002 \001(\0132$.google.privacy.dlp" - + ".v2.BigQueryTable\022.\n\007actions\030\003 \003(\0132\035.goo" - + "gle.privacy.dlp.v2.Action\"\274\001\n\007QuasiId\0222\n" - + "\005field\030\001 \001(\0132\036.google.privacy.dlp.v2.Fie" - + "ldIdB\003\340A\002\0224\n\tinfo_type\030\002 \001(\0132\037.google.pr" - + "ivacy.dlp.v2.InfoTypeH\000\022\024\n\ncustom_tag\030\003 " - + "\001(\tH\000\022*\n\010inferred\030\004 \001(\0132\026.google.protobu" - + "f.EmptyH\000B\005\n\003tag\"\276\002\n\020StatisticalTable\0228\n" - + "\005table\030\003 \001(\0132$.google.privacy.dlp.v2.Big" - + "QueryTableB\003\340A\002\022T\n\tquasi_ids\030\001 \003(\0132<.goo" - + "gle.privacy.dlp.v2.StatisticalTable.Quas" - + "iIdentifierFieldB\003\340A\002\022?\n\022relative_freque" - + "ncy\030\002 \001(\0132\036.google.privacy.dlp.v2.FieldI" - + "dB\003\340A\002\032Y\n\024QuasiIdentifierField\022-\n\005field\030" - + "\001 \001(\0132\036.google.privacy.dlp.v2.FieldId\022\022\n" - + "\ncustom_tag\030\002 \001(\t\"\223\017\n\rPrivacyMetric\022[\n\026n" - + "umerical_stats_config\030\001 \001(\01329.google.pri" - + "vacy.dlp.v2.PrivacyMetric.NumericalStats" - + "ConfigH\000\022_\n\030categorical_stats_config\030\002 \001" - + "(\0132;.google.privacy.dlp.v2.PrivacyMetric" - + ".CategoricalStatsConfigH\000\022S\n\022k_anonymity" - + "_config\030\003 \001(\01325.google.privacy.dlp.v2.Pr" - + "ivacyMetric.KAnonymityConfigH\000\022S\n\022l_dive" - + "rsity_config\030\004 \001(\01325.google.privacy.dlp." - + "v2.PrivacyMetric.LDiversityConfigH\000\022\\\n\027k" - + "_map_estimation_config\030\005 \001(\01329.google.pr" - + "ivacy.dlp.v2.PrivacyMetric.KMapEstimatio" - + "nConfigH\000\022n\n delta_presence_estimation_c" - + "onfig\030\006 \001(\0132B.google.privacy.dlp.v2.Priv" - + "acyMetric.DeltaPresenceEstimationConfigH" - + "\000\032E\n\024NumericalStatsConfig\022-\n\005field\030\001 \001(\013" - + "2\036.google.privacy.dlp.v2.FieldId\032G\n\026Cate" - + "goricalStatsConfig\022-\n\005field\030\001 \001(\0132\036.goog" - + "le.privacy.dlp.v2.FieldId\032y\n\020KAnonymityC" - + "onfig\0221\n\tquasi_ids\030\001 \003(\0132\036.google.privac" - + "y.dlp.v2.FieldId\0222\n\tentity_id\030\002 \001(\0132\037.go" - + "ogle.privacy.dlp.v2.EntityId\032\202\001\n\020LDivers" - + "ityConfig\0221\n\tquasi_ids\030\001 \003(\0132\036.google.pr" - + "ivacy.dlp.v2.FieldId\022;\n\023sensitive_attrib" - + "ute\030\002 \001(\0132\036.google.privacy.dlp.v2.FieldI" - + "d\032\201\006\n\024KMapEstimationConfig\022]\n\tquasi_ids\030" - + "\001 \003(\0132E.google.privacy.dlp.v2.PrivacyMet" - + "ric.KMapEstimationConfig.TaggedFieldB\003\340A" - + "\002\022\023\n\013region_code\030\002 \001(\t\022b\n\020auxiliary_tabl" - + "es\030\003 \003(\0132H.google.privacy.dlp.v2.Privacy" - + "Metric.KMapEstimationConfig.AuxiliaryTab" - + "le\032\300\001\n\013TaggedField\0222\n\005field\030\001 \001(\0132\036.goog" - + "le.privacy.dlp.v2.FieldIdB\003\340A\002\0224\n\tinfo_t" - + "ype\030\002 \001(\0132\037.google.privacy.dlp.v2.InfoTy" - + "peH\000\022\024\n\ncustom_tag\030\003 \001(\tH\000\022*\n\010inferred\030\004" - + " \001(\0132\026.google.protobuf.EmptyH\000B\005\n\003tag\032\315\002" - + "\n\016AuxiliaryTable\0228\n\005table\030\003 \001(\0132$.google" - + ".privacy.dlp.v2.BigQueryTableB\003\340A\002\022m\n\tqu" - + "asi_ids\030\001 \003(\0132U.google.privacy.dlp.v2.Pr" - + "ivacyMetric.KMapEstimationConfig.Auxilia" - + "ryTable.QuasiIdFieldB\003\340A\002\022?\n\022relative_fr" - + "equency\030\002 \001(\0132\036.google.privacy.dlp.v2.Fi" - + "eldIdB\003\340A\002\032Q\n\014QuasiIdField\022-\n\005field\030\001 \001(" - + "\0132\036.google.privacy.dlp.v2.FieldId\022\022\n\ncus" - + "tom_tag\030\002 \001(\t\032\257\001\n\035DeltaPresenceEstimatio" - + "nConfig\0226\n\tquasi_ids\030\001 \003(\0132\036.google.priv" - + "acy.dlp.v2.QuasiIdB\003\340A\002\022\023\n\013region_code\030\002" - + " \001(\t\022A\n\020auxiliary_tables\030\003 \003(\0132\'.google." - + "privacy.dlp.v2.StatisticalTableB\006\n\004type\"" - + "\362\035\n\034AnalyzeDataSourceRiskDetails\022F\n\030requ" - + "ested_privacy_metric\030\001 \001(\0132$.google.priv" - + "acy.dlp.v2.PrivacyMetric\022D\n\026requested_so" - + "urce_table\030\002 \001(\0132$.google.privacy.dlp.v2" - + ".BigQueryTable\022j\n\026numerical_stats_result" - + "\030\003 \001(\0132H.google.privacy.dlp.v2.AnalyzeDa" - + "taSourceRiskDetails.NumericalStatsResult" - + "H\000\022n\n\030categorical_stats_result\030\004 \001(\0132J.g" - + "oogle.privacy.dlp.v2.AnalyzeDataSourceRi" - + "skDetails.CategoricalStatsResultH\000\022b\n\022k_" - + "anonymity_result\030\005 \001(\0132D.google.privacy." - + "dlp.v2.AnalyzeDataSourceRiskDetails.KAno" - + "nymityResultH\000\022b\n\022l_diversity_result\030\006 \001" - + "(\0132D.google.privacy.dlp.v2.AnalyzeDataSo" - + "urceRiskDetails.LDiversityResultH\000\022k\n\027k_" - + "map_estimation_result\030\007 \001(\0132H.google.pri" - + "vacy.dlp.v2.AnalyzeDataSourceRiskDetails" - + ".KMapEstimationResultH\000\022}\n delta_presenc" - + "e_estimation_result\030\t \001(\0132Q.google.priva" - + "cy.dlp.v2.AnalyzeDataSourceRiskDetails.D" - + "eltaPresenceEstimationResultH\000\032\257\001\n\024Numer" - + "icalStatsResult\022/\n\tmin_value\030\001 \001(\0132\034.goo" - + "gle.privacy.dlp.v2.Value\022/\n\tmax_value\030\002 " - + "\001(\0132\034.google.privacy.dlp.v2.Value\0225\n\017qua" - + "ntile_values\030\004 \003(\0132\034.google.privacy.dlp." - + "v2.Value\032\215\003\n\026CategoricalStatsResult\022\225\001\n!" - + "value_frequency_histogram_buckets\030\005 \003(\0132" - + "j.google.privacy.dlp.v2.AnalyzeDataSourc" - + "eRiskDetails.CategoricalStatsResult.Cate" - + "goricalStatsHistogramBucket\032\332\001\n\037Categori" - + "calStatsHistogramBucket\022#\n\033value_frequen" - + "cy_lower_bound\030\001 \001(\003\022#\n\033value_frequency_" - + "upper_bound\030\002 \001(\003\022\023\n\013bucket_size\030\003 \001(\003\022<" - + "\n\rbucket_values\030\004 \003(\0132%.google.privacy.d" - + "lp.v2.ValueFrequency\022\032\n\022bucket_value_cou" - + "nt\030\005 \001(\003\032\265\004\n\020KAnonymityResult\022\213\001\n#equiva" - + "lence_class_histogram_buckets\030\005 \003(\0132^.go" - + "ogle.privacy.dlp.v2.AnalyzeDataSourceRis" - + "kDetails.KAnonymityResult.KAnonymityHist" - + "ogramBucket\032t\n\032KAnonymityEquivalenceClas" - + "s\0226\n\020quasi_ids_values\030\001 \003(\0132\034.google.pri" - + "vacy.dlp.v2.Value\022\036\n\026equivalence_class_s" - + "ize\030\002 \001(\003\032\234\002\n\031KAnonymityHistogramBucket\022" - + "*\n\"equivalence_class_size_lower_bound\030\001 " - + "\001(\003\022*\n\"equivalence_class_size_upper_boun" - + "d\030\002 \001(\003\022\023\n\013bucket_size\030\003 \001(\003\022v\n\rbucket_v" - + "alues\030\004 \003(\0132_.google.privacy.dlp.v2.Anal" - + "yzeDataSourceRiskDetails.KAnonymityResul" - + "t.KAnonymityEquivalenceClass\022\032\n\022bucket_v" - + "alue_count\030\005 \001(\003\032\260\005\n\020LDiversityResult\022\223\001" - + "\n+sensitive_value_frequency_histogram_bu" + + "escription\030\004 \001(\t\"b\n\024ListInfoTypesRequest" + + "\022\016\n\006parent\030\004 \001(\t\022\025\n\rlanguage_code\030\001 \001(\t\022" + + "\016\n\006filter\030\002 \001(\t\022\023\n\013location_id\030\003 \001(\t\"W\n\025" + + "ListInfoTypesResponse\022>\n\ninfo_types\030\001 \003(" + + "\0132*.google.privacy.dlp.v2.InfoTypeDescri" + + "ption\"\301\001\n\025RiskAnalysisJobConfig\022<\n\016priva" + + "cy_metric\030\001 \001(\0132$.google.privacy.dlp.v2." + + "PrivacyMetric\022:\n\014source_table\030\002 \001(\0132$.go" + + "ogle.privacy.dlp.v2.BigQueryTable\022.\n\007act" + + "ions\030\003 \003(\0132\035.google.privacy.dlp.v2.Actio" + + "n\"\274\001\n\007QuasiId\0222\n\005field\030\001 \001(\0132\036.google.pr" + + "ivacy.dlp.v2.FieldIdB\003\340A\002\0224\n\tinfo_type\030\002" + + " \001(\0132\037.google.privacy.dlp.v2.InfoTypeH\000\022" + + "\024\n\ncustom_tag\030\003 \001(\tH\000\022*\n\010inferred\030\004 \001(\0132" + + "\026.google.protobuf.EmptyH\000B\005\n\003tag\"\276\002\n\020Sta" + + "tisticalTable\0228\n\005table\030\003 \001(\0132$.google.pr" + + "ivacy.dlp.v2.BigQueryTableB\003\340A\002\022T\n\tquasi" + + "_ids\030\001 \003(\0132<.google.privacy.dlp.v2.Stati" + + "sticalTable.QuasiIdentifierFieldB\003\340A\002\022?\n" + + "\022relative_frequency\030\002 \001(\0132\036.google.priva" + + "cy.dlp.v2.FieldIdB\003\340A\002\032Y\n\024QuasiIdentifie" + + "rField\022-\n\005field\030\001 \001(\0132\036.google.privacy.d" + + "lp.v2.FieldId\022\022\n\ncustom_tag\030\002 \001(\t\"\223\017\n\rPr" + + "ivacyMetric\022[\n\026numerical_stats_config\030\001 " + + "\001(\01329.google.privacy.dlp.v2.PrivacyMetri" + + "c.NumericalStatsConfigH\000\022_\n\030categorical_" + + "stats_config\030\002 \001(\0132;.google.privacy.dlp." + + "v2.PrivacyMetric.CategoricalStatsConfigH" + + "\000\022S\n\022k_anonymity_config\030\003 \001(\01325.google.p" + + "rivacy.dlp.v2.PrivacyMetric.KAnonymityCo" + + "nfigH\000\022S\n\022l_diversity_config\030\004 \001(\01325.goo" + + "gle.privacy.dlp.v2.PrivacyMetric.LDivers" + + "ityConfigH\000\022\\\n\027k_map_estimation_config\030\005" + + " \001(\01329.google.privacy.dlp.v2.PrivacyMetr" + + "ic.KMapEstimationConfigH\000\022n\n delta_prese" + + "nce_estimation_config\030\006 \001(\0132B.google.pri" + + "vacy.dlp.v2.PrivacyMetric.DeltaPresenceE" + + "stimationConfigH\000\032E\n\024NumericalStatsConfi" + + "g\022-\n\005field\030\001 \001(\0132\036.google.privacy.dlp.v2" + + ".FieldId\032G\n\026CategoricalStatsConfig\022-\n\005fi" + + "eld\030\001 \001(\0132\036.google.privacy.dlp.v2.FieldI" + + "d\032y\n\020KAnonymityConfig\0221\n\tquasi_ids\030\001 \003(\013" + + "2\036.google.privacy.dlp.v2.FieldId\0222\n\tenti" + + "ty_id\030\002 \001(\0132\037.google.privacy.dlp.v2.Enti" + + "tyId\032\202\001\n\020LDiversityConfig\0221\n\tquasi_ids\030\001" + + " \003(\0132\036.google.privacy.dlp.v2.FieldId\022;\n\023" + + "sensitive_attribute\030\002 \001(\0132\036.google.priva" + + "cy.dlp.v2.FieldId\032\201\006\n\024KMapEstimationConf" + + "ig\022]\n\tquasi_ids\030\001 \003(\0132E.google.privacy.d" + + "lp.v2.PrivacyMetric.KMapEstimationConfig" + + ".TaggedFieldB\003\340A\002\022\023\n\013region_code\030\002 \001(\t\022b" + + "\n\020auxiliary_tables\030\003 \003(\0132H.google.privac" + + "y.dlp.v2.PrivacyMetric.KMapEstimationCon" + + "fig.AuxiliaryTable\032\300\001\n\013TaggedField\0222\n\005fi" + + "eld\030\001 \001(\0132\036.google.privacy.dlp.v2.FieldI" + + "dB\003\340A\002\0224\n\tinfo_type\030\002 \001(\0132\037.google.priva" + + "cy.dlp.v2.InfoTypeH\000\022\024\n\ncustom_tag\030\003 \001(\t" + + "H\000\022*\n\010inferred\030\004 \001(\0132\026.google.protobuf.E" + + "mptyH\000B\005\n\003tag\032\315\002\n\016AuxiliaryTable\0228\n\005tabl" + + "e\030\003 \001(\0132$.google.privacy.dlp.v2.BigQuery" + + "TableB\003\340A\002\022m\n\tquasi_ids\030\001 \003(\0132U.google.p" + + "rivacy.dlp.v2.PrivacyMetric.KMapEstimati" + + "onConfig.AuxiliaryTable.QuasiIdFieldB\003\340A" + + "\002\022?\n\022relative_frequency\030\002 \001(\0132\036.google.p" + + "rivacy.dlp.v2.FieldIdB\003\340A\002\032Q\n\014QuasiIdFie" + + "ld\022-\n\005field\030\001 \001(\0132\036.google.privacy.dlp.v" + + "2.FieldId\022\022\n\ncustom_tag\030\002 \001(\t\032\257\001\n\035DeltaP" + + "resenceEstimationConfig\0226\n\tquasi_ids\030\001 \003" + + "(\0132\036.google.privacy.dlp.v2.QuasiIdB\003\340A\002\022" + + "\023\n\013region_code\030\002 \001(\t\022A\n\020auxiliary_tables" + + "\030\003 \003(\0132\'.google.privacy.dlp.v2.Statistic" + + "alTableB\006\n\004type\"\362\035\n\034AnalyzeDataSourceRis" + + "kDetails\022F\n\030requested_privacy_metric\030\001 \001" + + "(\0132$.google.privacy.dlp.v2.PrivacyMetric" + + "\022D\n\026requested_source_table\030\002 \001(\0132$.googl" + + "e.privacy.dlp.v2.BigQueryTable\022j\n\026numeri" + + "cal_stats_result\030\003 \001(\0132H.google.privacy." + + "dlp.v2.AnalyzeDataSourceRiskDetails.Nume" + + "ricalStatsResultH\000\022n\n\030categorical_stats_" + + "result\030\004 \001(\0132J.google.privacy.dlp.v2.Ana" + + "lyzeDataSourceRiskDetails.CategoricalSta" + + "tsResultH\000\022b\n\022k_anonymity_result\030\005 \001(\0132D" + + ".google.privacy.dlp.v2.AnalyzeDataSource" + + "RiskDetails.KAnonymityResultH\000\022b\n\022l_dive" + + "rsity_result\030\006 \001(\0132D.google.privacy.dlp." + + "v2.AnalyzeDataSourceRiskDetails.LDiversi" + + "tyResultH\000\022k\n\027k_map_estimation_result\030\007 " + + "\001(\0132H.google.privacy.dlp.v2.AnalyzeDataS" + + "ourceRiskDetails.KMapEstimationResultH\000\022" + + "}\n delta_presence_estimation_result\030\t \001(" + + "\0132Q.google.privacy.dlp.v2.AnalyzeDataSou" + + "rceRiskDetails.DeltaPresenceEstimationRe" + + "sultH\000\032\257\001\n\024NumericalStatsResult\022/\n\tmin_v" + + "alue\030\001 \001(\0132\034.google.privacy.dlp.v2.Value" + + "\022/\n\tmax_value\030\002 \001(\0132\034.google.privacy.dlp" + + ".v2.Value\0225\n\017quantile_values\030\004 \003(\0132\034.goo" + + "gle.privacy.dlp.v2.Value\032\215\003\n\026Categorical" + + "StatsResult\022\225\001\n!value_frequency_histogra" + + "m_buckets\030\005 \003(\0132j.google.privacy.dlp.v2." + + "AnalyzeDataSourceRiskDetails.Categorical" + + "StatsResult.CategoricalStatsHistogramBuc" + + "ket\032\332\001\n\037CategoricalStatsHistogramBucket\022" + + "#\n\033value_frequency_lower_bound\030\001 \001(\003\022#\n\033" + + "value_frequency_upper_bound\030\002 \001(\003\022\023\n\013buc" + + "ket_size\030\003 \001(\003\022<\n\rbucket_values\030\004 \003(\0132%." + + "google.privacy.dlp.v2.ValueFrequency\022\032\n\022" + + "bucket_value_count\030\005 \001(\003\032\265\004\n\020KAnonymityR" + + "esult\022\213\001\n#equivalence_class_histogram_bu" + "ckets\030\005 \003(\0132^.google.privacy.dlp.v2.Anal" - + "yzeDataSourceRiskDetails.LDiversityResul" - + "t.LDiversityHistogramBucket\032\340\001\n\032LDiversi" - + "tyEquivalenceClass\0226\n\020quasi_ids_values\030\001" - + " \003(\0132\034.google.privacy.dlp.v2.Value\022\036\n\026eq" - + "uivalence_class_size\030\002 \001(\003\022%\n\035num_distin" - + "ct_sensitive_values\030\003 \001(\003\022C\n\024top_sensiti" - + "ve_values\030\004 \003(\0132%.google.privacy.dlp.v2." - + "ValueFrequency\032\242\002\n\031LDiversityHistogramBu" - + "cket\022-\n%sensitive_value_frequency_lower_" - + "bound\030\001 \001(\003\022-\n%sensitive_value_frequency" - + "_upper_bound\030\002 \001(\003\022\023\n\013bucket_size\030\003 \001(\003\022" - + "v\n\rbucket_values\030\004 \003(\0132_.google.privacy." - + "dlp.v2.AnalyzeDataSourceRiskDetails.LDiv" - + "ersityResult.LDiversityEquivalenceClass\022" - + "\032\n\022bucket_value_count\030\005 \001(\003\032\225\004\n\024KMapEsti" - + "mationResult\022\212\001\n\032k_map_estimation_histog" - + "ram\030\001 \003(\0132f.google.privacy.dlp.v2.Analyz" + + "yzeDataSourceRiskDetails.KAnonymityResul" + + "t.KAnonymityHistogramBucket\032t\n\032KAnonymit" + + "yEquivalenceClass\0226\n\020quasi_ids_values\030\001 " + + "\003(\0132\034.google.privacy.dlp.v2.Value\022\036\n\026equ" + + "ivalence_class_size\030\002 \001(\003\032\234\002\n\031KAnonymity" + + "HistogramBucket\022*\n\"equivalence_class_siz" + + "e_lower_bound\030\001 \001(\003\022*\n\"equivalence_class" + + "_size_upper_bound\030\002 \001(\003\022\023\n\013bucket_size\030\003" + + " \001(\003\022v\n\rbucket_values\030\004 \003(\0132_.google.pri" + + "vacy.dlp.v2.AnalyzeDataSourceRiskDetails" + + ".KAnonymityResult.KAnonymityEquivalenceC" + + "lass\022\032\n\022bucket_value_count\030\005 \001(\003\032\260\005\n\020LDi" + + "versityResult\022\223\001\n+sensitive_value_freque" + + "ncy_histogram_buckets\030\005 \003(\0132^.google.pri" + + "vacy.dlp.v2.AnalyzeDataSourceRiskDetails" + + ".LDiversityResult.LDiversityHistogramBuc" + + "ket\032\340\001\n\032LDiversityEquivalenceClass\0226\n\020qu" + + "asi_ids_values\030\001 \003(\0132\034.google.privacy.dl" + + "p.v2.Value\022\036\n\026equivalence_class_size\030\002 \001" + + "(\003\022%\n\035num_distinct_sensitive_values\030\003 \001(" + + "\003\022C\n\024top_sensitive_values\030\004 \003(\0132%.google" + + ".privacy.dlp.v2.ValueFrequency\032\242\002\n\031LDive" + + "rsityHistogramBucket\022-\n%sensitive_value_" + + "frequency_lower_bound\030\001 \001(\003\022-\n%sensitive" + + "_value_frequency_upper_bound\030\002 \001(\003\022\023\n\013bu" + + "cket_size\030\003 \001(\003\022v\n\rbucket_values\030\004 \003(\0132_" + + ".google.privacy.dlp.v2.AnalyzeDataSource" + + "RiskDetails.LDiversityResult.LDiversityE" + + "quivalenceClass\022\032\n\022bucket_value_count\030\005 " + + "\001(\003\032\225\004\n\024KMapEstimationResult\022\212\001\n\032k_map_e" + + "stimation_histogram\030\001 \003(\0132f.google.priva" + + "cy.dlp.v2.AnalyzeDataSourceRiskDetails.K" + + "MapEstimationResult.KMapEstimationHistog" + + "ramBucket\032r\n\033KMapEstimationQuasiIdValues" + + "\0226\n\020quasi_ids_values\030\001 \003(\0132\034.google.priv" + + "acy.dlp.v2.Value\022\033\n\023estimated_anonymity\030" + + "\002 \001(\003\032\373\001\n\035KMapEstimationHistogramBucket\022" + + "\025\n\rmin_anonymity\030\001 \001(\003\022\025\n\rmax_anonymity\030" + + "\002 \001(\003\022\023\n\013bucket_size\030\005 \001(\003\022{\n\rbucket_val" + + "ues\030\006 \003(\0132d.google.privacy.dlp.v2.Analyz" + "eDataSourceRiskDetails.KMapEstimationRes" - + "ult.KMapEstimationHistogramBucket\032r\n\033KMa" - + "pEstimationQuasiIdValues\0226\n\020quasi_ids_va" - + "lues\030\001 \003(\0132\034.google.privacy.dlp.v2.Value" - + "\022\033\n\023estimated_anonymity\030\002 \001(\003\032\373\001\n\035KMapEs" - + "timationHistogramBucket\022\025\n\rmin_anonymity" - + "\030\001 \001(\003\022\025\n\rmax_anonymity\030\002 \001(\003\022\023\n\013bucket_" - + "size\030\005 \001(\003\022{\n\rbucket_values\030\006 \003(\0132d.goog" - + "le.privacy.dlp.v2.AnalyzeDataSourceRiskD" - + "etails.KMapEstimationResult.KMapEstimati" - + "onQuasiIdValues\022\032\n\022bucket_value_count\030\007 " - + "\001(\003\032\344\004\n\035DeltaPresenceEstimationResult\022\245\001" - + "\n#delta_presence_estimation_histogram\030\001 " - + "\003(\0132x.google.privacy.dlp.v2.AnalyzeDataS" - + "ourceRiskDetails.DeltaPresenceEstimation" - + "Result.DeltaPresenceEstimationHistogramB" - + "ucket\032}\n$DeltaPresenceEstimationQuasiIdV" - + "alues\0226\n\020quasi_ids_values\030\001 \003(\0132\034.google" - + ".privacy.dlp.v2.Value\022\035\n\025estimated_proba" - + "bility\030\002 \001(\001\032\233\002\n&DeltaPresenceEstimation" - + "HistogramBucket\022\027\n\017min_probability\030\001 \001(\001" - + "\022\027\n\017max_probability\030\002 \001(\001\022\023\n\013bucket_size" - + "\030\005 \001(\003\022\215\001\n\rbucket_values\030\006 \003(\0132v.google." - + "privacy.dlp.v2.AnalyzeDataSourceRiskDeta" - + "ils.DeltaPresenceEstimationResult.DeltaP" - + "resenceEstimationQuasiIdValues\022\032\n\022bucket" - + "_value_count\030\007 \001(\003B\010\n\006result\"L\n\016ValueFre" - + "quency\022+\n\005value\030\001 \001(\0132\034.google.privacy.d" - + "lp.v2.Value\022\r\n\005count\030\002 \001(\003\"\263\002\n\005Value\022\027\n\r" - + "integer_value\030\001 \001(\003H\000\022\025\n\013float_value\030\002 \001" - + "(\001H\000\022\026\n\014string_value\030\003 \001(\tH\000\022\027\n\rboolean_" - + "value\030\004 \001(\010H\000\0225\n\017timestamp_value\030\005 \001(\0132\032" - + ".google.protobuf.TimestampH\000\022,\n\ntime_val" - + "ue\030\006 \001(\0132\026.google.type.TimeOfDayH\000\022\'\n\nda" - + "te_value\030\007 \001(\0132\021.google.type.DateH\000\0223\n\021d" - + "ay_of_week_value\030\010 \001(\0162\026.google.type.Day" - + "OfWeekH\000B\006\n\004type\"Q\n\tQuoteInfo\0224\n\tdate_ti" - + "me\030\002 \001(\0132\037.google.privacy.dlp.v2.DateTim" - + "eH\000B\016\n\014parsed_quote\"\337\001\n\010DateTime\022\037\n\004date" - + "\030\001 \001(\0132\021.google.type.Date\022+\n\013day_of_week" - + "\030\002 \001(\0162\026.google.type.DayOfWeek\022$\n\004time\030\003" - + " \001(\0132\026.google.type.TimeOfDay\022;\n\ttime_zon" - + "e\030\004 \001(\0132(.google.privacy.dlp.v2.DateTime" - + ".TimeZone\032\"\n\010TimeZone\022\026\n\016offset_minutes\030" - + "\001 \001(\005\"\244\002\n\020DeidentifyConfig\022S\n\031info_type_" - + "transformations\030\001 \001(\0132..google.privacy.d" - + "lp.v2.InfoTypeTransformationsH\000\022N\n\026recor" - + "d_transformations\030\002 \001(\0132,.google.privacy" - + ".dlp.v2.RecordTransformationsH\000\022Y\n\035trans" - + "formation_error_handling\030\003 \001(\01322.google." - + "privacy.dlp.v2.TransformationErrorHandli" - + "ngB\020\n\016transformation\"\205\002\n\033TransformationE" - + "rrorHandling\022T\n\013throw_error\030\001 \001(\0132=.goog" - + "le.privacy.dlp.v2.TransformationErrorHan" - + "dling.ThrowErrorH\000\022d\n\023leave_untransforme" - + "d\030\002 \001(\0132E.google.privacy.dlp.v2.Transfor" - + "mationErrorHandling.LeaveUntransformedH\000" - + "\032\014\n\nThrowError\032\024\n\022LeaveUntransformedB\006\n\004" - + "mode\"\365\006\n\027PrimitiveTransformation\022C\n\016repl" - + "ace_config\030\001 \001(\0132).google.privacy.dlp.v2" - + ".ReplaceValueConfigH\000\022<\n\rredact_config\030\002" - + " \001(\0132#.google.privacy.dlp.v2.RedactConfi", - "gH\000\022K\n\025character_mask_config\030\003 \001(\0132*.goo" - + "gle.privacy.dlp.v2.CharacterMaskConfigH\000" - + "\022Y\n\035crypto_replace_ffx_fpe_config\030\004 \001(\0132" - + "0.google.privacy.dlp.v2.CryptoReplaceFfx" - + "FpeConfigH\000\022V\n\033fixed_size_bucketing_conf" - + "ig\030\005 \001(\0132/.google.privacy.dlp.v2.FixedSi" - + "zeBucketingConfigH\000\022B\n\020bucketing_config\030" - + "\006 \001(\0132&.google.privacy.dlp.v2.BucketingC" - + "onfigH\000\022Y\n\035replace_with_info_type_config" - + "\030\007 \001(\01320.google.privacy.dlp.v2.ReplaceWi" - + "thInfoTypeConfigH\000\022A\n\020time_part_config\030\010" - + " \001(\0132%.google.privacy.dlp.v2.TimePartCon" - + "figH\000\022E\n\022crypto_hash_config\030\t \001(\0132\'.goog" - + "le.privacy.dlp.v2.CryptoHashConfigH\000\022C\n\021" - + "date_shift_config\030\013 \001(\0132&.google.privacy" - + ".dlp.v2.DateShiftConfigH\000\022W\n\033crypto_dete" - + "rministic_config\030\014 \001(\01320.google.privacy." - + "dlp.v2.CryptoDeterministicConfigH\000B\020\n\016tr" - + "ansformation\"\334\001\n\016TimePartConfig\022G\n\017part_" - + "to_extract\030\001 \001(\0162..google.privacy.dlp.v2" - + ".TimePartConfig.TimePart\"\200\001\n\010TimePart\022\031\n" - + "\025TIME_PART_UNSPECIFIED\020\000\022\010\n\004YEAR\020\001\022\t\n\005MO" - + "NTH\020\002\022\020\n\014DAY_OF_MONTH\020\003\022\017\n\013DAY_OF_WEEK\020\004" - + "\022\020\n\014WEEK_OF_YEAR\020\005\022\017\n\013HOUR_OF_DAY\020\006\"H\n\020C" - + "ryptoHashConfig\0224\n\ncrypto_key\030\001 \001(\0132 .go" - + "ogle.privacy.dlp.v2.CryptoKey\"\300\001\n\031Crypto" - + "DeterministicConfig\0224\n\ncrypto_key\030\001 \001(\0132" - + " .google.privacy.dlp.v2.CryptoKey\022<\n\023sur" - + "rogate_info_type\030\002 \001(\0132\037.google.privacy." - + "dlp.v2.InfoType\022/\n\007context\030\003 \001(\0132\036.googl" - + "e.privacy.dlp.v2.FieldId\"E\n\022ReplaceValue" - + "Config\022/\n\tnew_value\030\001 \001(\0132\034.google.priva" - + "cy.dlp.v2.Value\"\033\n\031ReplaceWithInfoTypeCo" - + "nfig\"\016\n\014RedactConfig\"\266\002\n\rCharsToIgnore\022\034" - + "\n\022characters_to_skip\030\001 \001(\tH\000\022_\n\033common_c" - + "haracters_to_ignore\030\002 \001(\01628.google.priva" - + "cy.dlp.v2.CharsToIgnore.CommonCharsToIgn" - + "oreH\000\"\227\001\n\023CommonCharsToIgnore\022&\n\"COMMON_" - + "CHARS_TO_IGNORE_UNSPECIFIED\020\000\022\013\n\007NUMERIC" - + "\020\001\022\024\n\020ALPHA_UPPER_CASE\020\002\022\024\n\020ALPHA_LOWER_" - + "CASE\020\003\022\017\n\013PUNCTUATION\020\004\022\016\n\nWHITESPACE\020\005B" - + "\014\n\ncharacters\"\243\001\n\023CharacterMaskConfig\022\031\n" - + "\021masking_character\030\001 \001(\t\022\026\n\016number_to_ma" - + "sk\030\002 \001(\005\022\025\n\rreverse_order\030\003 \001(\010\022B\n\024chara" - + "cters_to_ignore\030\004 \003(\0132$.google.privacy.d" - + "lp.v2.CharsToIgnore\"\244\001\n\030FixedSizeBucketi" - + "ngConfig\0226\n\013lower_bound\030\001 \001(\0132\034.google.p" - + "rivacy.dlp.v2.ValueB\003\340A\002\0226\n\013upper_bound\030" - + "\002 \001(\0132\034.google.privacy.dlp.v2.ValueB\003\340A\002" - + "\022\030\n\013bucket_size\030\003 \001(\001B\003\340A\002\"\353\001\n\017Bucketing" - + "Config\022>\n\007buckets\030\001 \003(\0132-.google.privacy" - + ".dlp.v2.BucketingConfig.Bucket\032\227\001\n\006Bucke" - + "t\022)\n\003min\030\001 \001(\0132\034.google.privacy.dlp.v2.V" - + "alue\022)\n\003max\030\002 \001(\0132\034.google.privacy.dlp.v" - + "2.Value\0227\n\021replacement_value\030\003 \001(\0132\034.goo" - + "gle.privacy.dlp.v2.Value\"\371\003\n\031CryptoRepla" - + "ceFfxFpeConfig\0229\n\ncrypto_key\030\001 \001(\0132 .goo" - + "gle.privacy.dlp.v2.CryptoKeyB\003\340A\002\022/\n\007con" - + "text\030\002 \001(\0132\036.google.privacy.dlp.v2.Field" - + "Id\022c\n\017common_alphabet\030\004 \001(\0162H.google.pri" - + "vacy.dlp.v2.CryptoReplaceFfxFpeConfig.Ff" - + "xCommonNativeAlphabetH\000\022\031\n\017custom_alphab" - + "et\030\005 \001(\tH\000\022\017\n\005radix\030\006 \001(\005H\000\022<\n\023surrogate" - + "_info_type\030\010 \001(\0132\037.google.privacy.dlp.v2" - + ".InfoType\"\224\001\n\027FfxCommonNativeAlphabet\022*\n" - + "&FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED\020" - + "\000\022\013\n\007NUMERIC\020\001\022\017\n\013HEXADECIMAL\020\002\022\034\n\030UPPER" - + "_CASE_ALPHA_NUMERIC\020\003\022\021\n\rALPHA_NUMERIC\020\004" - + "B\n\n\010alphabet\"\330\001\n\tCryptoKey\022>\n\ttransient\030" - + "\001 \001(\0132).google.privacy.dlp.v2.TransientC" - + "ryptoKeyH\000\022>\n\tunwrapped\030\002 \001(\0132).google.p" - + "rivacy.dlp.v2.UnwrappedCryptoKeyH\000\022A\n\013km" - + "s_wrapped\030\003 \001(\0132*.google.privacy.dlp.v2." - + "KmsWrappedCryptoKeyH\000B\010\n\006source\"\'\n\022Trans" - + "ientCryptoKey\022\021\n\004name\030\001 \001(\tB\003\340A\002\"&\n\022Unwr" - + "appedCryptoKey\022\020\n\003key\030\001 \001(\014B\003\340A\002\"M\n\023KmsW" - + "rappedCryptoKey\022\030\n\013wrapped_key\030\001 \001(\014B\003\340A" - + "\002\022\034\n\017crypto_key_name\030\002 \001(\tB\003\340A\002\"\302\001\n\017Date" - + "ShiftConfig\022\035\n\020upper_bound_days\030\001 \001(\005B\003\340" - + "A\002\022\035\n\020lower_bound_days\030\002 \001(\005B\003\340A\002\022/\n\007con" - + "text\030\003 \001(\0132\036.google.privacy.dlp.v2.Field" - + "Id\0226\n\ncrypto_key\030\004 \001(\0132 .google.privacy." - + "dlp.v2.CryptoKeyH\000B\010\n\006method\"\245\002\n\027InfoTyp" - + "eTransformations\022c\n\017transformations\030\001 \003(" - + "\0132E.google.privacy.dlp.v2.InfoTypeTransf" - + "ormations.InfoTypeTransformationB\003\340A\002\032\244\001" - + "\n\026InfoTypeTransformation\0223\n\ninfo_types\030\001" - + " \003(\0132\037.google.privacy.dlp.v2.InfoType\022U\n" - + "\030primitive_transformation\030\002 \001(\0132..google" - + ".privacy.dlp.v2.PrimitiveTransformationB" - + "\003\340A\002\"\300\002\n\023FieldTransformation\0223\n\006fields\030\001" - + " \003(\0132\036.google.privacy.dlp.v2.FieldIdB\003\340A" - + "\002\0229\n\tcondition\030\003 \001(\0132&.google.privacy.dl" - + "p.v2.RecordCondition\022R\n\030primitive_transf" - + "ormation\030\004 \001(\0132..google.privacy.dlp.v2.P" - + "rimitiveTransformationH\000\022S\n\031info_type_tr" - + "ansformations\030\005 \001(\0132..google.privacy.dlp" - + ".v2.InfoTypeTransformationsH\000B\020\n\016transfo" - + "rmation\"\251\001\n\025RecordTransformations\022I\n\025fie" - + "ld_transformations\030\001 \003(\0132*.google.privac" - + "y.dlp.v2.FieldTransformation\022E\n\023record_s" - + "uppressions\030\002 \003(\0132(.google.privacy.dlp.v" - + "2.RecordSuppression\"N\n\021RecordSuppression" - + "\0229\n\tcondition\030\001 \001(\0132&.google.privacy.dlp" - + ".v2.RecordCondition\"\334\004\n\017RecordCondition\022" - + "G\n\013expressions\030\003 \001(\01322.google.privacy.dl" - + "p.v2.RecordCondition.Expressions\032\256\001\n\tCon" - + "dition\0222\n\005field\030\001 \001(\0132\036.google.privacy.d" - + "lp.v2.FieldIdB\003\340A\002\022@\n\010operator\030\003 \001(\0162).g" - + "oogle.privacy.dlp.v2.RelationalOperatorB" - + "\003\340A\002\022+\n\005value\030\004 \001(\0132\034.google.privacy.dlp" - + ".v2.Value\032R\n\nConditions\022D\n\nconditions\030\001 " - + "\003(\01320.google.privacy.dlp.v2.RecordCondit" - + "ion.Condition\032\372\001\n\013Expressions\022\\\n\020logical" - + "_operator\030\001 \001(\0162B.google.privacy.dlp.v2." - + "RecordCondition.Expressions.LogicalOpera" - + "tor\022G\n\nconditions\030\003 \001(\01321.google.privacy" - + ".dlp.v2.RecordCondition.ConditionsH\000\"<\n\017" - + "LogicalOperator\022 \n\034LOGICAL_OPERATOR_UNSP" - + "ECIFIED\020\000\022\007\n\003AND\020\001B\006\n\004type\"\203\001\n\026Transform" - + "ationOverview\022\031\n\021transformed_bytes\030\002 \001(\003" - + "\022N\n\030transformation_summaries\030\003 \003(\0132,.goo" - + "gle.privacy.dlp.v2.TransformationSummary" - + "\"\237\005\n\025TransformationSummary\0222\n\tinfo_type\030" - + "\001 \001(\0132\037.google.privacy.dlp.v2.InfoType\022-" - + "\n\005field\030\002 \001(\0132\036.google.privacy.dlp.v2.Fi" - + "eldId\022F\n\016transformation\030\003 \001(\0132..google.p" - + "rivacy.dlp.v2.PrimitiveTransformation\022I\n" - + "\025field_transformations\030\005 \003(\0132*.google.pr" - + "ivacy.dlp.v2.FieldTransformation\022A\n\017reco" - + "rd_suppress\030\006 \001(\0132(.google.privacy.dlp.v" - + "2.RecordSuppression\022K\n\007results\030\004 \003(\0132:.g" - + "oogle.privacy.dlp.v2.TransformationSumma" - + "ry.SummaryResult\022\031\n\021transformed_bytes\030\007 " - + "\001(\003\032\204\001\n\rSummaryResult\022\r\n\005count\030\001 \001(\003\022S\n\004" - + "code\030\002 \001(\0162E.google.privacy.dlp.v2.Trans" - + "formationSummary.TransformationResultCod" - + "e\022\017\n\007details\030\003 \001(\t\"^\n\030TransformationResu" - + "ltCode\022*\n&TRANSFORMATION_RESULT_CODE_UNS" - + "PECIFIED\020\000\022\013\n\007SUCCESS\020\001\022\t\n\005ERROR\020\002\"U\n\010Sc" - + "hedule\022?\n\032recurrence_period_duration\030\001 \001" - + "(\0132\031.google.protobuf.DurationH\000B\010\n\006optio" - + "n\"\010\n\006Manual\"\302\004\n\017InspectTemplate\022\021\n\004name\030" + + "ult.KMapEstimationQuasiIdValues\022\032\n\022bucke" + + "t_value_count\030\007 \001(\003\032\344\004\n\035DeltaPresenceEst" + + "imationResult\022\245\001\n#delta_presence_estimat" + + "ion_histogram\030\001 \003(\0132x.google.privacy.dlp" + + ".v2.AnalyzeDataSourceRiskDetails.DeltaPr" + + "esenceEstimationResult.DeltaPresenceEsti" + + "mationHistogramBucket\032}\n$DeltaPresenceEs" + + "timationQuasiIdValues\0226\n\020quasi_ids_value" + + "s\030\001 \003(\0132\034.google.privacy.dlp.v2.Value\022\035\n" + + "\025estimated_probability\030\002 \001(\001\032\233\002\n&DeltaPr" + + "esenceEstimationHistogramBucket\022\027\n\017min_p" + + "robability\030\001 \001(\001\022\027\n\017max_probability\030\002 \001(" + + "\001\022\023\n\013bucket_size\030\005 \001(\003\022\215\001\n\rbucket_values" + + "\030\006 \003(\0132v.google.privacy.dlp.v2.AnalyzeDa" + + "taSourceRiskDetails.DeltaPresenceEstimat" + + "ionResult.DeltaPresenceEstimationQuasiId" + + "Values\022\032\n\022bucket_value_count\030\007 \001(\003B\010\n\006re" + + "sult\"L\n\016ValueFrequency\022+\n\005value\030\001 \001(\0132\034." + + "google.privacy.dlp.v2.Value\022\r\n\005count\030\002 \001" + + "(\003\"\263\002\n\005Value\022\027\n\rinteger_value\030\001 \001(\003H\000\022\025\n" + + "\013float_value\030\002 \001(\001H\000\022\026\n\014string_value\030\003 \001" + + "(\tH\000\022\027\n\rboolean_value\030\004 \001(\010H\000\0225\n\017timesta" + + "mp_value\030\005 \001(\0132\032.google.protobuf.Timesta" + + "mpH\000\022,\n\ntime_value\030\006 \001(\0132\026.google.type.T" + + "imeOfDayH\000\022\'\n\ndate_value\030\007 \001(\0132\021.google." + + "type.DateH\000\0223\n\021day_of_week_value\030\010 \001(\0162\026" + + ".google.type.DayOfWeekH\000B\006\n\004type\"Q\n\tQuot" + + "eInfo\0224\n\tdate_time\030\002 \001(\0132\037.google.privac" + + "y.dlp.v2.DateTimeH\000B\016\n\014parsed_quote\"\337\001\n\010" + + "DateTime\022\037\n\004date\030\001 \001(\0132\021.google.type.Dat" + + "e\022+\n\013day_of_week\030\002 \001(\0162\026.google.type.Day" + + "OfWeek\022$\n\004time\030\003 \001(\0132\026.google.type.TimeO" + + "fDay\022;\n\ttime_zone\030\004 \001(\0132(.google.privacy" + + ".dlp.v2.DateTime.TimeZone\032\"\n\010TimeZone\022\026\n" + + "\016offset_minutes\030\001 \001(\005\"\244\002\n\020DeidentifyConf" + + "ig\022S\n\031info_type_transformations\030\001 \001(\0132.." + + "google.privacy.dlp.v2.InfoTypeTransforma" + + "tionsH\000\022N\n\026record_transformations\030\002 \001(\0132" + + ",.google.privacy.dlp.v2.RecordTransforma" + + "tionsH\000\022Y\n\035transformation_error_handling" + + "\030\003 \001(\01322.google.privacy.dlp.v2.Transform" + + "ationErrorHandlingB\020\n\016transformation\"\205\002\n" + + "\033TransformationErrorHandling\022T\n\013throw_er" + + "ror\030\001 \001(\0132=.google.privacy.dlp.v2.Transf" + + "ormationErrorHandling.ThrowErrorH\000\022d\n\023le" + + "ave_untransformed\030\002 \001(\0132E.google.privacy" + + ".dlp.v2.TransformationErrorHandling.Leav" + + "eUntransformedH\000\032\014\n\nThrowError\032\024\n\022LeaveU" + + "ntransformedB\006\n\004mode\"\365\006\n\027PrimitiveTransf" + + "ormation\022C\n\016replace_config\030\001 \001(\0132).googl" + + "e.privacy.dlp.v2.ReplaceValueConfigH\000\022<\n" + + "\rredact_config\030\002 \001(\0132#.google.privacy.dl", + "p.v2.RedactConfigH\000\022K\n\025character_mask_co" + + "nfig\030\003 \001(\0132*.google.privacy.dlp.v2.Chara" + + "cterMaskConfigH\000\022Y\n\035crypto_replace_ffx_f" + + "pe_config\030\004 \001(\01320.google.privacy.dlp.v2." + + "CryptoReplaceFfxFpeConfigH\000\022V\n\033fixed_siz" + + "e_bucketing_config\030\005 \001(\0132/.google.privac" + + "y.dlp.v2.FixedSizeBucketingConfigH\000\022B\n\020b" + + "ucketing_config\030\006 \001(\0132&.google.privacy.d" + + "lp.v2.BucketingConfigH\000\022Y\n\035replace_with_" + + "info_type_config\030\007 \001(\01320.google.privacy." + + "dlp.v2.ReplaceWithInfoTypeConfigH\000\022A\n\020ti" + + "me_part_config\030\010 \001(\0132%.google.privacy.dl" + + "p.v2.TimePartConfigH\000\022E\n\022crypto_hash_con" + + "fig\030\t \001(\0132\'.google.privacy.dlp.v2.Crypto" + + "HashConfigH\000\022C\n\021date_shift_config\030\013 \001(\0132" + + "&.google.privacy.dlp.v2.DateShiftConfigH" + + "\000\022W\n\033crypto_deterministic_config\030\014 \001(\01320" + + ".google.privacy.dlp.v2.CryptoDeterminist" + + "icConfigH\000B\020\n\016transformation\"\334\001\n\016TimePar" + + "tConfig\022G\n\017part_to_extract\030\001 \001(\0162..googl" + + "e.privacy.dlp.v2.TimePartConfig.TimePart" + + "\"\200\001\n\010TimePart\022\031\n\025TIME_PART_UNSPECIFIED\020\000" + + "\022\010\n\004YEAR\020\001\022\t\n\005MONTH\020\002\022\020\n\014DAY_OF_MONTH\020\003\022" + + "\017\n\013DAY_OF_WEEK\020\004\022\020\n\014WEEK_OF_YEAR\020\005\022\017\n\013HO" + + "UR_OF_DAY\020\006\"H\n\020CryptoHashConfig\0224\n\ncrypt" + + "o_key\030\001 \001(\0132 .google.privacy.dlp.v2.Cryp" + + "toKey\"\300\001\n\031CryptoDeterministicConfig\0224\n\nc" + + "rypto_key\030\001 \001(\0132 .google.privacy.dlp.v2." + + "CryptoKey\022<\n\023surrogate_info_type\030\002 \001(\0132\037" + + ".google.privacy.dlp.v2.InfoType\022/\n\007conte" + + "xt\030\003 \001(\0132\036.google.privacy.dlp.v2.FieldId" + + "\"E\n\022ReplaceValueConfig\022/\n\tnew_value\030\001 \001(" + + "\0132\034.google.privacy.dlp.v2.Value\"\033\n\031Repla" + + "ceWithInfoTypeConfig\"\016\n\014RedactConfig\"\266\002\n" + + "\rCharsToIgnore\022\034\n\022characters_to_skip\030\001 \001" + + "(\tH\000\022_\n\033common_characters_to_ignore\030\002 \001(" + + "\01628.google.privacy.dlp.v2.CharsToIgnore." + + "CommonCharsToIgnoreH\000\"\227\001\n\023CommonCharsToI" + + "gnore\022&\n\"COMMON_CHARS_TO_IGNORE_UNSPECIF" + + "IED\020\000\022\013\n\007NUMERIC\020\001\022\024\n\020ALPHA_UPPER_CASE\020\002" + + "\022\024\n\020ALPHA_LOWER_CASE\020\003\022\017\n\013PUNCTUATION\020\004\022" + + "\016\n\nWHITESPACE\020\005B\014\n\ncharacters\"\243\001\n\023Charac" + + "terMaskConfig\022\031\n\021masking_character\030\001 \001(\t" + + "\022\026\n\016number_to_mask\030\002 \001(\005\022\025\n\rreverse_orde" + + "r\030\003 \001(\010\022B\n\024characters_to_ignore\030\004 \003(\0132$." + + "google.privacy.dlp.v2.CharsToIgnore\"\244\001\n\030" + + "FixedSizeBucketingConfig\0226\n\013lower_bound\030" + + "\001 \001(\0132\034.google.privacy.dlp.v2.ValueB\003\340A\002" + + "\0226\n\013upper_bound\030\002 \001(\0132\034.google.privacy.d" + + "lp.v2.ValueB\003\340A\002\022\030\n\013bucket_size\030\003 \001(\001B\003\340" + + "A\002\"\353\001\n\017BucketingConfig\022>\n\007buckets\030\001 \003(\0132" + + "-.google.privacy.dlp.v2.BucketingConfig." + + "Bucket\032\227\001\n\006Bucket\022)\n\003min\030\001 \001(\0132\034.google." + + "privacy.dlp.v2.Value\022)\n\003max\030\002 \001(\0132\034.goog" + + "le.privacy.dlp.v2.Value\0227\n\021replacement_v" + + "alue\030\003 \001(\0132\034.google.privacy.dlp.v2.Value" + + "\"\371\003\n\031CryptoReplaceFfxFpeConfig\0229\n\ncrypto" + + "_key\030\001 \001(\0132 .google.privacy.dlp.v2.Crypt" + + "oKeyB\003\340A\002\022/\n\007context\030\002 \001(\0132\036.google.priv" + + "acy.dlp.v2.FieldId\022c\n\017common_alphabet\030\004 " + + "\001(\0162H.google.privacy.dlp.v2.CryptoReplac" + + "eFfxFpeConfig.FfxCommonNativeAlphabetH\000\022" + + "\031\n\017custom_alphabet\030\005 \001(\tH\000\022\017\n\005radix\030\006 \001(" + + "\005H\000\022<\n\023surrogate_info_type\030\010 \001(\0132\037.googl" + + "e.privacy.dlp.v2.InfoType\"\224\001\n\027FfxCommonN" + + "ativeAlphabet\022*\n&FFX_COMMON_NATIVE_ALPHA" + + "BET_UNSPECIFIED\020\000\022\013\n\007NUMERIC\020\001\022\017\n\013HEXADE" + + "CIMAL\020\002\022\034\n\030UPPER_CASE_ALPHA_NUMERIC\020\003\022\021\n" + + "\rALPHA_NUMERIC\020\004B\n\n\010alphabet\"\330\001\n\tCryptoK" + + "ey\022>\n\ttransient\030\001 \001(\0132).google.privacy.d" + + "lp.v2.TransientCryptoKeyH\000\022>\n\tunwrapped\030" + + "\002 \001(\0132).google.privacy.dlp.v2.UnwrappedC" + + "ryptoKeyH\000\022A\n\013kms_wrapped\030\003 \001(\0132*.google" + + ".privacy.dlp.v2.KmsWrappedCryptoKeyH\000B\010\n" + + "\006source\"\'\n\022TransientCryptoKey\022\021\n\004name\030\001 " + + "\001(\tB\003\340A\002\"&\n\022UnwrappedCryptoKey\022\020\n\003key\030\001 " + + "\001(\014B\003\340A\002\"M\n\023KmsWrappedCryptoKey\022\030\n\013wrapp" + + "ed_key\030\001 \001(\014B\003\340A\002\022\034\n\017crypto_key_name\030\002 \001" + + "(\tB\003\340A\002\"\302\001\n\017DateShiftConfig\022\035\n\020upper_bou" + + "nd_days\030\001 \001(\005B\003\340A\002\022\035\n\020lower_bound_days\030\002" + + " \001(\005B\003\340A\002\022/\n\007context\030\003 \001(\0132\036.google.priv" + + "acy.dlp.v2.FieldId\0226\n\ncrypto_key\030\004 \001(\0132 " + + ".google.privacy.dlp.v2.CryptoKeyH\000B\010\n\006me" + + "thod\"\245\002\n\027InfoTypeTransformations\022c\n\017tran" + + "sformations\030\001 \003(\0132E.google.privacy.dlp.v" + + "2.InfoTypeTransformations.InfoTypeTransf" + + "ormationB\003\340A\002\032\244\001\n\026InfoTypeTransformation" + + "\0223\n\ninfo_types\030\001 \003(\0132\037.google.privacy.dl" + + "p.v2.InfoType\022U\n\030primitive_transformatio" + + "n\030\002 \001(\0132..google.privacy.dlp.v2.Primitiv" + + "eTransformationB\003\340A\002\"\300\002\n\023FieldTransforma" + + "tion\0223\n\006fields\030\001 \003(\0132\036.google.privacy.dl" + + "p.v2.FieldIdB\003\340A\002\0229\n\tcondition\030\003 \001(\0132&.g" + + "oogle.privacy.dlp.v2.RecordCondition\022R\n\030" + + "primitive_transformation\030\004 \001(\0132..google." + + "privacy.dlp.v2.PrimitiveTransformationH\000" + + "\022S\n\031info_type_transformations\030\005 \001(\0132..go" + + "ogle.privacy.dlp.v2.InfoTypeTransformati" + + "onsH\000B\020\n\016transformation\"\251\001\n\025RecordTransf" + + "ormations\022I\n\025field_transformations\030\001 \003(\013" + + "2*.google.privacy.dlp.v2.FieldTransforma" + + "tion\022E\n\023record_suppressions\030\002 \003(\0132(.goog" + + "le.privacy.dlp.v2.RecordSuppression\"N\n\021R" + + "ecordSuppression\0229\n\tcondition\030\001 \001(\0132&.go" + + "ogle.privacy.dlp.v2.RecordCondition\"\334\004\n\017" + + "RecordCondition\022G\n\013expressions\030\003 \001(\01322.g" + + "oogle.privacy.dlp.v2.RecordCondition.Exp" + + "ressions\032\256\001\n\tCondition\0222\n\005field\030\001 \001(\0132\036." + + "google.privacy.dlp.v2.FieldIdB\003\340A\002\022@\n\010op" + + "erator\030\003 \001(\0162).google.privacy.dlp.v2.Rel" + + "ationalOperatorB\003\340A\002\022+\n\005value\030\004 \001(\0132\034.go" + + "ogle.privacy.dlp.v2.Value\032R\n\nConditions\022" + + "D\n\nconditions\030\001 \003(\01320.google.privacy.dlp" + + ".v2.RecordCondition.Condition\032\372\001\n\013Expres" + + "sions\022\\\n\020logical_operator\030\001 \001(\0162B.google" + + ".privacy.dlp.v2.RecordCondition.Expressi" + + "ons.LogicalOperator\022G\n\nconditions\030\003 \001(\0132" + + "1.google.privacy.dlp.v2.RecordCondition." + + "ConditionsH\000\"<\n\017LogicalOperator\022 \n\034LOGIC" + + "AL_OPERATOR_UNSPECIFIED\020\000\022\007\n\003AND\020\001B\006\n\004ty" + + "pe\"\203\001\n\026TransformationOverview\022\031\n\021transfo" + + "rmed_bytes\030\002 \001(\003\022N\n\030transformation_summa" + + "ries\030\003 \003(\0132,.google.privacy.dlp.v2.Trans" + + "formationSummary\"\237\005\n\025TransformationSumma" + + "ry\0222\n\tinfo_type\030\001 \001(\0132\037.google.privacy.d" + + "lp.v2.InfoType\022-\n\005field\030\002 \001(\0132\036.google.p" + + "rivacy.dlp.v2.FieldId\022F\n\016transformation\030" + + "\003 \001(\0132..google.privacy.dlp.v2.PrimitiveT" + + "ransformation\022I\n\025field_transformations\030\005" + + " \003(\0132*.google.privacy.dlp.v2.FieldTransf" + + "ormation\022A\n\017record_suppress\030\006 \001(\0132(.goog" + + "le.privacy.dlp.v2.RecordSuppression\022K\n\007r" + + "esults\030\004 \003(\0132:.google.privacy.dlp.v2.Tra" + + "nsformationSummary.SummaryResult\022\031\n\021tran" + + "sformed_bytes\030\007 \001(\003\032\204\001\n\rSummaryResult\022\r\n" + + "\005count\030\001 \001(\003\022S\n\004code\030\002 \001(\0162E.google.priv" + + "acy.dlp.v2.TransformationSummary.Transfo" + + "rmationResultCode\022\017\n\007details\030\003 \001(\t\"^\n\030Tr" + + "ansformationResultCode\022*\n&TRANSFORMATION" + + "_RESULT_CODE_UNSPECIFIED\020\000\022\013\n\007SUCCESS\020\001\022" + + "\t\n\005ERROR\020\002\"U\n\010Schedule\022?\n\032recurrence_per" + + "iod_duration\030\001 \001(\0132\031.google.protobuf.Dur" + + "ationH\000B\010\n\006option\"\010\n\006Manual\"\302\004\n\017InspectT" + + "emplate\022\021\n\004name\030\001 \001(\tB\003\340A\003\022\024\n\014display_na" + + "me\030\002 \001(\t\022\023\n\013description\030\003 \001(\t\0224\n\013create_" + + "time\030\004 \001(\0132\032.google.protobuf.TimestampB\003" + + "\340A\003\0224\n\013update_time\030\005 \001(\0132\032.google.protob" + + "uf.TimestampB\003\340A\003\022<\n\016inspect_config\030\006 \001(" + + "\0132$.google.privacy.dlp.v2.InspectConfig:" + + "\306\002\352A\302\002\n\"dlp.googleapis.com/InspectTempla" + + "te\022@organizations/{organization}/inspect" + + "Templates/{inspect_template}\0226projects/{" + + "project}/inspectTemplates/{inspect_templ" + + "ate}\022Uorganizations/{organization}/locat" + + "ions/{location}/inspectTemplates/{inspec" + + "t_template}\022Kprojects/{project}/location" + + "s/{location}/inspectTemplates/{inspect_t" + + "emplate}\"\346\004\n\022DeidentifyTemplate\022\021\n\004name\030" + "\001 \001(\tB\003\340A\003\022\024\n\014display_name\030\002 \001(\t\022\023\n\013desc" + "ription\030\003 \001(\t\0224\n\013create_time\030\004 \001(\0132\032.goo" + "gle.protobuf.TimestampB\003\340A\003\0224\n\013update_ti" + "me\030\005 \001(\0132\032.google.protobuf.TimestampB\003\340A" - + "\003\022<\n\016inspect_config\030\006 \001(\0132$.google.priva" - + "cy.dlp.v2.InspectConfig:\306\002\352A\302\002\n\"dlp.goog" - + "leapis.com/InspectTemplate\022@organization" - + "s/{organization}/inspectTemplates/{inspe" - + "ct_template}\0226projects/{project}/inspect" - + "Templates/{inspect_template}\022Uorganizati" - + "ons/{organization}/locations/{location}/" - + "inspectTemplates/{inspect_template}\022Kpro" - + "jects/{project}/locations/{location}/ins" - + "pectTemplates/{inspect_template}\"\346\004\n\022Dei" - + "dentifyTemplate\022\021\n\004name\030\001 \001(\tB\003\340A\003\022\024\n\014di" - + "splay_name\030\002 \001(\t\022\023\n\013description\030\003 \001(\t\0224\n" - + "\013create_time\030\004 \001(\0132\032.google.protobuf.Tim" - + "estampB\003\340A\003\0224\n\013update_time\030\005 \001(\0132\032.googl" - + "e.protobuf.TimestampB\003\340A\003\022B\n\021deidentify_" - + "config\030\006 \001(\0132\'.google.privacy.dlp.v2.Dei" - + "dentifyConfig:\341\002\352A\335\002\n%dlp.googleapis.com" - + "/DeidentifyTemplate\022Forganizations/{orga" - + "nization}/deidentifyTemplates/{deidentif" - + "y_template}\022\n\013inspect_job\030\004 \001(\0132\'.g" - + "oogle.privacy.dlp.v2.InspectJobConfigH\000\022" - + ";\n\010triggers\030\005 \003(\0132).google.privacy.dlp.v" - + "2.JobTrigger.Trigger\0221\n\006errors\030\006 \003(\0132\034.g" - + "oogle.privacy.dlp.v2.ErrorB\003\340A\003\0224\n\013creat" - + "e_time\030\007 \001(\0132\032.google.protobuf.Timestamp" - + "B\003\340A\003\0224\n\013update_time\030\010 \001(\0132\032.google.prot" - + "obuf.TimestampB\003\340A\003\0226\n\rlast_run_time\030\t \001" - + "(\0132\032.google.protobuf.TimestampB\003\340A\003\022=\n\006s" - + "tatus\030\n \001(\0162(.google.privacy.dlp.v2.JobT" - + "rigger.StatusB\003\340A\002\032z\n\007Trigger\0223\n\010schedul" - + "e\030\001 \001(\0132\037.google.privacy.dlp.v2.Schedule" - + "H\000\022/\n\006manual\030\002 \001(\0132\035.google.privacy.dlp." - + "v2.ManualH\000B\t\n\007trigger\"H\n\006Status\022\026\n\022STAT" - + "US_UNSPECIFIED\020\000\022\013\n\007HEALTHY\020\001\022\n\n\006PAUSED\020" - + "\002\022\r\n\tCANCELLED\020\003:\224\001\352A\220\001\n\035dlp.googleapis." - + "com/JobTrigger\022,projects/{project}/jobTr" - + "iggers/{job_trigger}\022Aprojects/{project}" - + "/locations/{location}/jobTriggers/{job_t" - + "rigger}B\005\n\003job\"\364\005\n\006Action\022C\n\rsave_findin" - + "gs\030\001 \001(\0132*.google.privacy.dlp.v2.Action." - + "SaveFindingsH\000\022@\n\007pub_sub\030\002 \001(\0132-.google" - + ".privacy.dlp.v2.Action.PublishToPubSubH\000" - + "\022U\n\027publish_summary_to_cscc\030\003 \001(\01322.goog" - + "le.privacy.dlp.v2.Action.PublishSummaryT" - + "oCsccH\000\022q\n&publish_findings_to_cloud_dat" - + "a_catalog\030\005 \001(\0132?.google.privacy.dlp.v2." - + "Action.PublishFindingsToCloudDataCatalog" - + "H\000\022V\n\027job_notification_emails\030\010 \001(\01323.go" - + "ogle.privacy.dlp.v2.Action.JobNotificati" - + "onEmailsH\000\022T\n\026publish_to_stackdriver\030\t \001" - + "(\01322.google.privacy.dlp.v2.Action.Publis" - + "hToStackdriverH\000\032Q\n\014SaveFindings\022A\n\routp" - + "ut_config\030\001 \001(\0132*.google.privacy.dlp.v2." - + "OutputStorageConfig\032 \n\017PublishToPubSub\022\r" - + "\n\005topic\030\001 \001(\t\032\026\n\024PublishSummaryToCscc\032#\n" - + "!PublishFindingsToCloudDataCatalog\032\027\n\025Jo" - + "bNotificationEmails\032\026\n\024PublishToStackdri" - + "verB\010\n\006action\"\313\001\n\034CreateInspectTemplateR" - + "equest\022:\n\006parent\030\001 \001(\tB*\340A\002\372A$\022\"dlp.goog" - + "leapis.com/InspectTemplate\022E\n\020inspect_te" - + "mplate\030\002 \001(\0132&.google.privacy.dlp.v2.Ins" - + "pectTemplateB\003\340A\002\022\023\n\013template_id\030\003 \001(\t\022\023" - + "\n\013location_id\030\004 \001(\t\"\313\001\n\034UpdateInspectTem" - + "plateRequest\0228\n\004name\030\001 \001(\tB*\340A\002\372A$\n\"dlp." - + "googleapis.com/InspectTemplate\022@\n\020inspec" - + "t_template\030\002 \001(\0132&.google.privacy.dlp.v2" - + ".InspectTemplate\022/\n\013update_mask\030\003 \001(\0132\032." - + "google.protobuf.FieldMask\"U\n\031GetInspectT" + + "\003\022B\n\021deidentify_config\030\006 \001(\0132\'.google.pr" + + "ivacy.dlp.v2.DeidentifyConfig:\341\002\352A\335\002\n%dl" + + "p.googleapis.com/DeidentifyTemplate\022Forg" + + "anizations/{organization}/deidentifyTemp" + + "lates/{deidentify_template}\022\n\013inspe" + + "ct_job\030\004 \001(\0132\'.google.privacy.dlp.v2.Ins" + + "pectJobConfigH\000\022;\n\010triggers\030\005 \003(\0132).goog" + + "le.privacy.dlp.v2.JobTrigger.Trigger\0221\n\006" + + "errors\030\006 \003(\0132\034.google.privacy.dlp.v2.Err" + + "orB\003\340A\003\0224\n\013create_time\030\007 \001(\0132\032.google.pr" + + "otobuf.TimestampB\003\340A\003\0224\n\013update_time\030\010 \001" + + "(\0132\032.google.protobuf.TimestampB\003\340A\003\0226\n\rl" + + "ast_run_time\030\t \001(\0132\032.google.protobuf.Tim" + + "estampB\003\340A\003\022=\n\006status\030\n \001(\0162(.google.pri" + + "vacy.dlp.v2.JobTrigger.StatusB\003\340A\002\032z\n\007Tr" + + "igger\0223\n\010schedule\030\001 \001(\0132\037.google.privacy" + + ".dlp.v2.ScheduleH\000\022/\n\006manual\030\002 \001(\0132\035.goo" + + "gle.privacy.dlp.v2.ManualH\000B\t\n\007trigger\"H" + + "\n\006Status\022\026\n\022STATUS_UNSPECIFIED\020\000\022\013\n\007HEAL" + + "THY\020\001\022\n\n\006PAUSED\020\002\022\r\n\tCANCELLED\020\003:\224\001\352A\220\001\n" + + "\035dlp.googleapis.com/JobTrigger\022,projects" + + "/{project}/jobTriggers/{job_trigger}\022Apr" + + "ojects/{project}/locations/{location}/jo" + + "bTriggers/{job_trigger}B\005\n\003job\"\364\005\n\006Actio" + + "n\022C\n\rsave_findings\030\001 \001(\0132*.google.privac" + + "y.dlp.v2.Action.SaveFindingsH\000\022@\n\007pub_su" + + "b\030\002 \001(\0132-.google.privacy.dlp.v2.Action.P" + + "ublishToPubSubH\000\022U\n\027publish_summary_to_c" + + "scc\030\003 \001(\01322.google.privacy.dlp.v2.Action" + + ".PublishSummaryToCsccH\000\022q\n&publish_findi" + + "ngs_to_cloud_data_catalog\030\005 \001(\0132?.google" + + ".privacy.dlp.v2.Action.PublishFindingsTo" + + "CloudDataCatalogH\000\022V\n\027job_notification_e" + + "mails\030\010 \001(\01323.google.privacy.dlp.v2.Acti" + + "on.JobNotificationEmailsH\000\022T\n\026publish_to" + + "_stackdriver\030\t \001(\01322.google.privacy.dlp." + + "v2.Action.PublishToStackdriverH\000\032Q\n\014Save" + + "Findings\022A\n\routput_config\030\001 \001(\0132*.google" + + ".privacy.dlp.v2.OutputStorageConfig\032 \n\017P" + + "ublishToPubSub\022\r\n\005topic\030\001 \001(\t\032\026\n\024Publish" + + "SummaryToCscc\032#\n!PublishFindingsToCloudD" + + "ataCatalog\032\027\n\025JobNotificationEmails\032\026\n\024P" + + "ublishToStackdriverB\010\n\006action\"\313\001\n\034Create" + + "InspectTemplateRequest\022:\n\006parent\030\001 \001(\tB*" + + "\340A\002\372A$\022\"dlp.googleapis.com/InspectTempla" + + "te\022E\n\020inspect_template\030\002 \001(\0132&.google.pr" + + "ivacy.dlp.v2.InspectTemplateB\003\340A\002\022\023\n\013tem" + + "plate_id\030\003 \001(\t\022\023\n\013location_id\030\004 \001(\t\"\313\001\n\034" + + "UpdateInspectTemplateRequest\0228\n\004name\030\001 \001" + + "(\tB*\340A\002\372A$\n\"dlp.googleapis.com/InspectTe" + + "mplate\022@\n\020inspect_template\030\002 \001(\0132&.googl" + + "e.privacy.dlp.v2.InspectTemplate\022/\n\013upda" + + "te_mask\030\003 \001(\0132\032.google.protobuf.FieldMas" + + "k\"U\n\031GetInspectTemplateRequest\0228\n\004name\030\001" + + " \001(\tB*\340A\002\372A$\n\"dlp.googleapis.com/Inspect" + + "Template\"\247\001\n\033ListInspectTemplatesRequest" + + "\022:\n\006parent\030\001 \001(\tB*\340A\002\372A$\022\"dlp.googleapis" + + ".com/InspectTemplate\022\022\n\npage_token\030\002 \001(\t" + + "\022\021\n\tpage_size\030\003 \001(\005\022\020\n\010order_by\030\004 \001(\t\022\023\n" + + "\013location_id\030\005 \001(\t\"z\n\034ListInspectTemplat" + + "esResponse\022A\n\021inspect_templates\030\001 \003(\0132&." + + "google.privacy.dlp.v2.InspectTemplate\022\027\n" + + "\017next_page_token\030\002 \001(\t\"X\n\034DeleteInspectT" + "emplateRequest\0228\n\004name\030\001 \001(\tB*\340A\002\372A$\n\"dl" - + "p.googleapis.com/InspectTemplate\"\247\001\n\033Lis" - + "tInspectTemplatesRequest\022:\n\006parent\030\001 \001(\t" - + "B*\340A\002\372A$\022\"dlp.googleapis.com/InspectTemp" - + "late\022\022\n\npage_token\030\002 \001(\t\022\021\n\tpage_size\030\003 " - + "\001(\005\022\020\n\010order_by\030\004 \001(\t\022\023\n\013location_id\030\005 \001" - + "(\t\"z\n\034ListInspectTemplatesResponse\022A\n\021in" - + "spect_templates\030\001 \003(\0132&.google.privacy.d" - + "lp.v2.InspectTemplate\022\027\n\017next_page_token" - + "\030\002 \001(\t\"X\n\034DeleteInspectTemplateRequest\0228" - + "\n\004name\030\001 \001(\tB*\340A\002\372A$\n\"dlp.googleapis.com" - + "/InspectTemplate\"\304\001\n\027CreateJobTriggerReq" - + "uest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+cloudresou" - + "rcemanager.googleapis.com/Project\022;\n\013job" - + "_trigger\030\002 \001(\0132!.google.privacy.dlp.v2.J" - + "obTriggerB\003\340A\002\022\022\n\ntrigger_id\030\003 \001(\t\022\023\n\013lo" - + "cation_id\030\004 \001(\t\"P\n\031ActivateJobTriggerReq" - + "uest\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035dlp.googleap" - + "is.com/JobTrigger\"\267\001\n\027UpdateJobTriggerRe" - + "quest\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035dlp.googlea" - + "pis.com/JobTrigger\0226\n\013job_trigger\030\002 \001(\0132" - + "!.google.privacy.dlp.v2.JobTrigger\022/\n\013up" - + "date_mask\030\003 \001(\0132\032.google.protobuf.FieldM" - + "ask\"K\n\024GetJobTriggerRequest\0223\n\004name\030\001 \001(" - + "\tB%\340A\002\372A\037\n\035dlp.googleapis.com/JobTrigger" - + "\"\210\002\n\023CreateDlpJobRequest\022C\n\006parent\030\001 \001(\t" - + "B3\340A\002\372A-\n+cloudresourcemanager.googleapi" - + "s.com/Project\022>\n\013inspect_job\030\002 \001(\0132\'.goo" - + "gle.privacy.dlp.v2.InspectJobConfigH\000\022@\n" - + "\010risk_job\030\003 \001(\0132,.google.privacy.dlp.v2." - + "RiskAnalysisJobConfigH\000\022\016\n\006job_id\030\004 \001(\t\022" - + "\023\n\013location_id\030\005 \001(\tB\005\n\003job\"\273\001\n\026ListJobT" - + "riggersRequest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+" - + "cloudresourcemanager.googleapis.com/Proj" - + "ect\022\022\n\npage_token\030\002 \001(\t\022\021\n\tpage_size\030\003 \001" - + "(\005\022\020\n\010order_by\030\004 \001(\t\022\016\n\006filter\030\005 \001(\t\022\023\n\013" - + "location_id\030\007 \001(\t\"k\n\027ListJobTriggersResp" - + "onse\0227\n\014job_triggers\030\001 \003(\0132!.google.priv" - + "acy.dlp.v2.JobTrigger\022\027\n\017next_page_token" - + "\030\002 \001(\t\"N\n\027DeleteJobTriggerRequest\0223\n\004nam" - + "e\030\001 \001(\tB%\340A\002\372A\037\n\035dlp.googleapis.com/JobT" - + "rigger\"\335\001\n\020InspectJobConfig\022<\n\016storage_c" - + "onfig\030\001 \001(\0132$.google.privacy.dlp.v2.Stor" - + "ageConfig\022<\n\016inspect_config\030\002 \001(\0132$.goog" - + "le.privacy.dlp.v2.InspectConfig\022\035\n\025inspe" - + "ct_template_name\030\003 \001(\t\022.\n\007actions\030\004 \003(\0132" - + "\035.google.privacy.dlp.v2.Action\"\353\005\n\006DlpJo" - + "b\022\014\n\004name\030\001 \001(\t\022/\n\004type\030\002 \001(\0162!.google.p" - + "rivacy.dlp.v2.DlpJobType\0225\n\005state\030\003 \001(\0162" - + "&.google.privacy.dlp.v2.DlpJob.JobState\022" - + "K\n\014risk_details\030\004 \001(\01323.google.privacy.d" - + "lp.v2.AnalyzeDataSourceRiskDetailsH\000\022J\n\017" - + "inspect_details\030\005 \001(\0132/.google.privacy.d" - + "lp.v2.InspectDataSourceDetailsH\000\022/\n\013crea" - + "te_time\030\006 \001(\0132\032.google.protobuf.Timestam" - + "p\022.\n\nstart_time\030\007 \001(\0132\032.google.protobuf." - + "Timestamp\022,\n\010end_time\030\010 \001(\0132\032.google.pro" - + "tobuf.Timestamp\022\030\n\020job_trigger_name\030\n \001(" - + "\t\022,\n\006errors\030\013 \003(\0132\034.google.privacy.dlp.v" - + "2.Error\"o\n\010JobState\022\031\n\025JOB_STATE_UNSPECI" - + "FIED\020\000\022\013\n\007PENDING\020\001\022\013\n\007RUNNING\020\002\022\010\n\004DONE" - + "\020\003\022\014\n\010CANCELED\020\004\022\n\n\006FAILED\020\005\022\n\n\006ACTIVE\020\006" - + ":\177\352A|\n\031dlp.googleapis.com/DlpJob\022$projec" - + "ts/{project}/dlpJobs/{dlp_job}\0229projects" - + "/{project}/locations/{location}/dlpJobs/" - + "{dlp_job}B\t\n\007details\"C\n\020GetDlpJobRequest" - + "\022/\n\004name\030\001 \001(\tB!\340A\002\372A\033\n\031dlp.googleapis.c" - + "om/DlpJob\"\350\001\n\022ListDlpJobsRequest\022C\n\006pare" - + "nt\030\004 \001(\tB3\340A\002\372A-\n+cloudresourcemanager.g" - + "oogleapis.com/Project\022\016\n\006filter\030\001 \001(\t\022\021\n" - + "\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022/\n\004" - + "type\030\005 \001(\0162!.google.privacy.dlp.v2.DlpJo" - + "bType\022\020\n\010order_by\030\006 \001(\t\022\023\n\013location_id\030\007" - + " \001(\t\"[\n\023ListDlpJobsResponse\022+\n\004jobs\030\001 \003(" - + "\0132\035.google.privacy.dlp.v2.DlpJob\022\027\n\017next" - + "_page_token\030\002 \001(\t\"F\n\023CancelDlpJobRequest" + + "p.googleapis.com/InspectTemplate\"\304\001\n\027Cre" + + "ateJobTriggerRequest\022C\n\006parent\030\001 \001(\tB3\340A" + + "\002\372A-\n+cloudresourcemanager.googleapis.co" + + "m/Project\022;\n\013job_trigger\030\002 \001(\0132!.google." + + "privacy.dlp.v2.JobTriggerB\003\340A\002\022\022\n\ntrigge" + + "r_id\030\003 \001(\t\022\023\n\013location_id\030\004 \001(\t\"P\n\031Activ" + + "ateJobTriggerRequest\0223\n\004name\030\001 \001(\tB%\340A\002\372" + + "A\037\n\035dlp.googleapis.com/JobTrigger\"\267\001\n\027Up" + + "dateJobTriggerRequest\0223\n\004name\030\001 \001(\tB%\340A\002" + + "\372A\037\n\035dlp.googleapis.com/JobTrigger\0226\n\013jo" + + "b_trigger\030\002 \001(\0132!.google.privacy.dlp.v2." + + "JobTrigger\022/\n\013update_mask\030\003 \001(\0132\032.google" + + ".protobuf.FieldMask\"K\n\024GetJobTriggerRequ" + + "est\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035dlp.googleapi" + + "s.com/JobTrigger\"\210\002\n\023CreateDlpJobRequest" + + "\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+cloudresourcem" + + "anager.googleapis.com/Project\022>\n\013inspect" + + "_job\030\002 \001(\0132\'.google.privacy.dlp.v2.Inspe" + + "ctJobConfigH\000\022@\n\010risk_job\030\003 \001(\0132,.google" + + ".privacy.dlp.v2.RiskAnalysisJobConfigH\000\022" + + "\016\n\006job_id\030\004 \001(\t\022\023\n\013location_id\030\005 \001(\tB\005\n\003" + + "job\"\273\001\n\026ListJobTriggersRequest\022C\n\006parent" + + "\030\001 \001(\tB3\340A\002\372A-\n+cloudresourcemanager.goo" + + "gleapis.com/Project\022\022\n\npage_token\030\002 \001(\t\022" + + "\021\n\tpage_size\030\003 \001(\005\022\020\n\010order_by\030\004 \001(\t\022\016\n\006" + + "filter\030\005 \001(\t\022\023\n\013location_id\030\007 \001(\t\"k\n\027Lis" + + "tJobTriggersResponse\0227\n\014job_triggers\030\001 \003" + + "(\0132!.google.privacy.dlp.v2.JobTrigger\022\027\n" + + "\017next_page_token\030\002 \001(\t\"N\n\027DeleteJobTrigg" + + "erRequest\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035dlp.goo" + + "gleapis.com/JobTrigger\"\335\001\n\020InspectJobCon" + + "fig\022<\n\016storage_config\030\001 \001(\0132$.google.pri" + + "vacy.dlp.v2.StorageConfig\022<\n\016inspect_con" + + "fig\030\002 \001(\0132$.google.privacy.dlp.v2.Inspec" + + "tConfig\022\035\n\025inspect_template_name\030\003 \001(\t\022." + + "\n\007actions\030\004 \003(\0132\035.google.privacy.dlp.v2." + + "Action\"\353\005\n\006DlpJob\022\014\n\004name\030\001 \001(\t\022/\n\004type\030" + + "\002 \001(\0162!.google.privacy.dlp.v2.DlpJobType" + + "\0225\n\005state\030\003 \001(\0162&.google.privacy.dlp.v2." + + "DlpJob.JobState\022K\n\014risk_details\030\004 \001(\01323." + + "google.privacy.dlp.v2.AnalyzeDataSourceR" + + "iskDetailsH\000\022J\n\017inspect_details\030\005 \001(\0132/." + + "google.privacy.dlp.v2.InspectDataSourceD" + + "etailsH\000\022/\n\013create_time\030\006 \001(\0132\032.google.p" + + "rotobuf.Timestamp\022.\n\nstart_time\030\007 \001(\0132\032." + + "google.protobuf.Timestamp\022,\n\010end_time\030\010 " + + "\001(\0132\032.google.protobuf.Timestamp\022\030\n\020job_t" + + "rigger_name\030\n \001(\t\022,\n\006errors\030\013 \003(\0132\034.goog" + + "le.privacy.dlp.v2.Error\"o\n\010JobState\022\031\n\025J" + + "OB_STATE_UNSPECIFIED\020\000\022\013\n\007PENDING\020\001\022\013\n\007R" + + "UNNING\020\002\022\010\n\004DONE\020\003\022\014\n\010CANCELED\020\004\022\n\n\006FAIL" + + "ED\020\005\022\n\n\006ACTIVE\020\006:\177\352A|\n\031dlp.googleapis.co" + + "m/DlpJob\022$projects/{project}/dlpJobs/{dl" + + "p_job}\0229projects/{project}/locations/{lo" + + "cation}/dlpJobs/{dlp_job}B\t\n\007details\"C\n\020" + + "GetDlpJobRequest\022/\n\004name\030\001 \001(\tB!\340A\002\372A\033\n\031" + + "dlp.googleapis.com/DlpJob\"\350\001\n\022ListDlpJob" + + "sRequest\022C\n\006parent\030\004 \001(\tB3\340A\002\372A-\n+cloudr" + + "esourcemanager.googleapis.com/Project\022\016\n" + + "\006filter\030\001 \001(\t\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage" + + "_token\030\003 \001(\t\022/\n\004type\030\005 \001(\0162!.google.priv" + + "acy.dlp.v2.DlpJobType\022\020\n\010order_by\030\006 \001(\t\022" + + "\023\n\013location_id\030\007 \001(\t\"[\n\023ListDlpJobsRespo" + + "nse\022+\n\004jobs\030\001 \003(\0132\035.google.privacy.dlp.v" + + "2.DlpJob\022\027\n\017next_page_token\030\002 \001(\t\"F\n\023Can" + + "celDlpJobRequest\022/\n\004name\030\001 \001(\tB!\340A\002\372A\033\n\031" + + "dlp.googleapis.com/DlpJob\"F\n\023FinishDlpJo" + + "bRequest\022/\n\004name\030\001 \001(\tB!\340A\002\372A\033\n\031dlp.goog" + + "leapis.com/DlpJob\"F\n\023DeleteDlpJobRequest" + "\022/\n\004name\030\001 \001(\tB!\340A\002\372A\033\n\031dlp.googleapis.c" - + "om/DlpJob\"F\n\023FinishDlpJobRequest\022/\n\004name" - + "\030\001 \001(\tB!\340A\002\372A\033\n\031dlp.googleapis.com/DlpJo" - + "b\"F\n\023DeleteDlpJobRequest\022/\n\004name\030\001 \001(\tB!" - + "\340A\002\372A\033\n\031dlp.googleapis.com/DlpJob\"\327\001\n\037Cr" - + "eateDeidentifyTemplateRequest\022=\n\006parent\030" - + "\001 \001(\tB-\340A\002\372A\'\022%dlp.googleapis.com/Deiden" - + "tifyTemplate\022K\n\023deidentify_template\030\002 \001(" - + "\0132).google.privacy.dlp.v2.DeidentifyTemp" - + "lateB\003\340A\002\022\023\n\013template_id\030\003 \001(\t\022\023\n\013locati" - + "on_id\030\004 \001(\t\"\327\001\n\037UpdateDeidentifyTemplate" - + "Request\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%dlp.googl" - + "eapis.com/DeidentifyTemplate\022F\n\023deidenti" + + "om/DlpJob\"\327\001\n\037CreateDeidentifyTemplateRe" + + "quest\022=\n\006parent\030\001 \001(\tB-\340A\002\372A\'\022%dlp.googl" + + "eapis.com/DeidentifyTemplate\022K\n\023deidenti" + "fy_template\030\002 \001(\0132).google.privacy.dlp.v" - + "2.DeidentifyTemplate\022/\n\013update_mask\030\003 \001(" - + "\0132\032.google.protobuf.FieldMask\"[\n\034GetDeid" - + "entifyTemplateRequest\022;\n\004name\030\001 \001(\tB-\340A\002" - + "\372A\'\n%dlp.googleapis.com/DeidentifyTempla" - + "te\"\255\001\n\036ListDeidentifyTemplatesRequest\022=\n" - + "\006parent\030\001 \001(\tB-\340A\002\372A\'\022%dlp.googleapis.co" - + "m/DeidentifyTemplate\022\022\n\npage_token\030\002 \001(\t" - + "\022\021\n\tpage_size\030\003 \001(\005\022\020\n\010order_by\030\004 \001(\t\022\023\n" - + "\013location_id\030\005 \001(\t\"\203\001\n\037ListDeidentifyTem" - + "platesResponse\022G\n\024deidentify_templates\030\001" - + " \003(\0132).google.privacy.dlp.v2.DeidentifyT" - + "emplate\022\027\n\017next_page_token\030\002 \001(\t\"^\n\037Dele" - + "teDeidentifyTemplateRequest\022;\n\004name\030\001 \001(" - + "\tB-\340A\002\372A\'\n%dlp.googleapis.com/Deidentify" - + "Template\"\364\001\n\033LargeCustomDictionaryConfig" - + "\022<\n\013output_path\030\001 \001(\0132\'.google.privacy.d" - + "lp.v2.CloudStoragePath\022L\n\026cloud_storage_" - + "file_set\030\002 \001(\0132*.google.privacy.dlp.v2.C" - + "loudStorageFileSetH\000\022?\n\017big_query_field\030" - + "\003 \001(\0132$.google.privacy.dlp.v2.BigQueryFi" - + "eldH\000B\010\n\006source\"8\n\032LargeCustomDictionary" - + "Stats\022\032\n\022approx_num_phrases\030\001 \001(\003\"\246\002\n\024St" - + "oredInfoTypeConfig\022\024\n\014display_name\030\001 \001(\t" - + "\022\023\n\013description\030\002 \001(\t\022U\n\027large_custom_di" - + "ctionary\030\003 \001(\01322.google.privacy.dlp.v2.L" - + "argeCustomDictionaryConfigH\000\022F\n\ndictiona" - + "ry\030\004 \001(\01320.google.privacy.dlp.v2.CustomI" - + "nfoType.DictionaryH\000\022<\n\005regex\030\005 \001(\0132+.go" - + "ogle.privacy.dlp.v2.CustomInfoType.Regex" - + "H\000B\006\n\004type\"s\n\023StoredInfoTypeStats\022T\n\027lar" - + "ge_custom_dictionary\030\001 \001(\01321.google.priv" - + "acy.dlp.v2.LargeCustomDictionaryStatsH\000B" - + "\006\n\004type\"\251\002\n\025StoredInfoTypeVersion\022;\n\006con" - + "fig\030\001 \001(\0132+.google.privacy.dlp.v2.Stored" - + "InfoTypeConfig\022/\n\013create_time\030\002 \001(\0132\032.go" - + "ogle.protobuf.Timestamp\0229\n\005state\030\003 \001(\0162*" - + ".google.privacy.dlp.v2.StoredInfoTypeSta" - + "te\022,\n\006errors\030\004 \003(\0132\034.google.privacy.dlp." - + "v2.Error\0229\n\005stats\030\005 \001(\0132*.google.privacy" - + ".dlp.v2.StoredInfoTypeStats\"\361\003\n\016StoredIn" - + "foType\022\014\n\004name\030\001 \001(\t\022E\n\017current_version\030" - + "\002 \001(\0132,.google.privacy.dlp.v2.StoredInfo" - + "TypeVersion\022F\n\020pending_versions\030\003 \003(\0132,." - + "google.privacy.dlp.v2.StoredInfoTypeVers" - + "ion:\301\002\352A\275\002\n!dlp.googleapis.com/StoredInf" - + "oType\022?organizations/{organization}/stor" - + "edInfoTypes/{stored_info_type}\0225projects" - + "/{project}/storedInfoTypes/{stored_info_" - + "type}\022Torganizations/{organization}/loca" - + "tions/{location}/storedInfoTypes/{stored" - + "_info_type}\022Jprojects/{project}/location" - + "s/{location}/storedInfoTypes/{stored_inf" - + "o_type}\"\314\001\n\033CreateStoredInfoTypeRequest\022" - + "9\n\006parent\030\001 \001(\tB)\340A\002\372A#\022!dlp.googleapis." - + "com/StoredInfoType\022@\n\006config\030\002 \001(\0132+.goo" - + "gle.privacy.dlp.v2.StoredInfoTypeConfigB" - + "\003\340A\002\022\033\n\023stored_info_type_id\030\003 \001(\t\022\023\n\013loc" - + "ation_id\030\004 \001(\t\"\304\001\n\033UpdateStoredInfoTypeR" - + "equest\0227\n\004name\030\001 \001(\tB)\340A\002\372A#\n!dlp.google" - + "apis.com/StoredInfoType\022;\n\006config\030\002 \001(\0132" - + "+.google.privacy.dlp.v2.StoredInfoTypeCo" - + "nfig\022/\n\013update_mask\030\003 \001(\0132\032.google.proto" - + "buf.FieldMask\"S\n\030GetStoredInfoTypeReques" - + "t\0227\n\004name\030\001 \001(\tB)\340A\002\372A#\n!dlp.googleapis." - + "com/StoredInfoType\"\245\001\n\032ListStoredInfoTyp" - + "esRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\022!dlp.g" - + "oogleapis.com/StoredInfoType\022\022\n\npage_tok" - + "en\030\002 \001(\t\022\021\n\tpage_size\030\003 \001(\005\022\020\n\010order_by\030" - + "\004 \001(\t\022\023\n\013location_id\030\005 \001(\t\"x\n\033ListStored" - + "InfoTypesResponse\022@\n\021stored_info_types\030\001" - + " \003(\0132%.google.privacy.dlp.v2.StoredInfoT" - + "ype\022\027\n\017next_page_token\030\002 \001(\t\"V\n\033DeleteSt" - + "oredInfoTypeRequest\0227\n\004name\030\001 \001(\tB)\340A\002\372A" - + "#\n!dlp.googleapis.com/StoredInfoType\"\224\001\n" - + "\036HybridInspectJobTriggerRequest\0223\n\004name\030" - + "\001 \001(\tB%\340A\002\372A\037\n\035dlp.googleapis.com/JobTri" - + "gger\022=\n\013hybrid_item\030\003 \001(\0132(.google.priva" - + "cy.dlp.v2.HybridContentItem\"\214\001\n\032HybridIn" - + "spectDlpJobRequest\022/\n\004name\030\001 \001(\tB!\340A\002\372A\033" - + "\n\031dlp.googleapis.com/DlpJob\022=\n\013hybrid_it" - + "em\030\003 \001(\0132(.google.privacy.dlp.v2.HybridC" - + "ontentItem\"\213\001\n\021HybridContentItem\0220\n\004item" - + "\030\001 \001(\0132\".google.privacy.dlp.v2.ContentIt" - + "em\022D\n\017finding_details\030\002 \001(\0132+.google.pri" - + "vacy.dlp.v2.HybridFindingDetails\"\260\002\n\024Hyb", - "ridFindingDetails\022;\n\021container_details\030\001" - + " \001(\0132 .google.privacy.dlp.v2.Container\022\023" - + "\n\013file_offset\030\002 \001(\003\022\022\n\nrow_offset\030\003 \001(\003\022" - + ":\n\rtable_options\030\004 \001(\0132#.google.privacy." - + "dlp.v2.TableOptions\022G\n\006labels\030\005 \003(\01327.go" - + "ogle.privacy.dlp.v2.HybridFindingDetails" - + ".LabelsEntry\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t" - + "\022\r\n\005value\030\002 \001(\t:\0028\001\"\027\n\025HybridInspectResp" - + "onse*\273\001\n\022RelationalOperator\022#\n\037RELATIONA" - + "L_OPERATOR_UNSPECIFIED\020\000\022\014\n\010EQUAL_TO\020\001\022\020" - + "\n\014NOT_EQUAL_TO\020\002\022\020\n\014GREATER_THAN\020\003\022\r\n\tLE" - + "SS_THAN\020\004\022\032\n\026GREATER_THAN_OR_EQUALS\020\005\022\027\n" - + "\023LESS_THAN_OR_EQUALS\020\006\022\n\n\006EXISTS\020\007*\215\001\n\014M" - + "atchingType\022\035\n\031MATCHING_TYPE_UNSPECIFIED" - + "\020\000\022\034\n\030MATCHING_TYPE_FULL_MATCH\020\001\022\037\n\033MATC" - + "HING_TYPE_PARTIAL_MATCH\020\002\022\037\n\033MATCHING_TY" - + "PE_INVERSE_MATCH\020\003*M\n\rContentOption\022\027\n\023C" - + "ONTENT_UNSPECIFIED\020\000\022\020\n\014CONTENT_TEXT\020\001\022\021" - + "\n\rCONTENT_IMAGE\020\002*B\n\014MetadataType\022\034\n\030MET" - + "ADATATYPE_UNSPECIFIED\020\000\022\024\n\020STORAGE_METAD" - + "ATA\020\002*P\n\023InfoTypeSupportedBy\022\031\n\025ENUM_TYP" - + "E_UNSPECIFIED\020\000\022\013\n\007INSPECT\020\001\022\021\n\rRISK_ANA" - + "LYSIS\020\002*R\n\nDlpJobType\022\034\n\030DLP_JOB_TYPE_UN" - + "SPECIFIED\020\000\022\017\n\013INSPECT_JOB\020\001\022\025\n\021RISK_ANA" - + "LYSIS_JOB\020\002*n\n\023StoredInfoTypeState\022&\n\"ST" - + "ORED_INFO_TYPE_STATE_UNSPECIFIED\020\000\022\013\n\007PE" - + "NDING\020\001\022\t\n\005READY\020\002\022\n\n\006FAILED\020\003\022\013\n\007INVALI" - + "D\020\0042\207M\n\nDlpService\022\347\001\n\016InspectContent\022,." - + "google.privacy.dlp.v2.InspectContentRequ" - + "est\032-.google.privacy.dlp.v2.InspectConte" - + "ntResponse\"x\202\323\344\223\002r\"\'/v2/{parent=projects" - + "/*}/content:inspect:\001*ZD\"?/v2/{parent=pr" - + "ojects/*}/locations/{location_id}/conten" - + "t:inspect:\001*\022\330\001\n\013RedactImage\022).google.pr" - + "ivacy.dlp.v2.RedactImageRequest\032*.google" - + ".privacy.dlp.v2.RedactImageResponse\"r\202\323\344" - + "\223\002l\"$/v2/{parent=projects/*}/image:redac" - + "t:\001*ZA\"29/v2/{name=organizations/" - + "*/locations/*/inspectTemplates/*}:\001*Z-2(" - + "/v2/{name=projects/*/inspectTemplates/*}" - + ":\001*Z924/v2/{name=projects/*/locations/*/" - + "inspectTemplates/*}:\001*\332A!name,inspect_te" - + "mplate,update_mask\022\317\002\n\022GetInspectTemplat" - + "e\0220.google.privacy.dlp.v2.GetInspectTemp" - + "lateRequest\032&.google.privacy.dlp.v2.Insp" - + "ectTemplate\"\336\001\202\323\344\223\002\320\001\022-/v2/{name=organiz" - + "ations/*/inspectTemplates/*}Z;\0229/v2/{nam" - + "e=organizations/*/locations/*/inspectTem" - + "plates/*}Z*\022(/v2/{name=projects/*/inspec" - + "tTemplates/*}Z6\0224/v2/{name=projects/*/lo" - + "cations/*/inspectTemplates/*}\332A\004name\022\372\002\n" - + "\024ListInspectTemplates\0222.google.privacy.d" - + "lp.v2.ListInspectTemplatesRequest\0323.goog" - + "le.privacy.dlp.v2.ListInspectTemplatesRe" - + "sponse\"\370\001\202\323\344\223\002\350\001\022-/v2/{parent=organizati" - + "ons/*}/inspectTemplatesZG\022E/v2/{parent=o" - + "rganizations/*}/locations/{location_id}/" - + "inspectTemplatesZ*\022(/v2/{parent=projects" - + "/*}/inspectTemplatesZB\022@/v2/{parent=proj" - + "ects/*}/locations/{location_id}/inspectT" - + "emplates\332A\006parent\022\305\002\n\025DeleteInspectTempl" - + "ate\0223.google.privacy.dlp.v2.DeleteInspec" - + "tTemplateRequest\032\026.google.protobuf.Empty" - + "\"\336\001\202\323\344\223\002\320\001*-/v2/{name=organizations/*/in" - + "spectTemplates/*}Z;*9/v2/{name=organizat" - + "ions/*/locations/*/inspectTemplates/*}Z*" - + "*(/v2/{name=projects/*/inspectTemplates/" - + "*}Z6*4/v2/{name=projects/*/locations/*/i" - + "nspectTemplates/*}\332A\004name\022\315\003\n\030CreateDeid" - + "entifyTemplate\0226.google.privacy.dlp.v2.C" - + "reateDeidentifyTemplateRequest\032).google." - + "privacy.dlp.v2.DeidentifyTemplate\"\315\002\202\323\344\223" - + "\002\200\002\"0/v2/{parent=organizations/*}/deiden" - + "tifyTemplates:\001*ZM\"H/v2/{parent=organiza" - + "tions/*}/locations/{location_id}/deident" - + "ifyTemplates:\001*Z0\"+/v2/{parent=projects/" - + "*}/deidentifyTemplates:\001*ZH\"C/v2/{parent" - + "=projects/*}/locations/{location_id}/dei" - + "dentifyTemplates:\001*\332A\032parent,deidentify_" - + "template\332A&parent,deidentify_template,lo" - + "cation_id\022\226\003\n\030UpdateDeidentifyTemplate\0226" - + ".google.privacy.dlp.v2.UpdateDeidentifyT" - + "emplateRequest\032).google.privacy.dlp.v2.D" - + "eidentifyTemplate\"\226\002\202\323\344\223\002\350\00120/v2/{name=o" - + "rganizations/*/deidentifyTemplates/*}:\001*" - + "ZA2\022*\"9/v2/{parent=organizat" + + "ions/*/locations/*}/inspectTemplates:\001*Z" + + "-\"(/v2/{parent=projects/*}/inspectTempla" + + "tes:\001*Z9\"4/v2/{parent=projects/*/locatio" + + "ns/*}/inspectTemplates:\001*\332A\027parent,inspe" + + "ct_template\022\376\002\n\025UpdateInspectTemplate\0223." + + "google.privacy.dlp.v2.UpdateInspectTempl" + + "ateRequest\032&.google.privacy.dlp.v2.Inspe" + + "ctTemplate\"\207\002\202\323\344\223\002\334\0012-/v2/{name=organiza" + + "tions/*/inspectTemplates/*}:\001*Z>29/v2/{n" + + "ame=organizations/*/locations/*/inspectT" + + "emplates/*}:\001*Z-2(/v2/{name=projects/*/i" + + "nspectTemplates/*}:\001*Z924/v2/{name=proje" + + "cts/*/locations/*/inspectTemplates/*}:\001*" + + "\332A!name,inspect_template,update_mask\022\317\002\n" + + "\022GetInspectTemplate\0220.google.privacy.dlp" + + ".v2.GetInspectTemplateRequest\032&.google.p" + + "rivacy.dlp.v2.InspectTemplate\"\336\001\202\323\344\223\002\320\001\022" + + "-/v2/{name=organizations/*/inspectTempla" + + "tes/*}Z;\0229/v2/{name=organizations/*/loca" + + "tions/*/inspectTemplates/*}Z*\022(/v2/{name" + + "=projects/*/inspectTemplates/*}Z6\0224/v2/{" + + "name=projects/*/locations/*/inspectTempl" + + "ates/*}\332A\004name\022\342\002\n\024ListInspectTemplates\022" + + "2.google.privacy.dlp.v2.ListInspectTempl" + + "atesRequest\0323.google.privacy.dlp.v2.List" + + "InspectTemplatesResponse\"\340\001\202\323\344\223\002\320\001\022-/v2/" + + "{parent=organizations/*}/inspectTemplate" + + "sZ;\0229/v2/{parent=organizations/*/locatio" + + "ns/*}/inspectTemplatesZ*\022(/v2/{parent=pr" + + "ojects/*}/inspectTemplatesZ6\0224/v2/{paren" + + "t=projects/*/locations/*}/inspectTemplat" + + "es\332A\006parent\022\305\002\n\025DeleteInspectTemplate\0223." + + "google.privacy.dlp.v2.DeleteInspectTempl" + + "ateRequest\032\026.google.protobuf.Empty\"\336\001\202\323\344" + + "\223\002\320\001*-/v2/{name=organizations/*/inspectT" + + "emplates/*}Z;*9/v2/{name=organizations/*" + + "/locations/*/inspectTemplates/*}Z**(/v2/" + + "{name=projects/*/inspectTemplates/*}Z6*4" + + "/v2/{name=projects/*/locations/*/inspect" + + "Templates/*}\332A\004name\022\214\003\n\030CreateDeidentify" + + "Template\0226.google.privacy.dlp.v2.CreateD" + + "eidentifyTemplateRequest\032).google.privac" + + "y.dlp.v2.DeidentifyTemplate\"\214\002\202\323\344\223\002\350\001\"0/" + + "v2/{parent=organizations/*}/deidentifyTe" + + "mplates:\001*ZA\"\022\022*\"9/v2/{name=projects" - + "/*/locations/*/dlpJobs/*}:hybridInspect:" - + "\001*\332A\004name\022\221\001\n\014FinishDlpJob\022*.google.priv" - + "acy.dlp.v2.FinishDlpJobRequest\032\026.google." - + "protobuf.Empty\"=\202\323\344\223\0027\"2/v2/{name=projec" - + "ts/*/locations/*/dlpJobs/*}:finish:\001*\032F\312" - + "A\022dlp.googleapis.com\322A.https://www.googl" - + "eapis.com/auth/cloud-platformB\205\002\n\031com.go" - + "ogle.privacy.dlp.v2B\010DlpProtoP\001Z8google." - + "golang.org/genproto/googleapis/privacy/d" - + "lp/v2;dlp\252\002\023Google.Cloud.Dlp.V2\312\002\023Google" - + "\\Cloud\\Dlp\\V2\352\002\026Google::Cloud::Dlp::V2\352A" - + "\\\n\'dlp.googleapis.com/OrganizationLocati" - + "on\0221organizations/{organization}/locatio" - + "ns/{location}b\006proto3" + + "pe\"\357\001\202\323\344\223\002\330\001\",/v2/{parent=organizations/" + + "*}/storedInfoTypes:\001*Z=\"8/v2/{parent=org" + + "anizations/*/locations/*}/storedInfoType" + + "s:\001*Z,\"\'/v2/{parent=projects/*}/storedIn" + + "foTypes:\001*Z8\"3/v2/{parent=projects/*/loc" + + "ations/*}/storedInfoTypes:\001*\332A\rparent,co" + + "nfig\022\355\002\n\024UpdateStoredInfoType\0222.google.p" + + "rivacy.dlp.v2.UpdateStoredInfoTypeReques" + + "t\032%.google.privacy.dlp.v2.StoredInfoType" + + "\"\371\001\202\323\344\223\002\330\0012,/v2/{name=organizations/*/st" + + "oredInfoTypes/*}:\001*Z=28/v2/{name=organiz" + + "ations/*/locations/*/storedInfoTypes/*}:" + + "\001*Z,2\'/v2/{name=projects/*/storedInfoTyp" + + "es/*}:\001*Z823/v2/{name=projects/*/locatio" + + "ns/*/storedInfoTypes/*}:\001*\332A\027name,config" + + ",update_mask\022\310\002\n\021GetStoredInfoType\022/.goo" + + "gle.privacy.dlp.v2.GetStoredInfoTypeRequ" + + "est\032%.google.privacy.dlp.v2.StoredInfoTy" + + "pe\"\332\001\202\323\344\223\002\314\001\022,/v2/{name=organizations/*/" + + "storedInfoTypes/*}Z:\0228/v2/{name=organiza" + + "tions/*/locations/*/storedInfoTypes/*}Z)" + + "\022\'/v2/{name=projects/*/storedInfoTypes/*" + + "}Z5\0223/v2/{name=projects/*/locations/*/st" + + "oredInfoTypes/*}\332A\004name\022\333\002\n\023ListStoredIn" + + "foTypes\0221.google.privacy.dlp.v2.ListStor" + + "edInfoTypesRequest\0322.google.privacy.dlp." + + "v2.ListStoredInfoTypesResponse\"\334\001\202\323\344\223\002\314\001" + + "\022,/v2/{parent=organizations/*}/storedInf" + + "oTypesZ:\0228/v2/{parent=organizations/*/lo" + + "cations/*}/storedInfoTypesZ)\022\'/v2/{paren" + + "t=projects/*}/storedInfoTypesZ5\0223/v2/{pa" + + "rent=projects/*/locations/*}/storedInfoT" + + "ypes\332A\006parent\022\277\002\n\024DeleteStoredInfoType\0222" + + ".google.privacy.dlp.v2.DeleteStoredInfoT" + + "ypeRequest\032\026.google.protobuf.Empty\"\332\001\202\323\344" + + "\223\002\314\001*,/v2/{name=organizations/*/storedIn" + + "foTypes/*}Z:*8/v2/{name=organizations/*/" + + "locations/*/storedInfoTypes/*}Z)*\'/v2/{n" + + "ame=projects/*/storedInfoTypes/*}Z5*3/v2" + + "/{name=projects/*/locations/*/storedInfo" + + "Types/*}\332A\004name\022\303\001\n\023HybridInspectDlpJob\022" + + "1.google.privacy.dlp.v2.HybridInspectDlp" + + "JobRequest\032,.google.privacy.dlp.v2.Hybri" + + "dInspectResponse\"K\202\323\344\223\002>\"9/v2/{name=proj" + + "ects/*/locations/*/dlpJobs/*}:hybridInsp" + + "ect:\001*\332A\004name\022\221\001\n\014FinishDlpJob\022*.google." + + "privacy.dlp.v2.FinishDlpJobRequest\032\026.goo" + + "gle.protobuf.Empty\"=\202\323\344\223\0027\"2/v2/{name=pr" + + "ojects/*/locations/*/dlpJobs/*}:finish:\001" + + "*\032F\312A\022dlp.googleapis.com\322A.https://www.g" + + "oogleapis.com/auth/cloud-platformB\205\002\n\031co" + + "m.google.privacy.dlp.v2B\010DlpProtoP\001Z8goo" + + "gle.golang.org/genproto/googleapis/priva" + + "cy/dlp/v2;dlp\252\002\023Google.Cloud.Dlp.V2\312\002\023Go" + + "ogle\\Cloud\\Dlp\\V2\352\002\026Google::Cloud::Dlp::" + + "V2\352A\\\n\'dlp.googleapis.com/OrganizationLo" + + "cation\0221organizations/{organization}/loc" + + "ations/{location}b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( @@ -2218,7 +2207,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_google_privacy_dlp_v2_ListInfoTypesRequest_descriptor, new java.lang.String[] { - "LanguageCode", "Filter", "LocationId", + "Parent", "LanguageCode", "Filter", "LocationId", }); internal_static_google_privacy_dlp_v2_ListInfoTypesResponse_descriptor = getDescriptor().getMessageTypes().get(36); diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/Finding.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/Finding.java index b4610d6e..92745d69 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/Finding.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/Finding.java @@ -259,8 +259,8 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { * *
    * Resource name in format
-   * projects/{project}/locations/{location}/findings/{finding} Populated only
-   * when viewing persisted findings.
+   * projects/{project}/locations/{location}/findings/{finding}
+   * Populated only when viewing persisted findings.
    * 
* * string name = 14; @@ -283,8 +283,8 @@ public java.lang.String getName() { * *
    * Resource name in format
-   * projects/{project}/locations/{location}/findings/{finding} Populated only
-   * when viewing persisted findings.
+   * projects/{project}/locations/{location}/findings/{finding}
+   * Populated only when viewing persisted findings.
    * 
* * string name = 14; @@ -1468,8 +1468,8 @@ public Builder mergeFrom( * *
      * Resource name in format
-     * projects/{project}/locations/{location}/findings/{finding} Populated only
-     * when viewing persisted findings.
+     * projects/{project}/locations/{location}/findings/{finding}
+     * Populated only when viewing persisted findings.
      * 
* * string name = 14; @@ -1492,8 +1492,8 @@ public java.lang.String getName() { * *
      * Resource name in format
-     * projects/{project}/locations/{location}/findings/{finding} Populated only
-     * when viewing persisted findings.
+     * projects/{project}/locations/{location}/findings/{finding}
+     * Populated only when viewing persisted findings.
      * 
* * string name = 14; @@ -1516,8 +1516,8 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Resource name in format
-     * projects/{project}/locations/{location}/findings/{finding} Populated only
-     * when viewing persisted findings.
+     * projects/{project}/locations/{location}/findings/{finding}
+     * Populated only when viewing persisted findings.
      * 
* * string name = 14; @@ -1539,8 +1539,8 @@ public Builder setName(java.lang.String value) { * *
      * Resource name in format
-     * projects/{project}/locations/{location}/findings/{finding} Populated only
-     * when viewing persisted findings.
+     * projects/{project}/locations/{location}/findings/{finding}
+     * Populated only when viewing persisted findings.
      * 
* * string name = 14; @@ -1558,8 +1558,8 @@ public Builder clearName() { * *
      * Resource name in format
-     * projects/{project}/locations/{location}/findings/{finding} Populated only
-     * when viewing persisted findings.
+     * projects/{project}/locations/{location}/findings/{finding}
+     * Populated only when viewing persisted findings.
      * 
* * string name = 14; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FindingOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FindingOrBuilder.java index 65dde62d..451867dc 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FindingOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FindingOrBuilder.java @@ -28,8 +28,8 @@ public interface FindingOrBuilder * *
    * Resource name in format
-   * projects/{project}/locations/{location}/findings/{finding} Populated only
-   * when viewing persisted findings.
+   * projects/{project}/locations/{location}/findings/{finding}
+   * Populated only when viewing persisted findings.
    * 
* * string name = 14; @@ -42,8 +42,8 @@ public interface FindingOrBuilder * *
    * Resource name in format
-   * projects/{project}/locations/{location}/findings/{finding} Populated only
-   * when viewing persisted findings.
+   * projects/{project}/locations/{location}/findings/{finding}
+   * Populated only when viewing persisted findings.
    * 
* * string name = 14; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FixedSizeBucketingConfig.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FixedSizeBucketingConfig.java index 1fe53331..6fbbdba6 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FixedSizeBucketingConfig.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FixedSizeBucketingConfig.java @@ -154,9 +154,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Lower bound value of buckets. All values less than `lower_bound` are
-   * grouped together into a single bucket; for example if `lower_bound` = 10,
-   * then all values less than 10 are replaced with the value “-10”.
+   * Required. Lower bound value of buckets. All values less than `lower_bound`
+   * are grouped together into a single bucket; for example if `lower_bound` =
+   * 10, then all values less than 10 are replaced with the value “-10”.
    * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -171,9 +171,9 @@ public boolean hasLowerBound() { * * *
-   * Required. Lower bound value of buckets. All values less than `lower_bound` are
-   * grouped together into a single bucket; for example if `lower_bound` = 10,
-   * then all values less than 10 are replaced with the value “-10”.
+   * Required. Lower bound value of buckets. All values less than `lower_bound`
+   * are grouped together into a single bucket; for example if `lower_bound` =
+   * 10, then all values less than 10 are replaced with the value “-10”.
    * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -188,9 +188,9 @@ public com.google.privacy.dlp.v2.Value getLowerBound() { * * *
-   * Required. Lower bound value of buckets. All values less than `lower_bound` are
-   * grouped together into a single bucket; for example if `lower_bound` = 10,
-   * then all values less than 10 are replaced with the value “-10”.
+   * Required. Lower bound value of buckets. All values less than `lower_bound`
+   * are grouped together into a single bucket; for example if `lower_bound` =
+   * 10, then all values less than 10 are replaced with the value “-10”.
    * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -206,9 +206,9 @@ public com.google.privacy.dlp.v2.ValueOrBuilder getLowerBoundOrBuilder() { * * *
-   * Required. Upper bound value of buckets. All values greater than upper_bound are
-   * grouped together into a single bucket; for example if `upper_bound` = 89,
-   * then all values greater than 89 are replaced with the value “89+”.
+   * Required. Upper bound value of buckets. All values greater than upper_bound
+   * are grouped together into a single bucket; for example if `upper_bound` =
+   * 89, then all values greater than 89 are replaced with the value “89+”.
    * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -223,9 +223,9 @@ public boolean hasUpperBound() { * * *
-   * Required. Upper bound value of buckets. All values greater than upper_bound are
-   * grouped together into a single bucket; for example if `upper_bound` = 89,
-   * then all values greater than 89 are replaced with the value “89+”.
+   * Required. Upper bound value of buckets. All values greater than upper_bound
+   * are grouped together into a single bucket; for example if `upper_bound` =
+   * 89, then all values greater than 89 are replaced with the value “89+”.
    * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -240,9 +240,9 @@ public com.google.privacy.dlp.v2.Value getUpperBound() { * * *
-   * Required. Upper bound value of buckets. All values greater than upper_bound are
-   * grouped together into a single bucket; for example if `upper_bound` = 89,
-   * then all values greater than 89 are replaced with the value “89+”.
+   * Required. Upper bound value of buckets. All values greater than upper_bound
+   * are grouped together into a single bucket; for example if `upper_bound` =
+   * 89, then all values greater than 89 are replaced with the value “89+”.
    * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -258,8 +258,8 @@ public com.google.privacy.dlp.v2.ValueOrBuilder getUpperBoundOrBuilder() { * * *
-   * Required. Size of each bucket (except for minimum and maximum buckets). So if
-   * `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
+   * Required. Size of each bucket (except for minimum and maximum buckets). So
+   * if `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
    * following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60,
    * 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.
    * 
@@ -670,9 +670,9 @@ public Builder mergeFrom( * * *
-     * Required. Lower bound value of buckets. All values less than `lower_bound` are
-     * grouped together into a single bucket; for example if `lower_bound` = 10,
-     * then all values less than 10 are replaced with the value “-10”.
+     * Required. Lower bound value of buckets. All values less than `lower_bound`
+     * are grouped together into a single bucket; for example if `lower_bound` =
+     * 10, then all values less than 10 are replaced with the value “-10”.
      * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -687,9 +687,9 @@ public boolean hasLowerBound() { * * *
-     * Required. Lower bound value of buckets. All values less than `lower_bound` are
-     * grouped together into a single bucket; for example if `lower_bound` = 10,
-     * then all values less than 10 are replaced with the value “-10”.
+     * Required. Lower bound value of buckets. All values less than `lower_bound`
+     * are grouped together into a single bucket; for example if `lower_bound` =
+     * 10, then all values less than 10 are replaced with the value “-10”.
      * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -710,9 +710,9 @@ public com.google.privacy.dlp.v2.Value getLowerBound() { * * *
-     * Required. Lower bound value of buckets. All values less than `lower_bound` are
-     * grouped together into a single bucket; for example if `lower_bound` = 10,
-     * then all values less than 10 are replaced with the value “-10”.
+     * Required. Lower bound value of buckets. All values less than `lower_bound`
+     * are grouped together into a single bucket; for example if `lower_bound` =
+     * 10, then all values less than 10 are replaced with the value “-10”.
      * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -735,9 +735,9 @@ public Builder setLowerBound(com.google.privacy.dlp.v2.Value value) { * * *
-     * Required. Lower bound value of buckets. All values less than `lower_bound` are
-     * grouped together into a single bucket; for example if `lower_bound` = 10,
-     * then all values less than 10 are replaced with the value “-10”.
+     * Required. Lower bound value of buckets. All values less than `lower_bound`
+     * are grouped together into a single bucket; for example if `lower_bound` =
+     * 10, then all values less than 10 are replaced with the value “-10”.
      * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -757,9 +757,9 @@ public Builder setLowerBound(com.google.privacy.dlp.v2.Value.Builder builderForV * * *
-     * Required. Lower bound value of buckets. All values less than `lower_bound` are
-     * grouped together into a single bucket; for example if `lower_bound` = 10,
-     * then all values less than 10 are replaced with the value “-10”.
+     * Required. Lower bound value of buckets. All values less than `lower_bound`
+     * are grouped together into a single bucket; for example if `lower_bound` =
+     * 10, then all values less than 10 are replaced with the value “-10”.
      * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -786,9 +786,9 @@ public Builder mergeLowerBound(com.google.privacy.dlp.v2.Value value) { * * *
-     * Required. Lower bound value of buckets. All values less than `lower_bound` are
-     * grouped together into a single bucket; for example if `lower_bound` = 10,
-     * then all values less than 10 are replaced with the value “-10”.
+     * Required. Lower bound value of buckets. All values less than `lower_bound`
+     * are grouped together into a single bucket; for example if `lower_bound` =
+     * 10, then all values less than 10 are replaced with the value “-10”.
      * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -809,9 +809,9 @@ public Builder clearLowerBound() { * * *
-     * Required. Lower bound value of buckets. All values less than `lower_bound` are
-     * grouped together into a single bucket; for example if `lower_bound` = 10,
-     * then all values less than 10 are replaced with the value “-10”.
+     * Required. Lower bound value of buckets. All values less than `lower_bound`
+     * are grouped together into a single bucket; for example if `lower_bound` =
+     * 10, then all values less than 10 are replaced with the value “-10”.
      * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -826,9 +826,9 @@ public com.google.privacy.dlp.v2.Value.Builder getLowerBoundBuilder() { * * *
-     * Required. Lower bound value of buckets. All values less than `lower_bound` are
-     * grouped together into a single bucket; for example if `lower_bound` = 10,
-     * then all values less than 10 are replaced with the value “-10”.
+     * Required. Lower bound value of buckets. All values less than `lower_bound`
+     * are grouped together into a single bucket; for example if `lower_bound` =
+     * 10, then all values less than 10 are replaced with the value “-10”.
      * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -847,9 +847,9 @@ public com.google.privacy.dlp.v2.ValueOrBuilder getLowerBoundOrBuilder() { * * *
-     * Required. Lower bound value of buckets. All values less than `lower_bound` are
-     * grouped together into a single bucket; for example if `lower_bound` = 10,
-     * then all values less than 10 are replaced with the value “-10”.
+     * Required. Lower bound value of buckets. All values less than `lower_bound`
+     * are grouped together into a single bucket; for example if `lower_bound` =
+     * 10, then all values less than 10 are replaced with the value “-10”.
      * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -882,9 +882,9 @@ public com.google.privacy.dlp.v2.ValueOrBuilder getLowerBoundOrBuilder() { * * *
-     * Required. Upper bound value of buckets. All values greater than upper_bound are
-     * grouped together into a single bucket; for example if `upper_bound` = 89,
-     * then all values greater than 89 are replaced with the value “89+”.
+     * Required. Upper bound value of buckets. All values greater than upper_bound
+     * are grouped together into a single bucket; for example if `upper_bound` =
+     * 89, then all values greater than 89 are replaced with the value “89+”.
      * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -899,9 +899,9 @@ public boolean hasUpperBound() { * * *
-     * Required. Upper bound value of buckets. All values greater than upper_bound are
-     * grouped together into a single bucket; for example if `upper_bound` = 89,
-     * then all values greater than 89 are replaced with the value “89+”.
+     * Required. Upper bound value of buckets. All values greater than upper_bound
+     * are grouped together into a single bucket; for example if `upper_bound` =
+     * 89, then all values greater than 89 are replaced with the value “89+”.
      * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -922,9 +922,9 @@ public com.google.privacy.dlp.v2.Value getUpperBound() { * * *
-     * Required. Upper bound value of buckets. All values greater than upper_bound are
-     * grouped together into a single bucket; for example if `upper_bound` = 89,
-     * then all values greater than 89 are replaced with the value “89+”.
+     * Required. Upper bound value of buckets. All values greater than upper_bound
+     * are grouped together into a single bucket; for example if `upper_bound` =
+     * 89, then all values greater than 89 are replaced with the value “89+”.
      * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -947,9 +947,9 @@ public Builder setUpperBound(com.google.privacy.dlp.v2.Value value) { * * *
-     * Required. Upper bound value of buckets. All values greater than upper_bound are
-     * grouped together into a single bucket; for example if `upper_bound` = 89,
-     * then all values greater than 89 are replaced with the value “89+”.
+     * Required. Upper bound value of buckets. All values greater than upper_bound
+     * are grouped together into a single bucket; for example if `upper_bound` =
+     * 89, then all values greater than 89 are replaced with the value “89+”.
      * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -969,9 +969,9 @@ public Builder setUpperBound(com.google.privacy.dlp.v2.Value.Builder builderForV * * *
-     * Required. Upper bound value of buckets. All values greater than upper_bound are
-     * grouped together into a single bucket; for example if `upper_bound` = 89,
-     * then all values greater than 89 are replaced with the value “89+”.
+     * Required. Upper bound value of buckets. All values greater than upper_bound
+     * are grouped together into a single bucket; for example if `upper_bound` =
+     * 89, then all values greater than 89 are replaced with the value “89+”.
      * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -998,9 +998,9 @@ public Builder mergeUpperBound(com.google.privacy.dlp.v2.Value value) { * * *
-     * Required. Upper bound value of buckets. All values greater than upper_bound are
-     * grouped together into a single bucket; for example if `upper_bound` = 89,
-     * then all values greater than 89 are replaced with the value “89+”.
+     * Required. Upper bound value of buckets. All values greater than upper_bound
+     * are grouped together into a single bucket; for example if `upper_bound` =
+     * 89, then all values greater than 89 are replaced with the value “89+”.
      * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -1021,9 +1021,9 @@ public Builder clearUpperBound() { * * *
-     * Required. Upper bound value of buckets. All values greater than upper_bound are
-     * grouped together into a single bucket; for example if `upper_bound` = 89,
-     * then all values greater than 89 are replaced with the value “89+”.
+     * Required. Upper bound value of buckets. All values greater than upper_bound
+     * are grouped together into a single bucket; for example if `upper_bound` =
+     * 89, then all values greater than 89 are replaced with the value “89+”.
      * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -1038,9 +1038,9 @@ public com.google.privacy.dlp.v2.Value.Builder getUpperBoundBuilder() { * * *
-     * Required. Upper bound value of buckets. All values greater than upper_bound are
-     * grouped together into a single bucket; for example if `upper_bound` = 89,
-     * then all values greater than 89 are replaced with the value “89+”.
+     * Required. Upper bound value of buckets. All values greater than upper_bound
+     * are grouped together into a single bucket; for example if `upper_bound` =
+     * 89, then all values greater than 89 are replaced with the value “89+”.
      * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -1059,9 +1059,9 @@ public com.google.privacy.dlp.v2.ValueOrBuilder getUpperBoundOrBuilder() { * * *
-     * Required. Upper bound value of buckets. All values greater than upper_bound are
-     * grouped together into a single bucket; for example if `upper_bound` = 89,
-     * then all values greater than 89 are replaced with the value “89+”.
+     * Required. Upper bound value of buckets. All values greater than upper_bound
+     * are grouped together into a single bucket; for example if `upper_bound` =
+     * 89, then all values greater than 89 are replaced with the value “89+”.
      * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -1089,8 +1089,8 @@ public com.google.privacy.dlp.v2.ValueOrBuilder getUpperBoundOrBuilder() { * * *
-     * Required. Size of each bucket (except for minimum and maximum buckets). So if
-     * `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
+     * Required. Size of each bucket (except for minimum and maximum buckets). So
+     * if `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
      * following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60,
      * 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.
      * 
@@ -1106,8 +1106,8 @@ public double getBucketSize() { * * *
-     * Required. Size of each bucket (except for minimum and maximum buckets). So if
-     * `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
+     * Required. Size of each bucket (except for minimum and maximum buckets). So
+     * if `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
      * following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60,
      * 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.
      * 
@@ -1127,8 +1127,8 @@ public Builder setBucketSize(double value) { * * *
-     * Required. Size of each bucket (except for minimum and maximum buckets). So if
-     * `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
+     * Required. Size of each bucket (except for minimum and maximum buckets). So
+     * if `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
      * following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60,
      * 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.
      * 
diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FixedSizeBucketingConfigOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FixedSizeBucketingConfigOrBuilder.java index 66c0fc14..01024f7c 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FixedSizeBucketingConfigOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/FixedSizeBucketingConfigOrBuilder.java @@ -27,9 +27,9 @@ public interface FixedSizeBucketingConfigOrBuilder * * *
-   * Required. Lower bound value of buckets. All values less than `lower_bound` are
-   * grouped together into a single bucket; for example if `lower_bound` = 10,
-   * then all values less than 10 are replaced with the value “-10”.
+   * Required. Lower bound value of buckets. All values less than `lower_bound`
+   * are grouped together into a single bucket; for example if `lower_bound` =
+   * 10, then all values less than 10 are replaced with the value “-10”.
    * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -42,9 +42,9 @@ public interface FixedSizeBucketingConfigOrBuilder * * *
-   * Required. Lower bound value of buckets. All values less than `lower_bound` are
-   * grouped together into a single bucket; for example if `lower_bound` = 10,
-   * then all values less than 10 are replaced with the value “-10”.
+   * Required. Lower bound value of buckets. All values less than `lower_bound`
+   * are grouped together into a single bucket; for example if `lower_bound` =
+   * 10, then all values less than 10 are replaced with the value “-10”.
    * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -57,9 +57,9 @@ public interface FixedSizeBucketingConfigOrBuilder * * *
-   * Required. Lower bound value of buckets. All values less than `lower_bound` are
-   * grouped together into a single bucket; for example if `lower_bound` = 10,
-   * then all values less than 10 are replaced with the value “-10”.
+   * Required. Lower bound value of buckets. All values less than `lower_bound`
+   * are grouped together into a single bucket; for example if `lower_bound` =
+   * 10, then all values less than 10 are replaced with the value “-10”.
    * 
* * .google.privacy.dlp.v2.Value lower_bound = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -71,9 +71,9 @@ public interface FixedSizeBucketingConfigOrBuilder * * *
-   * Required. Upper bound value of buckets. All values greater than upper_bound are
-   * grouped together into a single bucket; for example if `upper_bound` = 89,
-   * then all values greater than 89 are replaced with the value “89+”.
+   * Required. Upper bound value of buckets. All values greater than upper_bound
+   * are grouped together into a single bucket; for example if `upper_bound` =
+   * 89, then all values greater than 89 are replaced with the value “89+”.
    * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -86,9 +86,9 @@ public interface FixedSizeBucketingConfigOrBuilder * * *
-   * Required. Upper bound value of buckets. All values greater than upper_bound are
-   * grouped together into a single bucket; for example if `upper_bound` = 89,
-   * then all values greater than 89 are replaced with the value “89+”.
+   * Required. Upper bound value of buckets. All values greater than upper_bound
+   * are grouped together into a single bucket; for example if `upper_bound` =
+   * 89, then all values greater than 89 are replaced with the value “89+”.
    * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -101,9 +101,9 @@ public interface FixedSizeBucketingConfigOrBuilder * * *
-   * Required. Upper bound value of buckets. All values greater than upper_bound are
-   * grouped together into a single bucket; for example if `upper_bound` = 89,
-   * then all values greater than 89 are replaced with the value “89+”.
+   * Required. Upper bound value of buckets. All values greater than upper_bound
+   * are grouped together into a single bucket; for example if `upper_bound` =
+   * 89, then all values greater than 89 are replaced with the value “89+”.
    * 
* * .google.privacy.dlp.v2.Value upper_bound = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -115,8 +115,8 @@ public interface FixedSizeBucketingConfigOrBuilder * * *
-   * Required. Size of each bucket (except for minimum and maximum buckets). So if
-   * `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
+   * Required. Size of each bucket (except for minimum and maximum buckets). So
+   * if `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
    * following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60,
    * 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.
    * 
diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetDeidentifyTemplateRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetDeidentifyTemplateRequest.java index 19af5d62..d91d618b 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetDeidentifyTemplateRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetDeidentifyTemplateRequest.java @@ -117,9 +117,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Resource name of the organization and deidentify template to be read, for
-   * example `organizations/433245324/deidentifyTemplates/432452342` or
-   * projects/project-id/deidentifyTemplates/432452342.
+   * Required. Resource name of the organization and deidentify template to be
+   * read, for example `organizations/433245324/deidentifyTemplates/432452342`
+   * or projects/project-id/deidentifyTemplates/432452342.
    * 
* * @@ -143,9 +143,9 @@ public java.lang.String getName() { * * *
-   * Required. Resource name of the organization and deidentify template to be read, for
-   * example `organizations/433245324/deidentifyTemplates/432452342` or
-   * projects/project-id/deidentifyTemplates/432452342.
+   * Required. Resource name of the organization and deidentify template to be
+   * read, for example `organizations/433245324/deidentifyTemplates/432452342`
+   * or projects/project-id/deidentifyTemplates/432452342.
    * 
* * @@ -490,9 +490,9 @@ public Builder mergeFrom( * * *
-     * Required. Resource name of the organization and deidentify template to be read, for
-     * example `organizations/433245324/deidentifyTemplates/432452342` or
-     * projects/project-id/deidentifyTemplates/432452342.
+     * Required. Resource name of the organization and deidentify template to be
+     * read, for example `organizations/433245324/deidentifyTemplates/432452342`
+     * or projects/project-id/deidentifyTemplates/432452342.
      * 
* * @@ -516,9 +516,9 @@ public java.lang.String getName() { * * *
-     * Required. Resource name of the organization and deidentify template to be read, for
-     * example `organizations/433245324/deidentifyTemplates/432452342` or
-     * projects/project-id/deidentifyTemplates/432452342.
+     * Required. Resource name of the organization and deidentify template to be
+     * read, for example `organizations/433245324/deidentifyTemplates/432452342`
+     * or projects/project-id/deidentifyTemplates/432452342.
      * 
* * @@ -542,9 +542,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. Resource name of the organization and deidentify template to be read, for
-     * example `organizations/433245324/deidentifyTemplates/432452342` or
-     * projects/project-id/deidentifyTemplates/432452342.
+     * Required. Resource name of the organization and deidentify template to be
+     * read, for example `organizations/433245324/deidentifyTemplates/432452342`
+     * or projects/project-id/deidentifyTemplates/432452342.
      * 
* * @@ -567,9 +567,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. Resource name of the organization and deidentify template to be read, for
-     * example `organizations/433245324/deidentifyTemplates/432452342` or
-     * projects/project-id/deidentifyTemplates/432452342.
+     * Required. Resource name of the organization and deidentify template to be
+     * read, for example `organizations/433245324/deidentifyTemplates/432452342`
+     * or projects/project-id/deidentifyTemplates/432452342.
      * 
* * @@ -588,9 +588,9 @@ public Builder clearName() { * * *
-     * Required. Resource name of the organization and deidentify template to be read, for
-     * example `organizations/433245324/deidentifyTemplates/432452342` or
-     * projects/project-id/deidentifyTemplates/432452342.
+     * Required. Resource name of the organization and deidentify template to be
+     * read, for example `organizations/433245324/deidentifyTemplates/432452342`
+     * or projects/project-id/deidentifyTemplates/432452342.
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetDeidentifyTemplateRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetDeidentifyTemplateRequestOrBuilder.java index d2fe67a9..1b7aa70c 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetDeidentifyTemplateRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetDeidentifyTemplateRequestOrBuilder.java @@ -27,9 +27,9 @@ public interface GetDeidentifyTemplateRequestOrBuilder * * *
-   * Required. Resource name of the organization and deidentify template to be read, for
-   * example `organizations/433245324/deidentifyTemplates/432452342` or
-   * projects/project-id/deidentifyTemplates/432452342.
+   * Required. Resource name of the organization and deidentify template to be
+   * read, for example `organizations/433245324/deidentifyTemplates/432452342`
+   * or projects/project-id/deidentifyTemplates/432452342.
    * 
* * @@ -43,9 +43,9 @@ public interface GetDeidentifyTemplateRequestOrBuilder * * *
-   * Required. Resource name of the organization and deidentify template to be read, for
-   * example `organizations/433245324/deidentifyTemplates/432452342` or
-   * projects/project-id/deidentifyTemplates/432452342.
+   * Required. Resource name of the organization and deidentify template to be
+   * read, for example `organizations/433245324/deidentifyTemplates/432452342`
+   * or projects/project-id/deidentifyTemplates/432452342.
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetInspectTemplateRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetInspectTemplateRequest.java index c1a8b62d..8113660c 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetInspectTemplateRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetInspectTemplateRequest.java @@ -117,8 +117,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Resource name of the organization and inspectTemplate to be read, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
+   * Required. Resource name of the organization and inspectTemplate to be read,
+   * for example `organizations/433245324/inspectTemplates/432452342` or
    * projects/project-id/inspectTemplates/432452342.
    * 
* @@ -143,8 +143,8 @@ public java.lang.String getName() { * * *
-   * Required. Resource name of the organization and inspectTemplate to be read, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
+   * Required. Resource name of the organization and inspectTemplate to be read,
+   * for example `organizations/433245324/inspectTemplates/432452342` or
    * projects/project-id/inspectTemplates/432452342.
    * 
* @@ -489,8 +489,8 @@ public Builder mergeFrom( * * *
-     * Required. Resource name of the organization and inspectTemplate to be read, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
+     * Required. Resource name of the organization and inspectTemplate to be read,
+     * for example `organizations/433245324/inspectTemplates/432452342` or
      * projects/project-id/inspectTemplates/432452342.
      * 
* @@ -515,8 +515,8 @@ public java.lang.String getName() { * * *
-     * Required. Resource name of the organization and inspectTemplate to be read, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
+     * Required. Resource name of the organization and inspectTemplate to be read,
+     * for example `organizations/433245324/inspectTemplates/432452342` or
      * projects/project-id/inspectTemplates/432452342.
      * 
* @@ -541,8 +541,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. Resource name of the organization and inspectTemplate to be read, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
+     * Required. Resource name of the organization and inspectTemplate to be read,
+     * for example `organizations/433245324/inspectTemplates/432452342` or
      * projects/project-id/inspectTemplates/432452342.
      * 
* @@ -566,8 +566,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. Resource name of the organization and inspectTemplate to be read, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
+     * Required. Resource name of the organization and inspectTemplate to be read,
+     * for example `organizations/433245324/inspectTemplates/432452342` or
      * projects/project-id/inspectTemplates/432452342.
      * 
* @@ -587,8 +587,8 @@ public Builder clearName() { * * *
-     * Required. Resource name of the organization and inspectTemplate to be read, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
+     * Required. Resource name of the organization and inspectTemplate to be read,
+     * for example `organizations/433245324/inspectTemplates/432452342` or
      * projects/project-id/inspectTemplates/432452342.
      * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetInspectTemplateRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetInspectTemplateRequestOrBuilder.java index f0a69421..b6e68e78 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetInspectTemplateRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetInspectTemplateRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface GetInspectTemplateRequestOrBuilder * * *
-   * Required. Resource name of the organization and inspectTemplate to be read, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
+   * Required. Resource name of the organization and inspectTemplate to be read,
+   * for example `organizations/433245324/inspectTemplates/432452342` or
    * projects/project-id/inspectTemplates/432452342.
    * 
* @@ -43,8 +43,8 @@ public interface GetInspectTemplateRequestOrBuilder * * *
-   * Required. Resource name of the organization and inspectTemplate to be read, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
+   * Required. Resource name of the organization and inspectTemplate to be read,
+   * for example `organizations/433245324/inspectTemplates/432452342` or
    * projects/project-id/inspectTemplates/432452342.
    * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetStoredInfoTypeRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetStoredInfoTypeRequest.java index 4353927b..60248ad8 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetStoredInfoTypeRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetStoredInfoTypeRequest.java @@ -117,8 +117,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Resource name of the organization and storedInfoType to be read, for
-   * example `organizations/433245324/storedInfoTypes/432452342` or
+   * Required. Resource name of the organization and storedInfoType to be read,
+   * for example `organizations/433245324/storedInfoTypes/432452342` or
    * projects/project-id/storedInfoTypes/432452342.
    * 
* @@ -143,8 +143,8 @@ public java.lang.String getName() { * * *
-   * Required. Resource name of the organization and storedInfoType to be read, for
-   * example `organizations/433245324/storedInfoTypes/432452342` or
+   * Required. Resource name of the organization and storedInfoType to be read,
+   * for example `organizations/433245324/storedInfoTypes/432452342` or
    * projects/project-id/storedInfoTypes/432452342.
    * 
* @@ -489,8 +489,8 @@ public Builder mergeFrom( * * *
-     * Required. Resource name of the organization and storedInfoType to be read, for
-     * example `organizations/433245324/storedInfoTypes/432452342` or
+     * Required. Resource name of the organization and storedInfoType to be read,
+     * for example `organizations/433245324/storedInfoTypes/432452342` or
      * projects/project-id/storedInfoTypes/432452342.
      * 
* @@ -515,8 +515,8 @@ public java.lang.String getName() { * * *
-     * Required. Resource name of the organization and storedInfoType to be read, for
-     * example `organizations/433245324/storedInfoTypes/432452342` or
+     * Required. Resource name of the organization and storedInfoType to be read,
+     * for example `organizations/433245324/storedInfoTypes/432452342` or
      * projects/project-id/storedInfoTypes/432452342.
      * 
* @@ -541,8 +541,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. Resource name of the organization and storedInfoType to be read, for
-     * example `organizations/433245324/storedInfoTypes/432452342` or
+     * Required. Resource name of the organization and storedInfoType to be read,
+     * for example `organizations/433245324/storedInfoTypes/432452342` or
      * projects/project-id/storedInfoTypes/432452342.
      * 
* @@ -566,8 +566,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. Resource name of the organization and storedInfoType to be read, for
-     * example `organizations/433245324/storedInfoTypes/432452342` or
+     * Required. Resource name of the organization and storedInfoType to be read,
+     * for example `organizations/433245324/storedInfoTypes/432452342` or
      * projects/project-id/storedInfoTypes/432452342.
      * 
* @@ -587,8 +587,8 @@ public Builder clearName() { * * *
-     * Required. Resource name of the organization and storedInfoType to be read, for
-     * example `organizations/433245324/storedInfoTypes/432452342` or
+     * Required. Resource name of the organization and storedInfoType to be read,
+     * for example `organizations/433245324/storedInfoTypes/432452342` or
      * projects/project-id/storedInfoTypes/432452342.
      * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetStoredInfoTypeRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetStoredInfoTypeRequestOrBuilder.java index 42cbf504..9b4cdad7 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetStoredInfoTypeRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/GetStoredInfoTypeRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface GetStoredInfoTypeRequestOrBuilder * * *
-   * Required. Resource name of the organization and storedInfoType to be read, for
-   * example `organizations/433245324/storedInfoTypes/432452342` or
+   * Required. Resource name of the organization and storedInfoType to be read,
+   * for example `organizations/433245324/storedInfoTypes/432452342` or
    * projects/project-id/storedInfoTypes/432452342.
    * 
* @@ -43,8 +43,8 @@ public interface GetStoredInfoTypeRequestOrBuilder * * *
-   * Required. Resource name of the organization and storedInfoType to be read, for
-   * example `organizations/433245324/storedInfoTypes/432452342` or
+   * Required. Resource name of the organization and storedInfoType to be read,
+   * for example `organizations/433245324/storedInfoTypes/432452342` or
    * projects/project-id/storedInfoTypes/432452342.
    * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectDlpJobRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectDlpJobRequest.java index c10af262..4e64bf66 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectDlpJobRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectDlpJobRequest.java @@ -133,8 +133,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Resource name of the job to execute a hybrid inspect on, for example
-   * `projects/dlp-test-project/dlpJob/53234423`.
+   * Required. Resource name of the job to execute a hybrid inspect on, for
+   * example `projects/dlp-test-project/dlpJob/53234423`.
    * 
* * @@ -158,8 +158,8 @@ public java.lang.String getName() { * * *
-   * Required. Resource name of the job to execute a hybrid inspect on, for example
-   * `projects/dlp-test-project/dlpJob/53234423`.
+   * Required. Resource name of the job to execute a hybrid inspect on, for
+   * example `projects/dlp-test-project/dlpJob/53234423`.
    * 
* * @@ -576,8 +576,8 @@ public Builder mergeFrom( * * *
-     * Required. Resource name of the job to execute a hybrid inspect on, for example
-     * `projects/dlp-test-project/dlpJob/53234423`.
+     * Required. Resource name of the job to execute a hybrid inspect on, for
+     * example `projects/dlp-test-project/dlpJob/53234423`.
      * 
* * @@ -601,8 +601,8 @@ public java.lang.String getName() { * * *
-     * Required. Resource name of the job to execute a hybrid inspect on, for example
-     * `projects/dlp-test-project/dlpJob/53234423`.
+     * Required. Resource name of the job to execute a hybrid inspect on, for
+     * example `projects/dlp-test-project/dlpJob/53234423`.
      * 
* * @@ -626,8 +626,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. Resource name of the job to execute a hybrid inspect on, for example
-     * `projects/dlp-test-project/dlpJob/53234423`.
+     * Required. Resource name of the job to execute a hybrid inspect on, for
+     * example `projects/dlp-test-project/dlpJob/53234423`.
      * 
* * @@ -650,8 +650,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. Resource name of the job to execute a hybrid inspect on, for example
-     * `projects/dlp-test-project/dlpJob/53234423`.
+     * Required. Resource name of the job to execute a hybrid inspect on, for
+     * example `projects/dlp-test-project/dlpJob/53234423`.
      * 
* * @@ -670,8 +670,8 @@ public Builder clearName() { * * *
-     * Required. Resource name of the job to execute a hybrid inspect on, for example
-     * `projects/dlp-test-project/dlpJob/53234423`.
+     * Required. Resource name of the job to execute a hybrid inspect on, for
+     * example `projects/dlp-test-project/dlpJob/53234423`.
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectDlpJobRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectDlpJobRequestOrBuilder.java index b6bab6b4..e6f39f79 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectDlpJobRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectDlpJobRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface HybridInspectDlpJobRequestOrBuilder * * *
-   * Required. Resource name of the job to execute a hybrid inspect on, for example
-   * `projects/dlp-test-project/dlpJob/53234423`.
+   * Required. Resource name of the job to execute a hybrid inspect on, for
+   * example `projects/dlp-test-project/dlpJob/53234423`.
    * 
* * @@ -42,8 +42,8 @@ public interface HybridInspectDlpJobRequestOrBuilder * * *
-   * Required. Resource name of the job to execute a hybrid inspect on, for example
-   * `projects/dlp-test-project/dlpJob/53234423`.
+   * Required. Resource name of the job to execute a hybrid inspect on, for
+   * example `projects/dlp-test-project/dlpJob/53234423`.
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectJobTriggerRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectJobTriggerRequest.java index 782b7a1a..6c1ea46d 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectJobTriggerRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectJobTriggerRequest.java @@ -134,8 +134,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Resource name of the trigger to execute a hybrid inspect on, for example
-   * `projects/dlp-test-project/jobTriggers/53234423`.
+   * Required. Resource name of the trigger to execute a hybrid inspect on, for
+   * example `projects/dlp-test-project/jobTriggers/53234423`.
    * 
* * @@ -159,8 +159,8 @@ public java.lang.String getName() { * * *
-   * Required. Resource name of the trigger to execute a hybrid inspect on, for example
-   * `projects/dlp-test-project/jobTriggers/53234423`.
+   * Required. Resource name of the trigger to execute a hybrid inspect on, for
+   * example `projects/dlp-test-project/jobTriggers/53234423`.
    * 
* * @@ -578,8 +578,8 @@ public Builder mergeFrom( * * *
-     * Required. Resource name of the trigger to execute a hybrid inspect on, for example
-     * `projects/dlp-test-project/jobTriggers/53234423`.
+     * Required. Resource name of the trigger to execute a hybrid inspect on, for
+     * example `projects/dlp-test-project/jobTriggers/53234423`.
      * 
* * @@ -603,8 +603,8 @@ public java.lang.String getName() { * * *
-     * Required. Resource name of the trigger to execute a hybrid inspect on, for example
-     * `projects/dlp-test-project/jobTriggers/53234423`.
+     * Required. Resource name of the trigger to execute a hybrid inspect on, for
+     * example `projects/dlp-test-project/jobTriggers/53234423`.
      * 
* * @@ -628,8 +628,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. Resource name of the trigger to execute a hybrid inspect on, for example
-     * `projects/dlp-test-project/jobTriggers/53234423`.
+     * Required. Resource name of the trigger to execute a hybrid inspect on, for
+     * example `projects/dlp-test-project/jobTriggers/53234423`.
      * 
* * @@ -652,8 +652,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. Resource name of the trigger to execute a hybrid inspect on, for example
-     * `projects/dlp-test-project/jobTriggers/53234423`.
+     * Required. Resource name of the trigger to execute a hybrid inspect on, for
+     * example `projects/dlp-test-project/jobTriggers/53234423`.
      * 
* * @@ -672,8 +672,8 @@ public Builder clearName() { * * *
-     * Required. Resource name of the trigger to execute a hybrid inspect on, for example
-     * `projects/dlp-test-project/jobTriggers/53234423`.
+     * Required. Resource name of the trigger to execute a hybrid inspect on, for
+     * example `projects/dlp-test-project/jobTriggers/53234423`.
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectJobTriggerRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectJobTriggerRequestOrBuilder.java index 93e2f12d..94363c8a 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectJobTriggerRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectJobTriggerRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface HybridInspectJobTriggerRequestOrBuilder * * *
-   * Required. Resource name of the trigger to execute a hybrid inspect on, for example
-   * `projects/dlp-test-project/jobTriggers/53234423`.
+   * Required. Resource name of the trigger to execute a hybrid inspect on, for
+   * example `projects/dlp-test-project/jobTriggers/53234423`.
    * 
* * @@ -42,8 +42,8 @@ public interface HybridInspectJobTriggerRequestOrBuilder * * *
-   * Required. Resource name of the trigger to execute a hybrid inspect on, for example
-   * `projects/dlp-test-project/jobTriggers/53234423`.
+   * Required. Resource name of the trigger to execute a hybrid inspect on, for
+   * example `projects/dlp-test-project/jobTriggers/53234423`.
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectStatistics.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectStatistics.java index 23455ef1..ed8ecde7 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectStatistics.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridInspectStatistics.java @@ -22,7 +22,7 @@ * * *
- * Statistics related to processing hybrid inspect requests.
+ * Statistics related to processing hybrid inspect requests.s
  * 
* * Protobuf type {@code google.privacy.dlp.v2.HybridInspectStatistics} @@ -354,7 +354,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Statistics related to processing hybrid inspect requests.
+   * Statistics related to processing hybrid inspect requests.s
    * 
* * Protobuf type {@code google.privacy.dlp.v2.HybridInspectStatistics} 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 23ab6786..20540ac5 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 @@ -165,7 +165,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -187,7 +188,8 @@ public java.lang.String getParent() { * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -358,10 +360,7 @@ public com.google.protobuf.ByteString getInspectTemplateNameBytes() { * * *
-   * The geographic location to process content inspection. Reserved for future
-   * extensions.
-   * When inspecting images location is restricted to 'global', 'us', 'asia',
-   * and 'europe'.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -383,10 +382,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location to process content inspection. Reserved for future
-   * extensions.
-   * When inspecting images location is restricted to 'global', 'us', 'asia',
-   * and 'europe'.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -815,7 +811,8 @@ public Builder mergeFrom( * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -837,7 +834,8 @@ public java.lang.String getParent() { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -859,7 +857,8 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -880,7 +879,8 @@ public Builder setParent(java.lang.String value) { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -897,7 +897,8 @@ public Builder clearParent() { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1423,10 +1424,7 @@ public Builder setInspectTemplateNameBytes(com.google.protobuf.ByteString value) * * *
-     * The geographic location to process content inspection. Reserved for future
-     * extensions.
-     * When inspecting images location is restricted to 'global', 'us', 'asia',
-     * and 'europe'.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1448,10 +1446,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location to process content inspection. Reserved for future
-     * extensions.
-     * When inspecting images location is restricted to 'global', 'us', 'asia',
-     * and 'europe'.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1473,10 +1468,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location to process content inspection. Reserved for future
-     * extensions.
-     * When inspecting images location is restricted to 'global', 'us', 'asia',
-     * and 'europe'.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1497,10 +1489,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location to process content inspection. Reserved for future
-     * extensions.
-     * When inspecting images location is restricted to 'global', 'us', 'asia',
-     * and 'europe'.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1517,10 +1506,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location to process content inspection. Reserved for future
-     * extensions.
-     * When inspecting images location is restricted to 'global', 'us', 'asia',
-     * and 'europe'.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; 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 97477214..87afbd63 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 @@ -27,7 +27,8 @@ public interface InspectContentRequestOrBuilder * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -39,7 +40,8 @@ public interface InspectContentRequestOrBuilder * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -158,10 +160,7 @@ public interface InspectContentRequestOrBuilder * * *
-   * The geographic location to process content inspection. Reserved for future
-   * extensions.
-   * When inspecting images location is restricted to 'global', 'us', 'asia',
-   * and 'europe'.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -173,10 +172,7 @@ public interface InspectContentRequestOrBuilder * * *
-   * The geographic location to process content inspection. Reserved for future
-   * extensions.
-   * When inspecting images location is restricted to 'global', 'us', 'asia',
-   * and 'europe'.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; 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 93736d08..fc46f3d4 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,7 +148,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -173,7 +173,7 @@ public java.lang.String getParent() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -332,8 +332,7 @@ public com.google.protobuf.ByteString getOrderByBytes() { * * *
-   * The geographic location where deidentifications templates will be retrieved
-   * from. Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -355,8 +354,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location where deidentifications templates will be retrieved
-   * from. Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -763,7 +761,7 @@ public Builder mergeFrom( * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -788,7 +786,7 @@ public java.lang.String getParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -813,7 +811,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -837,7 +835,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -857,7 +855,7 @@ public Builder clearParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -1199,8 +1197,7 @@ public Builder setOrderByBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location where deidentifications templates will be retrieved
-     * from. Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1222,8 +1219,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location where deidentifications templates will be retrieved
-     * from. Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1245,8 +1241,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location where deidentifications templates will be retrieved
-     * from. Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1267,8 +1262,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location where deidentifications templates will be retrieved
-     * from. Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1285,8 +1279,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location where deidentifications templates will be retrieved
-     * from. Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; 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 6377e867..25a1aa2e 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,7 +28,7 @@ public interface ListDeidentifyTemplatesRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -43,7 +43,7 @@ public interface ListDeidentifyTemplatesRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -142,8 +142,7 @@ public interface ListDeidentifyTemplatesRequestOrBuilder * * *
-   * The geographic location where deidentifications templates will be retrieved
-   * from. Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -155,8 +154,7 @@ public interface ListDeidentifyTemplatesRequestOrBuilder * * *
-   * The geographic location where deidentifications templates will be retrieved
-   * from. Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; 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 b2a1228b..c76b671e 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 @@ -162,7 +162,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -186,7 +187,8 @@ public java.lang.String getParent() { * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -467,8 +469,7 @@ public com.google.protobuf.ByteString getOrderByBytes() { * * *
-   * The geographic location where jobs will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -490,8 +491,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location where jobs will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -925,7 +925,8 @@ public Builder mergeFrom( * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -949,7 +950,8 @@ public java.lang.String getParent() { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -973,7 +975,8 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -996,7 +999,8 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -1015,7 +1019,8 @@ public Builder clearParent() { * * *
-     * Required. The parent resource name, for example projects/my-project-id.
+     * Required. The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -1653,8 +1658,7 @@ public Builder setOrderByBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location where jobs will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -1676,8 +1680,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location where jobs will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -1699,8 +1702,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location where jobs will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -1721,8 +1723,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location where jobs will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -1739,8 +1740,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location where jobs will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; 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 f8ee0b4c..342fec7f 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 @@ -27,7 +27,8 @@ public interface ListDlpJobsRequestOrBuilder * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -41,7 +42,8 @@ public interface ListDlpJobsRequestOrBuilder * * *
-   * Required. The parent resource name, for example projects/my-project-id.
+   * Required. The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -231,8 +233,7 @@ public interface ListDlpJobsRequestOrBuilder * * *
-   * The geographic location where jobs will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -244,8 +245,7 @@ public interface ListDlpJobsRequestOrBuilder * * *
-   * The geographic location where jobs will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; 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 37ccb824..7f009bee 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 @@ -38,6 +38,7 @@ private ListInfoTypesRequest(com.google.protobuf.GeneratedMessageV3.Builder b } private ListInfoTypesRequest() { + parent_ = ""; languageCode_ = ""; filter_ = ""; locationId_ = ""; @@ -93,6 +94,13 @@ private ListInfoTypesRequest( locationId_ = s; break; } + case 34: + { + java.lang.String s = input.readStringRequireUtf8(); + + parent_ = s; + break; + } default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { @@ -127,6 +135,53 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { com.google.privacy.dlp.v2.ListInfoTypesRequest.Builder.class); } + public static final int PARENT_FIELD_NUMBER = 4; + private volatile java.lang.Object parent_; + /** + * + * + *
+   * The parent resource name, for example locations/{location_id}
+   * 
+ * + * string parent = 4; + * + * @return The parent. + */ + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } + } + /** + * + * + *
+   * The parent resource name, for example locations/{location_id}
+   * 
+ * + * string parent = 4; + * + * @return The bytes for parent. + */ + public com.google.protobuf.ByteString getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + public static final int LANGUAGE_CODE_FIELD_NUMBER = 1; private volatile java.lang.Object languageCode_; /** @@ -233,8 +288,7 @@ public com.google.protobuf.ByteString getFilterBytes() { * * *
-   * The geographic location to list info types. Reserved for future
-   * extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 3; @@ -256,8 +310,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location to list info types. Reserved for future
-   * extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 3; @@ -299,6 +352,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (!getLocationIdBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, locationId_); } + if (!getParentBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 4, parent_); + } unknownFields.writeTo(output); } @@ -317,6 +373,9 @@ public int getSerializedSize() { if (!getLocationIdBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, locationId_); } + if (!getParentBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, parent_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -333,6 +392,7 @@ public boolean equals(final java.lang.Object obj) { com.google.privacy.dlp.v2.ListInfoTypesRequest other = (com.google.privacy.dlp.v2.ListInfoTypesRequest) obj; + if (!getParent().equals(other.getParent())) return false; if (!getLanguageCode().equals(other.getLanguageCode())) return false; if (!getFilter().equals(other.getFilter())) return false; if (!getLocationId().equals(other.getLocationId())) return false; @@ -347,6 +407,8 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + PARENT_FIELD_NUMBER; + hash = (53 * hash) + getParent().hashCode(); hash = (37 * hash) + LANGUAGE_CODE_FIELD_NUMBER; hash = (53 * hash) + getLanguageCode().hashCode(); hash = (37 * hash) + FILTER_FIELD_NUMBER; @@ -498,6 +560,8 @@ private void maybeForceBuilderInitialization() { @java.lang.Override public Builder clear() { super.clear(); + parent_ = ""; + languageCode_ = ""; filter_ = ""; @@ -531,6 +595,7 @@ public com.google.privacy.dlp.v2.ListInfoTypesRequest build() { public com.google.privacy.dlp.v2.ListInfoTypesRequest buildPartial() { com.google.privacy.dlp.v2.ListInfoTypesRequest result = new com.google.privacy.dlp.v2.ListInfoTypesRequest(this); + result.parent_ = parent_; result.languageCode_ = languageCode_; result.filter_ = filter_; result.locationId_ = locationId_; @@ -583,6 +648,10 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.privacy.dlp.v2.ListInfoTypesRequest other) { if (other == com.google.privacy.dlp.v2.ListInfoTypesRequest.getDefaultInstance()) return this; + if (!other.getParent().isEmpty()) { + parent_ = other.parent_; + onChanged(); + } if (!other.getLanguageCode().isEmpty()) { languageCode_ = other.languageCode_; onChanged(); @@ -624,6 +693,112 @@ public Builder mergeFrom( return this; } + private java.lang.Object parent_ = ""; + /** + * + * + *
+     * The parent resource name, for example locations/{location_id}
+     * 
+ * + * string parent = 4; + * + * @return The parent. + */ + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * + * + *
+     * The parent resource name, for example locations/{location_id}
+     * 
+ * + * string parent = 4; + * + * @return The bytes for parent. + */ + public com.google.protobuf.ByteString getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * + * + *
+     * The parent resource name, for example locations/{location_id}
+     * 
+ * + * string parent = 4; + * + * @param value The parent to set. + * @return This builder for chaining. + */ + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + parent_ = value; + onChanged(); + return this; + } + /** + * + * + *
+     * The parent resource name, for example locations/{location_id}
+     * 
+ * + * string parent = 4; + * + * @return This builder for chaining. + */ + public Builder clearParent() { + + parent_ = getDefaultInstance().getParent(); + onChanged(); + return this; + } + /** + * + * + *
+     * The parent resource name, for example locations/{location_id}
+     * 
+ * + * string parent = 4; + * + * @param value The bytes for parent to set. + * @return This builder for chaining. + */ + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + parent_ = value; + onChanged(); + return this; + } + private java.lang.Object languageCode_ = ""; /** * @@ -856,8 +1031,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location to list info types. Reserved for future
-     * extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 3; @@ -879,8 +1053,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location to list info types. Reserved for future
-     * extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 3; @@ -902,8 +1075,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location to list info types. Reserved for future
-     * extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 3; @@ -924,8 +1096,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location to list info types. Reserved for future
-     * extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 3; @@ -942,8 +1113,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location to list info types. Reserved for future
-     * extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 3; 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 07ee9ad1..5f5d7a42 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 @@ -23,6 +23,31 @@ public interface ListInfoTypesRequestOrBuilder // @@protoc_insertion_point(interface_extends:google.privacy.dlp.v2.ListInfoTypesRequest) com.google.protobuf.MessageOrBuilder { + /** + * + * + *
+   * The parent resource name, for example locations/{location_id}
+   * 
+ * + * string parent = 4; + * + * @return The parent. + */ + java.lang.String getParent(); + /** + * + * + *
+   * The parent resource name, for example locations/{location_id}
+   * 
+ * + * string parent = 4; + * + * @return The bytes for parent. + */ + com.google.protobuf.ByteString getParentBytes(); + /** * * @@ -83,8 +108,7 @@ public interface ListInfoTypesRequestOrBuilder * * *
-   * The geographic location to list info types. Reserved for future
-   * extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 3; @@ -96,8 +120,7 @@ public interface ListInfoTypesRequestOrBuilder * * *
-   * The geographic location to list info types. Reserved for future
-   * extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 3; 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 94372cd0..32a3abc7 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,7 +147,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -172,7 +172,7 @@ public java.lang.String getParent() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -331,8 +331,7 @@ public com.google.protobuf.ByteString getOrderByBytes() { * * *
-   * The geographic location where inspection templates will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -354,8 +353,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location where inspection templates will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -762,7 +760,7 @@ public Builder mergeFrom( * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -787,7 +785,7 @@ public java.lang.String getParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -812,7 +810,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -836,7 +834,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -856,7 +854,7 @@ public Builder clearParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -1198,8 +1196,7 @@ public Builder setOrderByBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location where inspection templates will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1221,8 +1218,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location where inspection templates will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1244,8 +1240,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location where inspection templates will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1266,8 +1261,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location where inspection templates will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1284,8 +1278,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location where inspection templates will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; 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 9d0b9269..b9419e9a 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,7 +28,7 @@ public interface ListInspectTemplatesRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -43,7 +43,7 @@ public interface ListInspectTemplatesRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -142,8 +142,7 @@ public interface ListInspectTemplatesRequestOrBuilder * * *
-   * The geographic location where inspection templates will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -155,8 +154,7 @@ public interface ListInspectTemplatesRequestOrBuilder * * *
-   * The geographic location where inspection templates will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; 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 65bf91de..6d3206f8 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 @@ -154,7 +154,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The parent resource name, for example `projects/my-project-id`.
+   * Required. The parent resource name, for example `projects/my-project-id`
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -178,7 +179,8 @@ public java.lang.String getParent() { * * *
-   * Required. The parent resource name, for example `projects/my-project-id`.
+   * Required. The parent resource name, for example `projects/my-project-id`
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -425,8 +427,7 @@ public com.google.protobuf.ByteString getFilterBytes() { * * *
-   * The geographic location where job triggers will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -448,8 +449,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location where job triggers will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -869,7 +869,8 @@ public Builder mergeFrom( * * *
-     * Required. The parent resource name, for example `projects/my-project-id`.
+     * Required. The parent resource name, for example `projects/my-project-id`
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -893,7 +894,8 @@ public java.lang.String getParent() { * * *
-     * Required. The parent resource name, for example `projects/my-project-id`.
+     * Required. The parent resource name, for example `projects/my-project-id`
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -917,7 +919,8 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The parent resource name, for example `projects/my-project-id`.
+     * Required. The parent resource name, for example `projects/my-project-id`
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -940,7 +943,8 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The parent resource name, for example `projects/my-project-id`.
+     * Required. The parent resource name, for example `projects/my-project-id`
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -959,7 +963,8 @@ public Builder clearParent() { * * *
-     * Required. The parent resource name, for example `projects/my-project-id`.
+     * Required. The parent resource name, for example `projects/my-project-id`
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -1509,8 +1514,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location where job triggers will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -1532,8 +1536,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location where job triggers will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -1555,8 +1558,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location where job triggers will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -1577,8 +1579,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location where job triggers will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -1595,8 +1596,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location where job triggers will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; 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 5a6837da..459f9c00 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 @@ -27,7 +27,8 @@ public interface ListJobTriggersRequestOrBuilder * * *
-   * Required. The parent resource name, for example `projects/my-project-id`.
+   * Required. The parent resource name, for example `projects/my-project-id`
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -41,7 +42,8 @@ public interface ListJobTriggersRequestOrBuilder * * *
-   * Required. The parent resource name, for example `projects/my-project-id`.
+   * Required. The parent resource name, for example `projects/my-project-id`
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -206,8 +208,7 @@ public interface ListJobTriggersRequestOrBuilder * * *
-   * The geographic location where job triggers will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -219,8 +220,7 @@ public interface ListJobTriggersRequestOrBuilder * * *
-   * The geographic location where job triggers will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; 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 86d9ffe0..a33f39fa 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,7 +147,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -172,7 +172,7 @@ public java.lang.String getParent() { * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -333,8 +333,7 @@ public com.google.protobuf.ByteString getOrderByBytes() { * * *
-   * The geographic location where stored infoTypes will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -356,8 +355,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location where stored infoTypes will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -763,7 +761,7 @@ public Builder mergeFrom( * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -788,7 +786,7 @@ public java.lang.String getParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -813,7 +811,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -837,7 +835,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -857,7 +855,7 @@ public Builder clearParent() { * *
      * Required. The parent resource name, for example projects/my-project-id or
-     * organizations/my-org-id.
+     * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
      * 
* * @@ -1204,8 +1202,7 @@ public Builder setOrderByBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location where stored infoTypes will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1227,8 +1224,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location where stored infoTypes will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1250,8 +1246,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location where stored infoTypes will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1272,8 +1267,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location where stored infoTypes will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; @@ -1290,8 +1284,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location where stored infoTypes will be retrieved from.
-     * Use `-` for all locations. Reserved for future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 5; 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 9bb12f4d..a224278e 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,7 +28,7 @@ public interface ListStoredInfoTypesRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -43,7 +43,7 @@ public interface ListStoredInfoTypesRequestOrBuilder * *
    * Required. The parent resource name, for example projects/my-project-id or
-   * organizations/my-org-id.
+   * organizations/my-org-id or projects/my-project-id/locations/{location_id}.
    * 
* * @@ -144,8 +144,7 @@ public interface ListStoredInfoTypesRequestOrBuilder * * *
-   * The geographic location where stored infoTypes will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; @@ -157,8 +156,7 @@ public interface ListStoredInfoTypesRequestOrBuilder * * *
-   * The geographic location where stored infoTypes will be retrieved from.
-   * Use `-` for all locations. Reserved for future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 5; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/PrivacyMetric.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/PrivacyMetric.java index f33ea53a..5b2349d1 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/PrivacyMetric.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/PrivacyMetric.java @@ -4693,8 +4693,8 @@ public interface KMapEstimationConfigOrBuilder * * *
-     * Required. Fields considered to be quasi-identifiers. No two columns can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two columns can
+     * have the same tag.
      * 
* * @@ -4707,8 +4707,8 @@ public interface KMapEstimationConfigOrBuilder * * *
-     * Required. Fields considered to be quasi-identifiers. No two columns can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two columns can
+     * have the same tag.
      * 
* * @@ -4720,8 +4720,8 @@ public interface KMapEstimationConfigOrBuilder * * *
-     * Required. Fields considered to be quasi-identifiers. No two columns can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two columns can
+     * have the same tag.
      * 
* * @@ -4733,8 +4733,8 @@ public interface KMapEstimationConfigOrBuilder * * *
-     * Required. Fields considered to be quasi-identifiers. No two columns can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two columns can
+     * have the same tag.
      * 
* * @@ -4749,8 +4749,8 @@ public interface KMapEstimationConfigOrBuilder * * *
-     * Required. Fields considered to be quasi-identifiers. No two columns can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two columns can
+     * have the same tag.
      * 
* * @@ -6979,8 +6979,8 @@ public interface AuxiliaryTableOrBuilder * * *
-       * Required. The relative frequency column must contain a floating-point number
-       * between 0 and 1 (inclusive). Null values are assumed to be zero.
+       * Required. The relative frequency column must contain a floating-point
+       * number between 0 and 1 (inclusive). Null values are assumed to be zero.
        * 
* * @@ -6994,8 +6994,8 @@ public interface AuxiliaryTableOrBuilder * * *
-       * Required. The relative frequency column must contain a floating-point number
-       * between 0 and 1 (inclusive). Null values are assumed to be zero.
+       * Required. The relative frequency column must contain a floating-point
+       * number between 0 and 1 (inclusive). Null values are assumed to be zero.
        * 
* * @@ -7009,8 +7009,8 @@ public interface AuxiliaryTableOrBuilder * * *
-       * Required. The relative frequency column must contain a floating-point number
-       * between 0 and 1 (inclusive). Null values are assumed to be zero.
+       * Required. The relative frequency column must contain a floating-point
+       * number between 0 and 1 (inclusive). Null values are assumed to be zero.
        * 
* * @@ -8339,8 +8339,8 @@ public int getQuasiIdsCount() { * * *
-       * Required. The relative frequency column must contain a floating-point number
-       * between 0 and 1 (inclusive). Null values are assumed to be zero.
+       * Required. The relative frequency column must contain a floating-point
+       * number between 0 and 1 (inclusive). Null values are assumed to be zero.
        * 
* * @@ -8356,8 +8356,8 @@ public boolean hasRelativeFrequency() { * * *
-       * Required. The relative frequency column must contain a floating-point number
-       * between 0 and 1 (inclusive). Null values are assumed to be zero.
+       * Required. The relative frequency column must contain a floating-point
+       * number between 0 and 1 (inclusive). Null values are assumed to be zero.
        * 
* * @@ -8375,8 +8375,8 @@ public com.google.privacy.dlp.v2.FieldId getRelativeFrequency() { * * *
-       * Required. The relative frequency column must contain a floating-point number
-       * between 0 and 1 (inclusive). Null values are assumed to be zero.
+       * Required. The relative frequency column must contain a floating-point
+       * number between 0 and 1 (inclusive). Null values are assumed to be zero.
        * 
* * @@ -9496,8 +9496,8 @@ public Builder removeQuasiIds(int index) { * * *
-         * Required. The relative frequency column must contain a floating-point number
-         * between 0 and 1 (inclusive). Null values are assumed to be zero.
+         * Required. The relative frequency column must contain a floating-point
+         * number between 0 and 1 (inclusive). Null values are assumed to be zero.
          * 
* * @@ -9513,8 +9513,8 @@ public boolean hasRelativeFrequency() { * * *
-         * Required. The relative frequency column must contain a floating-point number
-         * between 0 and 1 (inclusive). Null values are assumed to be zero.
+         * Required. The relative frequency column must contain a floating-point
+         * number between 0 and 1 (inclusive). Null values are assumed to be zero.
          * 
* * @@ -9536,8 +9536,8 @@ public com.google.privacy.dlp.v2.FieldId getRelativeFrequency() { * * *
-         * Required. The relative frequency column must contain a floating-point number
-         * between 0 and 1 (inclusive). Null values are assumed to be zero.
+         * Required. The relative frequency column must contain a floating-point
+         * number between 0 and 1 (inclusive). Null values are assumed to be zero.
          * 
* * @@ -9561,8 +9561,8 @@ public Builder setRelativeFrequency(com.google.privacy.dlp.v2.FieldId value) { * * *
-         * Required. The relative frequency column must contain a floating-point number
-         * between 0 and 1 (inclusive). Null values are assumed to be zero.
+         * Required. The relative frequency column must contain a floating-point
+         * number between 0 and 1 (inclusive). Null values are assumed to be zero.
          * 
* * @@ -9584,8 +9584,8 @@ public Builder setRelativeFrequency( * * *
-         * Required. The relative frequency column must contain a floating-point number
-         * between 0 and 1 (inclusive). Null values are assumed to be zero.
+         * Required. The relative frequency column must contain a floating-point
+         * number between 0 and 1 (inclusive). Null values are assumed to be zero.
          * 
* * @@ -9613,8 +9613,8 @@ public Builder mergeRelativeFrequency(com.google.privacy.dlp.v2.FieldId value) { * * *
-         * Required. The relative frequency column must contain a floating-point number
-         * between 0 and 1 (inclusive). Null values are assumed to be zero.
+         * Required. The relative frequency column must contain a floating-point
+         * number between 0 and 1 (inclusive). Null values are assumed to be zero.
          * 
* * @@ -9636,8 +9636,8 @@ public Builder clearRelativeFrequency() { * * *
-         * Required. The relative frequency column must contain a floating-point number
-         * between 0 and 1 (inclusive). Null values are assumed to be zero.
+         * Required. The relative frequency column must contain a floating-point
+         * number between 0 and 1 (inclusive). Null values are assumed to be zero.
          * 
* * @@ -9653,8 +9653,8 @@ public com.google.privacy.dlp.v2.FieldId.Builder getRelativeFrequencyBuilder() { * * *
-         * Required. The relative frequency column must contain a floating-point number
-         * between 0 and 1 (inclusive). Null values are assumed to be zero.
+         * Required. The relative frequency column must contain a floating-point
+         * number between 0 and 1 (inclusive). Null values are assumed to be zero.
          * 
* * @@ -9674,8 +9674,8 @@ public com.google.privacy.dlp.v2.FieldIdOrBuilder getRelativeFrequencyOrBuilder( * * *
-         * Required. The relative frequency column must contain a floating-point number
-         * between 0 and 1 (inclusive). Null values are assumed to be zero.
+         * Required. The relative frequency column must contain a floating-point
+         * number between 0 and 1 (inclusive). Null values are assumed to be zero.
          * 
* * @@ -9763,8 +9763,8 @@ public com.google.protobuf.Parser getParserForType() { * * *
-     * Required. Fields considered to be quasi-identifiers. No two columns can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two columns can
+     * have the same tag.
      * 
* * @@ -9779,8 +9779,8 @@ public com.google.protobuf.Parser getParserForType() { * * *
-     * Required. Fields considered to be quasi-identifiers. No two columns can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two columns can
+     * have the same tag.
      * 
* * @@ -9797,8 +9797,8 @@ public com.google.protobuf.Parser getParserForType() { * * *
-     * Required. Fields considered to be quasi-identifiers. No two columns can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two columns can
+     * have the same tag.
      * 
* * @@ -9812,8 +9812,8 @@ public int getQuasiIdsCount() { * * *
-     * Required. Fields considered to be quasi-identifiers. No two columns can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two columns can
+     * have the same tag.
      * 
* * @@ -9828,8 +9828,8 @@ public com.google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.TaggedField * * *
-     * Required. Fields considered to be quasi-identifiers. No two columns can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two columns can
+     * have the same tag.
      * 
* * @@ -10453,8 +10453,8 @@ private void ensureQuasiIdsIsMutable() { * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10474,8 +10474,8 @@ private void ensureQuasiIdsIsMutable() { * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10493,8 +10493,8 @@ public int getQuasiIdsCount() { * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10513,8 +10513,8 @@ public com.google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.TaggedField * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10540,8 +10540,8 @@ public Builder setQuasiIds( * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10565,8 +10565,8 @@ public Builder setQuasiIds( * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10591,8 +10591,8 @@ public Builder addQuasiIds( * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10618,8 +10618,8 @@ public Builder addQuasiIds( * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10642,8 +10642,8 @@ public Builder addQuasiIds( * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10667,8 +10667,8 @@ public Builder addQuasiIds( * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10693,8 +10693,8 @@ public Builder addAllQuasiIds( * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10715,8 +10715,8 @@ public Builder clearQuasiIds() { * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10737,8 +10737,8 @@ public Builder removeQuasiIds(int index) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10753,8 +10753,8 @@ public Builder removeQuasiIds(int index) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10773,8 +10773,8 @@ public Builder removeQuasiIds(int index) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10795,8 +10795,8 @@ public Builder removeQuasiIds(int index) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10814,8 +10814,8 @@ public Builder removeQuasiIds(int index) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -10834,8 +10834,8 @@ public Builder removeQuasiIds(int index) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two columns can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two columns can
+       * have the same tag.
        * 
* * @@ -11506,8 +11506,8 @@ public interface DeltaPresenceEstimationConfigOrBuilder * * *
-     * Required. Fields considered to be quasi-identifiers. No two fields can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two fields can
+     * have the same tag.
      * 
* * @@ -11519,8 +11519,8 @@ public interface DeltaPresenceEstimationConfigOrBuilder * * *
-     * Required. Fields considered to be quasi-identifiers. No two fields can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two fields can
+     * have the same tag.
      * 
* * @@ -11532,8 +11532,8 @@ public interface DeltaPresenceEstimationConfigOrBuilder * * *
-     * Required. Fields considered to be quasi-identifiers. No two fields can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two fields can
+     * have the same tag.
      * 
* * @@ -11545,8 +11545,8 @@ public interface DeltaPresenceEstimationConfigOrBuilder * * *
-     * Required. Fields considered to be quasi-identifiers. No two fields can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two fields can
+     * have the same tag.
      * 
* * @@ -11558,8 +11558,8 @@ public interface DeltaPresenceEstimationConfigOrBuilder * * *
-     * Required. Fields considered to be quasi-identifiers. No two fields can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two fields can
+     * have the same tag.
      * 
* * @@ -11795,8 +11795,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * Required. Fields considered to be quasi-identifiers. No two fields can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two fields can
+     * have the same tag.
      * 
* * @@ -11810,8 +11810,8 @@ public java.util.List getQuasiIdsList() { * * *
-     * Required. Fields considered to be quasi-identifiers. No two fields can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two fields can
+     * have the same tag.
      * 
* * @@ -11826,8 +11826,8 @@ public java.util.List getQuasiIdsList() { * * *
-     * Required. Fields considered to be quasi-identifiers. No two fields can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two fields can
+     * have the same tag.
      * 
* * @@ -11841,8 +11841,8 @@ public int getQuasiIdsCount() { * * *
-     * Required. Fields considered to be quasi-identifiers. No two fields can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two fields can
+     * have the same tag.
      * 
* * @@ -11856,8 +11856,8 @@ public com.google.privacy.dlp.v2.QuasiId getQuasiIds(int index) { * * *
-     * Required. Fields considered to be quasi-identifiers. No two fields can have the
-     * same tag.
+     * Required. Fields considered to be quasi-identifiers. No two fields can
+     * have the same tag.
      * 
* * @@ -12464,8 +12464,8 @@ private void ensureQuasiIdsIsMutable() { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12483,8 +12483,8 @@ public java.util.List getQuasiIdsList() { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12502,8 +12502,8 @@ public int getQuasiIdsCount() { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12521,8 +12521,8 @@ public com.google.privacy.dlp.v2.QuasiId getQuasiIds(int index) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12546,8 +12546,8 @@ public Builder setQuasiIds(int index, com.google.privacy.dlp.v2.QuasiId value) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12569,8 +12569,8 @@ public Builder setQuasiIds( * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12594,8 +12594,8 @@ public Builder addQuasiIds(com.google.privacy.dlp.v2.QuasiId value) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12619,8 +12619,8 @@ public Builder addQuasiIds(int index, com.google.privacy.dlp.v2.QuasiId value) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12641,8 +12641,8 @@ public Builder addQuasiIds(com.google.privacy.dlp.v2.QuasiId.Builder builderForV * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12664,8 +12664,8 @@ public Builder addQuasiIds( * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12687,8 +12687,8 @@ public Builder addAllQuasiIds( * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12709,8 +12709,8 @@ public Builder clearQuasiIds() { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12731,8 +12731,8 @@ public Builder removeQuasiIds(int index) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12746,8 +12746,8 @@ public com.google.privacy.dlp.v2.QuasiId.Builder getQuasiIdsBuilder(int index) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12765,8 +12765,8 @@ public com.google.privacy.dlp.v2.QuasiIdOrBuilder getQuasiIdsOrBuilder(int index * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12785,8 +12785,8 @@ public com.google.privacy.dlp.v2.QuasiIdOrBuilder getQuasiIdsOrBuilder(int index * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12801,8 +12801,8 @@ public com.google.privacy.dlp.v2.QuasiId.Builder addQuasiIdsBuilder() { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * @@ -12817,8 +12817,8 @@ public com.google.privacy.dlp.v2.QuasiId.Builder addQuasiIdsBuilder(int index) { * * *
-       * Required. Fields considered to be quasi-identifiers. No two fields can have the
-       * same tag.
+       * Required. Fields considered to be quasi-identifiers. No two fields can
+       * have the same tag.
        * 
* * 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 290e6c5b..bf94b5d9 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 @@ -1541,7 +1541,8 @@ public com.google.protobuf.Parser getParserForType() { * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1563,7 +1564,8 @@ public java.lang.String getParent() { * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -1588,9 +1590,7 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * The geographic location to process the request. Reserved for future
-   * extensions.
-   * Location is restricted to 'global', 'us', 'asia', and 'europe'.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 8; @@ -1612,9 +1612,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location to process the request. Reserved for future
-   * extensions.
-   * Location is restricted to 'global', 'us', 'asia', and 'europe'.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 8; @@ -2289,7 +2287,8 @@ public Builder mergeFrom( * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -2311,7 +2310,8 @@ public java.lang.String getParent() { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -2333,7 +2333,8 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -2354,7 +2355,8 @@ public Builder setParent(java.lang.String value) { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -2371,7 +2373,8 @@ public Builder clearParent() { * * *
-     * The parent resource name, for example projects/my-project-id.
+     * The parent resource name, for example projects/my-project-id
+     * or projects/my-project-id/locations/{location_id}.
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -2395,9 +2398,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * The geographic location to process the request. Reserved for future
-     * extensions.
-     * Location is restricted to 'global', 'us', 'asia', and 'europe'.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 8; @@ -2419,9 +2420,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location to process the request. Reserved for future
-     * extensions.
-     * Location is restricted to 'global', 'us', 'asia', and 'europe'.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 8; @@ -2443,9 +2442,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location to process the request. Reserved for future
-     * extensions.
-     * Location is restricted to 'global', 'us', 'asia', and 'europe'.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 8; @@ -2466,9 +2463,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location to process the request. Reserved for future
-     * extensions.
-     * Location is restricted to 'global', 'us', 'asia', and 'europe'.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 8; @@ -2485,9 +2480,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location to process the request. Reserved for future
-     * extensions.
-     * Location is restricted to 'global', 'us', 'asia', and 'europe'.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 8; 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 f928ac46..3966c15a 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,7 +27,8 @@ public interface RedactImageRequestOrBuilder * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -39,7 +40,8 @@ public interface RedactImageRequestOrBuilder * * *
-   * The parent resource name, for example projects/my-project-id.
+   * The parent resource name, for example projects/my-project-id
+   * or projects/my-project-id/locations/{location_id}.
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -52,9 +54,7 @@ public interface RedactImageRequestOrBuilder * * *
-   * The geographic location to process the request. Reserved for future
-   * extensions.
-   * Location is restricted to 'global', 'us', 'asia', and 'europe'.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 8; @@ -66,9 +66,7 @@ public interface RedactImageRequestOrBuilder * * *
-   * The geographic location to process the request. Reserved for future
-   * extensions.
-   * Location is restricted to 'global', 'us', 'asia', and 'europe'.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 8; 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 4338ad37..c0de82e2 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 @@ -509,8 +509,7 @@ public com.google.protobuf.ByteString getReidentifyTemplateNameBytes() { * * *
-   * The geographic location to process content reidentification.  Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -532,8 +531,7 @@ public java.lang.String getLocationId() { * * *
-   * The geographic location to process content reidentification.  Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -2005,8 +2003,7 @@ public Builder setReidentifyTemplateNameBytes(com.google.protobuf.ByteString val * * *
-     * The geographic location to process content reidentification.  Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -2028,8 +2025,7 @@ public java.lang.String getLocationId() { * * *
-     * The geographic location to process content reidentification.  Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -2051,8 +2047,7 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * The geographic location to process content reidentification.  Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -2073,8 +2068,7 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * The geographic location to process content reidentification.  Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; @@ -2091,8 +2085,7 @@ public Builder clearLocationId() { * * *
-     * The geographic location to process content reidentification.  Reserved for
-     * future extensions.
+     * Deprecated. This field has no effect.
      * 
* * string location_id = 7; 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 8b5ca3f1..9692ca76 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 @@ -253,8 +253,7 @@ public interface ReidentifyContentRequestOrBuilder * * *
-   * The geographic location to process content reidentification.  Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; @@ -266,8 +265,7 @@ public interface ReidentifyContentRequestOrBuilder * * *
-   * The geographic location to process content reidentification.  Reserved for
-   * future extensions.
+   * Deprecated. This field has no effect.
    * 
* * string location_id = 7; diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StatisticalTable.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StatisticalTable.java index 99fb4317..241c5528 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StatisticalTable.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StatisticalTable.java @@ -1271,8 +1271,8 @@ public com.google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierField getQuasiI * * *
-   * Required. The relative frequency column must contain a floating-point number
-   * between 0 and 1 (inclusive). Null values are assumed to be zero.
+   * Required. The relative frequency column must contain a floating-point
+   * number between 0 and 1 (inclusive). Null values are assumed to be zero.
    * 
* * @@ -1288,8 +1288,8 @@ public boolean hasRelativeFrequency() { * * *
-   * Required. The relative frequency column must contain a floating-point number
-   * between 0 and 1 (inclusive). Null values are assumed to be zero.
+   * Required. The relative frequency column must contain a floating-point
+   * number between 0 and 1 (inclusive). Null values are assumed to be zero.
    * 
* * @@ -1307,8 +1307,8 @@ public com.google.privacy.dlp.v2.FieldId getRelativeFrequency() { * * *
-   * Required. The relative frequency column must contain a floating-point number
-   * between 0 and 1 (inclusive). Null values are assumed to be zero.
+   * Required. The relative frequency column must contain a floating-point
+   * number between 0 and 1 (inclusive). Null values are assumed to be zero.
    * 
* * @@ -2356,8 +2356,8 @@ public Builder removeQuasiIds(int index) { * * *
-     * Required. The relative frequency column must contain a floating-point number
-     * between 0 and 1 (inclusive). Null values are assumed to be zero.
+     * Required. The relative frequency column must contain a floating-point
+     * number between 0 and 1 (inclusive). Null values are assumed to be zero.
      * 
* * @@ -2373,8 +2373,8 @@ public boolean hasRelativeFrequency() { * * *
-     * Required. The relative frequency column must contain a floating-point number
-     * between 0 and 1 (inclusive). Null values are assumed to be zero.
+     * Required. The relative frequency column must contain a floating-point
+     * number between 0 and 1 (inclusive). Null values are assumed to be zero.
      * 
* * @@ -2396,8 +2396,8 @@ public com.google.privacy.dlp.v2.FieldId getRelativeFrequency() { * * *
-     * Required. The relative frequency column must contain a floating-point number
-     * between 0 and 1 (inclusive). Null values are assumed to be zero.
+     * Required. The relative frequency column must contain a floating-point
+     * number between 0 and 1 (inclusive). Null values are assumed to be zero.
      * 
* * @@ -2421,8 +2421,8 @@ public Builder setRelativeFrequency(com.google.privacy.dlp.v2.FieldId value) { * * *
-     * Required. The relative frequency column must contain a floating-point number
-     * between 0 and 1 (inclusive). Null values are assumed to be zero.
+     * Required. The relative frequency column must contain a floating-point
+     * number between 0 and 1 (inclusive). Null values are assumed to be zero.
      * 
* * @@ -2443,8 +2443,8 @@ public Builder setRelativeFrequency(com.google.privacy.dlp.v2.FieldId.Builder bu * * *
-     * Required. The relative frequency column must contain a floating-point number
-     * between 0 and 1 (inclusive). Null values are assumed to be zero.
+     * Required. The relative frequency column must contain a floating-point
+     * number between 0 and 1 (inclusive). Null values are assumed to be zero.
      * 
* * @@ -2472,8 +2472,8 @@ public Builder mergeRelativeFrequency(com.google.privacy.dlp.v2.FieldId value) { * * *
-     * Required. The relative frequency column must contain a floating-point number
-     * between 0 and 1 (inclusive). Null values are assumed to be zero.
+     * Required. The relative frequency column must contain a floating-point
+     * number between 0 and 1 (inclusive). Null values are assumed to be zero.
      * 
* * @@ -2495,8 +2495,8 @@ public Builder clearRelativeFrequency() { * * *
-     * Required. The relative frequency column must contain a floating-point number
-     * between 0 and 1 (inclusive). Null values are assumed to be zero.
+     * Required. The relative frequency column must contain a floating-point
+     * number between 0 and 1 (inclusive). Null values are assumed to be zero.
      * 
* * @@ -2512,8 +2512,8 @@ public com.google.privacy.dlp.v2.FieldId.Builder getRelativeFrequencyBuilder() { * * *
-     * Required. The relative frequency column must contain a floating-point number
-     * between 0 and 1 (inclusive). Null values are assumed to be zero.
+     * Required. The relative frequency column must contain a floating-point
+     * number between 0 and 1 (inclusive). Null values are assumed to be zero.
      * 
* * @@ -2533,8 +2533,8 @@ public com.google.privacy.dlp.v2.FieldIdOrBuilder getRelativeFrequencyOrBuilder( * * *
-     * Required. The relative frequency column must contain a floating-point number
-     * between 0 and 1 (inclusive). Null values are assumed to be zero.
+     * Required. The relative frequency column must contain a floating-point
+     * number between 0 and 1 (inclusive). Null values are assumed to be zero.
      * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StatisticalTableOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StatisticalTableOrBuilder.java index 241449da..f38e3a00 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StatisticalTableOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StatisticalTableOrBuilder.java @@ -128,8 +128,8 @@ com.google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierFieldOrBuilder getQuas * * *
-   * Required. The relative frequency column must contain a floating-point number
-   * between 0 and 1 (inclusive). Null values are assumed to be zero.
+   * Required. The relative frequency column must contain a floating-point
+   * number between 0 and 1 (inclusive). Null values are assumed to be zero.
    * 
* * @@ -143,8 +143,8 @@ com.google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierFieldOrBuilder getQuas * * *
-   * Required. The relative frequency column must contain a floating-point number
-   * between 0 and 1 (inclusive). Null values are assumed to be zero.
+   * Required. The relative frequency column must contain a floating-point
+   * number between 0 and 1 (inclusive). Null values are assumed to be zero.
    * 
* * @@ -158,8 +158,8 @@ com.google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierFieldOrBuilder getQuas * * *
-   * Required. The relative frequency column must contain a floating-point number
-   * between 0 and 1 (inclusive). Null values are assumed to be zero.
+   * Required. The relative frequency column must contain a floating-point
+   * number between 0 and 1 (inclusive). Null values are assumed to be zero.
    * 
* * diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateDeidentifyTemplateRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateDeidentifyTemplateRequest.java index e47101f2..436877d5 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateDeidentifyTemplateRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateDeidentifyTemplateRequest.java @@ -149,8 +149,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Resource name of organization and deidentify template to be updated, for
-   * example `organizations/433245324/deidentifyTemplates/432452342` or
+   * Required. Resource name of organization and deidentify template to be
+   * updated, for example
+   * `organizations/433245324/deidentifyTemplates/432452342` or
    * projects/project-id/deidentifyTemplates/432452342.
    * 
* @@ -175,8 +176,9 @@ public java.lang.String getName() { * * *
-   * Required. Resource name of organization and deidentify template to be updated, for
-   * example `organizations/433245324/deidentifyTemplates/432452342` or
+   * Required. Resource name of organization and deidentify template to be
+   * updated, for example
+   * `organizations/433245324/deidentifyTemplates/432452342` or
    * projects/project-id/deidentifyTemplates/432452342.
    * 
* @@ -666,8 +668,9 @@ public Builder mergeFrom( * * *
-     * Required. Resource name of organization and deidentify template to be updated, for
-     * example `organizations/433245324/deidentifyTemplates/432452342` or
+     * Required. Resource name of organization and deidentify template to be
+     * updated, for example
+     * `organizations/433245324/deidentifyTemplates/432452342` or
      * projects/project-id/deidentifyTemplates/432452342.
      * 
* @@ -692,8 +695,9 @@ public java.lang.String getName() { * * *
-     * Required. Resource name of organization and deidentify template to be updated, for
-     * example `organizations/433245324/deidentifyTemplates/432452342` or
+     * Required. Resource name of organization and deidentify template to be
+     * updated, for example
+     * `organizations/433245324/deidentifyTemplates/432452342` or
      * projects/project-id/deidentifyTemplates/432452342.
      * 
* @@ -718,8 +722,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. Resource name of organization and deidentify template to be updated, for
-     * example `organizations/433245324/deidentifyTemplates/432452342` or
+     * Required. Resource name of organization and deidentify template to be
+     * updated, for example
+     * `organizations/433245324/deidentifyTemplates/432452342` or
      * projects/project-id/deidentifyTemplates/432452342.
      * 
* @@ -743,8 +748,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. Resource name of organization and deidentify template to be updated, for
-     * example `organizations/433245324/deidentifyTemplates/432452342` or
+     * Required. Resource name of organization and deidentify template to be
+     * updated, for example
+     * `organizations/433245324/deidentifyTemplates/432452342` or
      * projects/project-id/deidentifyTemplates/432452342.
      * 
* @@ -764,8 +770,9 @@ public Builder clearName() { * * *
-     * Required. Resource name of organization and deidentify template to be updated, for
-     * example `organizations/433245324/deidentifyTemplates/432452342` or
+     * Required. Resource name of organization and deidentify template to be
+     * updated, for example
+     * `organizations/433245324/deidentifyTemplates/432452342` or
      * projects/project-id/deidentifyTemplates/432452342.
      * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateDeidentifyTemplateRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateDeidentifyTemplateRequestOrBuilder.java index 4dd521b8..627e64d6 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateDeidentifyTemplateRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateDeidentifyTemplateRequestOrBuilder.java @@ -27,8 +27,9 @@ public interface UpdateDeidentifyTemplateRequestOrBuilder * * *
-   * Required. Resource name of organization and deidentify template to be updated, for
-   * example `organizations/433245324/deidentifyTemplates/432452342` or
+   * Required. Resource name of organization and deidentify template to be
+   * updated, for example
+   * `organizations/433245324/deidentifyTemplates/432452342` or
    * projects/project-id/deidentifyTemplates/432452342.
    * 
* @@ -43,8 +44,9 @@ public interface UpdateDeidentifyTemplateRequestOrBuilder * * *
-   * Required. Resource name of organization and deidentify template to be updated, for
-   * example `organizations/433245324/deidentifyTemplates/432452342` or
+   * Required. Resource name of organization and deidentify template to be
+   * updated, for example
+   * `organizations/433245324/deidentifyTemplates/432452342` or
    * projects/project-id/deidentifyTemplates/432452342.
    * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateInspectTemplateRequest.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateInspectTemplateRequest.java index 1903c9d2..795739b6 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateInspectTemplateRequest.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateInspectTemplateRequest.java @@ -148,8 +148,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Resource name of organization and inspectTemplate to be updated, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
+   * Required. Resource name of organization and inspectTemplate to be updated,
+   * for example `organizations/433245324/inspectTemplates/432452342` or
    * projects/project-id/inspectTemplates/432452342.
    * 
* @@ -174,8 +174,8 @@ public java.lang.String getName() { * * *
-   * Required. Resource name of organization and inspectTemplate to be updated, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
+   * Required. Resource name of organization and inspectTemplate to be updated,
+   * for example `organizations/433245324/inspectTemplates/432452342` or
    * projects/project-id/inspectTemplates/432452342.
    * 
* @@ -665,8 +665,8 @@ public Builder mergeFrom( * * *
-     * Required. Resource name of organization and inspectTemplate to be updated, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
+     * Required. Resource name of organization and inspectTemplate to be updated,
+     * for example `organizations/433245324/inspectTemplates/432452342` or
      * projects/project-id/inspectTemplates/432452342.
      * 
* @@ -691,8 +691,8 @@ public java.lang.String getName() { * * *
-     * Required. Resource name of organization and inspectTemplate to be updated, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
+     * Required. Resource name of organization and inspectTemplate to be updated,
+     * for example `organizations/433245324/inspectTemplates/432452342` or
      * projects/project-id/inspectTemplates/432452342.
      * 
* @@ -717,8 +717,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. Resource name of organization and inspectTemplate to be updated, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
+     * Required. Resource name of organization and inspectTemplate to be updated,
+     * for example `organizations/433245324/inspectTemplates/432452342` or
      * projects/project-id/inspectTemplates/432452342.
      * 
* @@ -742,8 +742,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. Resource name of organization and inspectTemplate to be updated, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
+     * Required. Resource name of organization and inspectTemplate to be updated,
+     * for example `organizations/433245324/inspectTemplates/432452342` or
      * projects/project-id/inspectTemplates/432452342.
      * 
* @@ -763,8 +763,8 @@ public Builder clearName() { * * *
-     * Required. Resource name of organization and inspectTemplate to be updated, for
-     * example `organizations/433245324/inspectTemplates/432452342` or
+     * Required. Resource name of organization and inspectTemplate to be updated,
+     * for example `organizations/433245324/inspectTemplates/432452342` or
      * projects/project-id/inspectTemplates/432452342.
      * 
* diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateInspectTemplateRequestOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateInspectTemplateRequestOrBuilder.java index e98a8648..5b29f331 100644 --- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateInspectTemplateRequestOrBuilder.java +++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/UpdateInspectTemplateRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface UpdateInspectTemplateRequestOrBuilder * * *
-   * Required. Resource name of organization and inspectTemplate to be updated, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
+   * Required. Resource name of organization and inspectTemplate to be updated,
+   * for example `organizations/433245324/inspectTemplates/432452342` or
    * projects/project-id/inspectTemplates/432452342.
    * 
* @@ -43,8 +43,8 @@ public interface UpdateInspectTemplateRequestOrBuilder * * *
-   * Required. Resource name of organization and inspectTemplate to be updated, for
-   * example `organizations/433245324/inspectTemplates/432452342` or
+   * Required. Resource name of organization and inspectTemplate to be updated,
+   * for example `organizations/433245324/inspectTemplates/432452342` or
    * projects/project-id/inspectTemplates/432452342.
    * 
* 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 1de24b88..29291fa5 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 @@ -69,7 +69,7 @@ service DlpService { post: "/v2/{parent=projects/*}/content:inspect" body: "*" additional_bindings { - post: "/v2/{parent=projects/*}/locations/{location_id}/content:inspect" + post: "/v2/{parent=projects/*/locations/*}/content:inspect" body: "*" } }; @@ -88,7 +88,7 @@ service DlpService { post: "/v2/{parent=projects/*}/image:redact" body: "*" additional_bindings { - post: "/v2/{parent=projects/*}/locations/{location_id}/image:redact" + post: "/v2/{parent=projects/*/locations/*}/image:redact" body: "*" } }; @@ -107,7 +107,7 @@ service DlpService { post: "/v2/{parent=projects/*}/content:deidentify" body: "*" additional_bindings { - post: "/v2/{parent=projects/*}/locations/{location_id}/content:deidentify" + post: "/v2/{parent=projects/*/locations/*}/content:deidentify" body: "*" } }; @@ -122,7 +122,7 @@ service DlpService { post: "/v2/{parent=projects/*}/content:reidentify" body: "*" additional_bindings { - post: "/v2/{parent=projects/*}/locations/{location_id}/content:reidentify" + post: "/v2/{parent=projects/*/locations/*}/content:reidentify" body: "*" } }; @@ -135,10 +135,10 @@ service DlpService { option (google.api.http) = { get: "/v2/infoTypes" additional_bindings { - get: "/v2/locations/{location_id}/infoTypes" + get: "/v2/{parent=locations/*}/infoTypes" } }; - option (google.api.method_signature) = "location_id"; + option (google.api.method_signature) = "parent"; } // Creates an InspectTemplate for re-using frequently used configuration @@ -149,7 +149,7 @@ service DlpService { post: "/v2/{parent=organizations/*}/inspectTemplates" body: "*" additional_bindings { - post: "/v2/{parent=organizations/*}/locations/{location_id}/inspectTemplates" + post: "/v2/{parent=organizations/*/locations/*}/inspectTemplates" body: "*" } additional_bindings { @@ -157,12 +157,11 @@ service DlpService { body: "*" } additional_bindings { - post: "/v2/{parent=projects/*}/locations/{location_id}/inspectTemplates" + post: "/v2/{parent=projects/*/locations/*}/inspectTemplates" body: "*" } }; option (google.api.method_signature) = "parent,inspect_template"; - option (google.api.method_signature) = "parent,inspect_template,location_id"; } // Updates the InspectTemplate. @@ -211,13 +210,13 @@ service DlpService { option (google.api.http) = { get: "/v2/{parent=organizations/*}/inspectTemplates" additional_bindings { - get: "/v2/{parent=organizations/*}/locations/{location_id}/inspectTemplates" + get: "/v2/{parent=organizations/*/locations/*}/inspectTemplates" } additional_bindings { get: "/v2/{parent=projects/*}/inspectTemplates" } additional_bindings { - get: "/v2/{parent=projects/*}/locations/{location_id}/inspectTemplates" + get: "/v2/{parent=projects/*/locations/*}/inspectTemplates" } }; option (google.api.method_signature) = "parent"; @@ -250,7 +249,7 @@ service DlpService { post: "/v2/{parent=organizations/*}/deidentifyTemplates" body: "*" additional_bindings { - post: "/v2/{parent=organizations/*}/locations/{location_id}/deidentifyTemplates" + post: "/v2/{parent=organizations/*/locations/*}/deidentifyTemplates" body: "*" } additional_bindings { @@ -258,12 +257,11 @@ service DlpService { body: "*" } additional_bindings { - post: "/v2/{parent=projects/*}/locations/{location_id}/deidentifyTemplates" + post: "/v2/{parent=projects/*/locations/*}/deidentifyTemplates" body: "*" } }; option (google.api.method_signature) = "parent,deidentify_template"; - option (google.api.method_signature) = "parent,deidentify_template,location_id"; } // Updates the DeidentifyTemplate. @@ -315,13 +313,13 @@ service DlpService { option (google.api.http) = { get: "/v2/{parent=organizations/*}/deidentifyTemplates" additional_bindings { - get: "/v2/{parent=organizations/*}/locations/{location_id}/deidentifyTemplates" + get: "/v2/{parent=organizations/*/locations/*}/deidentifyTemplates" } additional_bindings { get: "/v2/{parent=projects/*}/deidentifyTemplates" } additional_bindings { - get: "/v2/{parent=projects/*}/locations/{location_id}/deidentifyTemplates" + get: "/v2/{parent=projects/*/locations/*}/deidentifyTemplates" } }; option (google.api.method_signature) = "parent"; @@ -354,12 +352,11 @@ service DlpService { post: "/v2/{parent=projects/*}/jobTriggers" body: "*" additional_bindings { - post: "/v2/{parent=projects/*}/locations/{location_id}/jobTriggers" + post: "/v2/{parent=projects/*/locations/*}/jobTriggers" body: "*" } }; option (google.api.method_signature) = "parent,job_trigger"; - option (google.api.method_signature) = "parent,job_trigger,location_id"; } // Updates a job trigger. @@ -408,7 +405,7 @@ service DlpService { option (google.api.http) = { get: "/v2/{parent=projects/*}/jobTriggers" additional_bindings { - get: "/v2/{parent=projects/*}/locations/{location_id}/jobTriggers" + get: "/v2/{parent=projects/*/locations/*}/jobTriggers" } }; option (google.api.method_signature) = "parent"; @@ -451,14 +448,12 @@ service DlpService { post: "/v2/{parent=projects/*}/dlpJobs" body: "*" additional_bindings { - post: "/v2/{parent=projects/*}/locations/{location_id}/dlpJobs" + post: "/v2/{parent=projects/*/locations/*}/dlpJobs" body: "*" } }; option (google.api.method_signature) = "parent,inspect_job"; - option (google.api.method_signature) = "parent,inspect_job,location_id"; option (google.api.method_signature) = "parent,risk_job"; - option (google.api.method_signature) = "parent,risk_job,location_id"; } // Lists DlpJobs that match the specified filter in the request. @@ -468,7 +463,7 @@ service DlpService { option (google.api.http) = { get: "/v2/{parent=projects/*}/dlpJobs" additional_bindings { - get: "/v2/{parent=projects/*}/locations/{location_id}/dlpJobs" + get: "/v2/{parent=projects/*/locations/*}/dlpJobs" } }; option (google.api.method_signature) = "parent"; @@ -526,7 +521,7 @@ service DlpService { post: "/v2/{parent=organizations/*}/storedInfoTypes" body: "*" additional_bindings { - post: "/v2/{parent=organizations/*}/locations/{location_id}/storedInfoTypes" + post: "/v2/{parent=organizations/*/locations/*}/storedInfoTypes" body: "*" } additional_bindings { @@ -534,12 +529,11 @@ service DlpService { body: "*" } additional_bindings { - post: "/v2/{parent=projects/*}/locations/{location_id}/storedInfoTypes" + post: "/v2/{parent=projects/*/locations/*}/storedInfoTypes" body: "*" } }; option (google.api.method_signature) = "parent,config"; - option (google.api.method_signature) = "parent,config,location_id"; } // Updates the stored infoType by creating a new version. The existing version @@ -592,13 +586,13 @@ service DlpService { option (google.api.http) = { get: "/v2/{parent=organizations/*}/storedInfoTypes" additional_bindings { - get: "/v2/{parent=organizations/*}/locations/{location_id}/storedInfoTypes" + get: "/v2/{parent=organizations/*/locations/*}/storedInfoTypes" } additional_bindings { get: "/v2/{parent=projects/*}/storedInfoTypes" } additional_bindings { - get: "/v2/{parent=projects/*}/locations/{location_id}/storedInfoTypes" + get: "/v2/{parent=projects/*/locations/*}/storedInfoTypes" } }; option (google.api.method_signature) = "parent"; @@ -879,8 +873,8 @@ message Finding { }; // Resource name in format - // projects/{project}/locations/{location}/findings/{finding} Populated only - // when viewing persisted findings. + // projects/{project}/locations/{location}/findings/{finding} + // Populated only when viewing persisted findings. string name = 14; // The content that was found. Even if the content is not textual, it @@ -1149,14 +1143,13 @@ message RedactImageRequest { Color redaction_color = 3; } - // The parent resource name, for example projects/my-project-id. + // The parent resource name, for example projects/my-project-id + // or projects/my-project-id/locations/{location_id}. string parent = 1 [(google.api.resource_reference) = { - type: "cloudresourcemanager.googleapis.com/Project" - }]; + type: "cloudresourcemanager.googleapis.com/Project" + }]; - // The geographic location to process the request. Reserved for future - // extensions. - // Location is restricted to 'global', 'us', 'asia', and 'europe'. + // Deprecated. This field has no effect. string location_id = 8; // Configuration for the inspector. @@ -1201,10 +1194,11 @@ message RedactImageResponse { // Request to de-identify a list of items. message DeidentifyContentRequest { - // The parent resource name, for example projects/my-project-id. + // The parent resource name, for example projects/my-project-id + // or projects/my-project-id/locations/{location_id}. string parent = 1 [(google.api.resource_reference) = { - type: "cloudresourcemanager.googleapis.com/Project" - }]; + type: "cloudresourcemanager.googleapis.com/Project" + }]; // Configuration for the de-identification of the content item. // Items specified here will override the template referenced by the @@ -1233,8 +1227,7 @@ message DeidentifyContentRequest { // are recursively merged. string deidentify_template_name = 6; - // The geographic location to process de-identification. Reserved for future - // extensions. + // Deprecated. This field has no effect. string location_id = 7; } @@ -1290,8 +1283,7 @@ message ReidentifyContentRequest { // are recursively merged. string reidentify_template_name = 6; - // The geographic location to process content reidentification. Reserved for - // future extensions. + // Deprecated. This field has no effect. string location_id = 7; } @@ -1306,10 +1298,11 @@ message ReidentifyContentResponse { // Request to search for potentially sensitive info in a ContentItem. message InspectContentRequest { - // The parent resource name, for example projects/my-project-id. + // The parent resource name, for example projects/my-project-id + // or projects/my-project-id/locations/{location_id} string parent = 1 [(google.api.resource_reference) = { - type: "cloudresourcemanager.googleapis.com/Project" - }]; + type: "cloudresourcemanager.googleapis.com/Project" + }]; // Configuration for the inspector. What specified here will override // the template referenced by the inspect_template_name argument. @@ -1325,10 +1318,7 @@ message InspectContentRequest { // are recursively merged. string inspect_template_name = 4; - // The geographic location to process content inspection. Reserved for future - // extensions. - // When inspecting images location is restricted to 'global', 'us', 'asia', - // and 'europe'. + // Deprecated. This field has no effect. string location_id = 5; } @@ -1442,7 +1432,7 @@ message InspectDataSourceDetails { Result result = 3; } -// Statistics related to processing hybrid inspect requests. +// Statistics related to processing hybrid inspect requests.s message HybridInspectStatistics { // The number of hybrid inspection requests processed within this job. int64 processed_count = 1; @@ -1477,6 +1467,8 @@ message InfoTypeDescription { // Request for the list of infoTypes. message ListInfoTypesRequest { + // The parent resource name, for example locations/{location_id} + string parent = 4; // BCP-47 language code for localized infoType friendly // names. If omitted, or if localized strings are not available, // en-US strings will be returned. @@ -1486,8 +1478,7 @@ message ListInfoTypesRequest { // API. Defaults to supported_by=INSPECT. string filter = 2; - // The geographic location to list info types. Reserved for future - // extensions. + // Deprecated. This field has no effect. string location_id = 3; } @@ -1562,10 +1553,11 @@ message StatisticalTable { BigQueryTable table = 3 [(google.api.field_behavior) = REQUIRED]; // Required. Quasi-identifier columns. - repeated QuasiIdentifierField quasi_ids = 1 [(google.api.field_behavior) = REQUIRED]; + repeated QuasiIdentifierField quasi_ids = 1 + [(google.api.field_behavior) = REQUIRED]; - // Required. The relative frequency column must contain a floating-point number - // between 0 and 1 (inclusive). Null values are assumed to be zero. + // Required. The relative frequency column must contain a floating-point + // number between 0 and 1 (inclusive). Null values are assumed to be zero. FieldId relative_frequency = 2 [(google.api.field_behavior) = REQUIRED]; } @@ -1678,15 +1670,16 @@ message PrivacyMetric { BigQueryTable table = 3 [(google.api.field_behavior) = REQUIRED]; // Required. Quasi-identifier columns. - repeated QuasiIdField quasi_ids = 1 [(google.api.field_behavior) = REQUIRED]; + repeated QuasiIdField quasi_ids = 1 + [(google.api.field_behavior) = REQUIRED]; - // Required. The relative frequency column must contain a floating-point number - // between 0 and 1 (inclusive). Null values are assumed to be zero. + // Required. The relative frequency column must contain a floating-point + // number between 0 and 1 (inclusive). Null values are assumed to be zero. FieldId relative_frequency = 2 [(google.api.field_behavior) = REQUIRED]; } - // Required. Fields considered to be quasi-identifiers. No two columns can have the - // same tag. + // Required. Fields considered to be quasi-identifiers. No two columns can + // have the same tag. repeated TaggedField quasi_ids = 1 [(google.api.field_behavior) = REQUIRED]; // ISO 3166-1 alpha-2 region code to use in the statistical modeling. @@ -1705,8 +1698,8 @@ message PrivacyMetric { // Similarly to the k-map metric, we cannot compute δ-presence exactly without // knowing the attack dataset, so we use a statistical model instead. message DeltaPresenceEstimationConfig { - // Required. Fields considered to be quasi-identifiers. No two fields can have the - // same tag. + // Required. Fields considered to be quasi-identifiers. No two fields can + // have the same tag. repeated QuasiId quasi_ids = 1 [(google.api.field_behavior) = REQUIRED]; // ISO 3166-1 alpha-2 region code to use in the statistical modeling. @@ -1779,7 +1772,8 @@ message AnalyzeDataSourceRiskDetails { } // Histogram of value frequencies in the column. - repeated CategoricalStatsHistogramBucket value_frequency_histogram_buckets = 5; + repeated CategoricalStatsHistogramBucket value_frequency_histogram_buckets = + 5; } // Result of the k-anonymity computation. @@ -1859,7 +1853,8 @@ message AnalyzeDataSourceRiskDetails { } // Histogram of l-diversity equivalence class sensitive value frequencies. - repeated LDiversityHistogramBucket sensitive_value_frequency_histogram_buckets = 5; + repeated LDiversityHistogramBucket + sensitive_value_frequency_histogram_buckets = 5; } // Result of the reidentifiability analysis. Note that these results are an @@ -2273,16 +2268,12 @@ message ReplaceValueConfig { } // Replace each matching finding with the name of the info_type. -message ReplaceWithInfoTypeConfig { - -} +message ReplaceWithInfoTypeConfig {} // Redact a given value. For example, if used with an `InfoTypeTransformation` // transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the // output would be 'My phone number is '. -message RedactConfig { - -} +message RedactConfig {} // Characters to skip when doing deidentification of a value. These will be left // alone and skipped. @@ -2366,18 +2357,18 @@ message CharacterMaskConfig { // // See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. message FixedSizeBucketingConfig { - // Required. Lower bound value of buckets. All values less than `lower_bound` are - // grouped together into a single bucket; for example if `lower_bound` = 10, - // then all values less than 10 are replaced with the value “-10”. + // Required. Lower bound value of buckets. All values less than `lower_bound` + // are grouped together into a single bucket; for example if `lower_bound` = + // 10, then all values less than 10 are replaced with the value “-10”. Value lower_bound = 1 [(google.api.field_behavior) = REQUIRED]; - // Required. Upper bound value of buckets. All values greater than upper_bound are - // grouped together into a single bucket; for example if `upper_bound` = 89, - // then all values greater than 89 are replaced with the value “89+”. + // Required. Upper bound value of buckets. All values greater than upper_bound + // are grouped together into a single bucket; for example if `upper_bound` = + // 89, then all values greater than 89 are replaced with the value “89+”. Value upper_bound = 2 [(google.api.field_behavior) = REQUIRED]; - // Required. Size of each bucket (except for minimum and maximum buckets). So if - // `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the + // Required. Size of each bucket (except for minimum and maximum buckets). So + // if `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the // following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60, // 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works. double bucket_size = 3 [(google.api.field_behavior) = REQUIRED]; @@ -2571,14 +2562,15 @@ message KmsWrappedCryptoKey { // same context. See https://cloud.google.com/dlp/docs/concepts-date-shifting // to learn more. message DateShiftConfig { - // Required. Range of shift in days. Actual shift will be selected at random within this - // range (inclusive ends). Negative means shift to earlier in time. Must not - // be more than 365250 days (1000 years) each direction. + // Required. Range of shift in days. Actual shift will be selected at random + // within this range (inclusive ends). Negative means shift to earlier in + // time. Must not be more than 365250 days (1000 years) each direction. // // For example, 3 means shift date to at most 3 days into the future. int32 upper_bound_days = 1 [(google.api.field_behavior) = REQUIRED]; - // Required. For example, -5 means shift date to at most 5 days back in the past. + // Required. For example, -5 means shift date to at most 5 days back in the + // past. int32 lower_bound_days = 2 [(google.api.field_behavior) = REQUIRED]; // Points to the field that contains the context, for example, an entity id. @@ -3067,7 +3059,7 @@ message Action { // Request message for CreateInspectTemplate. message CreateInspectTemplateRequest { // Required. The parent resource name, for example projects/my-project-id or - // organizations/my-org-id. + // organizations/my-org-id or projects/my-project-id/locations/{location-id}. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3084,15 +3076,14 @@ message CreateInspectTemplateRequest { // characters. Can be empty to allow the system to generate one. string template_id = 3; - // The geographic location to store the inspection template. Reserved for - // future extensions. + // Deprecated. This field has no effect. string location_id = 4; } // Request message for UpdateInspectTemplate. message UpdateInspectTemplateRequest { - // Required. Resource name of organization and inspectTemplate to be updated, for - // example `organizations/433245324/inspectTemplates/432452342` or + // Required. Resource name of organization and inspectTemplate to be updated, + // for example `organizations/433245324/inspectTemplates/432452342` or // projects/project-id/inspectTemplates/432452342. string name = 1 [ (google.api.field_behavior) = REQUIRED, @@ -3110,8 +3101,8 @@ message UpdateInspectTemplateRequest { // Request message for GetInspectTemplate. message GetInspectTemplateRequest { - // Required. Resource name of the organization and inspectTemplate to be read, for - // example `organizations/433245324/inspectTemplates/432452342` or + // Required. Resource name of the organization and inspectTemplate to be read, + // for example `organizations/433245324/inspectTemplates/432452342` or // projects/project-id/inspectTemplates/432452342. string name = 1 [ (google.api.field_behavior) = REQUIRED, @@ -3124,7 +3115,7 @@ message GetInspectTemplateRequest { // Request message for ListInspectTemplates. message ListInspectTemplatesRequest { // Required. The parent resource name, for example projects/my-project-id or - // organizations/my-org-id. + // organizations/my-org-id or projects/my-project-id/locations/{location_id}. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3155,8 +3146,7 @@ message ListInspectTemplatesRequest { // - `display_name`: corresponds to template's display name. string order_by = 4; - // The geographic location where inspection templates will be retrieved from. - // Use `-` for all locations. Reserved for future extensions. + // Deprecated. This field has no effect. string location_id = 5; } @@ -3172,9 +3162,9 @@ message ListInspectTemplatesResponse { // Request message for DeleteInspectTemplate. message DeleteInspectTemplateRequest { - // Required. Resource name of the organization and inspectTemplate to be deleted, for - // example `organizations/433245324/inspectTemplates/432452342` or - // projects/project-id/inspectTemplates/432452342. + // Required. Resource name of the organization and inspectTemplate to be + // deleted, for example `organizations/433245324/inspectTemplates/432452342` + // or projects/project-id/inspectTemplates/432452342. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3185,7 +3175,8 @@ message DeleteInspectTemplateRequest { // Request message for CreateJobTrigger. message CreateJobTriggerRequest { - // Required. The parent resource name, for example projects/my-project-id. + // Required. The parent resource name, for example projects/my-project-id + // or projects/my-project-id/locations/{location_id}. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3202,8 +3193,7 @@ message CreateJobTriggerRequest { // characters. Can be empty to allow the system to generate one. string trigger_id = 3; - // The geographic location to store the job trigger. Reserved for - // future extensions. + // Deprecated. This field has no effect. string location_id = 4; } @@ -3213,9 +3203,7 @@ message ActivateJobTriggerRequest { // `projects/dlp-test-project/jobTriggers/53234423`. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "dlp.googleapis.com/JobTrigger" - } + (google.api.resource_reference) = { type: "dlp.googleapis.com/JobTrigger" } ]; } @@ -3225,9 +3213,7 @@ message UpdateJobTriggerRequest { // `projects/dlp-test-project/jobTriggers/53234423`. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "dlp.googleapis.com/JobTrigger" - } + (google.api.resource_reference) = { type: "dlp.googleapis.com/JobTrigger" } ]; // New JobTrigger value. @@ -3243,9 +3229,7 @@ message GetJobTriggerRequest { // `projects/dlp-test-project/jobTriggers/53234423`. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "dlp.googleapis.com/JobTrigger" - } + (google.api.resource_reference) = { type: "dlp.googleapis.com/JobTrigger" } ]; } @@ -3253,7 +3237,8 @@ message GetJobTriggerRequest { // jobs such as calculating risk metrics or inspecting Google Cloud // Storage. message CreateDlpJobRequest { - // Required. The parent resource name, for example projects/my-project-id. + // Required. The parent resource name, for example projects/my-project-id + // or projects/my-project-id/locations/{location_id}. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3276,14 +3261,14 @@ message CreateDlpJobRequest { // characters. Can be empty to allow the system to generate one. string job_id = 4; - // The geographic location to store and process the job. Reserved for - // future extensions. + // Deprecated. This field has no effect. string location_id = 5; } // Request message for ListJobTriggers. message ListJobTriggersRequest { - // Required. The parent resource name, for example `projects/my-project-id`. + // Required. The parent resource name, for example `projects/my-project-id` + // or projects/my-project-id/locations/{location_id}. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3342,8 +3327,7 @@ message ListJobTriggersRequest { // The length of this field should be no more than 500 characters. string filter = 5; - // The geographic location where job triggers will be retrieved from. - // Use `-` for all locations. Reserved for future extensions. + // Deprecated. This field has no effect. string location_id = 7; } @@ -3363,9 +3347,7 @@ message DeleteJobTriggerRequest { // `projects/dlp-test-project/jobTriggers/53234423`. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "dlp.googleapis.com/JobTrigger" - } + (google.api.resource_reference) = { type: "dlp.googleapis.com/JobTrigger" } ]; } @@ -3461,15 +3443,14 @@ message GetDlpJobRequest { // Required. The name of the DlpJob resource. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "dlp.googleapis.com/DlpJob" - } + (google.api.resource_reference) = { type: "dlp.googleapis.com/DlpJob" } ]; } // The request message for listing DLP jobs. message ListDlpJobsRequest { - // Required. The parent resource name, for example projects/my-project-id. + // Required. The parent resource name, for example projects/my-project-id + // or projects/my-project-id/locations/{location_id}. string parent = 4 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3531,8 +3512,7 @@ message ListDlpJobsRequest { // - `state`: corresponds to `state` string order_by = 6; - // The geographic location where jobs will be retrieved from. - // Use `-` for all locations. Reserved for future extensions. + // Deprecated. This field has no effect. string location_id = 7; } @@ -3550,9 +3530,7 @@ message CancelDlpJobRequest { // Required. The name of the DlpJob resource to be cancelled. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "dlp.googleapis.com/DlpJob" - } + (google.api.resource_reference) = { type: "dlp.googleapis.com/DlpJob" } ]; } @@ -3561,9 +3539,7 @@ message FinishDlpJobRequest { // Required. The name of the DlpJob resource to be cancelled. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "dlp.googleapis.com/DlpJob" - } + (google.api.resource_reference) = { type: "dlp.googleapis.com/DlpJob" } ]; } @@ -3572,16 +3548,14 @@ message DeleteDlpJobRequest { // Required. The name of the DlpJob resource to be deleted. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "dlp.googleapis.com/DlpJob" - } + (google.api.resource_reference) = { type: "dlp.googleapis.com/DlpJob" } ]; } // Request message for CreateDeidentifyTemplate. message CreateDeidentifyTemplateRequest { // Required. The parent resource name, for example projects/my-project-id or - // organizations/my-org-id. + // organizations/my-org-id or projects/my-project-id/locations/{location_id}. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3590,7 +3564,8 @@ message CreateDeidentifyTemplateRequest { ]; // Required. The DeidentifyTemplate to create. - DeidentifyTemplate deidentify_template = 2 [(google.api.field_behavior) = REQUIRED]; + DeidentifyTemplate deidentify_template = 2 + [(google.api.field_behavior) = REQUIRED]; // The template id can contain uppercase and lowercase letters, // numbers, and hyphens; that is, it must match the regular @@ -3598,15 +3573,15 @@ message CreateDeidentifyTemplateRequest { // characters. Can be empty to allow the system to generate one. string template_id = 3; - // The geographic location to store the deidentification template. Reserved - // for future extensions. + // Deprecated. This field has no effect. string location_id = 4; } // Request message for UpdateDeidentifyTemplate. message UpdateDeidentifyTemplateRequest { - // Required. Resource name of organization and deidentify template to be updated, for - // example `organizations/433245324/deidentifyTemplates/432452342` or + // Required. Resource name of organization and deidentify template to be + // updated, for example + // `organizations/433245324/deidentifyTemplates/432452342` or // projects/project-id/deidentifyTemplates/432452342. string name = 1 [ (google.api.field_behavior) = REQUIRED, @@ -3624,9 +3599,9 @@ message UpdateDeidentifyTemplateRequest { // Request message for GetDeidentifyTemplate. message GetDeidentifyTemplateRequest { - // Required. Resource name of the organization and deidentify template to be read, for - // example `organizations/433245324/deidentifyTemplates/432452342` or - // projects/project-id/deidentifyTemplates/432452342. + // Required. Resource name of the organization and deidentify template to be + // read, for example `organizations/433245324/deidentifyTemplates/432452342` + // or projects/project-id/deidentifyTemplates/432452342. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3638,7 +3613,7 @@ message GetDeidentifyTemplateRequest { // Request message for ListDeidentifyTemplates. message ListDeidentifyTemplatesRequest { // Required. The parent resource name, for example projects/my-project-id or - // organizations/my-org-id. + // organizations/my-org-id or projects/my-project-id/locations/{location_id}. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3669,8 +3644,7 @@ message ListDeidentifyTemplatesRequest { // - `display_name`: corresponds to template's display name. string order_by = 4; - // The geographic location where deidentifications templates will be retrieved - // from. Use `-` for all locations. Reserved for future extensions. + // Deprecated. This field has no effect. string location_id = 5; } @@ -3687,8 +3661,9 @@ message ListDeidentifyTemplatesResponse { // Request message for DeleteDeidentifyTemplate. message DeleteDeidentifyTemplateRequest { - // Required. Resource name of the organization and deidentify template to be deleted, - // for example `organizations/433245324/deidentifyTemplates/432452342` or + // Required. Resource name of the organization and deidentify template to be + // deleted, for example + // `organizations/433245324/deidentifyTemplates/432452342` or // projects/project-id/deidentifyTemplates/432452342. string name = 1 [ (google.api.field_behavior) = REQUIRED, @@ -3816,7 +3791,7 @@ message StoredInfoType { // Request message for CreateStoredInfoType. message CreateStoredInfoTypeRequest { // Required. The parent resource name, for example projects/my-project-id or - // organizations/my-org-id. + // organizations/my-org-id or projects/my-project-id/locations/{location_id} string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3833,8 +3808,7 @@ message CreateStoredInfoTypeRequest { // characters. Can be empty to allow the system to generate one. string stored_info_type_id = 3; - // The geographic location to store the stored infoType. Reserved for - // future extensions. + // Deprecated. This field has no effect. string location_id = 4; } @@ -3861,8 +3835,8 @@ message UpdateStoredInfoTypeRequest { // Request message for GetStoredInfoType. message GetStoredInfoTypeRequest { - // Required. Resource name of the organization and storedInfoType to be read, for - // example `organizations/433245324/storedInfoTypes/432452342` or + // Required. Resource name of the organization and storedInfoType to be read, + // for example `organizations/433245324/storedInfoTypes/432452342` or // projects/project-id/storedInfoTypes/432452342. string name = 1 [ (google.api.field_behavior) = REQUIRED, @@ -3875,7 +3849,7 @@ message GetStoredInfoTypeRequest { // Request message for ListStoredInfoTypes. message ListStoredInfoTypesRequest { // Required. The parent resource name, for example projects/my-project-id or - // organizations/my-org-id. + // organizations/my-org-id or projects/my-project-id/locations/{location_id}. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -3907,8 +3881,7 @@ message ListStoredInfoTypesRequest { // - `display_name`: corresponds to info type's display name. string order_by = 4; - // The geographic location where stored infoTypes will be retrieved from. - // Use `-` for all locations. Reserved for future extensions. + // Deprecated. This field has no effect. string location_id = 5; } @@ -3924,8 +3897,8 @@ message ListStoredInfoTypesResponse { // Request message for DeleteStoredInfoType. message DeleteStoredInfoTypeRequest { - // Required. Resource name of the organization and storedInfoType to be deleted, for - // example `organizations/433245324/storedInfoTypes/432452342` or + // Required. Resource name of the organization and storedInfoType to be + // deleted, for example `organizations/433245324/storedInfoTypes/432452342` or // projects/project-id/storedInfoTypes/432452342. string name = 1 [ (google.api.field_behavior) = REQUIRED, @@ -3937,13 +3910,11 @@ message DeleteStoredInfoTypeRequest { // Request to search for potentially sensitive info in a custom location. message HybridInspectJobTriggerRequest { - // Required. Resource name of the trigger to execute a hybrid inspect on, for example - // `projects/dlp-test-project/jobTriggers/53234423`. + // Required. Resource name of the trigger to execute a hybrid inspect on, for + // example `projects/dlp-test-project/jobTriggers/53234423`. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "dlp.googleapis.com/JobTrigger" - } + (google.api.resource_reference) = { type: "dlp.googleapis.com/JobTrigger" } ]; // The item to inspect. @@ -3952,13 +3923,11 @@ message HybridInspectJobTriggerRequest { // Request to search for potentially sensitive info in a custom location. message HybridInspectDlpJobRequest { - // Required. Resource name of the job to execute a hybrid inspect on, for example - // `projects/dlp-test-project/dlpJob/53234423`. + // Required. Resource name of the job to execute a hybrid inspect on, for + // example `projects/dlp-test-project/dlpJob/53234423`. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "dlp.googleapis.com/DlpJob" - } + (google.api.resource_reference) = { type: "dlp.googleapis.com/DlpJob" } ]; // The item to inspect. diff --git a/synth.metadata b/synth.metadata index 8f082286..22278914 100644 --- a/synth.metadata +++ b/synth.metadata @@ -11,8 +11,8 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "aed11c01e52921613b9ee469c2d85f5f33175fb7", - "internalRef": "310660461" + "sha": "1b8b77db10a0bd0ff47a4259ae9804b6237bc1c7", + "internalRef": "311164352" } }, {