abstract type CompanyAction (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Represents the actions that can be performed on Company
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCompanyService\u003c/code\u003e allows for performing actions on \u003ccode\u003eCompany\u003c/code\u003e objects, such as ending agreements, re-inviting, and resending invitations.\u003c/p\u003e\n"],["\u003cp\u003eAvailable actions are represented by the \u003ccode\u003eCompanyAction\u003c/code\u003e type and its subclasses like \u003ccode\u003eEndAgreementAction\u003c/code\u003e, \u003ccode\u003eReInviteAction\u003c/code\u003e, and \u003ccode\u003eResendInvitationAction\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe service operates within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `CompanyService` allows actions to be performed on `Company` objects. The core functionality is handled by `performCompanyAction()`. This function utilizes the base `CompanyAction` class, which is extended by specific action types, including `EndAgreementAction`, `ReInviteAction`, and `ResendInvitationAction`. These actions define operations applicable to companies, all within the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"],null,["# abstract type CompanyAction (v202408)\n\n**Service** \n**CompanyService** **Dependencies** \n[performCompanyAction()](/ad-manager/api/reference/v202408/CompanyService#performCompanyAction) \n▼\n**CompanyAction** **Inheritance** \n**CompanyAction** \n▼\n[EndAgreementAction](/ad-manager/api/reference/v202408/CompanyService.EndAgreementAction) [ReInviteAction](/ad-manager/api/reference/v202408/CompanyService.ReInviteAction) [ResendInvitationAction](/ad-manager/api/reference/v202408/CompanyService.ResendInvitationAction)\n\nRepresents the actions that can be performed on `Company` objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---|---|"]]