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