Send feedback
Class DataProfileConfigSnapshot.Builder (3.6.6)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.6.6 keyboard_arrow_down
public static final class DataProfileConfigSnapshot . Builder extends GeneratedMessageV3 . Builder<DataProfileConfigSnapshot . Builder > implements DataProfileConfigSnapshotOrBuilder
Snapshot of the configurations used to generate the profile.
Protobuf type google.privacy.dlp.v2.DataProfileConfigSnapshot
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataProfileConfigSnapshot . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public DataProfileConfigSnapshot build ()
Returns
buildPartial()
public DataProfileConfigSnapshot buildPartial ()
Returns
clear()
public DataProfileConfigSnapshot . Builder clear ()
Returns
Overrides
clearDataProfileJob()
public DataProfileConfigSnapshot . Builder clearDataProfileJob ()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
Returns
clearField(Descriptors.FieldDescriptor field)
public DataProfileConfigSnapshot . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearInspectConfig()
public DataProfileConfigSnapshot . Builder clearInspectConfig ()
A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in DataProfileJobConfig
.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public DataProfileConfigSnapshot . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public DataProfileConfigSnapshot . Builder clone ()
Returns
Overrides
getDataProfileJob()
public DataProfileJobConfig getDataProfileJob ()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
Returns
getDataProfileJobBuilder()
public DataProfileJobConfig . Builder getDataProfileJobBuilder ()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
Returns
getDataProfileJobOrBuilder()
public DataProfileJobConfigOrBuilder getDataProfileJobOrBuilder ()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
Returns
getDefaultInstanceForType()
public DataProfileConfigSnapshot getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getInspectConfig()
public InspectConfig getInspectConfig ()
A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in DataProfileJobConfig
.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Returns
getInspectConfigBuilder()
public InspectConfig . Builder getInspectConfigBuilder ()
A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in DataProfileJobConfig
.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Returns
getInspectConfigOrBuilder()
public InspectConfigOrBuilder getInspectConfigOrBuilder ()
A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in DataProfileJobConfig
.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Returns
hasDataProfileJob()
public boolean hasDataProfileJob ()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
Returns
Type Description boolean Whether the dataProfileJob field is set.
hasInspectConfig()
public boolean hasInspectConfig ()
A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in DataProfileJobConfig
.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Returns
Type Description boolean Whether the inspectConfig field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeDataProfileJob(DataProfileJobConfig value)
public DataProfileConfigSnapshot . Builder mergeDataProfileJob ( DataProfileJobConfig value )
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
Parameter
Returns
mergeFrom(DataProfileConfigSnapshot other)
public DataProfileConfigSnapshot . Builder mergeFrom ( DataProfileConfigSnapshot other )
Parameter
Returns
public DataProfileConfigSnapshot . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public DataProfileConfigSnapshot . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeInspectConfig(InspectConfig value)
public DataProfileConfigSnapshot . Builder mergeInspectConfig ( InspectConfig value )
A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in DataProfileJobConfig
.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileConfigSnapshot . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setDataProfileJob(DataProfileJobConfig value)
public DataProfileConfigSnapshot . Builder setDataProfileJob ( DataProfileJobConfig value )
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
Parameter
Returns
setDataProfileJob(DataProfileJobConfig.Builder builderForValue)
public DataProfileConfigSnapshot . Builder setDataProfileJob ( DataProfileJobConfig . Builder builderForValue )
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public DataProfileConfigSnapshot . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setInspectConfig(InspectConfig value)
public DataProfileConfigSnapshot . Builder setInspectConfig ( InspectConfig value )
A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in DataProfileJobConfig
.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Parameter
Returns
setInspectConfig(InspectConfig.Builder builderForValue)
public DataProfileConfigSnapshot . Builder setInspectConfig ( InspectConfig . Builder builderForValue )
A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in DataProfileJobConfig
.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataProfileConfigSnapshot . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileConfigSnapshot . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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-01-27 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-01-27 UTC."],[],[]]