Skip to content

Commit 1efb485

Browse files
Latest javadoc on successful CI build auto-pushed to gh-pages.
1 parent f798db0 commit 1efb485

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

api/latest/com/google/common/truth/extensions/proto/LiteProtoSubject.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ <h4>isNotEqualToDefaultInstance</h4>
440440
<li class="blockList">
441441
<h4>hasAllRequiredFields</h4>
442442
<pre class="methodSignature"><a href="https://javadoc.io/doc/com.google.j2objc/j2objc-annotations/latest/com/google/j2objc/annotations/J2ObjCIncompatible.html?is-external=true" title="class or interface in com.google.j2objc.annotations" class="externalLink">@J2ObjCIncompatible</a>
443+
<a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/annotations/GwtIncompatible.html?is-external=true" title="class or interface in com.google.common.annotations" class="externalLink">@GwtIncompatible</a>
443444
public&nbsp;void&nbsp;hasAllRequiredFields()</pre>
444445
<div class="block">Checks whether the subject has all required fields set. Cannot fail for a proto built with
445446
<code>build()</code>, which itself fails if required fields aren't set.</div>
@@ -451,7 +452,8 @@ <h4>hasAllRequiredFields</h4>
451452
<ul class="blockListLast">
452453
<li class="blockList">
453454
<h4>serializedSize</h4>
454-
<pre class="methodSignature">public&nbsp;<a href="../../IntegerSubject.html" title="class in com.google.common.truth">IntegerSubject</a>&nbsp;serializedSize()</pre>
455+
<pre class="methodSignature"><a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/annotations/GwtIncompatible.html?is-external=true" title="class or interface in com.google.common.annotations" class="externalLink">@GwtIncompatible</a>
456+
public&nbsp;<a href="../../IntegerSubject.html" title="class in com.google.common.truth">IntegerSubject</a>&nbsp;serializedSize()</pre>
455457
<div class="block">Returns an <a href="../../IntegerSubject.html" title="class in com.google.common.truth"><code>IntegerSubject</code></a> on the serialized size of the MessageLite.
456458

457459
<p>Assertions can then be changed on the serialized size, to support checks such as <code>

api/latest/member-search-index.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

api/latest/type-search-index.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)