Skip to content

Commit 4d6633c

Browse files
chore(bazel): update protobuf to v3.21.3 (#942)
- [ ] Regenerate this pull request now. chore(bazel): update gax-java to 2.18.4 PiperOrigin-RevId: 463115700 Source-Link: googleapis/googleapis@52130a9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/6a4d9d9bb3afb20b0f5fa4f5d9f6740b1d0eb19a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
1 parent 7aa22ec commit 4d6633c

File tree

5 files changed

+10
-10
lines changed
  • java-video-intelligence
    • proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2
    • proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1
    • proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1
    • proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1
    • proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1

5 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,8 +1391,8 @@ public int getFeaturesValue(int index) {
13911391
* repeated .google.cloud.videointelligence.v1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
13921392
* </code>
13931393
*
1394-
* @param index The index of the value to return.
1395-
* @return The enum numeric value on the wire of features at the given index.
1394+
* @param index The index to set the value at.
1395+
* @param value The enum numeric value on the wire for features to set.
13961396
* @return This builder for chaining.
13971397
*/
13981398
public Builder setFeaturesValue(int index, int value) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,8 +1396,8 @@ public int getFeaturesValue(int index) {
13961396
* repeated .google.cloud.videointelligence.v1beta2.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
13971397
* </code>
13981398
*
1399-
* @param index The index of the value to return.
1400-
* @return The enum numeric value on the wire of features at the given index.
1399+
* @param index The index to set the value at.
1400+
* @param value The enum numeric value on the wire for features to set.
14011401
* @return This builder for chaining.
14021402
*/
14031403
public Builder setFeaturesValue(int index, int value) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,8 +1398,8 @@ public int getFeaturesValue(int index) {
13981398
* repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
13991399
* </code>
14001400
*
1401-
* @param index The index of the value to return.
1402-
* @return The enum numeric value on the wire of features at the given index.
1401+
* @param index The index to set the value at.
1402+
* @param value The enum numeric value on the wire for features to set.
14031403
* @return This builder for chaining.
14041404
*/
14051405
public Builder setFeaturesValue(int index, int value) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,8 +1389,8 @@ public int getFeaturesValue(int index) {
13891389
* repeated .google.cloud.videointelligence.v1p2beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
13901390
* </code>
13911391
*
1392-
* @param index The index of the value to return.
1393-
* @return The enum numeric value on the wire of features at the given index.
1392+
* @param index The index to set the value at.
1393+
* @param value The enum numeric value on the wire for features to set.
13941394
* @return This builder for chaining.
13951395
*/
13961396
public Builder setFeaturesValue(int index, int value) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,8 +1400,8 @@ public int getFeaturesValue(int index) {
14001400
* repeated .google.cloud.videointelligence.v1p3beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
14011401
* </code>
14021402
*
1403-
* @param index The index of the value to return.
1404-
* @return The enum numeric value on the wire of features at the given index.
1403+
* @param index The index to set the value at.
1404+
* @param value The enum numeric value on the wire for features to set.
14051405
* @return This builder for chaining.
14061406
*/
14071407
public Builder setFeaturesValue(int index, int value) {

0 commit comments

Comments
 (0)