@@ -488,24 +488,24 @@ public ListChildAccounts setLabelId(java.lang.Long labelId) {
488
488
489
489
/**
490
490
* Optional. The maximum number of accounts to return. The service may return fewer than this
491
- * value. If unspecified, at most 50 accounts will be returned. The maximum value is 1000 ;
492
- * values above 1000 will be coerced to 1000 .
491
+ * value. If unspecified, at most 50 accounts will be returned. The maximum value is 100 ;
492
+ * values above 100 will be coerced to 100 .
493
493
*/
494
494
@ com .google .api .client .util .Key
495
495
private java .lang .Integer pageSize ;
496
496
497
497
/** Optional. The maximum number of accounts to return. The service may return fewer than this value.
498
- If unspecified, at most 50 accounts will be returned. The maximum value is 1000 ; values above 1000
499
- will be coerced to 1000 .
498
+ If unspecified, at most 50 accounts will be returned. The maximum value is 100 ; values above 100
499
+ will be coerced to 100 .
500
500
*/
501
501
public java .lang .Integer getPageSize () {
502
502
return pageSize ;
503
503
}
504
504
505
505
/**
506
506
* Optional. The maximum number of accounts to return. The service may return fewer than this
507
- * value. If unspecified, at most 50 accounts will be returned. The maximum value is 1000 ;
508
- * values above 1000 will be coerced to 1000 .
507
+ * value. If unspecified, at most 50 accounts will be returned. The maximum value is 100 ;
508
+ * values above 100 will be coerced to 100 .
509
509
*/
510
510
public ListChildAccounts setPageSize (java .lang .Integer pageSize ) {
511
511
this .pageSize = pageSize ;
@@ -996,15 +996,15 @@ public Insert setParent(java.lang.String parent) {
996
996
}
997
997
998
998
/**
999
- * Required . The primary or supplemental feed id. If CSS Product already exists and feed id
999
+ * Optional . The primary or supplemental feed id. If CSS Product already exists and feed id
1000
1000
* provided is different, then the CSS Product will be moved to a new feed. Note: For now,
1001
1001
* CSSs do not need to provide feed ids as we create feeds on the fly. We do not have
1002
1002
* supplemental feed support for CSS Products yet.
1003
1003
*/
1004
1004
@ com .google .api .client .util .Key
1005
1005
private java .lang .Long feedId ;
1006
1006
1007
- /** Required . The primary or supplemental feed id. If CSS Product already exists and feed id provided
1007
+ /** Optional . The primary or supplemental feed id. If CSS Product already exists and feed id provided
1008
1008
is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to
1009
1009
provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS
1010
1010
Products yet.
@@ -1014,7 +1014,7 @@ public java.lang.Long getFeedId() {
1014
1014
}
1015
1015
1016
1016
/**
1017
- * Required . The primary or supplemental feed id. If CSS Product already exists and feed id
1017
+ * Optional . The primary or supplemental feed id. If CSS Product already exists and feed id
1018
1018
* provided is different, then the CSS Product will be moved to a new feed. Note: For now,
1019
1019
* CSSs do not need to provide feed ids as we create feeds on the fly. We do not have
1020
1020
* supplemental feed support for CSS Products yet.
0 commit comments