我正在尝试使用该OperationsClient get_operation()功能,以便我可以轮询长时间运行的任务并获取其状态。
https://google-cloud-python.readthedocs.io/en/stable/core/operations_client.html#google.api_core.operations_v1.OperationsClient.get_operation
代码看起来相当简单:
api = operations_v1.OperationsClient()
response = api.get_operation(name)
但是, 的初始化OperationClient需要一个通道:OperationsClient(channel)。我对频道做什么或如何创建一无所知。
任何帮助表示赞赏。谢谢
临摹微笑
守着星空守着你
相关分类