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

Commit 7f120bd

Browse files
yoshi-automationchingor13
authored andcommitted
docs(regen): fix javadoc return annotation (#58)
1 parent 9f25a93 commit 7f120bd

File tree

6 files changed

+502
-502
lines changed

6 files changed

+502
-502
lines changed

proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/AnnotateVideoRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public java.util.List<com.google.cloud.videointelligence.v1.Feature> getFeatures
309309
* repeated .google.cloud.videointelligence.v1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
310310
* </code>
311311
*
312-
* @param value The features to add.
312+
* @return The count of features.
313313
*/
314314
public int getFeaturesCount() {
315315
return features_.size();

proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/AnnotateVideoRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public java.util.List<com.google.cloud.videointelligence.v1beta2.Feature> getFea
306306
*
307307
* <code>repeated .google.cloud.videointelligence.v1beta2.Feature features = 2;</code>
308308
*
309-
* @param value The features to add.
309+
* @return The count of features.
310310
*/
311311
public int getFeaturesCount() {
312312
return features_.size();

proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public java.util.List<com.google.cloud.videointelligence.v1p1beta1.Feature> getF
306306
*
307307
* <code>repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2;</code>
308308
*
309-
* @param value The features to add.
309+
* @return The count of features.
310310
*/
311311
public int getFeaturesCount() {
312312
return features_.size();

proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/AnnotateVideoRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public java.util.List<com.google.cloud.videointelligence.v1p2beta1.Feature> getF
306306
*
307307
* <code>repeated .google.cloud.videointelligence.v1p2beta1.Feature features = 2;</code>
308308
*
309-
* @param value The features to add.
309+
* @return The count of features.
310310
*/
311311
public int getFeaturesCount() {
312312
return features_.size();

proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/AnnotateVideoRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public java.util.List<com.google.cloud.videointelligence.v1p3beta1.Feature> getF
310310
* repeated .google.cloud.videointelligence.v1p3beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
311311
* </code>
312312
*
313-
* @param value The features to add.
313+
* @return The count of features.
314314
*/
315315
public int getFeaturesCount() {
316316
return features_.size();

0 commit comments

Comments
 (0)