Class DataStudioApp
DataStudioApp
DataStudioApp allows scripts to interact with developer-oriented features for Data Studio.
Detailed documentation
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 2024-12-02 UTC.
[null,null,["Last updated 2024-12-02 UTC."],[[["DataStudioApp enables scripting interaction with developer features in Data Studio."],["It primarily offers the `createCommunityConnector()` method for building new Community Connectors."],["Community Connectors provide a way to connect Data Studio with custom data sources."]]],["DataStudioApp enables scripting for Data Studio's developer features. Its primary function is `createCommunityConnector()`, which generates a new `CommunityConnector` object. This method is crucial for developers aiming to build and manage custom data connections within Data Studio. The `CommunityConnector` object is the returned item when calling the `createCommunityConnector()`, allowing further interaction.\n"]]