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

Commit

Permalink
docs(regen): fix javadoc return annotation (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 21, 2020
1 parent 9f25a93 commit 7f120bd
Show file tree
Hide file tree
Showing 6 changed files with 502 additions and 502 deletions.
Expand Up @@ -309,7 +309,7 @@ public java.util.List<com.google.cloud.videointelligence.v1.Feature> getFeatures
* repeated .google.cloud.videointelligence.v1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param value The features to add.
* @return The count of features.
*/
public int getFeaturesCount() {
return features_.size();
Expand Down
Expand Up @@ -306,7 +306,7 @@ public java.util.List<com.google.cloud.videointelligence.v1beta2.Feature> getFea
*
* <code>repeated .google.cloud.videointelligence.v1beta2.Feature features = 2;</code>
*
* @param value The features to add.
* @return The count of features.
*/
public int getFeaturesCount() {
return features_.size();
Expand Down
Expand Up @@ -306,7 +306,7 @@ public java.util.List<com.google.cloud.videointelligence.v1p1beta1.Feature> getF
*
* <code>repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2;</code>
*
* @param value The features to add.
* @return The count of features.
*/
public int getFeaturesCount() {
return features_.size();
Expand Down
Expand Up @@ -306,7 +306,7 @@ public java.util.List<com.google.cloud.videointelligence.v1p2beta1.Feature> getF
*
* <code>repeated .google.cloud.videointelligence.v1p2beta1.Feature features = 2;</code>
*
* @param value The features to add.
* @return The count of features.
*/
public int getFeaturesCount() {
return features_.size();
Expand Down
Expand Up @@ -310,7 +310,7 @@ public java.util.List<com.google.cloud.videointelligence.v1p3beta1.Feature> getF
* repeated .google.cloud.videointelligence.v1p3beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param value The features to add.
* @return The count of features.
*/
public int getFeaturesCount() {
return features_.size();
Expand Down

0 comments on commit 7f120bd

Please sign in to comment.