diff --git a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureContactSettingsRequest.java b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureContactSettingsRequest.java
index 560f2e819288..450e14a0adfd 100644
--- a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureContactSettingsRequest.java
+++ b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureContactSettingsRequest.java
@@ -1594,8 +1594,8 @@ public int getContactNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of contactNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for contactNotices to set.
* @return This builder for chaining.
*/
public Builder setContactNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterDomainRequest.java b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterDomainRequest.java
index 7de9c552509b..0ccb3e937924 100644
--- a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterDomainRequest.java
+++ b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterDomainRequest.java
@@ -1583,8 +1583,8 @@ public int getDomainNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of domainNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for domainNotices to set.
* @return This builder for chaining.
*/
public Builder setDomainNoticesValue(int index, int value) {
@@ -1826,8 +1826,8 @@ public int getContactNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of contactNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for contactNotices to set.
* @return This builder for chaining.
*/
public Builder setContactNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterParameters.java b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterParameters.java
index 9ab5f247b53b..2ec09ee0c846 100644
--- a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterParameters.java
+++ b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterParameters.java
@@ -1568,8 +1568,8 @@ public int getSupportedPrivacyValue(int index) {
*
* repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of supportedPrivacy at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for supportedPrivacy to set.
* @return This builder for chaining.
*/
public Builder setSupportedPrivacyValue(int index, int value) {
@@ -1789,8 +1789,8 @@ public int getDomainNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of domainNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for domainNotices to set.
* @return This builder for chaining.
*/
public Builder setDomainNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/Registration.java b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/Registration.java
index 540ac65ece6d..ea53217cfdb6 100644
--- a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/Registration.java
+++ b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/Registration.java
@@ -3155,8 +3155,8 @@ public int getIssuesValue(int index) {
* repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of issues at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for issues to set.
* @return This builder for chaining.
*/
public Builder setIssuesValue(int index, int value) {
@@ -4467,8 +4467,8 @@ public int getSupportedPrivacyValue(int index) {
* repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of supportedPrivacy at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for supportedPrivacy to set.
* @return This builder for chaining.
*/
public Builder setSupportedPrivacyValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferDomainRequest.java b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferDomainRequest.java
index 6b48e5cc940e..27544ac0dba8 100644
--- a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferDomainRequest.java
+++ b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferDomainRequest.java
@@ -1572,8 +1572,8 @@ public int getContactNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of contactNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for contactNotices to set.
* @return This builder for chaining.
*/
public Builder setContactNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferParameters.java b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferParameters.java
index 93ae7588e78a..26cfd411c7f1 100644
--- a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferParameters.java
+++ b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferParameters.java
@@ -1642,8 +1642,8 @@ public int getSupportedPrivacyValue(int index) {
*
* repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of supportedPrivacy at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for supportedPrivacy to set.
* @return This builder for chaining.
*/
public Builder setSupportedPrivacyValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequest.java b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequest.java
index b38bd5247b25..36df2e0559b5 100644
--- a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequest.java
+++ b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequest.java
@@ -1603,8 +1603,8 @@ public int getContactNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of contactNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for contactNotices to set.
* @return This builder for chaining.
*/
public Builder setContactNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequest.java b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequest.java
index a566a92fb434..0bd723a8a3ce 100644
--- a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequest.java
+++ b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequest.java
@@ -1585,8 +1585,8 @@ public int getDomainNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of domainNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for domainNotices to set.
* @return This builder for chaining.
*/
public Builder setDomainNoticesValue(int index, int value) {
@@ -1829,8 +1829,8 @@ public int getContactNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of contactNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for contactNotices to set.
* @return This builder for chaining.
*/
public Builder setContactNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParameters.java b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParameters.java
index 484df57cfae5..604a15eeedd9 100644
--- a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParameters.java
+++ b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParameters.java
@@ -1577,8 +1577,8 @@ public int getSupportedPrivacyValue(int index) {
*
* repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of supportedPrivacy at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for supportedPrivacy to set.
* @return This builder for chaining.
*/
public Builder setSupportedPrivacyValue(int index, int value) {
@@ -1799,8 +1799,8 @@ public int getDomainNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of domainNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for domainNotices to set.
* @return This builder for chaining.
*/
public Builder setDomainNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/Registration.java b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/Registration.java
index 303512b61e81..8ff3d8d21488 100644
--- a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/Registration.java
+++ b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/Registration.java
@@ -3171,8 +3171,8 @@ public int getIssuesValue(int index) {
* repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of issues at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for issues to set.
* @return This builder for chaining.
*/
public Builder setIssuesValue(int index, int value) {
@@ -4492,8 +4492,8 @@ public int getSupportedPrivacyValue(int index) {
* repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of supportedPrivacy at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for supportedPrivacy to set.
* @return This builder for chaining.
*/
public Builder setSupportedPrivacyValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferDomainRequest.java b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferDomainRequest.java
index 00bc42d2a990..716ac3b57482 100644
--- a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferDomainRequest.java
+++ b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferDomainRequest.java
@@ -1576,8 +1576,8 @@ public int getContactNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of contactNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for contactNotices to set.
* @return This builder for chaining.
*/
public Builder setContactNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferParameters.java b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferParameters.java
index 64f7d848d5c4..60a9545be412 100644
--- a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferParameters.java
+++ b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferParameters.java
@@ -1651,8 +1651,8 @@ public int getSupportedPrivacyValue(int index) {
*
* repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of supportedPrivacy at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for supportedPrivacy to set.
* @return This builder for chaining.
*/
public Builder setSupportedPrivacyValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequest.java b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequest.java
index 45ae5ddfe960..39ac9676b83a 100644
--- a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequest.java
+++ b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequest.java
@@ -1599,8 +1599,8 @@ public int getContactNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of contactNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for contactNotices to set.
* @return This builder for chaining.
*/
public Builder setContactNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequest.java b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequest.java
index 3726820bab30..485b7d0dec88 100644
--- a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequest.java
+++ b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequest.java
@@ -1585,8 +1585,8 @@ public int getDomainNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of domainNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for domainNotices to set.
* @return This builder for chaining.
*/
public Builder setDomainNoticesValue(int index, int value) {
@@ -1829,8 +1829,8 @@ public int getContactNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of contactNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for contactNotices to set.
* @return This builder for chaining.
*/
public Builder setContactNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParameters.java b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParameters.java
index df5fd9f070dc..ee4700807bcb 100644
--- a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParameters.java
+++ b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParameters.java
@@ -1573,8 +1573,8 @@ public int getSupportedPrivacyValue(int index) {
*
* repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of supportedPrivacy at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for supportedPrivacy to set.
* @return This builder for chaining.
*/
public Builder setSupportedPrivacyValue(int index, int value) {
@@ -1795,8 +1795,8 @@ public int getDomainNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of domainNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for domainNotices to set.
* @return This builder for chaining.
*/
public Builder setDomainNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/Registration.java b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/Registration.java
index 198dd8e58e60..e858869b23cb 100644
--- a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/Registration.java
+++ b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/Registration.java
@@ -3166,8 +3166,8 @@ public int getIssuesValue(int index) {
* repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of issues at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for issues to set.
* @return This builder for chaining.
*/
public Builder setIssuesValue(int index, int value) {
@@ -4486,8 +4486,8 @@ public int getSupportedPrivacyValue(int index) {
* repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of supportedPrivacy at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for supportedPrivacy to set.
* @return This builder for chaining.
*/
public Builder setSupportedPrivacyValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferDomainRequest.java b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferDomainRequest.java
index 7860562f079d..07c0fff339dd 100644
--- a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferDomainRequest.java
+++ b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferDomainRequest.java
@@ -1576,8 +1576,8 @@ public int getContactNoticesValue(int index) {
*
* repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of contactNotices at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for contactNotices to set.
* @return This builder for chaining.
*/
public Builder setContactNoticesValue(int index, int value) {
diff --git a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferParameters.java b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferParameters.java
index 303f44e62f70..d685c551fb7e 100644
--- a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferParameters.java
+++ b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferParameters.java
@@ -1649,8 +1649,8 @@ public int getSupportedPrivacyValue(int index) {
*
* repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5;
*
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of supportedPrivacy at the given index.
+ * @param index The index to set the value at.
+ * @param value The enum numeric value on the wire for supportedPrivacy to set.
* @return This builder for chaining.
*/
public Builder setSupportedPrivacyValue(int index, int value) {