resumeToken property

String? resumeToken
getter/setter pair

Streaming calls might be interrupted for a variety of reasons, such as TCP connection loss.

If this occurs, the stream of results can be resumed by re-sending the original request and including resume_token. Note that executing any other transaction in the same session invalidates the token.

Implementation

core.String? resumeToken;