Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit e4d1667

Browse files
chore(bazel): update protobuf to v3.21.3 (#437)
- [ ] 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 1de6e55 commit e4d1667

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/CustomMetric.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2606,8 +2606,8 @@ public int getRestrictedMetricTypeValue(int index) {
26062606
* repeated .google.analytics.admin.v1alpha.CustomMetric.RestrictedMetricType restricted_metric_type = 8 [(.google.api.field_behavior) = OPTIONAL];
26072607
* </code>
26082608
*
2609-
* @param index The index of the value to return.
2610-
* @return The enum numeric value on the wire of restrictedMetricType at the given index.
2609+
* @param index The index to set the value at.
2610+
* @param value The enum numeric value on the wire for restrictedMetricType to set.
26112611
* @return This builder for chaining.
26122612
*/
26132613
public Builder setRestrictedMetricTypeValue(int index, int value) {

proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/SearchChangeHistoryEventsRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,8 +1812,8 @@ public int getResourceTypeValue(int index) {
18121812
* repeated .google.analytics.admin.v1alpha.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
18131813
* </code>
18141814
*
1815-
* @param index The index of the value to return.
1816-
* @return The enum numeric value on the wire of resourceType at the given index.
1815+
* @param index The index to set the value at.
1816+
* @param value The enum numeric value on the wire for resourceType to set.
18171817
* @return This builder for chaining.
18181818
*/
18191819
public Builder setResourceTypeValue(int index, int value) {
@@ -2069,8 +2069,8 @@ public int getActionValue(int index) {
20692069
* repeated .google.analytics.admin.v1alpha.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
20702070
* </code>
20712071
*
2072-
* @param index The index of the value to return.
2073-
* @return The enum numeric value on the wire of action at the given index.
2072+
* @param index The index to set the value at.
2073+
* @param value The enum numeric value on the wire for action to set.
20742074
* @return This builder for chaining.
20752075
*/
20762076
public Builder setActionValue(int index, int value) {

proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/CustomMetric.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2603,8 +2603,8 @@ public int getRestrictedMetricTypeValue(int index) {
26032603
* repeated .google.analytics.admin.v1beta.CustomMetric.RestrictedMetricType restricted_metric_type = 8 [(.google.api.field_behavior) = OPTIONAL];
26042604
* </code>
26052605
*
2606-
* @param index The index of the value to return.
2607-
* @return The enum numeric value on the wire of restrictedMetricType at the given index.
2606+
* @param index The index to set the value at.
2607+
* @param value The enum numeric value on the wire for restrictedMetricType to set.
26082608
* @return This builder for chaining.
26092609
*/
26102610
public Builder setRestrictedMetricTypeValue(int index, int value) {

proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/SearchChangeHistoryEventsRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,8 +1812,8 @@ public int getResourceTypeValue(int index) {
18121812
* repeated .google.analytics.admin.v1beta.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
18131813
* </code>
18141814
*
1815-
* @param index The index of the value to return.
1816-
* @return The enum numeric value on the wire of resourceType at the given index.
1815+
* @param index The index to set the value at.
1816+
* @param value The enum numeric value on the wire for resourceType to set.
18171817
* @return This builder for chaining.
18181818
*/
18191819
public Builder setResourceTypeValue(int index, int value) {
@@ -2069,8 +2069,8 @@ public int getActionValue(int index) {
20692069
* repeated .google.analytics.admin.v1beta.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
20702070
* </code>
20712071
*
2072-
* @param index The index of the value to return.
2073-
* @return The enum numeric value on the wire of action at the given index.
2072+
* @param index The index to set the value at.
2073+
* @param value The enum numeric value on the wire for action to set.
20742074
* @return This builder for chaining.
20752075
*/
20762076
public Builder setActionValue(int index, int value) {

0 commit comments

Comments
 (0)