Package com.google.privacy.dlp.v2
Class DeidentifyContentRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
- com.google.privacy.dlp.v2.DeidentifyContentRequest.Builder
-
- All Implemented Interfaces:
DeidentifyContentRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- DeidentifyContentRequest
public static final class DeidentifyContentRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder> implements DeidentifyContentRequestOrBuilder
Request to de-identify a ContentItem.
Protobuf typegoogle.privacy.dlp.v2.DeidentifyContentRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DeidentifyContentRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DeidentifyContentRequest
build()
DeidentifyContentRequest
buildPartial()
DeidentifyContentRequest.Builder
clear()
DeidentifyContentRequest.Builder
clearDeidentifyConfig()
Configuration for the de-identification of the content item.DeidentifyContentRequest.Builder
clearDeidentifyTemplateName()
Template to use.DeidentifyContentRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DeidentifyContentRequest.Builder
clearInspectConfig()
Configuration for the inspector.DeidentifyContentRequest.Builder
clearInspectTemplateName()
Template to use.DeidentifyContentRequest.Builder
clearItem()
The item to de-identify.DeidentifyContentRequest.Builder
clearLocationId()
Deprecated.DeidentifyContentRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DeidentifyContentRequest.Builder
clearParent()
Parent resource name.DeidentifyContentRequest.Builder
clone()
DeidentifyContentRequest
getDefaultInstanceForType()
DeidentifyConfig
getDeidentifyConfig()
Configuration for the de-identification of the content item.DeidentifyConfig.Builder
getDeidentifyConfigBuilder()
Configuration for the de-identification of the content item.DeidentifyConfigOrBuilder
getDeidentifyConfigOrBuilder()
Configuration for the de-identification of the content item.String
getDeidentifyTemplateName()
Template to use.com.google.protobuf.ByteString
getDeidentifyTemplateNameBytes()
Template to use.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
InspectConfig
getInspectConfig()
Configuration for the inspector.InspectConfig.Builder
getInspectConfigBuilder()
Configuration for the inspector.InspectConfigOrBuilder
getInspectConfigOrBuilder()
Configuration for the inspector.String
getInspectTemplateName()
Template to use.com.google.protobuf.ByteString
getInspectTemplateNameBytes()
Template to use.ContentItem
getItem()
The item to de-identify.ContentItem.Builder
getItemBuilder()
The item to de-identify.ContentItemOrBuilder
getItemOrBuilder()
The item to de-identify.String
getLocationId()
Deprecated.com.google.protobuf.ByteString
getLocationIdBytes()
Deprecated.String
getParent()
Parent resource name.com.google.protobuf.ByteString
getParentBytes()
Parent resource name.boolean
hasDeidentifyConfig()
Configuration for the de-identification of the content item.boolean
hasInspectConfig()
Configuration for the inspector.boolean
hasItem()
The item to de-identify.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
DeidentifyContentRequest.Builder
mergeDeidentifyConfig(DeidentifyConfig value)
Configuration for the de-identification of the content item.DeidentifyContentRequest.Builder
mergeFrom(DeidentifyContentRequest other)
DeidentifyContentRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeidentifyContentRequest.Builder
mergeFrom(com.google.protobuf.Message other)
DeidentifyContentRequest.Builder
mergeInspectConfig(InspectConfig value)
Configuration for the inspector.DeidentifyContentRequest.Builder
mergeItem(ContentItem value)
The item to de-identify.DeidentifyContentRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DeidentifyContentRequest.Builder
setDeidentifyConfig(DeidentifyConfig value)
Configuration for the de-identification of the content item.DeidentifyContentRequest.Builder
setDeidentifyConfig(DeidentifyConfig.Builder builderForValue)
Configuration for the de-identification of the content item.DeidentifyContentRequest.Builder
setDeidentifyTemplateName(String value)
Template to use.DeidentifyContentRequest.Builder
setDeidentifyTemplateNameBytes(com.google.protobuf.ByteString value)
Template to use.DeidentifyContentRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DeidentifyContentRequest.Builder
setInspectConfig(InspectConfig value)
Configuration for the inspector.DeidentifyContentRequest.Builder
setInspectConfig(InspectConfig.Builder builderForValue)
Configuration for the inspector.DeidentifyContentRequest.Builder
setInspectTemplateName(String value)
Template to use.DeidentifyContentRequest.Builder
setInspectTemplateNameBytes(com.google.protobuf.ByteString value)
Template to use.DeidentifyContentRequest.Builder
setItem(ContentItem value)
The item to de-identify.DeidentifyContentRequest.Builder
setItem(ContentItem.Builder builderForValue)
The item to de-identify.DeidentifyContentRequest.Builder
setLocationId(String value)
Deprecated.DeidentifyContentRequest.Builder
setLocationIdBytes(com.google.protobuf.ByteString value)
Deprecated.DeidentifyContentRequest.Builder
setParent(String value)
Parent resource name.DeidentifyContentRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Parent resource name.DeidentifyContentRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
DeidentifyContentRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
clear
public DeidentifyContentRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
getDefaultInstanceForType
public DeidentifyContentRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public DeidentifyContentRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DeidentifyContentRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DeidentifyContentRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
setField
public DeidentifyContentRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
clearField
public DeidentifyContentRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
clearOneof
public DeidentifyContentRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
setRepeatedField
public DeidentifyContentRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
addRepeatedField
public DeidentifyContentRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
mergeFrom
public DeidentifyContentRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DeidentifyContentRequest.Builder>
-
mergeFrom
public DeidentifyContentRequest.Builder mergeFrom(DeidentifyContentRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
mergeFrom
public DeidentifyContentRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DeidentifyContentRequest.Builder>
- Throws:
IOException
-
getParent
public String getParent()
Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/dlp/docs/specifying-location): + Projects scope, location specified:<br/> `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + Projects scope, no location specified (defaults to global):<br/> `projects/`<var>PROJECT_ID</var> The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.resource_reference) = { ... }
- Specified by:
getParent
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/dlp/docs/specifying-location): + Projects scope, location specified:<br/> `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + Projects scope, no location specified (defaults to global):<br/> `projects/`<var>PROJECT_ID</var> The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.resource_reference) = { ... }
- Specified by:
getParentBytes
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
public DeidentifyContentRequest.Builder setParent(String value)
Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/dlp/docs/specifying-location): + Projects scope, location specified:<br/> `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + Projects scope, no location specified (defaults to global):<br/> `projects/`<var>PROJECT_ID</var> The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.resource_reference) = { ... }
- Parameters:
value
- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public DeidentifyContentRequest.Builder clearParent()
Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/dlp/docs/specifying-location): + Projects scope, location specified:<br/> `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + Projects scope, no location specified (defaults to global):<br/> `projects/`<var>PROJECT_ID</var> The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- This builder for chaining.
-
setParentBytes
public DeidentifyContentRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/dlp/docs/specifying-location): + Projects scope, location specified:<br/> `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var> + Projects scope, no location specified (defaults to global):<br/> `projects/`<var>PROJECT_ID</var> The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.resource_reference) = { ... }
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
hasDeidentifyConfig
public boolean hasDeidentifyConfig()
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;
- Specified by:
hasDeidentifyConfig
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- Whether the deidentifyConfig field is set.
-
getDeidentifyConfig
public DeidentifyConfig getDeidentifyConfig()
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;
- Specified by:
getDeidentifyConfig
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The deidentifyConfig.
-
setDeidentifyConfig
public DeidentifyContentRequest.Builder setDeidentifyConfig(DeidentifyConfig value)
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;
-
setDeidentifyConfig
public DeidentifyContentRequest.Builder setDeidentifyConfig(DeidentifyConfig.Builder builderForValue)
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;
-
mergeDeidentifyConfig
public DeidentifyContentRequest.Builder mergeDeidentifyConfig(DeidentifyConfig value)
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;
-
clearDeidentifyConfig
public DeidentifyContentRequest.Builder clearDeidentifyConfig()
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;
-
getDeidentifyConfigBuilder
public DeidentifyConfig.Builder getDeidentifyConfigBuilder()
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;
-
getDeidentifyConfigOrBuilder
public DeidentifyConfigOrBuilder getDeidentifyConfigOrBuilder()
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;
- Specified by:
getDeidentifyConfigOrBuilder
in interfaceDeidentifyContentRequestOrBuilder
-
hasInspectConfig
public boolean hasInspectConfig()
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
- Specified by:
hasInspectConfig
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- Whether the inspectConfig field is set.
-
getInspectConfig
public InspectConfig getInspectConfig()
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
- Specified by:
getInspectConfig
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The inspectConfig.
-
setInspectConfig
public DeidentifyContentRequest.Builder setInspectConfig(InspectConfig value)
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
-
setInspectConfig
public DeidentifyContentRequest.Builder setInspectConfig(InspectConfig.Builder builderForValue)
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
-
mergeInspectConfig
public DeidentifyContentRequest.Builder mergeInspectConfig(InspectConfig value)
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
-
clearInspectConfig
public DeidentifyContentRequest.Builder clearInspectConfig()
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
-
getInspectConfigBuilder
public InspectConfig.Builder getInspectConfigBuilder()
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
-
getInspectConfigOrBuilder
public InspectConfigOrBuilder getInspectConfigOrBuilder()
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
- Specified by:
getInspectConfigOrBuilder
in interfaceDeidentifyContentRequestOrBuilder
-
hasItem
public boolean hasItem()
The item to de-identify. Will be treated as text. This value must be of type [Table][google.privacy.dlp.v2.Table] if your [deidentify_config][google.privacy.dlp.v2.DeidentifyContentRequest.deidentify_config] is a [RecordTransformations][google.privacy.dlp.v2.RecordTransformations] object.
.google.privacy.dlp.v2.ContentItem item = 4;
- Specified by:
hasItem
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- Whether the item field is set.
-
getItem
public ContentItem getItem()
The item to de-identify. Will be treated as text. This value must be of type [Table][google.privacy.dlp.v2.Table] if your [deidentify_config][google.privacy.dlp.v2.DeidentifyContentRequest.deidentify_config] is a [RecordTransformations][google.privacy.dlp.v2.RecordTransformations] object.
.google.privacy.dlp.v2.ContentItem item = 4;
- Specified by:
getItem
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The item.
-
setItem
public DeidentifyContentRequest.Builder setItem(ContentItem value)
The item to de-identify. Will be treated as text. This value must be of type [Table][google.privacy.dlp.v2.Table] if your [deidentify_config][google.privacy.dlp.v2.DeidentifyContentRequest.deidentify_config] is a [RecordTransformations][google.privacy.dlp.v2.RecordTransformations] object.
.google.privacy.dlp.v2.ContentItem item = 4;
-
setItem
public DeidentifyContentRequest.Builder setItem(ContentItem.Builder builderForValue)
The item to de-identify. Will be treated as text. This value must be of type [Table][google.privacy.dlp.v2.Table] if your [deidentify_config][google.privacy.dlp.v2.DeidentifyContentRequest.deidentify_config] is a [RecordTransformations][google.privacy.dlp.v2.RecordTransformations] object.
.google.privacy.dlp.v2.ContentItem item = 4;
-
mergeItem
public DeidentifyContentRequest.Builder mergeItem(ContentItem value)
The item to de-identify. Will be treated as text. This value must be of type [Table][google.privacy.dlp.v2.Table] if your [deidentify_config][google.privacy.dlp.v2.DeidentifyContentRequest.deidentify_config] is a [RecordTransformations][google.privacy.dlp.v2.RecordTransformations] object.
.google.privacy.dlp.v2.ContentItem item = 4;
-
clearItem
public DeidentifyContentRequest.Builder clearItem()
The item to de-identify. Will be treated as text. This value must be of type [Table][google.privacy.dlp.v2.Table] if your [deidentify_config][google.privacy.dlp.v2.DeidentifyContentRequest.deidentify_config] is a [RecordTransformations][google.privacy.dlp.v2.RecordTransformations] object.
.google.privacy.dlp.v2.ContentItem item = 4;
-
getItemBuilder
public ContentItem.Builder getItemBuilder()
The item to de-identify. Will be treated as text. This value must be of type [Table][google.privacy.dlp.v2.Table] if your [deidentify_config][google.privacy.dlp.v2.DeidentifyContentRequest.deidentify_config] is a [RecordTransformations][google.privacy.dlp.v2.RecordTransformations] object.
.google.privacy.dlp.v2.ContentItem item = 4;
-
getItemOrBuilder
public ContentItemOrBuilder getItemOrBuilder()
The item to de-identify. Will be treated as text. This value must be of type [Table][google.privacy.dlp.v2.Table] if your [deidentify_config][google.privacy.dlp.v2.DeidentifyContentRequest.deidentify_config] is a [RecordTransformations][google.privacy.dlp.v2.RecordTransformations] object.
.google.privacy.dlp.v2.ContentItem item = 4;
- Specified by:
getItemOrBuilder
in interfaceDeidentifyContentRequestOrBuilder
-
getInspectTemplateName
public String getInspectTemplateName()
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;
- Specified by:
getInspectTemplateName
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The inspectTemplateName.
-
getInspectTemplateNameBytes
public com.google.protobuf.ByteString getInspectTemplateNameBytes()
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;
- Specified by:
getInspectTemplateNameBytes
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The bytes for inspectTemplateName.
-
setInspectTemplateName
public DeidentifyContentRequest.Builder setInspectTemplateName(String value)
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;
- Parameters:
value
- The inspectTemplateName to set.- Returns:
- This builder for chaining.
-
clearInspectTemplateName
public DeidentifyContentRequest.Builder clearInspectTemplateName()
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;
- Returns:
- This builder for chaining.
-
setInspectTemplateNameBytes
public DeidentifyContentRequest.Builder setInspectTemplateNameBytes(com.google.protobuf.ByteString value)
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;
- Parameters:
value
- The bytes for inspectTemplateName to set.- Returns:
- This builder for chaining.
-
getDeidentifyTemplateName
public String getDeidentifyTemplateName()
Template to use. Any configuration directly specified in deidentify_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 deidentify_template_name = 6;
- Specified by:
getDeidentifyTemplateName
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The deidentifyTemplateName.
-
getDeidentifyTemplateNameBytes
public com.google.protobuf.ByteString getDeidentifyTemplateNameBytes()
Template to use. Any configuration directly specified in deidentify_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 deidentify_template_name = 6;
- Specified by:
getDeidentifyTemplateNameBytes
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The bytes for deidentifyTemplateName.
-
setDeidentifyTemplateName
public DeidentifyContentRequest.Builder setDeidentifyTemplateName(String value)
Template to use. Any configuration directly specified in deidentify_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 deidentify_template_name = 6;
- Parameters:
value
- The deidentifyTemplateName to set.- Returns:
- This builder for chaining.
-
clearDeidentifyTemplateName
public DeidentifyContentRequest.Builder clearDeidentifyTemplateName()
Template to use. Any configuration directly specified in deidentify_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 deidentify_template_name = 6;
- Returns:
- This builder for chaining.
-
setDeidentifyTemplateNameBytes
public DeidentifyContentRequest.Builder setDeidentifyTemplateNameBytes(com.google.protobuf.ByteString value)
Template to use. Any configuration directly specified in deidentify_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 deidentify_template_name = 6;
- Parameters:
value
- The bytes for deidentifyTemplateName to set.- Returns:
- This builder for chaining.
-
getLocationId
public String getLocationId()
Deprecated. This field has no effect.
string location_id = 7;
- Specified by:
getLocationId
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The locationId.
-
getLocationIdBytes
public com.google.protobuf.ByteString getLocationIdBytes()
Deprecated. This field has no effect.
string location_id = 7;
- Specified by:
getLocationIdBytes
in interfaceDeidentifyContentRequestOrBuilder
- Returns:
- The bytes for locationId.
-
setLocationId
public DeidentifyContentRequest.Builder setLocationId(String value)
Deprecated. This field has no effect.
string location_id = 7;
- Parameters:
value
- The locationId to set.- Returns:
- This builder for chaining.
-
clearLocationId
public DeidentifyContentRequest.Builder clearLocationId()
Deprecated. This field has no effect.
string location_id = 7;
- Returns:
- This builder for chaining.
-
setLocationIdBytes
public DeidentifyContentRequest.Builder setLocationIdBytes(com.google.protobuf.ByteString value)
Deprecated. This field has no effect.
string location_id = 7;
- Parameters:
value
- The bytes for locationId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final DeidentifyContentRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
mergeUnknownFields
public final DeidentifyContentRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
-
-