> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/transit-digitization/ja/google-transit-no/akauntobsunochikettinguabt/raifusaikuru/google-karano.md).

# Google からの一時停止/再開

Google による一時停止および再開の開始は、特に「端末を探す」サービスなど、ユーザーが自身の Google アカウントを使用して行う操作です。

このセクションでは、ワークフローの概要（詳細な手順、シーケンス図、および想定されるエラーシナリオを含む）を示します。

### ワークフロー <a href="#workflow" id="workflow"></a>

#### 一時停止 <a href="#suspension" id="suspension"></a>

以下は一時停止ワークフローの高レベル手順です：

1. **一時停止の開始** ：ユーザーが Google アカウントを介してロストモードを有効にします。これにより、ユーザーのウォレット上のすべてのカードが一時停止状態になります。
2. **一時停止の通知**：Google はカードを一時停止状態にする必要があることを D1 Transit に通知します。

#### 再開 <a href="#resumption" id="resumption"></a>

以下は再開ワークフローの高レベル手順です：

1. **再開の開始** ：ユーザーが端末の所持を取り戻したら、再開ワークフローを開始できます。
2. **再開の通知**：Google はカードをアクティブ利用のために再開すべきことを D1 Transit に通知します。

### シーケンス図 <a href="#sequence-diagram" id="sequence-diagram"></a>

#### 一時停止 <a href="#suspension-1" id="suspension-1"></a>

ユーザーは「端末を探す」サービスを介してロストモードを有効にすることで一時停止ワークフローを開始します。ユーザーのウォレット内の各カードについて、Google はデバイス上のトークンを一時停止しようと試みますが、デバイスがオフラインの可能性があるため最善努力ベースです。さらに、Google は suspendToken リクエストを送信して D1 Transit プラットフォームに一時停止を通知します。

D1 Transit はその後トランジット イシュアに通知し、カードを拒否リストに追加してトランジットで使用できないようにします。この手順は、デバイスがオフラインでカードが直ちに一時停止されない場合に重要です。

**エラーシナリオ**

**デバイスがオフラインである**

デバイスがオフラインの場合、カードを一時停止するためのリクエストはキューに入れられ、デバイスが再接続され次第送信されます。

#### 再開 <a href="#resumption-1" id="resumption-1"></a>

ユーザーは現在ロストモードにある端末に認証することで再開プロセスを開始します。ユーザーのウォレット内の各カードについて、Google はデバイス上のトークンを再開しようと試みますが、デバイスがオフラインの可能性があるため最善努力ベースです。Google は resumeToken リクエストを送信して D1 Transit プラットフォームに再開を通知します。

D1 Transit はその後トランジット イシュアに通知します。トランジット イシュアは、カードが拒否リストに掲載されている場合、トランジットでの使用を許可するためにそれを削除できます。

**エラーシナリオ**

**デバイスがオフラインである**

デバイスがオフラインの場合、カードを再開するためのリクエストはキューに入れられ、デバイスが再接続され次第送信されます。

<figure><img src="/files/d7205da14db344ae9fe884816e7cc96b8e7bab04" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/transit-digitization/ja/google-transit-no/akauntobsunochikettinguabt/raifusaikuru/google-karano.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
