Skip to content

Commit 8da42fc

Browse files
chore(bazel): update protobuf to v3.21.3 (#775)
- [ ] 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 30f87c3 commit 8da42fc

File tree

1 file changed

+2
-2
lines changed
  • java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1

1 file changed

+2
-2
lines changed

java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3324,8 +3324,8 @@ public int getSourceProvenanceHashValue(int index) {
33243324
* <code>repeated .google.devtools.cloudbuild.v1.Hash.HashType source_provenance_hash = 1;
33253325
* </code>
33263326
*
3327-
* @param index The index of the value to return.
3328-
* @return The enum numeric value on the wire of sourceProvenanceHash at the given index.
3327+
* @param index The index to set the value at.
3328+
* @param value The enum numeric value on the wire for sourceProvenanceHash to set.
33293329
* @return This builder for chaining.
33303330
*/
33313331
public Builder setSourceProvenanceHashValue(int index, int value) {

0 commit comments

Comments
 (0)