Method: customers.nodes.patch
HTTP リクエスト
PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=customers/*/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, along with a request body containing the Node object to be updated."],["A successful response will contain the updated Node object in the response body."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["This document outlines the process for updating a node using a `PATCH` HTTP request to a specified URL. The URL structure utilizes gRPC Transcoding and includes a `node.name` path parameter to identify the target node. The `updateMask` query parameter specifies which fields to modify. The request body must contain a `Node` instance. Upon successful execution, the response body will also include a `Node` instance. The action requires OAuth scope `https://www.googleapis.com/auth/sasportal`.\n"]]