Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 60db4a8

Browse files
yoshi-automationchingor13
authored andcommitted
docs(regen): fix javadoc return annotation (#52)
1 parent c52b73f commit 60db4a8

File tree

6 files changed

+124
-124
lines changed

6 files changed

+124
-124
lines changed

proto-google-cloud-webrisk-v1beta1/src/main/java/com/google/webrisk/v1beta1/ComputeThreatListDiffRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public com.google.webrisk.v1beta1.CompressionType convert(java.lang.Integer from
445445
* <code>repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
446446
* </code>
447447
*
448-
* @param value The supportedCompressions to add.
448+
* @return The count of supportedCompressions.
449449
*/
450450
public int getSupportedCompressionsCount() {
451451
return supportedCompressions_.size();

proto-google-cloud-webrisk-v1beta1/src/main/java/com/google/webrisk/v1beta1/SearchHashesRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public java.util.List<com.google.webrisk.v1beta1.ThreatType> getThreatTypesList(
200200
* repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
201201
* </code>
202202
*
203-
* @param value The threatTypes to add.
203+
* @return The count of threatTypes.
204204
*/
205205
public int getThreatTypesCount() {
206206
return threatTypes_.size();

proto-google-cloud-webrisk-v1beta1/src/main/java/com/google/webrisk/v1beta1/SearchHashesResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ public java.util.List<com.google.webrisk.v1beta1.ThreatType> getThreatTypesList(
431431
*
432432
* <code>repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 1;</code>
433433
*
434-
* @param value The threatTypes to add.
434+
* @return The count of threatTypes.
435435
*/
436436
public int getThreatTypesCount() {
437437
return threatTypes_.size();

proto-google-cloud-webrisk-v1beta1/src/main/java/com/google/webrisk/v1beta1/SearchUrisRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public java.util.List<com.google.webrisk.v1beta1.ThreatType> getThreatTypesList(
231231
* repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
232232
* </code>
233233
*
234-
* @param value The threatTypes to add.
234+
* @return The count of threatTypes.
235235
*/
236236
public int getThreatTypesCount() {
237237
return threatTypes_.size();

proto-google-cloud-webrisk-v1beta1/src/main/java/com/google/webrisk/v1beta1/SearchUrisResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public java.util.List<com.google.webrisk.v1beta1.ThreatType> getThreatTypesList(
386386
*
387387
* <code>repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 1;</code>
388388
*
389-
* @param value The threatTypes to add.
389+
* @return The count of threatTypes.
390390
*/
391391
public int getThreatTypesCount() {
392392
return threatTypes_.size();

0 commit comments

Comments
 (0)