UpdateBooking Ready
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
UpdateBooking
Ready マイルストーン タスクを完了するには、UpdateBooking
メソッドを正常にビルドして配信する必要があります。このメソッドは、ユーザーが「Google で予約」を通じて行った予約の更新またはキャンセルを試みたときに呼び出されます。
アクション センターの予約サーバー ダッシュボードには、予約サーバーの成功率と失敗率、レイテンシに関する時系列の詳細なグラフが表示されます。
UpdateBooking タスクの要件
- エラー率が 10% 未満の
UpdateBooking
レスポンスが 10 件成功している。
ビジネス ロジックのエラーが原因で UpdateBooking
が失敗した場合は、UpdateBookingResponse.booking_failure
フィールドにエラーを入力し、HTTP ステータス 200 で返す必要があります。構造化されたエラーの詳細については、BookingFailure 定義ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],[],null,["# UpdateBooking Ready\n\nTo complete the `UpdateBooking` Ready milestone task, you need to successfully\nbuild and deliver the `UpdateBooking` method. This method is called when a user\nattempts to update or cancel a booking made through Reserve with Google.\n\nThe [Actions Center Booking Server dashboard](https://actionscenter.google.com/dashboards/bookingserver)\nprovides time-series and detailed charts about success and failure rates, and\nlatency of your Booking Server.\n\n### UpdateBooking task requirements\n\n- 10 successful `UpdateBooking` responses with an error rate less than 10%.\n\nIf `UpdateBooking` fails because of any business logic error, the error must be\npopulated in the `UpdateBookingResponse.booking_failure` field and returned with\nHTTP status 200. For more information on structured failures, see the\n[BookingFailure definition guide](/actions-center/verticals/reservations/e2e/reference/booking-server-api-rest/e2e-definitions/bookingfailure-definition)."]]