Method: nodes.nodes.patch
HTTP リクエスト
PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=nodes/*/nodes/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
node.name |
string
出力のみ。リソース名。
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
更新するフィールド。 これは、完全修飾されたフィールド名のカンマ区切りリストです。(例: "user.displayName,photo" )。
|
リクエストの本文
リクエストの本文には Node
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には Node
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/sasportal
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-11-02 UTC。
[null,null,["最終更新日 2022-11-02 UTC。"],[[["Updates an existing node using an HTTP PATCH request to the specified URL."],["The request should include path and query parameters, specifying the node's name and fields to update respectively."],["The request body must contain a `Node` object, representing the updated node data."],["Upon successful completion, the response body will also include the updated `Node` object."],["Users need the `https://www.googleapis.com/auth/sasportal` OAuth scope to perform this action."]]],["This document details updating a node via a PATCH request to a specified URL endpoint. The URL utilizes gRPC Transcoding and requires a node name as a path parameter. The `updateMask` query parameter specifies which fields to update, and a `Node` instance is sent in the request body. The process, if successful, returns an updated `Node` instance in the response body. Authorization for this operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]