Searched full:requests (Results 1 – 25 of 3414) sorted by relevance
12345678910>>...137
118 "verticals": [ # Requests containing any of these vertical ids will match.121 …"platforms": [ # Requests matching any of these platforms will match. Possible values are PRETARGE…124 … "videoPlayerSizes": [ # Video requests satisfying any of these player size constraints will match.131 …: "A String", # The config id; generated automatically. Leave this field blank for insert requests.132 …"excludedVerticals": [ # Requests containing any of these vertical ids will not match. Values are …135 "configName": "A String", # The name of the config. Must be unique. Required for all requests.136 … "excludedGeoCriteriaIds": [ # Requests containing any of these geo criteria ids will not match.139 …"excludedContentLabels": [ # Requests with any of these content labels will not match. Values are …145 …"mobileDevices": [ # Requests containing any of these mobile device ids will match. Values are fro…148 …"mobileCarriers": [ # Requests containing any of these mobile carrier ids will match. Values are f…[all …]
118 "verticals": [ # Requests containing any of these vertical ids will match.121 …"platforms": [ # Requests matching any of these platforms will match. Possible values are PRETARGE…124 …: "A String", # The config id; generated automatically. Leave this field blank for insert requests.125 …"excludedVerticals": [ # Requests containing any of these vertical ids will not match. Values are …128 "configName": "A String", # The name of the config. Must be unique. Required for all requests.129 … "excludedGeoCriteriaIds": [ # Requests containing any of these geo criteria ids will not match.132 …"excludedContentLabels": [ # Requests with any of these content labels will not match. Values are …138 …"mobileDevices": [ # Requests containing any of these mobile device ids will match. Values are fro…141 …"mobileCarriers": [ # Requests containing any of these mobile carrier ids will match. Values are f…144 "excludedPlacements": [ # Requests containing any of these placements will not match.[all …]
106 "url": "A String", # The URL to which the Ad Exchange will send bid requests.107 …"region": "A String", # The geographical region the Ad Exchange should send requests from. Only us…115 …"cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please c…118 "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.139 "url": "A String", # The URL to which the Ad Exchange will send bid requests.140 …"region": "A String", # The geographical region the Ad Exchange should send requests from. Only us…148 …"cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please c…151 "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.173 "url": "A String", # The URL to which the Ad Exchange will send bid requests.174 …"region": "A String", # The geographical region the Ad Exchange should send requests from. Only us…[all …]
102 …tatus": "A String", # Creative serving status. Read-only. This field should not be set in requests.119 …version": 42, # The version for this creative. Read-only. This field should not be set in requests.124 …reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.132 …s": [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.135 …ies": [ # Detected product categories, if any. Read-only. This field should not be set in requests.139 …rtiserId": [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.146 …orrections that were applied to this creative. Read-only. This field should not be set in requests.154 …": { # The filtering reasons for the creative. Read-only. This field should not be set in requests.175 …tatus": "A String", # Creative serving status. Read-only. This field should not be set in requests.192 …version": 42, # The version for this creative. Read-only. This field should not be set in requests.[all …]
106 "url": "A String", # The URL to which the Ad Exchange will send bid requests.107 …"region": "A String", # The geographical region the Ad Exchange should send requests from. Only us…124 …"cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please c…127 "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.148 "url": "A String", # The URL to which the Ad Exchange will send bid requests.149 …"region": "A String", # The geographical region the Ad Exchange should send requests from. Only us…166 …"cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please c…169 "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.191 "url": "A String", # The URL to which the Ad Exchange will send bid requests.192 …"region": "A String", # The geographical region the Ad Exchange should send requests from. Only us…[all …]
100 … of the account currency to apply for the billingId provided. This is required for update requests.102 …mine which adgroup to provide budget information for. This is required for get and update requests.104 … "accountId": "A String", # The id of the account. This is required for get and update requests.120 … of the account currency to apply for the billingId provided. This is required for update requests.122 …mine which adgroup to provide budget information for. This is required for get and update requests.124 "accountId": "A String", # The id of the account. This is required for get and update requests.133 … of the account currency to apply for the billingId provided. This is required for update requests.135 …mine which adgroup to provide budget information for. This is required for get and update requests.137 … "accountId": "A String", # The id of the account. This is required for get and update requests.153 … of the account currency to apply for the billingId provided. This is required for update requests.[all …]
102 …tatus": "A String", # Creative serving status. Read-only. This field should not be set in requests.147 …version": 42, # The version for this creative. Read-only. This field should not be set in requests.152 …reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.160 …s": [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.163 …ies": [ # Detected product categories, if any. Read-only. This field should not be set in requests.167 …rtiserId": [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.174 …orrections that were applied to this creative. Read-only. This field should not be set in requests.182 …": { # The filtering reasons for the creative. Read-only. This field should not be set in requests.203 …tatus": "A String", # Creative serving status. Read-only. This field should not be set in requests.248 …version": 42, # The version for this creative. Read-only. This field should not be set in requests.[all …]
10 * A class for tracking, canceling, and restarting in progress, completed, and failed requests.13 …// Most requests will be for views and will therefore be held strongly (and safely) by the view vi…17 …// can always make repeated requests into targets other than views, or use an activity manager in …19 …private final Set<Request> requests = Collections.newSetFromMap(new WeakHashMap<Request, Boolean>(… field in RequestTracker26 requests.add(request); in runRequest()34 requests.add(request); in addRequest()41 requests.remove(request); in removeRequest()45 * Returns {@code true} if requests are currently paused, and {@code false} otherwise.52 * Stops any in progress requests.56 for (Request request : requests) { in pauseRequests()[all …]
363 * the removed from the requests managed by this371 * requests, attempting to directly delete from a list returned405 * Return an unmodifiable list of the enabled and disabled step requests.406 * This list is a live view of these requests and thus changes as requests413 * Return an unmodifiable list of the enabled and disabled class prepare requests.414 * This list is a live view of these requests and thus changes as requests421 * Return an unmodifiable list of the enabled and disabled class unload requests.422 * This list is a live view of these requests and thus changes as requests429 * Return an unmodifiable list of the enabled and disabled thread start requests.430 * This list is a live view of these requests and thus changes as requests[all …]
79 """Query manager for requests on un-leased, un-locked hosts.85 # Request Handlers: Used in conjunction with requests in rdb_utils, these90 """Handler for requests related to hosts, leased or unleased.103 The response_map only contains requests that were either satisfied, or135 """Verify that we never give the same host to different requests.137 @raises RDBException: If the same host is assigned to multiple requests.146 'Assigning the same host to multiple requests. New '166 @return: A dictionary mapping requests to a list of matching host_infos.168 @raises RDBException: If the same host is assigned to multiple requests.180 @param update_requests: A list of update requests, as defined in[all …]
64 """A helper class that count requests and manages min_duts requirement.66 On initialization, this object takes a list of host requests.67 It will batch the requests by grouping similar requests together73 the rest requests. RDB calls get_min_duts and get_rest to77 Assume we have two distinct requests105 get_rest requests, it will not be fullfilled anyway.119 self.requests = []121 self.requests.append(request)129 def _batch_requests(cls, requests): argument130 """ Group similar requests, sort by priority and parent_job_id.[all …]
5 """RDB request managers and requests.8 match the requests to the responses returned.22 """Base request manager for RDB requests.25 one api call. All subclasses maintain a queue of unexecuted requests, and26 and expose an api to add requests/retrieve the response for these requests.33 manage requests of one type.35 A manager can only send requests of type request, to this api call.50 The order of responses is the same as the order of requests added57 raise rdb_utils.RDBException('No requests. Call add_requests '61 requests = self.request_queue[all …]
125 (tutorial-env) $ pip install requests==2.6.0126 Collecting requests==2.6.0127 Using cached requests-2.6.0-py2.py3-none-any.whl128 Installing collected packages: requests129 Successfully installed requests-2.6.0138 (tutorial-env) $ pip install --upgrade requests139 Collecting requests140 Installing collected packages: requests141 Found existing installation: requests 2.6.0142 Uninstalling requests-2.6.0:[all …]
260 requests = tuple(263 iter(requests), None)264 request_iterator = iter(requests)275 requests = tuple(278 iter(requests), None)279 request_iterator = iter(requests)292 requests = tuple(295 iter(requests), None)296 request_iterator = iter(requests)309 requests = tuple([all …]
23 # to send requests.85 # @param timeout [Number] the default timeout to use in requests119 # * the requests is sent only when GRPC core's flow control allows it to138 # @param marshal [Function] f(obj)->string that marshals requests183 # client_streamer sends a stream of requests to a GRPC server, and186 # requests provides an 'iterable' of Requests. I.e. it follows Ruby's187 # #each enumeration protocol. In the simplest case, requests will be an196 # * each requests is sent only when GRPC core's flow control allows it to208 # If return_op is false, the call consumes the requests and returns214 # @param requests [Object] an Enumerable of requests to send[all …]
40 # @param marshal [Function] f(obj)->string that marshal requests59 # Begins orchestration of the Bidi stream for a client sending requests.64 # @param requests the Enumerable of requests to send69 # @return an Enumerator of requests to yield70 def run_on_client(requests, argument75 write_loop(requests, set_output_stream_done: set_output_stream_done)82 # N.B. gen_each_reply is a func(Enumerable<Requests>)84 # It takes an enumerable of requests as an arg, in case there is a85 # relationship between the stream of requests and the stream of replies.91 # @param [Enumerable] requests The enumerable of requests to run[all …]
32 # ClientInterceptor allows for wrapping outbound gRPC client stub requests.53 # @param [Enumerable] requests58 def client_streamer(requests: nil, call: nil, method: nil, metadata: nil)60 " for requests #{requests} with call #{call} and metadata: #{metadata}"81 # @param [Enumerable] requests86 def bidi_streamer(requests: nil, call: nil, method: nil, metadata: nil)88 " for requests #{requests} with call #{call} and metadata: #{metadata}"139 # @param [Enumerable<Object>] requests143 def bidi_streamer(requests: nil, call: nil, method: nil)145 " for requests #{requests} with call #{call}"
83 # @param marshal [Function] f(obj)->string that marshal requests381 # client_streamer sends a stream of requests to a GRPC server, and384 # requests provides an 'iterable' of Requests. I.e. it follows Ruby's385 # #each enumeration protocol. In the simplest case, requests will be an389 # @param requests [Object] an Enumerable of requests to send393 def client_streamer(requests, metadata: {}) argument397 requests.each { |r| @call.run_batch(SEND_MESSAGE => @marshal.call(r)) }467 # bidi_streamer sends a stream of requests to the GRPC server, and yields470 # This method takes an Enumerable of requests, and returns and enumerable473 # == requests ==[all …]
51 # iterate through requests so call can complete64 def a_bidi_rpc(requests, call) argument66 requests.each do |r|103 def bidi_streamer(requests:, call:, method:) argument104 requests.each do |r|107 GRPC.logger.info("Received bidi streamer call at method #{method} with requests" \108 " #{requests} for call #{call}")124 def client_streamer(requests:, call:, method:, metadata: {}) argument126 " with requests #{requests} for call #{call}" \128 requests.each do |r|[all …]
28 * Provides a thread for performing cache triage on a queue of requests.30 * <p>Requests added to the specified cache queue are resolved from cache. Any deliverable response39 /** The queue of requests coming in for triage. */42 /** The queue of requests going out to the network. */54 /** Manage list of waiting requests and de-duplicate requests with same cache key. */61 * @param cacheQueue Queue of incoming requests for triage62 * @param networkQueue Queue to post requests that require network to79 * Forces this dispatcher to quit immediately. If any requests are still in the queue, they are192 // request has been added to list of waiting requests in processRequest()205 * Staging area for requests that already have a duplicate request in flight.[all …]
55 std::vector<HttpRequest*> requests( in TEST() local70 new FakeHttpRequestFactory(&requests)), in TEST()102 std::vector<HttpRequest*> requests({new FakeHttpRequest( in TEST() local113 new FakeHttpRequestFactory(&requests)), in TEST()127 std::vector<HttpRequest*> requests( in TEST() local155 new FakeHttpRequestFactory(&requests)), in TEST()185 std::vector<HttpRequest*> requests({new FakeHttpRequest( in TEST() local196 new FakeHttpRequestFactory(&requests)), in TEST()213 std::vector<HttpRequest*> requests( in TEST() local228 new FakeHttpRequestFactory(&requests)), in TEST()[all …]
... /requests/_internal_utils.py pip/_vendor/requests/adapters.py pip/_vendor/requests/
17 """Library for handling batch HTTP requests for apitools."""60 """Batches multiple api requests into a single request."""186 """Execute all of the requests in the batch.192 max_retries: Max retries. Any requests that have not succeeded by195 max_batch_size: int, if specified requests will be split in batches203 requests = [request for request in self.api_requests205 batch_size = max_batch_size or len(requests)211 for i in range(0, len(requests), batch_size):213 # incomplete requests.218 for request in itertools.islice(requests,[all …]