activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

生産性を高めるアクティビティ

最終更新日時 2025年6月4日

Google Workspace coded automation APIs

API を使用すると、[パッケージを管理] メニューで提供されているサービスにアクセスして操作することができます。これらの API は、コード化されたオートメーションを設計する際に使用できます。コード化されたオートメーションと、API を使用してそれらのオートメーションを設計する方法について詳しくは、こちらをご覧ください。
注: [定義に移動] (F12) を使用すると、特定のサービスの UiPath API の定義にアクセスできます。コード化されたオートメーションを実装する場合は、直接公開されている API のみを使用することをお勧めします。サービスで直接公開されていないその他の API は、事前の通知なしに変更される場合があります。

オーバー ロード

API には多くの場合、過剰な負荷があります。つまり、パラメーター オプションが異なる同じメソッドの複数のバージョンを提供します。 オーバー ロードすると、特定の要件に基づいて API の動作をカスタマイズできます。 たとえば、UI Automation API には、UI 要素が表示されるまでの最大時間を指定するタイムアウト パラメーターを受け入れるオーバー ロードが設定されている場合があります。

API をそれぞれのオーバー ロードで使用することで、目的のオートメーションのロジックと動作を簡単に実現できます。

Coded automation APIs of Google Workspace services

The Google Workspace coded automation APIs complement the capabilities of the Google Workspace activity package, allowing you to have a full coding experience. This approach encourages custom actions, and supports reusability. The coded automation APIs cover the Google Calendar, Drive and Drive Labels, Gmail, and Sheets services.

Using coded automation APIs

To use the Google coded automation APIs, you must first call the connection established in Integration Service. Then you call the desired service, for example, Drive (var service = google.Drive(connections.Drive.<connectionID>), and add the coded automation API (var service = google.Drive.CopyFile).
  1. アクティビティ パッケージをダウンロードします。
  2. コード化されたワークフローを作成します。
  3. connections サービスを呼び出して Integration Service のコネクションにアクセスしてから、目的の Google サービスを呼び出します。
  4. Call the desired coded automation APIs on the connection that you previously selected.

See the Google Sheets coded automation APIs, Gmail coded automation APIs, and Google Drive coded automation APIs overview pages to check out samples of working with coded automations.

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2025 UiPath. All rights reserved.
OSZAR »