From 628c10131840b3d87744551d7bbffa83755044c5 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Tue, 26 Jul 2022 19:20:28 +0000
Subject: [PATCH] chore(bazel): update protobuf to v3.21.3 (#529)
- [ ] Regenerate this pull request now.
chore(bazel): update gax-java to 2.18.4
PiperOrigin-RevId: 463115700
Source-Link: https://github.com/googleapis/googleapis/commit/52130a9c3c289e6bc4ab1784bdde6081abdf3dd9
Source-Link: https://github.com/googleapis/googleapis-gen/commit/6a4d9d9bb3afb20b0f5fa4f5d9f6740b1d0eb19a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
---
.../java/com/google/analytics/data/v1beta/MetricMetadata.java | 4 ++--
.../src/main/java/com/google/analytics/data/v1beta/Pivot.java | 4 ++--
.../com/google/analytics/data/v1beta/ResponseMetaData.java | 4 ++--
.../analytics/data/v1beta/RunRealtimeReportRequest.java | 4 ++--
.../com/google/analytics/data/v1beta/RunReportRequest.java | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
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) {