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

Commit

Permalink
chore(bazel): update protobuf to v3.21.3 (#931)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

chore(bazel): update gax-java to 2.18.4

PiperOrigin-RevId: 463115700

Source-Link: googleapis/googleapis@52130a9

Source-Link: googleapis/googleapis-gen@6a4d9d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 26, 2022
1 parent 47e9bde commit adf67c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2611,8 +2611,8 @@ public int getFileTypesValue(int index) {
*
* <code>repeated .google.privacy.dlp.v2.FileType file_types = 5;</code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of fileTypes at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for fileTypes to set.
* @return This builder for chaining.
*/
public Builder setFileTypesValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1322,8 +1322,8 @@ public int getSupportedByValue(int index) {
*
* <code>repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;</code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of supportedBy at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for supportedBy to set.
* @return This builder for chaining.
*/
public Builder setSupportedByValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4996,8 +4996,8 @@ public int getContentOptionsValue(int index) {
*
* <code>repeated .google.privacy.dlp.v2.ContentOption content_options = 8;</code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of contentOptions at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for contentOptions to set.
* @return This builder for chaining.
*/
public Builder setContentOptionsValue(int index, int value) {
Expand Down

0 comments on commit adf67c2

Please sign in to comment.