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

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

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

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

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

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

        public String getParent()
         Required. Parent resource name.
        
         The format of this value varies depending on the scope of the request
         (project or organization) and 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>
         + Organizations scope, location specified:<br/>
           `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
         + Organizations scope, no location specified (defaults to global):<br/>
           `organizations/`<var>ORG_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 CreateInspectTemplateRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. Parent resource name.
        
         The format of this value varies depending on the scope of the request
         (project or organization) and 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>
         + Organizations scope, location specified:<br/>
           `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
         + Organizations scope, no location specified (defaults to global):<br/>
           `organizations/`<var>ORG_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 CreateInspectTemplateRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateInspectTemplateRequest.Builder setParent​(String value)
         Required. Parent resource name.
        
         The format of this value varies depending on the scope of the request
         (project or organization) and 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>
         + Organizations scope, location specified:<br/>
           `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
         + Organizations scope, no location specified (defaults to global):<br/>
           `organizations/`<var>ORG_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 CreateInspectTemplateRequest.Builder clearParent()
         Required. Parent resource name.
        
         The format of this value varies depending on the scope of the request
         (project or organization) and 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>
         + Organizations scope, location specified:<br/>
           `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
         + Organizations scope, no location specified (defaults to global):<br/>
           `organizations/`<var>ORG_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 CreateInspectTemplateRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. Parent resource name.
        
         The format of this value varies depending on the scope of the request
         (project or organization) and 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>
         + Organizations scope, location specified:<br/>
           `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
         + Organizations scope, no location specified (defaults to global):<br/>
           `organizations/`<var>ORG_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.
      • hasInspectTemplate

        public boolean hasInspectTemplate()
         Required. The InspectTemplate to create.
         
        .google.privacy.dlp.v2.InspectTemplate inspect_template = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasInspectTemplate in interface CreateInspectTemplateRequestOrBuilder
        Returns:
        Whether the inspectTemplate field is set.
      • setInspectTemplate

        public CreateInspectTemplateRequest.Builder setInspectTemplate​(InspectTemplate value)
         Required. The InspectTemplate to create.
         
        .google.privacy.dlp.v2.InspectTemplate inspect_template = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeInspectTemplate

        public CreateInspectTemplateRequest.Builder mergeInspectTemplate​(InspectTemplate value)
         Required. The InspectTemplate to create.
         
        .google.privacy.dlp.v2.InspectTemplate inspect_template = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearInspectTemplate

        public CreateInspectTemplateRequest.Builder clearInspectTemplate()
         Required. The InspectTemplate to create.
         
        .google.privacy.dlp.v2.InspectTemplate inspect_template = 2 [(.google.api.field_behavior) = REQUIRED];
      • getInspectTemplateBuilder

        public InspectTemplate.Builder getInspectTemplateBuilder()
         Required. The InspectTemplate to create.
         
        .google.privacy.dlp.v2.InspectTemplate inspect_template = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTemplateId

        public String getTemplateId()
         The template id can contain uppercase and lowercase letters,
         numbers, and hyphens; that is, it must match the regular
         expression: `[a-zA-Z\d-_]+`. The maximum length is 100
         characters. Can be empty to allow the system to generate one.
         
        string template_id = 3;
        Specified by:
        getTemplateId in interface CreateInspectTemplateRequestOrBuilder
        Returns:
        The templateId.
      • getTemplateIdBytes

        public com.google.protobuf.ByteString getTemplateIdBytes()
         The template id can contain uppercase and lowercase letters,
         numbers, and hyphens; that is, it must match the regular
         expression: `[a-zA-Z\d-_]+`. The maximum length is 100
         characters. Can be empty to allow the system to generate one.
         
        string template_id = 3;
        Specified by:
        getTemplateIdBytes in interface CreateInspectTemplateRequestOrBuilder
        Returns:
        The bytes for templateId.
      • setTemplateId

        public CreateInspectTemplateRequest.Builder setTemplateId​(String value)
         The template id can contain uppercase and lowercase letters,
         numbers, and hyphens; that is, it must match the regular
         expression: `[a-zA-Z\d-_]+`. The maximum length is 100
         characters. Can be empty to allow the system to generate one.
         
        string template_id = 3;
        Parameters:
        value - The templateId to set.
        Returns:
        This builder for chaining.
      • clearTemplateId

        public CreateInspectTemplateRequest.Builder clearTemplateId()
         The template id can contain uppercase and lowercase letters,
         numbers, and hyphens; that is, it must match the regular
         expression: `[a-zA-Z\d-_]+`. The maximum length is 100
         characters. Can be empty to allow the system to generate one.
         
        string template_id = 3;
        Returns:
        This builder for chaining.
      • setTemplateIdBytes

        public CreateInspectTemplateRequest.Builder setTemplateIdBytes​(com.google.protobuf.ByteString value)
         The template id can contain uppercase and lowercase letters,
         numbers, and hyphens; that is, it must match the regular
         expression: `[a-zA-Z\d-_]+`. The maximum length is 100
         characters. Can be empty to allow the system to generate one.
         
        string template_id = 3;
        Parameters:
        value - The bytes for templateId to set.
        Returns:
        This builder for chaining.
      • setLocationId

        public CreateInspectTemplateRequest.Builder setLocationId​(String value)
         Deprecated. This field has no effect.
         
        string location_id = 4;
        Parameters:
        value - The locationId to set.
        Returns:
        This builder for chaining.
      • setLocationIdBytes

        public CreateInspectTemplateRequest.Builder setLocationIdBytes​(com.google.protobuf.ByteString value)
         Deprecated. This field has no effect.
         
        string location_id = 4;
        Parameters:
        value - The bytes for locationId to set.
        Returns:
        This builder for chaining.