Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/build/doctrees/adobe.pdfservices.operation.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/reference/index.doctree
Binary file not shown.
19 changes: 10 additions & 9 deletions docs/build/html/adobe.pdfservices.operation.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<p>JSON structure:</p>
<div class="highlight-JSON notranslate"><div class="highlight"><pre><span></span><span class="p">{</span>
<span class="nt">&quot;connectTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;4000&quot;</span><span class="p">,</span>
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span>
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span><span class="p">,</span>
<span class="nt">&quot;region&quot;</span><span class="p">:</span> <span class="s2">&quot;eu&quot;</span>
<span class="p">}</span>
</pre></div>
</div>
Expand All @@ -187,12 +188,12 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_pdf_services_uri">
<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>
<dd><p>Sets the pdf services uri link.</p>
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">
<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>
<dd><p>Sets the read timeout. It should be greater than zero.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>pdf_services_uri</strong> (<em>str</em>) – url for the new rest api</p>
<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>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>
Expand All @@ -204,12 +205,12 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">
<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>
<dd><p>Sets the read timeout. It should be greater than zero.</p>
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_region">
<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>
<dd><p>Updates the relevant value for the region.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<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>
<dd class="field-odd"><p><strong>region</strong> (<em>Region</em>) – Service region(US or EU). Default value is US.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -573,12 +573,12 @@ <h2 id="W">W</h2>
<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>
</li>
<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>
</li>
<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>
</li>
<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>
</li>
<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>
<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>
</li>
<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>
</li>
<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>
</li>
Expand Down
Binary file modified docs/build/html/objects.inv
Binary file not shown.
34 changes: 18 additions & 16 deletions docs/build/html/reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ <h2>ClientConfig<a class="headerlink" href="#clientconfig" title="Permalink to t
<p>JSON structure:</p>
<div class="highlight-JSON notranslate"><div class="highlight"><pre><span></span><span class="p">{</span>
<span class="nt">&quot;connectTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;4000&quot;</span><span class="p">,</span>
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span>
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span><span class="p">,</span>
<span class="nt">&quot;region&quot;</span><span class="p">:</span> <span class="s2">&quot;eu&quot;</span>
<span class="p">}</span>
</pre></div>
</div>
Expand All @@ -147,12 +148,12 @@ <h2>ClientConfig<a class="headerlink" href="#clientconfig" title="Permalink to t
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_pdf_services_uri">
<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>
<dd><p>Sets the pdf services uri link.</p>
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">
<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>
<dd><p>Sets the read timeout. It should be greater than zero.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>pdf_services_uri</strong> (<em>str</em>) – url for the new rest api</p>
<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>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>
Expand All @@ -164,12 +165,12 @@ <h2>ClientConfig<a class="headerlink" href="#clientconfig" title="Permalink to t
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_read_timeout">
<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>
<dd><p>Sets the read timeout. It should be greater than zero.</p>
<dt class="sig sig-object py" id="adobe.pdfservices.operation.client_config.ClientConfig.Builder.with_region">
<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>
<dd><p>Updates the relevant value for the region.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<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>
<dd class="field-odd"><p><strong>region</strong> (<em>Region</em>) – Service region(US or EU). Default value is US.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>
Expand Down Expand Up @@ -238,7 +239,8 @@ <h2>ClientConfigBuilder<a class="headerlink" href="#clientconfigbuilder" title="
<p>JSON structure:</p>
<div class="highlight-JSON notranslate"><div class="highlight"><pre><span></span><span class="p">{</span>
<span class="nt">&quot;connectTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;4000&quot;</span><span class="p">,</span>
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span>
<span class="nt">&quot;readTimeout&quot;</span><span class="p">:</span> <span class="s2">&quot;20000&quot;</span><span class="p">,</span>
<span class="nt">&quot;region&quot;</span><span class="p">:</span> <span class="s2">&quot;eu&quot;</span>
<span class="p">}</span>
</pre></div>
</div>
Expand All @@ -263,11 +265,11 @@ <h2>ClientConfigBuilder<a class="headerlink" href="#clientconfigbuilder" title="

<dl class="py method">
<dt class="sig sig-object py" id="id4">
<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>
<dd><p>Sets the pdf services uri link.</p>
<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>
<dd><p>Sets the read timeout. It should be greater than zero.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>pdf_services_uri</strong> (<em>str</em>) – url for the new rest api</p>
<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>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>
Expand All @@ -280,11 +282,11 @@ <h2>ClientConfigBuilder<a class="headerlink" href="#clientconfigbuilder" title="

<dl class="py method">
<dt class="sig sig-object py" id="id5">
<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>
<dd><p>Sets the read timeout. It should be greater than zero.</p>
<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>
<dd><p>Updates the relevant value for the region.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<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>
<dd class="field-odd"><p><strong>region</strong> (<em>Region</em>) – Service region(US or EU). Default value is US.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>This Builder instance to add any additional parameters.</p>
Expand Down
Loading