Reference documentation and code samples for the Google Workspace Add-ons v1 API class GSuiteAddOns.
A service for managing Google Workspace Add-ons deployments.
A Google Workspace Add-on is a third-party embedded component that can be
installed in Google Workspace Applications like Gmail, Calendar, Drive, and
the Google Docs, Sheets, and Slides editors. Google Workspace Add-ons can
display UI cards, receive contextual information from the host application,
and perform actions in the host application (See:
https://developers.google.com/gsuite/add-ons/overview for more information).
A Google Workspace Add-on deployment can be installed in developer mode,
which allows an add-on developer to test the experience an end-user would see
when installing and running the add-on in their G Suite applications. When
running in developer mode, more detailed error messages are exposed in the
add-on UI to aid in debugging.
public static void BindService(ServiceBinderBase serviceBinder, GSuiteAddOns.GSuiteAddOnsBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eGSuiteAddOns\u003c/code\u003e class within the Google Workspace Add-ons v1 API, which is a service for managing add-on deployments.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Workspace Add-ons are third-party components that can be installed in Google Workspace applications to display UI cards, receive contextual information, and perform host application actions.\u003c/p\u003e\n"],["\u003cp\u003eThe API allows developers to manage add-on deployments, including defining entry points, testing in developer mode, and publishing to the Google Workspace Marketplace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGSuiteAddOns\u003c/code\u003e class includes methods for \u003ccode\u003eBindService\u003c/code\u003e, which helps to create or register a service definition with a server or service binder, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe document also provides the available versions of the Google.Cloud.GSuiteAddOns.V1 API, with the most recent version being 2.4.0, followed by version 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0.\u003c/p\u003e\n"]]],[],null,["# Google Workspace Add-ons v1 API - Class GSuiteAddOns (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.GSuiteAddOns)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.3.0/Google.Cloud.GSuiteAddOns.V1.GSuiteAddOns)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.2.0/Google.Cloud.GSuiteAddOns.V1.GSuiteAddOns)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.1.0/Google.Cloud.GSuiteAddOns.V1.GSuiteAddOns)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.0.0/Google.Cloud.GSuiteAddOns.V1.GSuiteAddOns)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/1.1.0/Google.Cloud.GSuiteAddOns.V1.GSuiteAddOns)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/1.0.0/Google.Cloud.GSuiteAddOns.V1.GSuiteAddOns) \n\n public static class GSuiteAddOns\n\nReference documentation and code samples for the Google Workspace Add-ons v1 API class GSuiteAddOns.\n\nA service for managing Google Workspace Add-ons deployments.\n\nA Google Workspace Add-on is a third-party embedded component that can be\ninstalled in Google Workspace Applications like Gmail, Calendar, Drive, and\nthe Google Docs, Sheets, and Slides editors. Google Workspace Add-ons can\ndisplay UI cards, receive contextual information from the host application,\nand perform actions in the host application (See:\n\u003chttps://developers.google.com/gsuite/add-ons/overview\u003e for more information).\n\nA Google Workspace Add-on deployment resource specifies metadata about the\nadd-on, including a specification of the entry points in the host application\nthat trigger add-on executions (see:\n\u003chttps://developers.google.com/gsuite/add-ons/concepts/gsuite-manifests\u003e).\nAdd-on deployments defined via the Google Workspace Add-ons API define their\nentrypoints using HTTPS URLs (See:\n\u003chttps://developers.google.com/gsuite/add-ons/guides/alternate-runtimes\u003e),\n\nA Google Workspace Add-on deployment can be installed in developer mode,\nwhich allows an add-on developer to test the experience an end-user would see\nwhen installing and running the add-on in their G Suite applications. When\nrunning in developer mode, more detailed error messages are exposed in the\nadd-on UI to aid in debugging.\n\nA Google Workspace Add-on deployment can be published to Google Workspace\nMarketplace, which allows other Google Workspace users to discover and\ninstall the add-on. See:\n\u003chttps://developers.google.com/gsuite/add-ons/how-tos/publish-add-on-overview\u003e\nfor details. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GSuiteAddOns \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GSuiteAddOns.V1](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.GSuiteAddOns.V1.dll\n\nMethods\n-------\n\n### BindService(GSuiteAddOnsBase)\n\n public static ServerServiceDefinition BindService(GSuiteAddOns.GSuiteAddOnsBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, GSuiteAddOnsBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, GSuiteAddOns.GSuiteAddOnsBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]