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

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(regen): fix javadoc return annotation (#52)
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 21, 2020
1 parent c52b73f commit 60db4a8
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 124 deletions.
Expand Up @@ -445,7 +445,7 @@ public com.google.webrisk.v1beta1.CompressionType convert(java.lang.Integer from
* <code>repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
* </code>
*
* @param value The supportedCompressions to add.
* @return The count of supportedCompressions.
*/
public int getSupportedCompressionsCount() {
return supportedCompressions_.size();
Expand Down
Expand Up @@ -200,7 +200,7 @@ public java.util.List<com.google.webrisk.v1beta1.ThreatType> getThreatTypesList(
* repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param value The threatTypes to add.
* @return The count of threatTypes.
*/
public int getThreatTypesCount() {
return threatTypes_.size();
Expand Down
Expand Up @@ -431,7 +431,7 @@ public java.util.List<com.google.webrisk.v1beta1.ThreatType> getThreatTypesList(
*
* <code>repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 1;</code>
*
* @param value The threatTypes to add.
* @return The count of threatTypes.
*/
public int getThreatTypesCount() {
return threatTypes_.size();
Expand Down
Expand Up @@ -231,7 +231,7 @@ public java.util.List<com.google.webrisk.v1beta1.ThreatType> getThreatTypesList(
* repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param value The threatTypes to add.
* @return The count of threatTypes.
*/
public int getThreatTypesCount() {
return threatTypes_.size();
Expand Down
Expand Up @@ -386,7 +386,7 @@ public java.util.List<com.google.webrisk.v1beta1.ThreatType> getThreatTypesList(
*
* <code>repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 1;</code>
*
* @param value The threatTypes to add.
* @return The count of threatTypes.
*/
public int getThreatTypesCount() {
return threatTypes_.size();
Expand Down

0 comments on commit 60db4a8

Please sign in to comment.