取得長時間運行的操作的最新狀態。用戶端可以使用此方法來依照API服務建議的時間間隔輪詢操作結果。
HTTP請求
GET https://firebasehosting.googleapis.com/v1beta1/{name=projects/*/operations/*}
URL 使用gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
name | 操作資源的名稱。 |
請求正文
請求內文必須為空。
響應體
如果成功,回應正文將包含一個Operation
實例。
授權範圍
需要以下 OAuth 範圍之一:
-
https://www.googleapis.com/auth/firebase.hosting.readonly
-
https://www.googleapis.com/auth/firebase.hosting
-
https://www.googleapis.com/auth/firebase.readonly
-
https://www.googleapis.com/auth/firebase
-
https://www.googleapis.com/auth/cloud-platform.read-only
-
https://www.googleapis.com/auth/cloud-platform
有關詳細信息,請參閱身份驗證概述。