Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.3 (#437)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

chore(bazel): update gax-java to 2.18.4

PiperOrigin-RevId: 463115700

Source-Link: googleapis/googleapis@52130a9

Source-Link: googleapis/googleapis-gen@6a4d9d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 26, 2022
1 parent aa4d724 commit ce975ff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2606,8 +2606,8 @@ public int getRestrictedMetricTypeValue(int index) {
* repeated .google.analytics.admin.v1alpha.CustomMetric.RestrictedMetricType restricted_metric_type = 8 [(.google.api.field_behavior) = OPTIONAL];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of restrictedMetricType at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for restrictedMetricType to set.
* @return This builder for chaining.
*/
public Builder setRestrictedMetricTypeValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1812,8 +1812,8 @@ public int getResourceTypeValue(int index) {
* repeated .google.analytics.admin.v1alpha.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of resourceType at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for resourceType to set.
* @return This builder for chaining.
*/
public Builder setResourceTypeValue(int index, int value) {
Expand Down Expand Up @@ -2069,8 +2069,8 @@ public int getActionValue(int index) {
* repeated .google.analytics.admin.v1alpha.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of action at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for action to set.
* @return This builder for chaining.
*/
public Builder setActionValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2603,8 +2603,8 @@ public int getRestrictedMetricTypeValue(int index) {
* repeated .google.analytics.admin.v1beta.CustomMetric.RestrictedMetricType restricted_metric_type = 8 [(.google.api.field_behavior) = OPTIONAL];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of restrictedMetricType at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for restrictedMetricType to set.
* @return This builder for chaining.
*/
public Builder setRestrictedMetricTypeValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1812,8 +1812,8 @@ public int getResourceTypeValue(int index) {
* repeated .google.analytics.admin.v1beta.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of resourceType at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for resourceType to set.
* @return This builder for chaining.
*/
public Builder setResourceTypeValue(int index, int value) {
Expand Down Expand Up @@ -2069,8 +2069,8 @@ public int getActionValue(int index) {
* repeated .google.analytics.admin.v1beta.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of action at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for action to set.
* @return This builder for chaining.
*/
public Builder setActionValue(int index, int value) {
Expand Down

0 comments on commit ce975ff

Please sign in to comment.