API reference
この API リファレンスはリソースタイプ別の構成になっています。各リソースタイプには、1 つ以上のデータ表現と 1 つ以上のメソッドがあります。
グループ
グループ リソースの詳細については、リソースの表現のページをご覧ください。
メソッド |
HTTP リクエスト |
説明 |
特に明記されていない限り、URI は https://www.googleapis.com/groups/v1/groups からの相対 URL |
get
|
GET /groupUniqueId
|
グループのメールアドレスで識別されるグループの設定を取得します。 |
update
|
PUT /groupUniqueId
|
グループのメールアドレスで識別される既存のグループの設定を更新します。
|
patch
|
PATCH /groupUniqueId
|
既存のリソースを更新します。このメソッドは、パッチのセマンティクスをサポートしています。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["This API reference is organized by resource type, with each containing data representations and methods."],["The Groups resource provides methods to get, update, and patch group settings using the group's unique ID."],["Group settings details can be found on the resource representation page."],["All Group resource URIs are relative to `https://www.googleapis.com/groups/v1/groups` unless specified otherwise."]]],["The API reference details resources, each with data representations and methods. The Groups resource, accessible at `https://www.googleapis.com/groups/v1/groups`, allows interactions via three methods: `get`, `update`, and `patch`. `get` retrieves a group's settings using its unique ID. `update` modifies a group's settings, also using the unique ID. `patch` also updates a group, but with patch semantics. These actions use `GET`, `PUT`, and `PATCH` HTTP requests, respectively.\n"]]