Skip to content

Commit e039613

Browse files
authored
Merge pull request #19 from adobe/eu_data_localization
EU data localization changes
2 parents 2b25d05 + 19b922b commit e039613

File tree

13 files changed

+99
-45
lines changed

13 files changed

+99
-45
lines changed
205 Bytes
Binary file not shown.
526 Bytes
Binary file not shown.
420 Bytes
Binary file not shown.

docs/build/html/adobe.pdfservices.operation.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
163163
<p>JSON structure:</p>
164164
<div class="highlight-JSON notranslate"><div class="highlight"><pre><span></span><span class="p">{</span>
165165
<span class="nt">&quot;connectTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;4000&quot;</span><span class="p">,</span>
166-
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span>
166+
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span><span class="p">,</span>
167+
<span class="nt">&quot;region&quot;</span><span class="p">:</span> <span class="s2">&quot;eu&quot;</span>
167168
<span class="p">}</span>
168169
</pre></div>
169170
</div>
@@ -187,12 +188,12 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
187188
</dd></dl>
188189

189190
<dl class="py method">
190-
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_pdf_services_uri">
191-
<span class="sig-name descname"><span class="pre">with_pdf_services_uri</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">pdf_services_uri</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_pdf_services_uri" title="Permalink to this definition"></a></dt>
192-
<dd><p>Sets the pdf services uri link.</p>
191+
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">
192+
<span class="sig-name descname"><span class="pre">with_read_timeout</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">read_timeout</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout" title="Permalink to this definition"></a></dt>
193+
<dd><p>Sets the read timeout. It should be greater than zero.</p>
193194
<dl class="field-list simple">
194195
<dt class="field-odd">Parameters</dt>
195-
<dd class="field-odd"><p><strong>pdf_services_uri</strong> (<em>str</em>) – url for the new rest api</p>
196+
<dd class="field-odd"><p><strong>read_timeout</strong> (<em>int</em>) – Defines the read timeout in milliseconds, The number of milliseconds the client will wait for the server to send a response after the connection is established. Default value is 10000 milliseconds</p>
196197
</dd>
197198
<dt class="field-even">Returns</dt>
198199
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>
@@ -204,12 +205,12 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
204205
</dd></dl>
205206

206207
<dl class="py method">
207-
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">
208-
<span class="sig-name descname"><span class="pre">with_read_timeout</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">read_timeout</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout" title="Permalink to this definition"></a></dt>
209-
<dd><p>Sets the read timeout. It should be greater than zero.</p>
208+
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_region">
209+
<span class="sig-name descname"><span class="pre">with_region</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">region</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">adobe.pdfservices.operation.region.Region</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_region" title="Permalink to this definition"></a></dt>
210+
<dd><p>Updates the relevant value for the region.</p>
210211
<dl class="field-list simple">
211212
<dt class="field-odd">Parameters</dt>
212-
<dd class="field-odd"><p><strong>read_timeout</strong> (<em>int</em>) – Defines the read timeout in milliseconds, The number of milliseconds the client will wait for the server to send a response after the connection is established. Default value is 10000 milliseconds</p>
213+
<dd class="field-odd"><p><strong>region</strong> (<em>Region</em>) – Service region(US or EU). Default value is US.</p>
213214
</dd>
214215
<dt class="field-even">Returns</dt>
215216
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>

