Skip to content

Commit

Permalink
deploy: 1aa6bf0
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Nov 1, 2024
1 parent 307112e commit 0dc5961
Show file tree
Hide file tree
Showing 130 changed files with 35,608 additions and 6,597 deletions.
10,220 changes: 5,229 additions & 4,991 deletions allclasses-index.html

Large diffs are not rendered by default.

148 changes: 131 additions & 17 deletions com/google/api/CommonLanguageSettings.Builder.html

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions com/google/api/CommonLanguageSettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ <h2>Field Summary</h2>
<div class="col-first odd-row-color"><code>static final int</code></div>
<div class="col-second odd-row-color"><code><a href="#REFERENCE_DOCS_URI_FIELD_NUMBER" class="member-name-link">REFERENCE_DOCS_URI_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final int</code></div>
<div class="col-second even-row-color"><code><a href="#SELECTIVE_GAPIC_GENERATION_FIELD_NUMBER" class="member-name-link">SELECTIVE_GAPIC_GENERATION_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-com.google.protobuf.GeneratedMessageLite">Fields inherited from class&nbsp;com.google.protobuf.GeneratedMessageLite</h3>
Expand Down Expand Up @@ -206,6 +209,18 @@ <h2>Method Summary</h2>
<div class="deprecation-comment">google.api.CommonLanguageSettings.reference_docs_uri is deprecated.</div>
</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="SelectiveGapicGeneration.html" title="class in com.google.api">SelectiveGapicGeneration</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSelectiveGapicGeneration()" class="member-name-link">getSelectiveGapicGeneration</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">
Configuration for which RPCs should be generated in the GAPIC client.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#hasSelectiveGapicGeneration()" class="member-name-link">hasSelectiveGapicGeneration</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">
Configuration for which RPCs should be generated in the GAPIC client.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="CommonLanguageSettings.Builder.html" title="class in com.google.api">CommonLanguageSettings.Builder</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#newBuilder()" class="member-name-link">newBuilder</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
Expand Down Expand Up @@ -311,6 +326,20 @@ <h3>DESTINATIONS_FIELD_NUMBER</h3>
</dl>
</section>
</li>
<li>
<section class="detail" id="SELECTIVE_GAPIC_GENERATION_FIELD_NUMBER">
<h3>SELECTIVE_GAPIC_GENERATION_FIELD_NUMBER</h3>
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">SELECTIVE_GAPIC_GENERATION_FIELD_NUMBER</span></div>
<dl class="notes">
<dt>See Also:</dt>
<dd>
<ul class="see-list">
<li><a href="../../../constant-values.html#com.google.api.CommonLanguageSettings.SELECTIVE_GAPIC_GENERATION_FIELD_NUMBER">Constant Field Values</a></li>
</ul>
</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
Expand Down Expand Up @@ -455,6 +484,40 @@ <h3>getDestinationsValue</h3>
</section>
</li>
<li>
<section class="detail" id="hasSelectiveGapicGeneration()">
<h3>hasSelectiveGapicGeneration</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">hasSelectiveGapicGeneration</span>()</div>
<div class="block"><pre>
Configuration for which RPCs should be generated in the GAPIC client.
</pre>

<code>.google.api.SelectiveGapicGeneration selective_gapic_generation = 3 [json_name = "selectiveGapicGeneration"];</code></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="CommonLanguageSettingsOrBuilder.html#hasSelectiveGapicGeneration()">hasSelectiveGapicGeneration</a></code>&nbsp;in interface&nbsp;<code><a href="CommonLanguageSettingsOrBuilder.html" title="interface in com.google.api">CommonLanguageSettingsOrBuilder</a></code></dd>
<dt>Returns:</dt>
<dd>Whether the selectiveGapicGeneration field is set.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getSelectiveGapicGeneration()">
<h3>getSelectiveGapicGeneration</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="SelectiveGapicGeneration.html" title="class in com.google.api">SelectiveGapicGeneration</a></span>&nbsp;<span class="element-name">getSelectiveGapicGeneration</span>()</div>
<div class="block"><pre>
Configuration for which RPCs should be generated in the GAPIC client.
</pre>

<code>.google.api.SelectiveGapicGeneration selective_gapic_generation = 3 [json_name = "selectiveGapicGeneration"];</code></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="CommonLanguageSettingsOrBuilder.html#getSelectiveGapicGeneration()">getSelectiveGapicGeneration</a></code>&nbsp;in interface&nbsp;<code><a href="CommonLanguageSettingsOrBuilder.html" title="interface in com.google.api">CommonLanguageSettingsOrBuilder</a></code></dd>
<dt>Returns:</dt>
<dd>The selectiveGapicGeneration.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="parseFrom(java.nio.ByteBuffer)">
<h3>parseFrom</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="CommonLanguageSettings.html" title="class in com.google.api">CommonLanguageSettings</a></span>&nbsp;<span class="element-name">parseFrom</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/ByteBuffer.html" title="class or interface in java.nio" class="external-link">ByteBuffer</a>&nbsp;data)</span>
Expand Down
42 changes: 42 additions & 0 deletions com/google/api/CommonLanguageSettingsOrBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@ <h2>Method Summary</h2>
<div class="deprecation-comment">google.api.CommonLanguageSettings.reference_docs_uri is deprecated.</div>
</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="SelectiveGapicGeneration.html" title="class in com.google.api">SelectiveGapicGeneration</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSelectiveGapicGeneration()" class="member-name-link">getSelectiveGapicGeneration</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">
Configuration for which RPCs should be generated in the GAPIC client.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#hasSelectiveGapicGeneration()" class="member-name-link">hasSelectiveGapicGeneration</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">
Configuration for which RPCs should be generated in the GAPIC client.</div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -279,6 +291,36 @@ <h3>getDestinationsValue</h3>
</dl>
</section>
</li>
<li>
<section class="detail" id="hasSelectiveGapicGeneration()">
<h3>hasSelectiveGapicGeneration</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">hasSelectiveGapicGeneration</span>()</div>
<div class="block"><pre>
Configuration for which RPCs should be generated in the GAPIC client.
</pre>

<code>.google.api.SelectiveGapicGeneration selective_gapic_generation = 3 [json_name = "selectiveGapicGeneration"];</code></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>Whether the selectiveGapicGeneration field is set.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getSelectiveGapicGeneration()">
<h3>getSelectiveGapicGeneration</h3>
<div class="member-signature"><span class="return-type"><a href="SelectiveGapicGeneration.html" title="class in com.google.api">SelectiveGapicGeneration</a></span>&nbsp;<span class="element-name">getSelectiveGapicGeneration</span>()</div>
<div class="block"><pre>
Configuration for which RPCs should be generated in the GAPIC client.
</pre>

<code>.google.api.SelectiveGapicGeneration selective_gapic_generation = 3 [json_name = "selectiveGapicGeneration"];</code></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The selectiveGapicGeneration.</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
Expand Down
Loading

0 comments on commit 0dc5961

Please sign in to comment.