8000 chore(bazel): update protobuf to v3.21.3 by gcf-owl-bot[bot] · Pull Request #529 · googleapis/java-analytics-data · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2410,8 +2410,8 @@ public int getBlockedReasonsValue(int index) {
* repeated .google.analytics.data.v1beta.MetricMetadata.BlockedReason blocked_reasons = 8;
* </code>
*
* @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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1875,8 +1875,8 @@ public int getMetricAggregationsValue(int index) {
* <code>repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
* </code>
*
* @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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1539,8 +1539,8 @@ public int getRestrictedMetricTypesValue(int index) {
* repeated .google.analytics.data.v1beta.RestrictedMetricType restricted_metric_types = 2;
* </code>
*
* @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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3016,8 +3016,8 @@ public int getMetricAggregationsValue(int index) {
* <code>repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;
* </code>
*
* @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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3795,8 +3795,8 @@ public int getMetricAggregationsValue(int index) {
* <code>repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 9;
* </code>
*
* @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) {
Expand Down
0