diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/LoggingComponentConfig.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/LoggingComponentConfig.java index adf31303..764a5fea 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/LoggingComponentConfig.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/LoggingComponentConfig.java @@ -929,8 +929,8 @@ public int getEnableComponentsValue(int index) { * repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of enableComponents at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for enableComponents to set. * @return This builder for chaining. */ public Builder setEnableComponentsValue(int index, int value) { diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MonitoringComponentConfig.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MonitoringComponentConfig.java index 5737a296..9439599e 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MonitoringComponentConfig.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MonitoringComponentConfig.java @@ -1004,8 +1004,8 @@ public int getEnableComponentsValue(int index) { * repeated .google.container.v1.MonitoringComponentConfig.Component enable_components = 1; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of enableComponents at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for enableComponents to set. * @return This builder for chaining. */ public Builder setEnableComponentsValue(int index, int value) { diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NotificationConfig.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NotificationConfig.java index 23deca1a..5f17210c 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NotificationConfig.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NotificationConfig.java @@ -2227,8 +2227,8 @@ public int getEventTypeValue(int index) { * * repeated .google.container.v1.NotificationConfig.EventType event_type = 1; * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of eventType at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for eventType to set. * @return This builder for chaining. */ public Builder setEventTypeValue(int index, int value) { diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/LoggingComponentConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/LoggingComponentConfig.java index c50c238d..cce166f2 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/LoggingComponentConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/LoggingComponentConfig.java @@ -950,8 +950,8 @@ public int getEnableComponentsValue(int index) { * repeated .google.container.v1beta1.LoggingComponentConfig.Component enable_components = 1; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of enableComponents at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for enableComponents to set. * @return This builder for chaining. */ public Builder setEnableComponentsValue(int index, int value) { diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MonitoringComponentConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MonitoringComponentConfig.java index b7feb21c..01204246 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MonitoringComponentConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MonitoringComponentConfig.java @@ -1035,8 +1035,8 @@ public int getEnableComponentsValue(int index) { * repeated .google.container.v1beta1.MonitoringComponentConfig.Component enable_components = 1; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of enableComponents at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for enableComponents to set. * @return This builder for chaining. */ public Builder setEnableComponentsValue(int index, int value) { diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NotificationConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NotificationConfig.java index 6efaed71..0f0a6b0c 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NotificationConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NotificationConfig.java @@ -2240,8 +2240,8 @@ public int getEventTypeValue(int index) { * repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of eventType at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for eventType to set. * @return This builder for chaining. */ public Builder setEventTypeValue(int index, int value) {