public static final class ReidentifyContentRequest.Builder extends GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder> implements ReidentifyContentRequestOrBuilder
Request to re-identify an item.Protobuf type
google.privacy.dlp.v2beta2.ReidentifyContentRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public ReidentifyContentRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public ReidentifyContentRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ReidentifyContentRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ReidentifyContentRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ReidentifyContentRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public ReidentifyContentRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public ReidentifyContentRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public ReidentifyContentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public ReidentifyContentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public ReidentifyContentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public ReidentifyContentRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ReidentifyContentRequest.Builder>public ReidentifyContentRequest.Builder mergeFrom(ReidentifyContentRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public ReidentifyContentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ReidentifyContentRequest.Builder>java.io.IOExceptionpublic java.lang.String getParent()
The parent resource name.
string parent = 1;getParent in interface ReidentifyContentRequestOrBuilderpublic ByteString getParentBytes()
The parent resource name.
string parent = 1;getParentBytes in interface ReidentifyContentRequestOrBuilderpublic ReidentifyContentRequest.Builder setParent(java.lang.String value)
The parent resource name.
string parent = 1;public ReidentifyContentRequest.Builder clearParent()
The parent resource name.
string parent = 1;public ReidentifyContentRequest.Builder setParentBytes(ByteString value)
The parent resource name.
string parent = 1;public boolean hasReidentifyConfig()
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2beta2.DeidentifyConfig reidentify_config = 2;hasReidentifyConfig in interface ReidentifyContentRequestOrBuilderpublic DeidentifyConfig getReidentifyConfig()
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2beta2.DeidentifyConfig reidentify_config = 2;getReidentifyConfig in interface ReidentifyContentRequestOrBuilderpublic ReidentifyContentRequest.Builder setReidentifyConfig(DeidentifyConfig value)
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2beta2.DeidentifyConfig reidentify_config = 2;public ReidentifyContentRequest.Builder setReidentifyConfig(DeidentifyConfig.Builder builderForValue)
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2beta2.DeidentifyConfig reidentify_config = 2;public ReidentifyContentRequest.Builder mergeReidentifyConfig(DeidentifyConfig value)
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2beta2.DeidentifyConfig reidentify_config = 2;public ReidentifyContentRequest.Builder clearReidentifyConfig()
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2beta2.DeidentifyConfig reidentify_config = 2;public DeidentifyConfig.Builder getReidentifyConfigBuilder()
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2beta2.DeidentifyConfig reidentify_config = 2;public DeidentifyConfigOrBuilder getReidentifyConfigOrBuilder()
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2beta2.DeidentifyConfig reidentify_config = 2;getReidentifyConfigOrBuilder in interface ReidentifyContentRequestOrBuilderpublic boolean hasInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;hasInspectConfig in interface ReidentifyContentRequestOrBuilderpublic InspectConfig getInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;getInspectConfig in interface ReidentifyContentRequestOrBuilderpublic ReidentifyContentRequest.Builder setInspectConfig(InspectConfig value)
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;public ReidentifyContentRequest.Builder setInspectConfig(InspectConfig.Builder builderForValue)
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;public ReidentifyContentRequest.Builder mergeInspectConfig(InspectConfig value)
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;public ReidentifyContentRequest.Builder clearInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;public InspectConfig.Builder getInspectConfigBuilder()
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;public InspectConfigOrBuilder getInspectConfigOrBuilder()
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;getInspectConfigOrBuilder in interface ReidentifyContentRequestOrBuilderpublic boolean hasItem()
The item to re-identify. Will be treated as text.
.google.privacy.dlp.v2beta2.ContentItem item = 4;hasItem in interface ReidentifyContentRequestOrBuilderpublic ContentItem getItem()
The item to re-identify. Will be treated as text.
.google.privacy.dlp.v2beta2.ContentItem item = 4;getItem in interface ReidentifyContentRequestOrBuilderpublic ReidentifyContentRequest.Builder setItem(ContentItem value)
The item to re-identify. Will be treated as text.
.google.privacy.dlp.v2beta2.ContentItem item = 4;public ReidentifyContentRequest.Builder setItem(ContentItem.Builder builderForValue)
The item to re-identify. Will be treated as text.
.google.privacy.dlp.v2beta2.ContentItem item = 4;public ReidentifyContentRequest.Builder mergeItem(ContentItem value)
The item to re-identify. Will be treated as text.
.google.privacy.dlp.v2beta2.ContentItem item = 4;public ReidentifyContentRequest.Builder clearItem()
The item to re-identify. Will be treated as text.
.google.privacy.dlp.v2beta2.ContentItem item = 4;public ContentItem.Builder getItemBuilder()
The item to re-identify. Will be treated as text.
.google.privacy.dlp.v2beta2.ContentItem item = 4;public ContentItemOrBuilder getItemOrBuilder()
The item to re-identify. Will be treated as text.
.google.privacy.dlp.v2beta2.ContentItem item = 4;getItemOrBuilder in interface ReidentifyContentRequestOrBuilderpublic java.lang.String getInspectTemplateName()
Optional template to use. Any configuration directly specified in `inspect_config` will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string inspect_template_name = 5;getInspectTemplateName in interface ReidentifyContentRequestOrBuilderpublic ByteString getInspectTemplateNameBytes()
Optional template to use. Any configuration directly specified in `inspect_config` will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string inspect_template_name = 5;getInspectTemplateNameBytes in interface ReidentifyContentRequestOrBuilderpublic ReidentifyContentRequest.Builder setInspectTemplateName(java.lang.String value)
Optional template to use. Any configuration directly specified in `inspect_config` will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string inspect_template_name = 5;public ReidentifyContentRequest.Builder clearInspectTemplateName()
Optional template to use. Any configuration directly specified in `inspect_config` will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string inspect_template_name = 5;public ReidentifyContentRequest.Builder setInspectTemplateNameBytes(ByteString value)
Optional template to use. Any configuration directly specified in `inspect_config` will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string inspect_template_name = 5;public java.lang.String getReidentifyTemplateName()
Optional template to use. References an instance of `DeidentifyTemplate`. Any configuration directly specified in `reidentify_config` or `inspect_config` will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string reidentify_template_name = 6;getReidentifyTemplateName in interface ReidentifyContentRequestOrBuilderpublic ByteString getReidentifyTemplateNameBytes()
Optional template to use. References an instance of `DeidentifyTemplate`. Any configuration directly specified in `reidentify_config` or `inspect_config` will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string reidentify_template_name = 6;getReidentifyTemplateNameBytes in interface ReidentifyContentRequestOrBuilderpublic ReidentifyContentRequest.Builder setReidentifyTemplateName(java.lang.String value)
Optional template to use. References an instance of `DeidentifyTemplate`. Any configuration directly specified in `reidentify_config` or `inspect_config` will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string reidentify_template_name = 6;public ReidentifyContentRequest.Builder clearReidentifyTemplateName()
Optional template to use. References an instance of `DeidentifyTemplate`. Any configuration directly specified in `reidentify_config` or `inspect_config` will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string reidentify_template_name = 6;public ReidentifyContentRequest.Builder setReidentifyTemplateNameBytes(ByteString value)
Optional template to use. References an instance of `DeidentifyTemplate`. Any configuration directly specified in `reidentify_config` or `inspect_config` will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string reidentify_template_name = 6;public final ReidentifyContentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>public final ReidentifyContentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>