This repository was archived by the owner on Sep 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
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 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2606,8 +2606,8 @@ public int getRestrictedMetricTypeValue(int index) {
2606
2606
* repeated .google.analytics.admin.v1alpha.CustomMetric.RestrictedMetricType restricted_metric_type = 8 [(.google.api.field_behavior) = OPTIONAL];
2607
2607
* </code>
2608
2608
*
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 .
2611
2611
* @return This builder for chaining.
2612
2612
*/
2613
2613
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) {
1812
1812
* repeated .google.analytics.admin.v1alpha.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
1813
1813
* </code>
1814
1814
*
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 .
1817
1817
* @return This builder for chaining.
1818
1818
*/
1819
1819
public Builder setResourceTypeValue (int index , int value ) {
@@ -2069,8 +2069,8 @@ public int getActionValue(int index) {
2069
2069
* repeated .google.analytics.admin.v1alpha.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
2070
2070
* </code>
2071
2071
*
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 .
2074
2074
* @return This builder for chaining.
2075
2075
*/
2076
2076
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) {
2603
2603
* repeated .google.analytics.admin.v1beta.CustomMetric.RestrictedMetricType restricted_metric_type = 8 [(.google.api.field_behavior) = OPTIONAL];
2604
2604
* </code>
2605
2605
*
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 .
2608
2608
* @return This builder for chaining.
2609
2609
*/
2610
2610
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) {
1812
1812
* repeated .google.analytics.admin.v1beta.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
1813
1813
* </code>
1814
1814
*
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 .
1817
1817
* @return This builder for chaining.
1818
1818
*/
1819
1819
public Builder setResourceTypeValue (int index , int value ) {
@@ -2069,8 +2069,8 @@ public int getActionValue(int index) {
2069
2069
* repeated .google.analytics.admin.v1beta.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
2070
2070
* </code>
2071
2071
*
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 .
2074
2074
* @return This builder for chaining.
2075
2075
*/
2076
2076
public Builder setActionValue (int index , int value ) {
You can’t perform that action at this time.
0 commit comments