Skip to content

Commit 1e7082a

Browse files
chore(bazel): update protobuf to v3.21.3 (#931)
- [ ] 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 f7df374 commit 1e7082a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CloudStorageOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2611,8 +2611,8 @@ public int getFileTypesValue(int index) {
26112611
*
26122612
* <code>repeated .google.privacy.dlp.v2.FileType file_types = 5;</code>
26132613
*
2614-
* @param index The index of the value to return.
2615-
* @return The enum numeric value on the wire of fileTypes at the given index.
2614+
* @param index The index to set the value at.
2615+
* @param value The enum numeric value on the wire for fileTypes to set.
26162616
* @return This builder for chaining.
26172617
*/
26182618
public Builder setFileTypesValue(int index, int value) {

java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,8 +1322,8 @@ public int getSupportedByValue(int index) {
13221322
*
13231323
* <code>repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;</code>
13241324
*
1325-
* @param index The index of the value to return.
1326-
* @return The enum numeric value on the wire of supportedBy at the given index.
1325+
* @param index The index to set the value at.
1326+
* @param value The enum numeric value on the wire for supportedBy to set.
13271327
* @return This builder for chaining.
13281328
*/
13291329
public Builder setSupportedByValue(int index, int value) {

java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4996,8 +4996,8 @@ public int getContentOptionsValue(int index) {
49964996
*
49974997
* <code>repeated .google.privacy.dlp.v2.ContentOption content_options = 8;</code>
49984998
*
4999-
* @param index The index of the value to return.
5000-
* @return The enum numeric value on the wire of contentOptions at the given index.
4999+
* @param index The index to set the value at.
5000+
* @param value The enum numeric value on the wire for contentOptions to set.
50015001
* @return This builder for chaining.
50025002
*/
50035003
public Builder setContentOptionsValue(int index, int value) {

0 commit comments

Comments
 (0)