docs/build/html/genindex.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,12 +573,12 @@ <h2 id="W">W</h2>
573573
<li><a href="adobe.pdfservices.operation.pdfops.options.extractpdf.html#adobe.pdfservices.operation.pdfops.options.extractpdf.extract_pdf_options.ExtractPDFOptions.Builder.with_include_styling_info">with_include_styling_info() (adobe.pdfservices.operation.pdfops.options.extractpdf.extract_pdf_options.ExtractPDFOptions.Builder method)</a>, <a href="reference/index.html#adobe.pdfservices.operation.pdfops.options.extractpdf.extract_pdf_options.ExtractPDFOptions.Builder.with_include_styling_info">[1]</a>
574574
</li>
575575
<li><a href="adobe.pdfservices.operation.auth.html#adobe.pdfservices.operation.auth.service_account_credentials.ServiceAccountCredentials.Builder.with_organization_id">with_organization_id() (adobe.pdfservices.operation.auth.service_account_credentials.ServiceAccountCredentials.Builder method)</a>, <a href="reference/index.html#adobe.pdfservices.operation.auth.service_account_credentials.ServiceAccountCredentials.Builder.with_organization_id">[1]</a>, <a href="reference/index.html#id12">[2]</a>
576-
</li>
577-
<li><a href="adobe.pdfservices.operation.html#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_pdf_services_uri">with_pdf_services_uri() (adobe.pdfservices.operation.client_config.ClientConfig.Builder method)</a>, <a href="reference/index.html#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_pdf_services_uri">[1]</a>, <a href="reference/index.html#id4">[2]</a>
578576
</li>
579577
<li><a href="adobe.pdfservices.operation.auth.html#adobe.pdfservices.operation.auth.service_account_credentials.ServiceAccountCredentials.Builder.with_private_key">with_private_key() (adobe.pdfservices.operation.auth.service_account_credentials.ServiceAccountCredentials.Builder method)</a>, <a href="reference/index.html#adobe.pdfservices.operation.auth.service_account_credentials.ServiceAccountCredentials.Builder.with_private_key">[1]</a>, <a href="reference/index.html#id13">[2]</a>
580578
</li>
581-
<li><a href="adobe.pdfservices.operation.html#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">with_read_timeout() (adobe.pdfservices.operation.client_config.ClientConfig.Builder method)</a>, <a href="reference/index.html#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">[1]</a>, <a href="reference/index.html#id5">[2]</a>
579+
<li><a href="adobe.pdfservices.operation.html#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">with_read_timeout() (adobe.pdfservices.operation.client_config.ClientConfig.Builder method)</a>, <a href="reference/index.html#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">[1]</a>, <a href="reference/index.html#id4">[2]</a>
580+
</li>
581+
<li><a href="adobe.pdfservices.operation.html#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_region">with_region() (adobe.pdfservices.operation.client_config.ClientConfig.Builder method)</a>, <a href="reference/index.html#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_region">[1]</a>, <a href="reference/index.html#id5">[2]</a>
582582
</li>
583583
<li><a href="adobe.pdfservices.operation.pdfops.options.extractpdf.html#adobe.pdfservices.operation.pdfops.options.extractpdf.extract_pdf_options.ExtractPDFOptions.Builder.with_table_structure_format">with_table_structure_format() (adobe.pdfservices.operation.pdfops.options.extractpdf.extract_pdf_options.ExtractPDFOptions.Builder method)</a>, <a href="reference/index.html#adobe.pdfservices.operation.pdfops.options.extractpdf.extract_pdf_options.ExtractPDFOptions.Builder.with_table_structure_format">[1]</a>
584584
</li>

docs/build/html/objects.inv

-3 Bytes
Binary file not shown.

docs/build/html/reference/index.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ <h2>ClientConfig<a class="headerlink" href="#clientconfig" title="Permalink to t
123123
<p>JSON structure:</p>
124124
<div class="highlight-JSON notranslate"><div class="highlight"><pre><span></span><span class="p">{</span>
125125
<span class="nt">&quot;connectTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;4000&quot;</span><span class="p">,</span>
126-
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span>
126+
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span><span class="p">,</span>
127+
<span class="nt">&quot;region&quot;</span><span class="p">:</span> <span class="s2">&quot;eu&quot;</span>
127128
<span class="p">}</span>
128129
</pre></div>
129130
</div>
@@ -147,12 +148,12 @@ <h2>ClientConfig<a class="headerlink" href="#clientconfig" title="Permalink to t
147148
</dd></dl>
148149

149150
<dl class="py method">
150-
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_pdf_services_uri">
151-
<span class="sig-name descname"><span class="pre">with_pdf_services_uri</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">pdf_services_uri</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_pdf_services_uri" title="Permalink to this definition"></a></dt>
152-
<dd><p>Sets the pdf services uri link.</p>
151+
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">
152+
<span class="sig-name descname"><span class="pre">with_read_timeout</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">read_timeout</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout" title="Permalink to this definition"></a></dt>
153+
<dd><p>Sets the read timeout. It should be greater than zero.</p>
153154
<dl class="field-list simple">
154155
<dt class="field-odd">Parameters</dt>
155-
<dd class="field-odd"><p><strong>pdf_services_uri</strong> (<em>str</em>) – url for the new rest api</p>
156+
<dd class="field-odd"><p><strong>read_timeout</strong> (<em>int</em>) – Defines the read timeout in milliseconds, The number of milliseconds the client will wait for the server to send a response after the connection is established. Default value is 10000 milliseconds</p>
156157
</dd>
157158
<dt class="field-even">Returns</dt>
158159
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>
@@ -164,12 +165,12 @@ <h2>ClientConfig<a class="headerlink" href="#clientconfig" title="Permalink to t
164165
</dd></dl>
165166

