Method: providers.vehicles.updateAttributes
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
車両の属性を部分的に更新します。リクエストに記載されている属性のみが更新され、他の属性は変更されません。注: これは vehicles.update
では異なり、attributes
フィールド全体が UpdateVehicleRequest
のフィールドで置き換えられ、リクエストにない属性は削除されます。
HTTP リクエスト
POST https://fleetengine.googleapis.com/v1/{name=providers/*/vehicles/*}:updateAttributes
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。providers/{provider}/vehicles/{vehicle} の形式で指定してください。プロバイダは、この呼び出しを行うサービス アカウントがメンバーになっている Google Cloud プロジェクトのプロジェクト ID(sample-cloud-project など)にする必要があります。
|
リクエスト本文
リクエストの本文には、次の構造のデータが含まれます。
フィールド |
header |
object (RequestHeader )
標準の Fleet Engine リクエスト ヘッダー。
|
attributes[] |
object (VehicleAttribute )
必須。更新する車両属性。記載されていない属性の変更や削除は行われません。
|
レスポンスの本文
vehicles.updateAttributes
レスポンス メッセージ。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
フィールド |
attributes[] |
object (VehicleAttribute )
必須。車両属性の完全なリスト(新規属性、変更された属性、変更されていない属性を含む)。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-29 UTC。"],[[["Partially updates a vehicle's attributes, only changing the attributes specified in the request."],["Uses the `POST` method and the `https://fleetengine.googleapis.com/v1/{name=providers/*/vehicles/*}:updateAttributes` endpoint."],["Requires a request body containing a `RequestHeader` and an array of `VehicleAttributes` to update."],["The response body provides the complete, updated list of vehicle attributes."],["Differs from `vehicles.update` by only modifying provided attributes, instead of replacing the entire `attributes` field."]]],[]]