@@ -488,24 +488,24 @@ public ListChildAccounts setLabelId(java.lang.Long labelId) {
488488
489489 /**
490490 * 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 .
493493 */
494494 @ com .google .api .client .util .Key
495495 private java .lang .Integer pageSize ;
496496
497497 /** 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 .
500500 */
501501 public java .lang .Integer getPageSize () {
502502 return pageSize ;
503503 }
504504
505505 /**
506506 * 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 .
509509 */
510510 public ListChildAccounts setPageSize (java .lang .Integer pageSize ) {
511511 this .pageSize = pageSize ;
@@ -996,15 +996,15 @@ public Insert setParent(java.lang.String parent) {
996996 }
997997
998998 /**
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
10001000 * provided is different, then the CSS Product will be moved to a new feed. Note: For now,
10011001 * CSSs do not need to provide feed ids as we create feeds on the fly. We do not have
10021002 * supplemental feed support for CSS Products yet.
10031003 */
10041004 @ com .google .api .client .util .Key
10051005 private java .lang .Long feedId ;
10061006
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
10081008 is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to
10091009 provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS
10101010 Products yet.
@@ -1014,7 +1014,7 @@ public java.lang.Long getFeedId() {
10141014 }
10151015
10161016 /**
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
10181018 * provided is different, then the CSS Product will be moved to a new feed. Note: For now,
10191019 * CSSs do not need to provide feed ids as we create feeds on the fly. We do not have
10201020 * supplemental feed support for CSS Products yet.
0 commit comments