|
| 1 | +/* |
| 2 | + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except |
| 3 | + * in compliance with the License. You may obtain a copy of the License at |
| 4 | + * |
| 5 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | + * |
| 7 | + * Unless required by applicable law or agreed to in writing, software distributed under the License |
| 8 | + * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express |
| 9 | + * or implied. See the License for the specific language governing permissions and limitations under |
| 10 | + * the License. |
| 11 | + */ |
| 12 | +/* |
| 13 | + * This code was generated by https://github.com/googleapis/google-api-java-client-services/ |
| 14 | + * Modify at your own risk. |
| 15 | + */ |
| 16 | + |
| 17 | +package com.google.api.services.dlp.v2.model; |
| 18 | + |
| 19 | +/** |
| 20 | + * Publish findings of a DlpJob to Dataplex Universal Catalog as a `sensitive-data-protection-job- |
| 21 | + * result` aspect. To learn more about aspects, see [Send inspection results to Dataplex Universal |
| 22 | + * Catalog as aspects](https://cloud.google.com/sensitive-data-protection/docs/add-aspects- |
| 23 | + * inspection-job). Aspects are persisted in Dataplex Universal Catalog storage and are governed by |
| 24 | + * service-specific policies for Dataplex Universal Catalog. For more information, see [Service |
| 25 | + * Specific Terms](https://cloud.google.com/terms/service-terms). Only a single instance of this |
| 26 | + * action can be specified. This action is allowed only if all resources being scanned are BigQuery |
| 27 | + * tables. Compatible with: Inspect |
| 28 | + * |
| 29 | + * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is |
| 30 | + * transmitted over HTTP when working with the Sensitive Data Protection (DLP). For a detailed |
| 31 | + * explanation see: |
| 32 | + * <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a> |
| 33 | + * </p> |
| 34 | + * |
| 35 | + * @author Google, Inc. |
| 36 | + */ |
| 37 | +@SuppressWarnings("javadoc") |
| 38 | +public final class GooglePrivacyDlpV2PublishFindingsToDataplexCatalog extends com.google.api.client.json.GenericJson { |
| 39 | + |
| 40 | + @Override |
| 41 | + public GooglePrivacyDlpV2PublishFindingsToDataplexCatalog set(String fieldName, Object value) { |
| 42 | + return (GooglePrivacyDlpV2PublishFindingsToDataplexCatalog) super.set(fieldName, value); |
| 43 | + } |
| 44 | + |
| 45 | + @Override |
| 46 | + public GooglePrivacyDlpV2PublishFindingsToDataplexCatalog clone() { |
| 47 | + return (GooglePrivacyDlpV2PublishFindingsToDataplexCatalog) super.clone(); |
| 48 | + } |
| 49 | + |
| 50 | +} |
0 commit comments