All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.privacy.dlp.v2.FileClusterSummaryOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.53.0
Show newest version
/*
 * 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/privacy/dlp/v2/dlp.proto

// Protobuf Java Version: 3.25.4
package com.google.privacy.dlp.v2;

public interface FileClusterSummaryOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.privacy.dlp.v2.FileClusterSummary)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The file cluster type.
   * 
* * .google.privacy.dlp.v2.FileClusterType file_cluster_type = 1; * * @return Whether the fileClusterType field is set. */ boolean hasFileClusterType(); /** * * *
   * The file cluster type.
   * 
* * .google.privacy.dlp.v2.FileClusterType file_cluster_type = 1; * * @return The fileClusterType. */ com.google.privacy.dlp.v2.FileClusterType getFileClusterType(); /** * * *
   * The file cluster type.
   * 
* * .google.privacy.dlp.v2.FileClusterType file_cluster_type = 1; */ com.google.privacy.dlp.v2.FileClusterTypeOrBuilder getFileClusterTypeOrBuilder(); /** * * *
   * InfoTypes detected in this cluster.
   * 
* * * repeated .google.privacy.dlp.v2.FileStoreInfoTypeSummary file_store_info_type_summaries = 2; * */ java.util.List getFileStoreInfoTypeSummariesList(); /** * * *
   * InfoTypes detected in this cluster.
   * 
* * * repeated .google.privacy.dlp.v2.FileStoreInfoTypeSummary file_store_info_type_summaries = 2; * */ com.google.privacy.dlp.v2.FileStoreInfoTypeSummary getFileStoreInfoTypeSummaries(int index); /** * * *
   * InfoTypes detected in this cluster.
   * 
* * * repeated .google.privacy.dlp.v2.FileStoreInfoTypeSummary file_store_info_type_summaries = 2; * */ int getFileStoreInfoTypeSummariesCount(); /** * * *
   * InfoTypes detected in this cluster.
   * 
* * * repeated .google.privacy.dlp.v2.FileStoreInfoTypeSummary file_store_info_type_summaries = 2; * */ java.util.List getFileStoreInfoTypeSummariesOrBuilderList(); /** * * *
   * InfoTypes detected in this cluster.
   * 
* * * repeated .google.privacy.dlp.v2.FileStoreInfoTypeSummary file_store_info_type_summaries = 2; * */ com.google.privacy.dlp.v2.FileStoreInfoTypeSummaryOrBuilder getFileStoreInfoTypeSummariesOrBuilder(int index); /** * * *
   * The sensitivity score of this cluster. The score will be SENSITIVITY_LOW
   * if nothing has been scanned.
   * 
* * .google.privacy.dlp.v2.SensitivityScore sensitivity_score = 3; * * @return Whether the sensitivityScore field is set. */ boolean hasSensitivityScore(); /** * * *
   * The sensitivity score of this cluster. The score will be SENSITIVITY_LOW
   * if nothing has been scanned.
   * 
* * .google.privacy.dlp.v2.SensitivityScore sensitivity_score = 3; * * @return The sensitivityScore. */ com.google.privacy.dlp.v2.SensitivityScore getSensitivityScore(); /** * * *
   * The sensitivity score of this cluster. The score will be SENSITIVITY_LOW
   * if nothing has been scanned.
   * 
* * .google.privacy.dlp.v2.SensitivityScore sensitivity_score = 3; */ com.google.privacy.dlp.v2.SensitivityScoreOrBuilder getSensitivityScoreOrBuilder(); /** * * *
   * The data risk level of this cluster. RISK_LOW if nothing has been
   * scanned.
   * 
* * .google.privacy.dlp.v2.DataRiskLevel data_risk_level = 4; * * @return Whether the dataRiskLevel field is set. */ boolean hasDataRiskLevel(); /** * * *
   * The data risk level of this cluster. RISK_LOW if nothing has been
   * scanned.
   * 
* * .google.privacy.dlp.v2.DataRiskLevel data_risk_level = 4; * * @return The dataRiskLevel. */ com.google.privacy.dlp.v2.DataRiskLevel getDataRiskLevel(); /** * * *
   * The data risk level of this cluster. RISK_LOW if nothing has been
   * scanned.
   * 
* * .google.privacy.dlp.v2.DataRiskLevel data_risk_level = 4; */ com.google.privacy.dlp.v2.DataRiskLevelOrBuilder getDataRiskLevelOrBuilder(); /** * * *
   * A list of errors detected while scanning this cluster. The list is
   * truncated to 10 per cluster.
   * 
* * repeated .google.privacy.dlp.v2.Error errors = 6; */ java.util.List getErrorsList(); /** * * *
   * A list of errors detected while scanning this cluster. The list is
   * truncated to 10 per cluster.
   * 
* * repeated .google.privacy.dlp.v2.Error errors = 6; */ com.google.privacy.dlp.v2.Error getErrors(int index); /** * * *
   * A list of errors detected while scanning this cluster. The list is
   * truncated to 10 per cluster.
   * 
* * repeated .google.privacy.dlp.v2.Error errors = 6; */ int getErrorsCount(); /** * * *
   * A list of errors detected while scanning this cluster. The list is
   * truncated to 10 per cluster.
   * 
* * repeated .google.privacy.dlp.v2.Error errors = 6; */ java.util.List getErrorsOrBuilderList(); /** * * *
   * A list of errors detected while scanning this cluster. The list is
   * truncated to 10 per cluster.
   * 
* * repeated .google.privacy.dlp.v2.Error errors = 6; */ com.google.privacy.dlp.v2.ErrorOrBuilder getErrorsOrBuilder(int index); /** * * *
   * A sample of file types scanned in this cluster. Empty if no files were
   * scanned. File extensions can be derived from the file name or the file
   * content.
   * 
* * repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_scanned = 7; */ java.util.List getFileExtensionsScannedList(); /** * * *
   * A sample of file types scanned in this cluster. Empty if no files were
   * scanned. File extensions can be derived from the file name or the file
   * content.
   * 
* * repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_scanned = 7; */ com.google.privacy.dlp.v2.FileExtensionInfo getFileExtensionsScanned(int index); /** * * *
   * A sample of file types scanned in this cluster. Empty if no files were
   * scanned. File extensions can be derived from the file name or the file
   * content.
   * 
* * repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_scanned = 7; */ int getFileExtensionsScannedCount(); /** * * *
   * A sample of file types scanned in this cluster. Empty if no files were
   * scanned. File extensions can be derived from the file name or the file
   * content.
   * 
* * repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_scanned = 7; */ java.util.List getFileExtensionsScannedOrBuilderList(); /** * * *
   * A sample of file types scanned in this cluster. Empty if no files were
   * scanned. File extensions can be derived from the file name or the file
   * content.
   * 
* * repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_scanned = 7; */ com.google.privacy.dlp.v2.FileExtensionInfoOrBuilder getFileExtensionsScannedOrBuilder(int index); /** * * *
   * A sample of file types seen in this cluster. Empty if no files were seen.
   * File extensions can be derived from the file name or the file content.
   * 
* * repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_seen = 8; */ java.util.List getFileExtensionsSeenList(); /** * * *
   * A sample of file types seen in this cluster. Empty if no files were seen.
   * File extensions can be derived from the file name or the file content.
   * 
* * repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_seen = 8; */ com.google.privacy.dlp.v2.FileExtensionInfo getFileExtensionsSeen(int index); /** * * *
   * A sample of file types seen in this cluster. Empty if no files were seen.
   * File extensions can be derived from the file name or the file content.
   * 
* * repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_seen = 8; */ int getFileExtensionsSeenCount(); /** * * *
   * A sample of file types seen in this cluster. Empty if no files were seen.
   * File extensions can be derived from the file name or the file content.
   * 
* * repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_seen = 8; */ java.util.List getFileExtensionsSeenOrBuilderList(); /** * * *
   * A sample of file types seen in this cluster. Empty if no files were seen.
   * File extensions can be derived from the file name or the file content.
   * 
* * repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_seen = 8; */ com.google.privacy.dlp.v2.FileExtensionInfoOrBuilder getFileExtensionsSeenOrBuilder(int index); /** * * *
   * True if no files exist in this cluster. If the bucket had more files than
   * could be listed, this will be false even if no files for this cluster
   * were seen and file_extensions_seen is empty.
   * 
* * bool no_files_exist = 9; * * @return The noFilesExist. */ boolean getNoFilesExist(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy