Skip to content

Commit d11dba3

Browse files
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: googleapis/googleapis@52130a9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/6a4d9d9bb3afb20b0f5fa4f5d9f6740b1d0eb19a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
1 parent 4dfe9a4 commit d11dba3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/MetricMetadata.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2410,8 +2410,8 @@ public int getBlockedReasonsValue(int index) {
24102410
* repeated .google.analytics.data.v1beta.MetricMetadata.BlockedReason blocked_reasons = 8;
24112411
* </code>
24122412
*
2413-
* @param index The index of the value to return.
2414-
* @return The enum numeric value on the wire of blockedReasons at the given index.
2413+
* @param index The index to set the value at.
2414+
* @param value The enum numeric value on the wire for blockedReasons to set.
24152415
* @return This builder for chaining.
24162416
*/
24172417
public Builder setBlockedReasonsValue(int index, int value) {

java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/Pivot.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,8 +1875,8 @@ public int getMetricAggregationsValue(int index) {
18751875
* <code>repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
18761876
* </code>
18771877
*
1878-
* @param index The index of the value to return.
1879-
* @return The enum numeric value on the wire of metricAggregations at the given index.
1878+
* @param index The index to set the value at.
1879+
* @param value The enum numeric value on the wire for metricAggregations to set.
18801880
* @return This builder for chaining.
18811881
*/
18821882
public Builder setMetricAggregationsValue(int index, int value) {

java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/ResponseMetaData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,8 +1539,8 @@ public int getRestrictedMetricTypesValue(int index) {
15391539
* repeated .google.analytics.data.v1beta.RestrictedMetricType restricted_metric_types = 2;
15401540
* </code>
15411541
*
1542-
* @param index The index of the value to return.
1543-
* @return The enum numeric value on the wire of restrictedMetricTypes at the given index.
1542+
* @param index The index to set the value at.
1543+
* @param value The enum numeric value on the wire for restrictedMetricTypes to set.
15441544
* @return This builder for chaining.
15451545
*/
15461546
public Builder setRestrictedMetricTypesValue(int index, int value) {

java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/RunRealtimeReportRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3016,8 +3016,8 @@ public int getMetricAggregationsValue(int index) {
30163016
* <code>repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;
30173017
* </code>
30183018
*
3019-
* @param index The index of the value to return.
3020-
* @return The enum numeric value on the wire of metricAggregations at the given index.
3019+
* @param index The index to set the value at.
3020+
* @param value The enum numeric value on the wire for metricAggregations to set.
30213021
* @return This builder for chaining.
30223022
*/
30233023
public Builder setMetricAggregationsValue(int index, int value) {

java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/RunReportRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3795,8 +3795,8 @@ public int getMetricAggregationsValue(int index) {
37953795
* <code>repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 9;
37963796
* </code>
37973797
*
3798-
* @param index The index of the value to return.
3799-
* @return The enum numeric value on the wire of metricAggregations at the given index.
3798+
* @param index The index to set the value at.
3799+
* @param value The enum numeric value on the wire for metricAggregations to set.
38003800
* @return This builder for chaining.
38013801
*/
38023802
public Builder setMetricAggregationsValue(int index, int value) {

0 commit comments

Comments
 (0)