Gemini for Google Cloud API

Google Cloud 向けの AI を活用したアシスタント。

サービス: cloudaicompanion.googleapis.com

このサービスを呼び出すには、Google が提供するクライアント ライブラリを使用することをおすすめします。アプリケーションで独自のライブラリを使用してこのサービスを呼び出す必要がある場合は、API リクエストの際に次の情報を使用してください。

ディスカバリ ドキュメント

ディスカバリ ドキュメントは、REST API を記述して使用するための機械可読仕様です。クライアント ライブラリ、IDE プラグイン、Google API と連携するその他のツールのビルドに使用されます。1 つのサービスで複数のディスカバリ ドキュメントを提供できます。このサービスには、次の検索ドキュメントが用意されています。

サービス エンドポイント

サービス エンドポイントは、API サービスのネットワーク アドレスを指定するベース URL です。1 つのサービスに複数のサービス エンドポイントが存在することもあります。このサービスには次のサービス エンドポイントがあり、以下のすべての URI がこのサービス エンドポイントに関連しています。

  • https://cloudaicompanion.googleapis.com

REST リソース: v1.projects.locations

メソッド
get GET /v1/{name=projects/*/locations/*}
ロケーションに関する情報を取得します。
list GET /v1/{name=projects/*}/locations
このサービスでサポートされているロケーションに関する情報をリストします。

REST リソース: v1.projects.locations.codeRepositoryIndexes

メソッド
create POST /v1/{parent=projects/*/locations/*}/codeRepositoryIndexes
指定されたプロジェクトとロケーションに新しい CodeRepositoryIndex を作成します。
delete DELETE /v1/{name=projects/*/locations/*/codeRepositoryIndexes/*}
1 つの CodeRepositoryIndex を削除します。
get GET /v1/{name=projects/*/locations/*/codeRepositoryIndexes/*}
1 つの CodeRepositoryIndex の詳細を取得します。
list GET /v1/{parent=projects/*/locations/*}/codeRepositoryIndexes
指定されたプロジェクトとロケーションの CodeRepositoryIndex を一覧表示します。
patch PATCH /v1/{codeRepositoryIndex.name=projects/*/locations/*/codeRepositoryIndexes/*}
単一の CodeRepositoryIndex のパラメータを更新します。

REST リソース: v1.projects.locations.codeRepositoryIndexes.repositoryGroups

メソッド
create POST /v1/{parent=projects/*/locations/*/codeRepositoryIndexes/*}/repositoryGroups
指定されたプロジェクトとロケーションに新しい RepositoryGroup を作成します。
delete DELETE /v1/{name=projects/*/locations/*/codeRepositoryIndexes/*/repositoryGroups/*}
1 つの RepositoryGroup を削除します。
get GET /v1/{name=projects/*/locations/*/codeRepositoryIndexes/*/repositoryGroups/*}
1 つの RepositoryGroup の詳細情報を取得します。
getIamPolicy GET /v1/{resource=projects/*/locations/*/codeRepositoryIndexes/*/repositoryGroups/*}:getIamPolicy
リソースのアクセス制御ポリシーを取得します。
list GET /v1/{parent=projects/*/locations/*/codeRepositoryIndexes/*}/repositoryGroups
指定されたプロジェクトとロケーションの RepositoryGroup を一覧表示します。
patch PATCH /v1/{repositoryGroup.name=projects/*/locations/*/codeRepositoryIndexes/*/repositoryGroups/*}
単一の RepositoryGroup のパラメータを更新します。
setIamPolicy POST /v1/{resource=projects/*/locations/*/codeRepositoryIndexes/*/repositoryGroups/*}:setIamPolicy
指定したリソースにアクセス制御ポリシーを設定します。
testIamPermissions POST /v1/{resource=projects/*/locations/*/codeRepositoryIndexes/*/repositoryGroups/*}:testIamPermissions
指定したリソースに対して呼び出し元が持っている権限を返します。

REST リソース: v1.projects.locations.operations

メソッド
cancel POST /v1/{name=projects/*/locations/*/operations/*}:cancel
長時間実行オペレーションの非同期キャンセルを開始します。
delete DELETE /v1/{name=projects/*/locations/*/operations/*}
長時間実行オペレーションを削除します。
get GET /v1/{name=projects/*/locations/*/operations/*}
長時間実行オペレーションの最新状態を取得します。
list GET /v1/{name=projects/*/locations/*}/operations
リクエスト内の指定したフィルタに一致するオペレーションを一覧表示します。