166167
<dl class="py method">
167-
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">
168-
<span class="sig-name descname"><span class="pre">with_read_timeout</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">read_timeout</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout" title="Permalink to this definition"></a></dt>
169-
<dd><p>Sets the read timeout. It should be greater than zero.</p>
168+
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_region">
169+
<span class="sig-name descname"><span class="pre">with_region</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">region</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">adobe.pdfservices.operation.region.Region</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_region" title="Permalink to this definition"></a></dt>
170+
<dd><p>Updates the relevant value for the region.</p>
170171
<dl class="field-list simple">
171172
<dt class="field-odd">Parameters</dt>
172-
<dd class="field-odd"><p><strong>read_timeout</strong> (<em>int</em>) – Defines the read timeout in milliseconds, The number of milliseconds the client will wait for the server to send a response after the connection is established. Default value is 10000 milliseconds</p>
173+
<dd class="field-odd"><p><strong>region</strong> (<em>Region</em>) – Service region(US or EU). Default value is US.</p>
173174
</dd>
174175
<dt class="field-even">Returns</dt>
175176
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>
@@ -238,7 +239,8 @@ <h2>ClientConfigBuilder<a class="headerlink" href="#clientconfigbuilder" title="
238239
<p>JSON structure:</p>
239240
<div class="highlight-JSON notranslate"><div class="highlight"><pre><span></span><span class="p">{</span>
240241
<span class="nt">&quot;connectTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;4000&quot;</span><span class="p">,</span>
241-
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span>
242+
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span><span class="p">,</span>
243+
<span class="nt">&quot;region&quot;</span><span class="p">:</span> <span class="s2">&quot;eu&quot;</span>
242244
<span class="p">}</span>
243245
</pre></div>
244246
</div>
@@ -263,11 +265,11 @@ <h2>ClientConfigBuilder<a class="headerlink" href="#clientconfigbuilder" title="
263265

264266
<dl class="py method">
265267
<dt class="sig sig-object py" id="id4">
266-
<span class="sig-name descname"><span class="pre">with_pdf_services_uri</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">pdf_services_uri</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#id4" title="Permalink to this definition"></a></dt>
267-
<dd><p>Sets the pdf services uri link.</p>
268+
<span class="sig-name descname"><span class="pre">with_read_timeout</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">read_timeout</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#id4" title="Permalink to this definition"></a></dt>
269+
<dd><p>Sets the read timeout. It should be greater than zero.</p>
268270
<dl class="field-list simple">
269271
<dt class="field-odd">Parameters</dt>
270-
<dd class="field-odd"><p><strong>pdf_services_uri</strong> (<em>str</em>) – url for the new rest api</p>
272+
<dd class="field-odd"><p><strong>read_timeout</strong> (<em>int</em>) – Defines the read timeout in milliseconds, The number of milliseconds the client will wait for the server to send a response after the connection is established. Default value is 10000 milliseconds</p>
271273
</dd>
272274
<dt class="field-even">Returns</dt>
273275
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>
@@ -280,11 +282,11 @@ <h2>ClientConfigBuilder<a class="headerlink" href="#clientconfigbuilder" title="
280282

281283
<dl class="py method">
282284
<dt class="sig sig-object py" id="id5">
283-
<span class="sig-name descname"><span class="pre">with_read_timeout</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">read_timeout</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#id5" title="Permalink to this definition"></a></dt>
284-
<dd><p>Sets the read timeout. It should be greater than zero.</p>
285+
<span class="sig-name descname"><span class="pre">with_region</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">region</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">adobe.pdfservices.operation.region.Region</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#id5" title="Permalink to this definition"></a></dt>
286+
<dd><p>Updates the relevant value for the region.</p>
285287
<dl class="field-list simple">
286288
<dt class="field-odd">Parameters</dt>
287-
<dd class="field-odd"><p><strong>read_timeout</strong> (<em>int</em>) – Defines the read timeout in milliseconds, The number of milliseconds the client will wait for the server to send a response after the connection is established. Default value is 10000 milliseconds</p>
289+
<dd class="field-odd"><p><strong>region</strong> (<em>Region</em>) – Service region(US or EU). Default value is US.</p>
288290
</dd>
289291
<dt class="field-even">Returns</dt>
290292
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>

0 commit comments

Comments
 (0)