Send feedback
Class SaveToGcsFindingsOutput.Builder (3.71.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class SaveToGcsFindingsOutput . Builder extends GeneratedMessageV3 . Builder<SaveToGcsFindingsOutput . Builder > implements SaveToGcsFindingsOutputOrBuilder
Collection of findings saved to a Cloud Storage bucket. This is used as the
proto schema for textproto files created when specifying a cloud storage
path to save inspection findings.
Protobuf type google.privacy.dlp.v2.SaveToGcsFindingsOutput
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllFindings(Iterable<? extends Finding> values)
public SaveToGcsFindingsOutput . Builder addAllFindings ( Iterable <? extends Finding > values )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.privacy.dlp.v2.Finding >
addFindings(Finding value)
public SaveToGcsFindingsOutput . Builder addFindings ( Finding value )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Parameter
Name
Description
value
Finding
addFindings(Finding.Builder builderForValue)
public SaveToGcsFindingsOutput . Builder addFindings ( Finding . Builder builderForValue )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
addFindings(int index, Finding value)
public SaveToGcsFindingsOutput . Builder addFindings ( int index , Finding value )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Parameters
Name
Description
index
int
value
Finding
addFindings(int index, Finding.Builder builderForValue)
public SaveToGcsFindingsOutput . Builder addFindings ( int index , Finding . Builder builderForValue )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
addFindingsBuilder()
public Finding . Builder addFindingsBuilder ()
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
addFindingsBuilder(int index)
public Finding . Builder addFindingsBuilder ( int index )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Parameter
Name
Description
index
int
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SaveToGcsFindingsOutput . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public SaveToGcsFindingsOutput build ()
buildPartial()
public SaveToGcsFindingsOutput buildPartial ()
clear()
public SaveToGcsFindingsOutput . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public SaveToGcsFindingsOutput . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearFindings()
public SaveToGcsFindingsOutput . Builder clearFindings ()
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public SaveToGcsFindingsOutput . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public SaveToGcsFindingsOutput . Builder clone ()
Overrides
getDefaultInstanceForType()
public SaveToGcsFindingsOutput getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getFindings(int index)
public Finding getFindings ( int index )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Parameter
Name
Description
index
int
getFindingsBuilder(int index)
public Finding . Builder getFindingsBuilder ( int index )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Parameter
Name
Description
index
int
getFindingsBuilderList()
public List<Finding . Builder > getFindingsBuilderList ()
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
getFindingsCount()
public int getFindingsCount ()
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Returns
Type
Description
int
getFindingsList()
public List<Finding> getFindingsList ()
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
getFindingsOrBuilder(int index)
public FindingOrBuilder getFindingsOrBuilder ( int index )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Parameter
Name
Description
index
int
getFindingsOrBuilderList()
public List <? extends FindingOrBuilder > getFindingsOrBuilderList ()
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Returns
Type
Description
List <? extends com.google.privacy.dlp.v2.FindingOrBuilder >
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(SaveToGcsFindingsOutput other)
public SaveToGcsFindingsOutput . Builder mergeFrom ( SaveToGcsFindingsOutput other )
public SaveToGcsFindingsOutput . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public SaveToGcsFindingsOutput . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SaveToGcsFindingsOutput . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
removeFindings(int index)
public SaveToGcsFindingsOutput . Builder removeFindings ( int index )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Parameter
Name
Description
index
int
setField(Descriptors.FieldDescriptor field, Object value)
public SaveToGcsFindingsOutput . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setFindings(int index, Finding value)
public SaveToGcsFindingsOutput . Builder setFindings ( int index , Finding value )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Parameters
Name
Description
index
int
value
Finding
setFindings(int index, Finding.Builder builderForValue)
public SaveToGcsFindingsOutput . Builder setFindings ( int index , Finding . Builder builderForValue )
List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SaveToGcsFindingsOutput . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SaveToGcsFindingsOutput . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-09 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[],[]]