Class ReidentifyContentRequest.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<ReidentifyContentRequest.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<ReidentifyContentRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public ReidentifyContentRequest.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<ReidentifyContentRequest.Builder>
      • addRepeatedField

        public ReidentifyContentRequest.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<ReidentifyContentRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ReidentifyContentRequest.Builder>
      • mergeFrom

        public ReidentifyContentRequest.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<ReidentifyContentRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. 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.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ReidentifyContentRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. 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.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ReidentifyContentRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ReidentifyContentRequest.Builder setParent​(String value)
         Required. 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.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ReidentifyContentRequest.Builder clearParent()
         Required. 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.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ReidentifyContentRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. 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.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasReidentifyConfig

        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:
        
          - `CryptoDeterministicConfig`
          - `CryptoReplaceFfxFpeConfig`
         
        .google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
        Specified by:
        hasReidentifyConfig in interface ReidentifyContentRequestOrBuilder
        Returns:
        Whether the reidentifyConfig field is set.
      • getReidentifyConfig

        public 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:
        
          - `CryptoDeterministicConfig`
          - `CryptoReplaceFfxFpeConfig`
         
        .google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
        Specified by:
        getReidentifyConfig in interface ReidentifyContentRequestOrBuilder
        Returns:
        The reidentifyConfig.
      • setReidentifyConfig

        public 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:
        
          - `CryptoDeterministicConfig`
          - `CryptoReplaceFfxFpeConfig`
         
        .google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
      • setReidentifyConfig

        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:
        
          - `CryptoDeterministicConfig`
          - `CryptoReplaceFfxFpeConfig`
         
        .google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
      • mergeReidentifyConfig

        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:
        
          - `CryptoDeterministicConfig`
          - `CryptoReplaceFfxFpeConfig`
         
        .google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
      • clearReidentifyConfig

        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:
        
          - `CryptoDeterministicConfig`
          - `CryptoReplaceFfxFpeConfig`
         
        .google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
      • getReidentifyConfigBuilder

        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:
        
          - `CryptoDeterministicConfig`
          - `CryptoReplaceFfxFpeConfig`
         
        .google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
      • getReidentifyConfigOrBuilder

        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:
        
          - `CryptoDeterministicConfig`
          - `CryptoReplaceFfxFpeConfig`
         
        .google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
        Specified by:
        getReidentifyConfigOrBuilder in interface ReidentifyContentRequestOrBuilder
      • hasInspectConfig

        public boolean hasInspectConfig()
         Configuration for the inspector.
         
        .google.privacy.dlp.v2.InspectConfig inspect_config = 3;
        Specified by:
        hasInspectConfig in interface ReidentifyContentRequestOrBuilder
        Returns:
        Whether the inspectConfig field is set.
      • clearInspectConfig

        public ReidentifyContentRequest.Builder clearInspectConfig()
         Configuration for the inspector.
         
        .google.privacy.dlp.v2.InspectConfig inspect_config = 3;
      • getInspectConfigBuilder

        public InspectConfig.Builder getInspectConfigBuilder()
         Configuration for the inspector.
         
        .google.privacy.dlp.v2.InspectConfig inspect_config = 3;
      • hasItem

        public boolean hasItem()
         The item to re-identify. Will be treated as text.
         
        .google.privacy.dlp.v2.ContentItem item = 4;
        Specified by:
        hasItem in interface ReidentifyContentRequestOrBuilder
        Returns:
        Whether the item field is set.
      • clearItem

        public ReidentifyContentRequest.Builder clearItem()
         The item to re-identify. Will be treated as text.
         
        .google.privacy.dlp.v2.ContentItem item = 4;
      • getItemBuilder

        public ContentItem.Builder getItemBuilder()
         The item to re-identify. Will be treated as text.
         
        .google.privacy.dlp.v2.ContentItem item = 4;
      • 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 ReidentifyContentRequestOrBuilder
        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 ReidentifyContentRequestOrBuilder
        Returns:
        The bytes for inspectTemplateName.
      • setInspectTemplateName

        public ReidentifyContentRequest.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 ReidentifyContentRequest.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 ReidentifyContentRequest.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.
      • getReidentifyTemplateName

        public String getReidentifyTemplateName()
         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. The
         `DeidentifyTemplate` used must include only reversible transformations.
         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;
        Specified by:
        getReidentifyTemplateName in interface ReidentifyContentRequestOrBuilder
        Returns:
        The reidentifyTemplateName.
      • getReidentifyTemplateNameBytes

        public com.google.protobuf.ByteString getReidentifyTemplateNameBytes()
         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. The
         `DeidentifyTemplate` used must include only reversible transformations.
         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;
        Specified by:
        getReidentifyTemplateNameBytes in interface ReidentifyContentRequestOrBuilder
        Returns:
        The bytes for reidentifyTemplateName.
      • setReidentifyTemplateName

        public ReidentifyContentRequest.Builder setReidentifyTemplateName​(String value)
         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. The
         `DeidentifyTemplate` used must include only reversible transformations.
         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;
        Parameters:
        value - The reidentifyTemplateName to set.
        Returns:
        This builder for chaining.
      • clearReidentifyTemplateName

        public ReidentifyContentRequest.Builder clearReidentifyTemplateName()
         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. The
         `DeidentifyTemplate` used must include only reversible transformations.
         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;
        Returns:
        This builder for chaining.
      • setReidentifyTemplateNameBytes

        public ReidentifyContentRequest.Builder setReidentifyTemplateNameBytes​(com.google.protobuf.ByteString value)
         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. The
         `DeidentifyTemplate` used must include only reversible transformations.
         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;
        Parameters:
        value - The bytes for reidentifyTemplateName 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 ReidentifyContentRequestOrBuilder
        Returns:
        The bytes for locationId.
      • setLocationId

        public ReidentifyContentRequest.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 ReidentifyContentRequest.Builder clearLocationId()
         Deprecated. This field has no effect.
         
        string location_id = 7;
        Returns:
        This builder for chaining.
      • setLocationIdBytes

        public ReidentifyContentRequest.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 ReidentifyContentRequest.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<ReidentifyContentRequest.Builder>
      • mergeUnknownFields

        public final ReidentifyContentRequest.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<ReidentifyContentRequest.Builder>