Class HttpTarget.Builder

  • All Implemented Interfaces:
    HttpTargetOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    HttpTarget

    public static final class HttpTarget.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<HttpTarget.Builder>
    implements HttpTargetOrBuilder
     HTTP target.
    
     When specified as a [Queue][target_type], all the tasks with [HttpRequest]
     will be overridden according to the target.
     
    Protobuf type google.cloud.tasks.v2beta2.HttpTarget
    • 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<HttpTarget.Builder>
      • clear

        public HttpTarget.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<HttpTarget.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<HttpTarget.Builder>
      • getDefaultInstanceForType

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

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

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

        public HttpTarget.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<HttpTarget.Builder>
      • setField

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

        public HttpTarget.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<HttpTarget.Builder>
      • clearOneof

        public HttpTarget.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HttpTarget.Builder>
      • setRepeatedField

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

        public HttpTarget.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<HttpTarget.Builder>
      • mergeFrom

        public HttpTarget.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<HttpTarget.Builder>
      • isInitialized

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

        public HttpTarget.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<HttpTarget.Builder>
        Throws:
        IOException
      • hasUriOverride

        public boolean hasUriOverride()
         Uri override.
        
         When specified, overrides the execution Uri for all the tasks in the queue.
         
        .google.cloud.tasks.v2beta2.UriOverride uri_override = 1;
        Specified by:
        hasUriOverride in interface HttpTargetOrBuilder
        Returns:
        Whether the uriOverride field is set.
      • getUriOverride

        public UriOverride getUriOverride()
         Uri override.
        
         When specified, overrides the execution Uri for all the tasks in the queue.
         
        .google.cloud.tasks.v2beta2.UriOverride uri_override = 1;
        Specified by:
        getUriOverride in interface HttpTargetOrBuilder
        Returns:
        The uriOverride.
      • setUriOverride

        public HttpTarget.Builder setUriOverride​(UriOverride value)
         Uri override.
        
         When specified, overrides the execution Uri for all the tasks in the queue.
         
        .google.cloud.tasks.v2beta2.UriOverride uri_override = 1;
      • setUriOverride

        public HttpTarget.Builder setUriOverride​(UriOverride.Builder builderForValue)
         Uri override.
        
         When specified, overrides the execution Uri for all the tasks in the queue.
         
        .google.cloud.tasks.v2beta2.UriOverride uri_override = 1;
      • mergeUriOverride

        public HttpTarget.Builder mergeUriOverride​(UriOverride value)
         Uri override.
        
         When specified, overrides the execution Uri for all the tasks in the queue.
         
        .google.cloud.tasks.v2beta2.UriOverride uri_override = 1;
      • clearUriOverride

        public HttpTarget.Builder clearUriOverride()
         Uri override.
        
         When specified, overrides the execution Uri for all the tasks in the queue.
         
        .google.cloud.tasks.v2beta2.UriOverride uri_override = 1;
      • getUriOverrideBuilder

        public UriOverride.Builder getUriOverrideBuilder()
         Uri override.
        
         When specified, overrides the execution Uri for all the tasks in the queue.
         
        .google.cloud.tasks.v2beta2.UriOverride uri_override = 1;
      • getHttpMethodValue

        public int getHttpMethodValue()
         The HTTP method to use for the request.
        
         When specified, it overrides
         [HttpRequest][google.cloud.tasks.v2beta2.HttpTarget.http_method] for the
         task. Note that if the value is set to [HttpMethod][GET] the
         [HttpRequest][body] of the task will be ignored at execution time.
         
        .google.cloud.tasks.v2beta2.HttpMethod http_method = 2;
        Specified by:
        getHttpMethodValue in interface HttpTargetOrBuilder
        Returns:
        The enum numeric value on the wire for httpMethod.
      • setHttpMethodValue

        public HttpTarget.Builder setHttpMethodValue​(int value)
         The HTTP method to use for the request.
        
         When specified, it overrides
         [HttpRequest][google.cloud.tasks.v2beta2.HttpTarget.http_method] for the
         task. Note that if the value is set to [HttpMethod][GET] the
         [HttpRequest][body] of the task will be ignored at execution time.
         
        .google.cloud.tasks.v2beta2.HttpMethod http_method = 2;
        Parameters:
        value - The enum numeric value on the wire for httpMethod to set.
        Returns:
        This builder for chaining.
      • getHttpMethod

        public HttpMethod getHttpMethod()
         The HTTP method to use for the request.
        
         When specified, it overrides
         [HttpRequest][google.cloud.tasks.v2beta2.HttpTarget.http_method] for the
         task. Note that if the value is set to [HttpMethod][GET] the
         [HttpRequest][body] of the task will be ignored at execution time.
         
        .google.cloud.tasks.v2beta2.HttpMethod http_method = 2;
        Specified by:
        getHttpMethod in interface HttpTargetOrBuilder
        Returns:
        The httpMethod.
      • setHttpMethod

        public HttpTarget.Builder setHttpMethod​(HttpMethod value)
         The HTTP method to use for the request.
        
         When specified, it overrides
         [HttpRequest][google.cloud.tasks.v2beta2.HttpTarget.http_method] for the
         task. Note that if the value is set to [HttpMethod][GET] the
         [HttpRequest][body] of the task will be ignored at execution time.
         
        .google.cloud.tasks.v2beta2.HttpMethod http_method = 2;
        Parameters:
        value - The httpMethod to set.
        Returns:
        This builder for chaining.
      • clearHttpMethod

        public HttpTarget.Builder clearHttpMethod()
         The HTTP method to use for the request.
        
         When specified, it overrides
         [HttpRequest][google.cloud.tasks.v2beta2.HttpTarget.http_method] for the
         task. Note that if the value is set to [HttpMethod][GET] the
         [HttpRequest][body] of the task will be ignored at execution time.
         
        .google.cloud.tasks.v2beta2.HttpMethod http_method = 2;
        Returns:
        This builder for chaining.
      • getHeaderOverridesList

        public List<HttpTarget.HeaderOverride> getHeaderOverridesList()
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
        Specified by:
        getHeaderOverridesList in interface HttpTargetOrBuilder
      • getHeaderOverridesCount

        public int getHeaderOverridesCount()
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
        Specified by:
        getHeaderOverridesCount in interface HttpTargetOrBuilder
      • getHeaderOverrides

        public HttpTarget.HeaderOverride getHeaderOverrides​(int index)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
        Specified by:
        getHeaderOverrides in interface HttpTargetOrBuilder
      • setHeaderOverrides

        public HttpTarget.Builder setHeaderOverrides​(int index,
                                                     HttpTarget.HeaderOverride value)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • setHeaderOverrides

        public HttpTarget.Builder setHeaderOverrides​(int index,
                                                     HttpTarget.HeaderOverride.Builder builderForValue)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • addHeaderOverrides

        public HttpTarget.Builder addHeaderOverrides​(HttpTarget.HeaderOverride value)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • addHeaderOverrides

        public HttpTarget.Builder addHeaderOverrides​(int index,
                                                     HttpTarget.HeaderOverride value)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • addHeaderOverrides

        public HttpTarget.Builder addHeaderOverrides​(HttpTarget.HeaderOverride.Builder builderForValue)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • addHeaderOverrides

        public HttpTarget.Builder addHeaderOverrides​(int index,
                                                     HttpTarget.HeaderOverride.Builder builderForValue)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • addAllHeaderOverrides

        public HttpTarget.Builder addAllHeaderOverrides​(Iterable<? extends HttpTarget.HeaderOverride> values)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • clearHeaderOverrides

        public HttpTarget.Builder clearHeaderOverrides()
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • removeHeaderOverrides

        public HttpTarget.Builder removeHeaderOverrides​(int index)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • getHeaderOverridesBuilder

        public HttpTarget.HeaderOverride.Builder getHeaderOverridesBuilder​(int index)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • getHeaderOverridesOrBuilder

        public HttpTarget.HeaderOverrideOrBuilder getHeaderOverridesOrBuilder​(int index)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
        Specified by:
        getHeaderOverridesOrBuilder in interface HttpTargetOrBuilder
      • getHeaderOverridesOrBuilderList

        public List<? extends HttpTarget.HeaderOverrideOrBuilder> getHeaderOverridesOrBuilderList()
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
        Specified by:
        getHeaderOverridesOrBuilderList in interface HttpTargetOrBuilder
      • addHeaderOverridesBuilder

        public HttpTarget.HeaderOverride.Builder addHeaderOverridesBuilder()
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • addHeaderOverridesBuilder

        public HttpTarget.HeaderOverride.Builder addHeaderOverridesBuilder​(int index)
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • getHeaderOverridesBuilderList

        public List<HttpTarget.HeaderOverride.Builder> getHeaderOverridesBuilderList()
         HTTP target headers.
        
         This map contains the header field names and values.
         Headers will be set when running the
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] and/or
         [task is created][google.cloud.tasks.v2beta2.CloudTasks.BufferTask].
        
         These headers represent a subset of the headers that will accompany the
         task's HTTP request. Some HTTP request headers will be ignored or replaced.
        
         A partial list of headers that will be ignored or replaced is:
         * Any header that is prefixed with "X-CloudTasks-" will be treated
         as service header. Service headers define properties of the task and are
         predefined in CloudTask.
         * Host: This will be computed by Cloud Tasks and derived from
           [HttpRequest.url][google.cloud.tasks.v2beta2.HttpRequest.url].
         * Content-Length: This will be computed by Cloud Tasks.
         * User-Agent: This will be set to `"Google-CloudTasks"`.
         * `X-Google-*`: Google use only.
         * `X-AppEngine-*`: Google use only.
        
         `Content-Type` won't be set by Cloud Tasks. You can explicitly set
         `Content-Type` to a media type when the
          [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
          For example, `Content-Type` can be set to `"application/octet-stream"` or
          `"application/json"`.
        
         Headers which can have multiple values (according to RFC2616) can be
         specified using comma-separated values.
        
         The size of the headers must be less than 80KB.
         Queue-level headers to override headers of all the tasks in the queue.
         
        repeated .google.cloud.tasks.v2beta2.HttpTarget.HeaderOverride header_overrides = 3;
      • hasOauthToken

        public boolean hasOauthToken()
         If specified, an
         [OAuth token](https://developers.google.com/identity/protocols/OAuth2)
         will be generated and attached as an `Authorization` header in the HTTP
         request.
        
         This type of authorization should generally only be used when calling
         Google APIs hosted on *.googleapis.com.
         
        .google.cloud.tasks.v2beta2.OAuthToken oauth_token = 5;
        Specified by:
        hasOauthToken in interface HttpTargetOrBuilder
        Returns:
        Whether the oauthToken field is set.
      • getOauthToken

        public OAuthToken getOauthToken()
         If specified, an
         [OAuth token](https://developers.google.com/identity/protocols/OAuth2)
         will be generated and attached as an `Authorization` header in the HTTP
         request.
        
         This type of authorization should generally only be used when calling
         Google APIs hosted on *.googleapis.com.
         
        .google.cloud.tasks.v2beta2.OAuthToken oauth_token = 5;
        Specified by:
        getOauthToken in interface HttpTargetOrBuilder
        Returns:
        The oauthToken.
      • setOauthToken

        public HttpTarget.Builder setOauthToken​(OAuthToken value)
         If specified, an
         [OAuth token](https://developers.google.com/identity/protocols/OAuth2)
         will be generated and attached as an `Authorization` header in the HTTP
         request.
        
         This type of authorization should generally only be used when calling
         Google APIs hosted on *.googleapis.com.
         
        .google.cloud.tasks.v2beta2.OAuthToken oauth_token = 5;
      • setOauthToken

        public HttpTarget.Builder setOauthToken​(OAuthToken.Builder builderForValue)
         If specified, an
         [OAuth token](https://developers.google.com/identity/protocols/OAuth2)
         will be generated and attached as an `Authorization` header in the HTTP
         request.
        
         This type of authorization should generally only be used when calling
         Google APIs hosted on *.googleapis.com.
         
        .google.cloud.tasks.v2beta2.OAuthToken oauth_token = 5;
      • mergeOauthToken

        public HttpTarget.Builder mergeOauthToken​(OAuthToken value)
         If specified, an
         [OAuth token](https://developers.google.com/identity/protocols/OAuth2)
         will be generated and attached as an `Authorization` header in the HTTP
         request.
        
         This type of authorization should generally only be used when calling
         Google APIs hosted on *.googleapis.com.
         
        .google.cloud.tasks.v2beta2.OAuthToken oauth_token = 5;
      • clearOauthToken

        public HttpTarget.Builder clearOauthToken()
         If specified, an
         [OAuth token](https://developers.google.com/identity/protocols/OAuth2)
         will be generated and attached as an `Authorization` header in the HTTP
         request.
        
         This type of authorization should generally only be used when calling
         Google APIs hosted on *.googleapis.com.
         
        .google.cloud.tasks.v2beta2.OAuthToken oauth_token = 5;
      • getOauthTokenBuilder

        public OAuthToken.Builder getOauthTokenBuilder()
         If specified, an
         [OAuth token](https://developers.google.com/identity/protocols/OAuth2)
         will be generated and attached as an `Authorization` header in the HTTP
         request.
        
         This type of authorization should generally only be used when calling
         Google APIs hosted on *.googleapis.com.
         
        .google.cloud.tasks.v2beta2.OAuthToken oauth_token = 5;
      • getOauthTokenOrBuilder

        public OAuthTokenOrBuilder getOauthTokenOrBuilder()
         If specified, an
         [OAuth token](https://developers.google.com/identity/protocols/OAuth2)
         will be generated and attached as an `Authorization` header in the HTTP
         request.
        
         This type of authorization should generally only be used when calling
         Google APIs hosted on *.googleapis.com.
         
        .google.cloud.tasks.v2beta2.OAuthToken oauth_token = 5;
        Specified by:
        getOauthTokenOrBuilder in interface HttpTargetOrBuilder
      • hasOidcToken

        public boolean hasOidcToken()
         If specified, an
         [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)
         token will be generated and attached as an `Authorization` header in the
         HTTP request.
        
         This type of authorization can be used for many scenarios, including
         calling Cloud Run, or endpoints where you intend to validate the token
         yourself.
         
        .google.cloud.tasks.v2beta2.OidcToken oidc_token = 6;
        Specified by:
        hasOidcToken in interface HttpTargetOrBuilder
        Returns:
        Whether the oidcToken field is set.
      • getOidcToken

        public OidcToken getOidcToken()
         If specified, an
         [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)
         token will be generated and attached as an `Authorization` header in the
         HTTP request.
        
         This type of authorization can be used for many scenarios, including
         calling Cloud Run, or endpoints where you intend to validate the token
         yourself.
         
        .google.cloud.tasks.v2beta2.OidcToken oidc_token = 6;
        Specified by:
        getOidcToken in interface HttpTargetOrBuilder
        Returns:
        The oidcToken.
      • setOidcToken

        public HttpTarget.Builder setOidcToken​(OidcToken value)
         If specified, an
         [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)
         token will be generated and attached as an `Authorization` header in the
         HTTP request.
        
         This type of authorization can be used for many scenarios, including
         calling Cloud Run, or endpoints where you intend to validate the token
         yourself.
         
        .google.cloud.tasks.v2beta2.OidcToken oidc_token = 6;
      • setOidcToken

        public HttpTarget.Builder setOidcToken​(OidcToken.Builder builderForValue)
         If specified, an
         [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)
         token will be generated and attached as an `Authorization` header in the
         HTTP request.
        
         This type of authorization can be used for many scenarios, including
         calling Cloud Run, or endpoints where you intend to validate the token
         yourself.
         
        .google.cloud.tasks.v2beta2.OidcToken oidc_token = 6;
      • mergeOidcToken

        public HttpTarget.Builder mergeOidcToken​(OidcToken value)
         If specified, an
         [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)
         token will be generated and attached as an `Authorization` header in the
         HTTP request.
        
         This type of authorization can be used for many scenarios, including
         calling Cloud Run, or endpoints where you intend to validate the token
         yourself.
         
        .google.cloud.tasks.v2beta2.OidcToken oidc_token = 6;
      • clearOidcToken

        public HttpTarget.Builder clearOidcToken()
         If specified, an
         [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)
         token will be generated and attached as an `Authorization` header in the
         HTTP request.
        
         This type of authorization can be used for many scenarios, including
         calling Cloud Run, or endpoints where you intend to validate the token
         yourself.
         
        .google.cloud.tasks.v2beta2.OidcToken oidc_token = 6;
      • getOidcTokenBuilder

        public OidcToken.Builder getOidcTokenBuilder()
         If specified, an
         [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)
         token will be generated and attached as an `Authorization` header in the
         HTTP request.
        
         This type of authorization can be used for many scenarios, including
         calling Cloud Run, or endpoints where you intend to validate the token
         yourself.
         
        .google.cloud.tasks.v2beta2.OidcToken oidc_token = 6;
      • getOidcTokenOrBuilder

        public OidcTokenOrBuilder getOidcTokenOrBuilder()
         If specified, an
         [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)
         token will be generated and attached as an `Authorization` header in the
         HTTP request.
        
         This type of authorization can be used for many scenarios, including
         calling Cloud Run, or endpoints where you intend to validate the token
         yourself.
         
        .google.cloud.tasks.v2beta2.OidcToken oidc_token = 6;
        Specified by:
        getOidcTokenOrBuilder in interface HttpTargetOrBuilder
      • setUnknownFields

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

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