@@ -556,8 +556,8 @@ public class Sites {
556556 * This request holds the parameters needed by the adsenseplatform server. After setting any
557557 * optional parameters, call the {@link List#execute()} method to invoke the remote operation.
558558 *
559- * @param parent Required. The name of the platform to retrieve. Format:
560- * accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code }
559+ * @param parent Required. The name of the child account under the given platform which owns the platform child
560+ * sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account }
561561 * @return the request
562562 */
563563 public List list (java .lang .String parent ) throws java .io .IOException {
@@ -583,8 +583,8 @@ public class List extends AdSensePlatformRequest<com.google.api.services.adsense
583583 * {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
584584 * must be called to initialize this instance immediately after invoking the constructor. </p>
585585 *
586- * @param parent Required. The name of the platform to retrieve. Format:
587- * accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code }
586+ * @param parent Required. The name of the child account under the given platform which owns the platform child
587+ * sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account }
588588 * @since 1.13
589589 */
590590 protected List (java .lang .String parent ) {
@@ -663,22 +663,24 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
663663 }
664664
665665 /**
666- * Required. The name of the platform to retrieve. Format:
667- * accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}
666+ * Required. The name of the child account under the given platform which owns the
667+ * platform child sites. Format:
668+ * accounts/{account}/platforms/{platform}/childAccounts/{child_account}
668669 */
669670 @ com .google .api .client .util .Key
670671 private java .lang .String parent ;
671672
672- /** Required. The name of the platform to retrieve. Format:
673- accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code }
673+ /** Required. The name of the child account under the given platform which owns the platform child
674+ sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account }
674675 */
675676 public java .lang .String getParent () {
676677 return parent ;
677678 }
678679
679680 /**
680- * Required. The name of the platform to retrieve. Format:
681- * accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}
681+ * Required. The name of the child account under the given platform which owns the
682+ * platform child sites. Format:
683+ * accounts/{account}/platforms/{platform}/childAccounts/{child_account}
682684 */
683685 public List setParent (java .lang .String parent ) {
684686 if (!getSuppressPatternChecks ()) {
@@ -756,7 +758,8 @@ public List set(String parameterName, Object value) {
756758 * optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
757759 *
758760 * @param name Identifier. Format:
759- * accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
761+ * accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_chil
762+ * d_site}
760763 * @param content the {@link com.google.api.services.adsenseplatform.v1alpha.model.PlatformChildSite}
761764 * @return the request
762765 */
@@ -785,7 +788,8 @@ public class Patch extends AdSensePlatformRequest<com.google.api.services.adsens
785788 * be called to initialize this instance immediately after invoking the constructor. </p>
786789 *
787790 * @param name Identifier. Format:
788- * accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
791+ * accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_chil
792+ * d_site}
789793 * @param content the {@link com.google.api.services.adsenseplatform.v1alpha.model.PlatformChildSite}
790794 * @since 1.13
791795 */
@@ -855,22 +859,22 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
855859 }
856860
857861 /**
858- * Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sit
859- * es/{platformChildSite }
862+ * Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_acco
863+ * unt}/sites/{platform_child_site }
860864 */
861865 @ com .google .api .client .util .Key
862866 private java .lang .String name ;
863867
864868 /** Identifier. Format:
865- accounts/{account}/platforms/{platform}/childAccounts/{child }/sites/{platformChildSite }
869+ accounts/{account}/platforms/{platform}/childAccounts/{child_account }/sites/{platform_child_site }
866870 */
867871 public java .lang .String getName () {
868872 return name ;
869873 }
870874
871875 /**
872- * Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sit
873- * es/{platformChildSite }
876+ * Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_acco
877+ * unt}/sites/{platform_child_site }
874878 */
875879 public Patch setName (java .lang .String name ) {
876880 if (!getSuppressPatternChecks ()) {
0 commit comments