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
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/AccountRelationship.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ public final class AccountRelationship extends com.google.api.client.json.Generi
46
46
privatejava.lang.StringaccountIdAlias;
47
47
48
48
/**
49
-
* Identifier. The resource name of the account relationship.
49
+
* Identifier. The resource name of the account relationship. Format:
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/AccountService.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,8 @@ public final class AccountService extends com.google.api.client.json.GenericJson
97
97
privatejava.lang.Stringmutability;
98
98
99
99
/**
100
-
* Identifier. The resource name of the account service.
100
+
* Identifier. The resource name of the account service. Format:
101
+
* `accounts/{account}/services/{service}`
101
102
* The value may be {@code null}.
102
103
*/
103
104
@com.google.api.client.util.Key
@@ -262,15 +263,17 @@ public AccountService setMutability(java.lang.String mutability) {
262
263
}
263
264
264
265
/**
265
-
* Identifier. The resource name of the account service.
266
+
* Identifier. The resource name of the account service. Format:
267
+
* `accounts/{account}/services/{service}`
266
268
* @return value or {@code null} for none
267
269
*/
268
270
publicjava.lang.StringgetName() {
269
271
returnname;
270
272
}
271
273
272
274
/**
273
-
* Identifier. The resource name of the account service.
275
+
* Identifier. The resource name of the account service. Format:
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/WarehouseBasedDeliveryTime.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,8 @@ public final class WarehouseBasedDeliveryTime extends com.google.api.client.json
49
49
privatejava.lang.StringcarrierService;
50
50
51
51
/**
52
-
* Required. Warehouse name. This should match warehouse
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/com/google/api/services/merchantapi/datasources_v1beta/Merchant.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,8 @@ public DataSources dataSources() {
174
174
publicclassDataSources {
175
175
176
176
/**
177
-
* Creates the new data source configuration for the given account.
177
+
* Creates the new data source configuration for the given account. This method always creates a new
178
+
* data source.
178
179
*
179
180
* Create a request for the method "dataSources.create".
180
181
*
@@ -199,7 +200,8 @@ public class Create extends MerchantRequest<com.google.api.services.merchantapi.
0 commit comments