diff --git a/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/MetricMetadata.java b/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/MetricMetadata.java index f2baaf5b..08239153 100644 --- a/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/MetricMetadata.java +++ b/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/MetricMetadata.java @@ -2410,8 +2410,8 @@ public int getBlockedReasonsValue(int index) { * repeated .google.analytics.data.v1beta.MetricMetadata.BlockedReason blocked_reasons = 8; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of blockedReasons at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for blockedReasons to set. * @return This builder for chaining. */ public Builder setBlockedReasonsValue(int index, int value) { diff --git a/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/Pivot.java b/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/Pivot.java index 9917b4f6..7cc8e955 100644 --- a/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/Pivot.java +++ b/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/Pivot.java @@ -1875,8 +1875,8 @@ public int getMetricAggregationsValue(int index) { * repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of metricAggregations at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for metricAggregations to set. * @return This builder for chaining. */ public Builder setMetricAggregationsValue(int index, int value) { diff --git a/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/ResponseMetaData.java b/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/ResponseMetaData.java index d04a9ce2..a1a6e56a 100644 --- a/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/ResponseMetaData.java +++ b/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/ResponseMetaData.java @@ -1539,8 +1539,8 @@ public int getRestrictedMetricTypesValue(int index) { * repeated .google.analytics.data.v1beta.RestrictedMetricType restricted_metric_types = 2; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of restrictedMetricTypes at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for restrictedMetricTypes to set. * @return This builder for chaining. */ public Builder setRestrictedMetricTypesValue(int index, int value) { diff --git a/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/RunRealtimeReportRequest.java b/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/RunRealtimeReportRequest.java index 2fdc5925..e6acee8e 100644 --- a/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/RunRealtimeReportRequest.java +++ b/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/RunRealtimeReportRequest.java @@ -3016,8 +3016,8 @@ public int getMetricAggregationsValue(int index) { * repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of metricAggregations at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for metricAggregations to set. * @return This builder for chaining. */ public Builder setMetricAggregationsValue(int index, int value) { diff --git a/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/RunReportRequest.java b/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/RunReportRequest.java index a9921b3f..8e358f9e 100644 --- a/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/RunReportRequest.java +++ b/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/RunReportRequest.java @@ -3795,8 +3795,8 @@ public int getMetricAggregationsValue(int index) { * repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 9; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of metricAggregations at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for metricAggregations to set. * @return This builder for chaining. */ public Builder setMetricAggregationsValue(int index, int value) {