You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java
+77-22Lines changed: 77 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1066,17 +1066,26 @@ public Patch setName(java.lang.String name) {
1066
1066
returnthis;
1067
1067
}
1068
1068
1069
-
/** Required. List of fields being updated. */
1069
+
/**
1070
+
* Optional. List of fields being updated. The following fields are supported (in both
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/AddAccountService.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public final class AddAccountService extends com.google.api.client.json.GenericJ
38
38
privateAccountAggregationaccountAggregation;
39
39
40
40
/**
41
-
* Optional. The provider of the service. Format: `accounts/{account}`
41
+
* Required. The provider of the service. Format: `accounts/{account}`
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
@@ -64,15 +64,15 @@ public AddAccountService setAccountAggregation(AccountAggregation accountAggrega
64
64
}
65
65
66
66
/**
67
-
* Optional. The provider of the service. Format: `accounts/{account}`
67
+
* Required. The provider of the service. Format: `accounts/{account}`
68
68
* @return value or {@code null} for none
69
69
*/
70
70
publicjava.lang.StringgetProvider() {
71
71
returnprovider;
72
72
}
73
73
74
74
/**
75
-
* Optional. The provider of the service. Format: `accounts/{account}`
75
+
* Required. The provider of the service. Format: `accounts/{account}`
76
76
* @param provider provider or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/ClaimHomepageRequest.java
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/ProductStatusChangeMessage.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,13 @@ public final class ProductStatusChangeMessage extends com.google.api.client.json
0 commit comments