英文:
Is there any REST API available in data studio to create a report in JAVA?
问题
我想使用REST API连接我的GCP云SQL实例到Data Studio,并创建报告。
是否有可用的REST API用于此操作?
虽然我们可以使用Data Studio的用户界面来完成,但我想使用REST API来自动化此过程。
除了Data Studio用户界面之外,是否有其他自动化云SQL实例连接和报告创建的选项?
英文:
I want to connect my GCP cloud sql instance with data studio and create a report using REST API.
Is there any REST API available for this?
By using data studio UI we can do that but I want to automate it using REST API.
Are their any options to automate the cloud sql instance connection and report creation other than Data Studio UI?
答案1
得分: 1
你可以在你的安卓应用中使用一个名为'apwlibrary'的库来创建报告。使用该库将报告生成为PDF格式,这是一个使用示例。
英文:
You can create reports in your application ANDROID with a library... the library is 'apwlibrary'. Create the reports with that library in a pdf, this a example for hir use
答案2
得分: 0
Data Studio没有用于创建或与报告交互的REST API。
英文:
There is no REST API for Data Studio to create or interact with reports.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论