This repository was archived by the owner on Sep 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha
proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments