Method: operations.get

获取长时间运行的操作的最新状态。客户端可以使用此方法按照API服务建议的时间间隔轮询操作结果。

HTTP请求

GET https://firebase.googleapis.com/v1beta1/{name=operations/**}

URL 使用gRPC 转码语法。

路径参数

参数
name

string

操作资源的名称。

请求正文

请求正文必须为空。

响应体

如果成功,响应正文将包含一个Operation实例。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-platform.read-only
  • https://www.googleapis.com/auth/firebase
  • https://www.googleapis.com/auth/firebase.readonly

有关详细信息,请参阅身份验证概述