@@ -554,6 +554,114 @@ public Get set(String parameterName, Object value) {
554554 return (Get ) super .set (parameterName , value );
555555 }
556556 }
557+ /**
558+ * Retrieves the merchant account that the calling GCP is registered with.
559+ *
560+ * Create a request for the method "accounts.getAccountForGcpRegistration".
561+ *
562+ * This request holds the parameters needed by the merchantapi server. After setting any optional
563+ * parameters, call the {@link GetAccountForGcpRegistration#execute()} method to invoke the remote
564+ * operation.
565+ *
566+ * @return the request
567+ */
568+ public GetAccountForGcpRegistration getAccountForGcpRegistration () throws java .io .IOException {
569+ GetAccountForGcpRegistration result = new GetAccountForGcpRegistration ();
570+ initialize (result );
571+ return result ;
572+ }
573+
574+ public class GetAccountForGcpRegistration extends MerchantRequest <com .google .api .services .merchantapi .accounts_v1beta .model .GetAccountForGcpRegistrationResponse > {
575+
576+ private static final String REST_PATH = "accounts/v1beta/accounts:getAccountForGcpRegistration" ;
577+
578+ /**
579+ * Retrieves the merchant account that the calling GCP is registered with.
580+ *
581+ * Create a request for the method "accounts.getAccountForGcpRegistration".
582+ *
583+ * This request holds the parameters needed by the the merchantapi server. After setting any
584+ * optional parameters, call the {@link GetAccountForGcpRegistration#execute()} method to invoke
585+ * the remote operation. <p> {@link GetAccountForGcpRegistration#initialize(com.google.api.client.
586+ * googleapis.services.AbstractGoogleClientRequest)} must be called to initialize this instance
587+ * immediately after invoking the constructor. </p>
588+ *
589+ * @since 1.13
590+ */
591+ protected GetAccountForGcpRegistration () {
592+ super (Merchant .this , "GET" , REST_PATH , null , com .google .api .services .merchantapi .accounts_v1beta .model .GetAccountForGcpRegistrationResponse .class );
593+ }
594+
595+ @ Override
596+ public com .google .api .client .http .HttpResponse executeUsingHead () throws java .io .IOException {
597+ return super .executeUsingHead ();
598+ }
599+
600+ @ Override
601+ public com .google .api .client .http .HttpRequest buildHttpRequestUsingHead () throws java .io .IOException {
602+ return super .buildHttpRequestUsingHead ();
603+ }
604+
605+ @ Override
606+ public GetAccountForGcpRegistration set$Xgafv (java .lang .String $Xgafv ) {
607+ return (GetAccountForGcpRegistration ) super .set$Xgafv ($Xgafv );
608+ }
609+
610+ @ Override
611+ public GetAccountForGcpRegistration setAccessToken (java .lang .String accessToken ) {
612+ return (GetAccountForGcpRegistration ) super .setAccessToken (accessToken );
613+ }
614+
615+ @ Override
616+ public GetAccountForGcpRegistration setAlt (java .lang .String alt ) {
617+ return (GetAccountForGcpRegistration ) super .setAlt (alt );
618+ }
619+
620+ @ Override
621+ public GetAccountForGcpRegistration setCallback (java .lang .String callback ) {
622+ return (GetAccountForGcpRegistration ) super .setCallback (callback );
623+ }
624+
625+ @ Override
626+ public GetAccountForGcpRegistration setFields (java .lang .String fields ) {
627+ return (GetAccountForGcpRegistration ) super .setFields (fields );
628+ }
629+
630+ @ Override
631+ public GetAccountForGcpRegistration setKey (java .lang .String key ) {
632+ return (GetAccountForGcpRegistration ) super .setKey (key );
633+ }
634+
635+ @ Override
636+ public GetAccountForGcpRegistration setOauthToken (java .lang .String oauthToken ) {
637+ return (GetAccountForGcpRegistration ) super .setOauthToken (oauthToken );
638+ }
639+
640+ @ Override
641+ public GetAccountForGcpRegistration setPrettyPrint (java .lang .Boolean prettyPrint ) {
642+ return (GetAccountForGcpRegistration ) super .setPrettyPrint (prettyPrint );
643+ }
644+
645+ @ Override
646+ public GetAccountForGcpRegistration setQuotaUser (java .lang .String quotaUser ) {
647+ return (GetAccountForGcpRegistration ) super .setQuotaUser (quotaUser );
648+ }
649+
650+ @ Override
651+ public GetAccountForGcpRegistration setUploadType (java .lang .String uploadType ) {
652+ return (GetAccountForGcpRegistration ) super .setUploadType (uploadType );
653+ }
654+
655+ @ Override
656+ public GetAccountForGcpRegistration setUploadProtocol (java .lang .String uploadProtocol ) {
657+ return (GetAccountForGcpRegistration ) super .setUploadProtocol (uploadProtocol );
658+ }
659+
660+ @ Override
661+ public GetAccountForGcpRegistration set (String parameterName , Object value ) {
662+ return (GetAccountForGcpRegistration ) super .set (parameterName , value );
663+ }
664+ }
557665 /**
558666 * Note: For the `accounts.list` method, quota and limits usage are charged for each user, and not
559667 * for the Merchant Center ID or the advanced account ID. To list several sub-accounts, you should
0 commit comments