Class DeidentifyContentRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
      • getDefaultInstanceForType

        public DeidentifyContentRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public DeidentifyContentRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public DeidentifyContentRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public DeidentifyContentRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
      • addRepeatedField

        public DeidentifyContentRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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 interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.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 interface DeidentifyContentRequestOrBuilder
        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 interface DeidentifyContentRequestOrBuilder
        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 interface DeidentifyContentRequestOrBuilder
        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 interface DeidentifyContentRequestOrBuilder
        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;
      • 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 interface DeidentifyContentRequestOrBuilder
        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 interface DeidentifyContentRequestOrBuilder
        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;
      • 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 interface DeidentifyContentRequestOrBuilder
        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 interface DeidentifyContentRequestOrBuilder
        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 interface DeidentifyContentRequestOrBuilder
      • 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 interface DeidentifyContentRequestOrBuilder
        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 interface DeidentifyContentRequestOrBuilder
        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 interface DeidentifyContentRequestOrBuilder
        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 interface DeidentifyContentRequestOrBuilder
        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.
      • getLocationIdBytes

        public com.google.protobuf.ByteString getLocationIdBytes()
         Deprecated. This field has no effect.
         
        string location_id = 7;
        Specified by:
        getLocationIdBytes in interface DeidentifyContentRequestOrBuilder
        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 interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>
      • mergeUnknownFields

        public final DeidentifyContentRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentRequest.Builder>