diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CloudStorageOptions.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CloudStorageOptions.java
index ecb85f804116..aef6599d570f 100644
--- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CloudStorageOptions.java
+++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CloudStorageOptions.java
@@ -2611,8 +2611,8 @@ public int getFileTypesValue(int index) {
*
* repeated .google.privacy.dlp.v2.FileType file_types = 5;
*
- * @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) {
diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeDescription.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeDescription.java
index bd12a32e216e..c27ca6685f14 100644
--- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeDescription.java
+++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeDescription.java
@@ -1322,8 +1322,8 @@ public int getSupportedByValue(int index) {
*
* repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;
*
- * @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) {
diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectConfig.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectConfig.java
index 901f2d1a1fcb..3d7a375e6676 100644
--- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectConfig.java
+++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectConfig.java
@@ -4996,8 +4996,8 @@ public int getContentOptionsValue(int index) {
*
* repeated .google.privacy.dlp.v2.ContentOption content_options = 8;
*
- * @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) {