com.google.cloud.securitycenter.v2.CloudDlpInspectionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-securitycenter-v2 Show documentation
Show all versions of proto-google-cloud-securitycenter-v2 Show documentation
Proto library for google-cloud-securitycenter
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/securitycenter/v2/cloud_dlp_inspection.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.securitycenter.v2;
public interface CloudDlpInspectionOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v2.CloudDlpInspection)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Name of the inspection job, for example,
* `projects/123/locations/europe/dlpJobs/i-8383929`.
*
*
* string inspect_job = 1 [(.google.api.resource_reference) = { ... }
*
* @return The inspectJob.
*/
java.lang.String getInspectJob();
/**
*
*
*
* Name of the inspection job, for example,
* `projects/123/locations/europe/dlpJobs/i-8383929`.
*
*
* string inspect_job = 1 [(.google.api.resource_reference) = { ... }
*
* @return The bytes for inspectJob.
*/
com.google.protobuf.ByteString getInspectJobBytes();
/**
*
*
*
* The type of information (or
* *[infoType](https://cloud.google.com/dlp/docs/infotypes-reference)*) found,
* for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.
*
*
* string info_type = 2;
*
* @return The infoType.
*/
java.lang.String getInfoType();
/**
*
*
*
* The type of information (or
* *[infoType](https://cloud.google.com/dlp/docs/infotypes-reference)*) found,
* for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.
*
*
* string info_type = 2;
*
* @return The bytes for infoType.
*/
com.google.protobuf.ByteString getInfoTypeBytes();
/**
*
*
*
* The number of times Cloud DLP found this infoType within this job
* and resource.
*
*
* int64 info_type_count = 3;
*
* @return The infoTypeCount.
*/
long getInfoTypeCount();
/**
*
*
*
* Whether Cloud DLP scanned the complete resource or a sampled subset.
*
*
* bool full_scan = 4;
*
* @return The fullScan.
*/
boolean getFullScan();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy