Package com.google.privacy.dlp.v2
Class DeidentifyTemplate.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
- com.google.privacy.dlp.v2.DeidentifyTemplate.Builder
-
- All Implemented Interfaces:
DeidentifyTemplateOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- DeidentifyTemplate
public static final class DeidentifyTemplate.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder> implements DeidentifyTemplateOrBuilder
DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.
Protobuf typegoogle.privacy.dlp.v2.DeidentifyTemplate
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DeidentifyTemplate.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DeidentifyTemplatebuild()DeidentifyTemplatebuildPartial()DeidentifyTemplate.Builderclear()DeidentifyTemplate.BuilderclearCreateTime()Output only.DeidentifyTemplate.BuilderclearDeidentifyConfig()The core content of the template.DeidentifyTemplate.BuilderclearDescription()Short description (max 256 chars).DeidentifyTemplate.BuilderclearDisplayName()Display name (max 256 chars).DeidentifyTemplate.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)DeidentifyTemplate.BuilderclearName()Output only.DeidentifyTemplate.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DeidentifyTemplate.BuilderclearUpdateTime()Output only.DeidentifyTemplate.Builderclone()com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.Timestamp.BuildergetCreateTimeBuilder()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.DeidentifyTemplategetDefaultInstanceForType()DeidentifyConfiggetDeidentifyConfig()The core content of the template.DeidentifyConfig.BuildergetDeidentifyConfigBuilder()The core content of the template.DeidentifyConfigOrBuildergetDeidentifyConfigOrBuilder()The core content of the template.StringgetDescription()Short description (max 256 chars).com.google.protobuf.ByteStringgetDescriptionBytes()Short description (max 256 chars).static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetDisplayName()Display name (max 256 chars).com.google.protobuf.ByteStringgetDisplayNameBytes()Display name (max 256 chars).StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.Timestamp.BuildergetUpdateTimeBuilder()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasCreateTime()Output only.booleanhasDeidentifyConfig()The core content of the template.booleanhasUpdateTime()Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()DeidentifyTemplate.BuildermergeCreateTime(com.google.protobuf.Timestamp value)Output only.DeidentifyTemplate.BuildermergeDeidentifyConfig(DeidentifyConfig value)The core content of the template.DeidentifyTemplate.BuildermergeFrom(DeidentifyTemplate other)DeidentifyTemplate.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DeidentifyTemplate.BuildermergeFrom(com.google.protobuf.Message other)DeidentifyTemplate.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DeidentifyTemplate.BuildermergeUpdateTime(com.google.protobuf.Timestamp value)Output only.DeidentifyTemplate.BuildersetCreateTime(com.google.protobuf.Timestamp value)Output only.DeidentifyTemplate.BuildersetCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.DeidentifyTemplate.BuildersetDeidentifyConfig(DeidentifyConfig value)The core content of the template.DeidentifyTemplate.BuildersetDeidentifyConfig(DeidentifyConfig.Builder builderForValue)The core content of the template.DeidentifyTemplate.BuildersetDescription(String value)Short description (max 256 chars).DeidentifyTemplate.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)Short description (max 256 chars).DeidentifyTemplate.BuildersetDisplayName(String value)Display name (max 256 chars).DeidentifyTemplate.BuildersetDisplayNameBytes(com.google.protobuf.ByteString value)Display name (max 256 chars).DeidentifyTemplate.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DeidentifyTemplate.BuildersetName(String value)Output only.DeidentifyTemplate.BuildersetNameBytes(com.google.protobuf.ByteString value)Output only.DeidentifyTemplate.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)DeidentifyTemplate.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DeidentifyTemplate.BuildersetUpdateTime(com.google.protobuf.Timestamp value)Output only.DeidentifyTemplate.BuildersetUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
clear
public DeidentifyTemplate.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
getDefaultInstanceForType
public DeidentifyTemplate getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public DeidentifyTemplate build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DeidentifyTemplate buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DeidentifyTemplate.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
setField
public DeidentifyTemplate.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
clearField
public DeidentifyTemplate.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
clearOneof
public DeidentifyTemplate.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
setRepeatedField
public DeidentifyTemplate.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
addRepeatedField
public DeidentifyTemplate.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
mergeFrom
public DeidentifyTemplate.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DeidentifyTemplate.Builder>
-
mergeFrom
public DeidentifyTemplate.Builder mergeFrom(DeidentifyTemplate other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
mergeFrom
public DeidentifyTemplate.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DeidentifyTemplate.Builder>- Throws:
IOException
-
getName
public String getName()
Output only. The template name. The template will have one of the following formats: `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID` OR `organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNamein interfaceDeidentifyTemplateOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The template name. The template will have one of the following formats: `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID` OR `organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNameBytesin interfaceDeidentifyTemplateOrBuilder- Returns:
- The bytes for name.
-
setName
public DeidentifyTemplate.Builder setName(String value)
Output only. The template name. The template will have one of the following formats: `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID` OR `organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public DeidentifyTemplate.Builder clearName()
Output only. The template name. The template will have one of the following formats: `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID` OR `organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setNameBytes
public DeidentifyTemplate.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The template name. The template will have one of the following formats: `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID` OR `organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getDisplayName
public String getDisplayName()
Display name (max 256 chars).
string display_name = 2;- Specified by:
getDisplayNamein interfaceDeidentifyTemplateOrBuilder- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
Display name (max 256 chars).
string display_name = 2;- Specified by:
getDisplayNameBytesin interfaceDeidentifyTemplateOrBuilder- Returns:
- The bytes for displayName.
-
setDisplayName
public DeidentifyTemplate.Builder setDisplayName(String value)
Display name (max 256 chars).
string display_name = 2;- Parameters:
value- The displayName to set.- Returns:
- This builder for chaining.
-
clearDisplayName
public DeidentifyTemplate.Builder clearDisplayName()
Display name (max 256 chars).
string display_name = 2;- Returns:
- This builder for chaining.
-
setDisplayNameBytes
public DeidentifyTemplate.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
Display name (max 256 chars).
string display_name = 2;- Parameters:
value- The bytes for displayName to set.- Returns:
- This builder for chaining.
-
getDescription
public String getDescription()
Short description (max 256 chars).
string description = 3;- Specified by:
getDescriptionin interfaceDeidentifyTemplateOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
Short description (max 256 chars).
string description = 3;- Specified by:
getDescriptionBytesin interfaceDeidentifyTemplateOrBuilder- Returns:
- The bytes for description.
-
setDescription
public DeidentifyTemplate.Builder setDescription(String value)
Short description (max 256 chars).
string description = 3;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
public DeidentifyTemplate.Builder clearDescription()
Short description (max 256 chars).
string description = 3;- Returns:
- This builder for chaining.
-
setDescriptionBytes
public DeidentifyTemplate.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
Short description (max 256 chars).
string description = 3;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
hasCreateTime
public boolean hasCreateTime()
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCreateTimein interfaceDeidentifyTemplateOrBuilder- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreateTimein interfaceDeidentifyTemplateOrBuilder- Returns:
- The createTime.
-
setCreateTime
public DeidentifyTemplate.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setCreateTime
public DeidentifyTemplate.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeCreateTime
public DeidentifyTemplate.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearCreateTime
public DeidentifyTemplate.Builder clearCreateTime()
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreateTimeOrBuilderin interfaceDeidentifyTemplateOrBuilder
-
hasUpdateTime
public boolean hasUpdateTime()
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasUpdateTimein interfaceDeidentifyTemplateOrBuilder- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUpdateTimein interfaceDeidentifyTemplateOrBuilder- Returns:
- The updateTime.
-
setUpdateTime
public DeidentifyTemplate.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setUpdateTime
public DeidentifyTemplate.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeUpdateTime
public DeidentifyTemplate.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearUpdateTime
public DeidentifyTemplate.Builder clearUpdateTime()
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getUpdateTimeBuilder
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUpdateTimeOrBuilderin interfaceDeidentifyTemplateOrBuilder
-
hasDeidentifyConfig
public boolean hasDeidentifyConfig()
The core content of the template.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;- Specified by:
hasDeidentifyConfigin interfaceDeidentifyTemplateOrBuilder- Returns:
- Whether the deidentifyConfig field is set.
-
getDeidentifyConfig
public DeidentifyConfig getDeidentifyConfig()
The core content of the template.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;- Specified by:
getDeidentifyConfigin interfaceDeidentifyTemplateOrBuilder- Returns:
- The deidentifyConfig.
-
setDeidentifyConfig
public DeidentifyTemplate.Builder setDeidentifyConfig(DeidentifyConfig value)
The core content of the template.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;
-
setDeidentifyConfig
public DeidentifyTemplate.Builder setDeidentifyConfig(DeidentifyConfig.Builder builderForValue)
The core content of the template.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;
-
mergeDeidentifyConfig
public DeidentifyTemplate.Builder mergeDeidentifyConfig(DeidentifyConfig value)
The core content of the template.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;
-
clearDeidentifyConfig
public DeidentifyTemplate.Builder clearDeidentifyConfig()
The core content of the template.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;
-
getDeidentifyConfigBuilder
public DeidentifyConfig.Builder getDeidentifyConfigBuilder()
The core content of the template.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;
-
getDeidentifyConfigOrBuilder
public DeidentifyConfigOrBuilder getDeidentifyConfigOrBuilder()
The core content of the template.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;- Specified by:
getDeidentifyConfigOrBuilderin interfaceDeidentifyTemplateOrBuilder
-
setUnknownFields
public final DeidentifyTemplate.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
mergeUnknownFields
public final DeidentifyTemplate.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyTemplate.Builder>
-
-