Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -929,8 +929,8 @@ public int getEnableComponentsValue(int index) {
* <code>repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;
* </code>
*
* @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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1004,8 +1004,8 @@ public int getEnableComponentsValue(int index) {
* repeated .google.container.v1.MonitoringComponentConfig.Component enable_components = 1;
* </code>
*
* @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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2227,8 +2227,8 @@ public int getEventTypeValue(int index) {
*
* <code>repeated .google.container.v1.NotificationConfig.EventType event_type = 1;</code>
*
* @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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,8 @@ public int getEnableComponentsValue(int index) {
* repeated .google.container.v1beta1.LoggingComponentConfig.Component enable_components = 1;
* </code>
*
* @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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1035,8 +1035,8 @@ public int getEnableComponentsValue(int index) {
* repeated .google.container.v1beta1.MonitoringComponentConfig.Component enable_components = 1;
* </code>
*
* @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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2240,8 +2240,8 @@ public int getEventTypeValue(int index) {
* <code>repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1;
* </code>
*
* @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) {
Expand Down