首页 > 解决方案 > 将 google.longrunning.Operations/GetOperation 的绑定映射到任何 Uri 模板

问题描述

我无法将 google.longrunning.Operations/GetOperation 的绑定映射到任何 Uri 模板。我该如何解决这个问题?

Bindings: Array
(
    [name] => projects/project/operations/b1ffb4a5c0037742
)
UriTemplates: Array
(
    [0] => /v1/{name=operations/*}
    [1] => /v1/{name=locations/*/operations/*}
)

标签: php

解决方案


更新此供应商文件后已修复问题

image_annotator_rest_client_config.php

['方法' => 'get','uriTemplate' => '/v1/{name=projects/ /operations/ }'],


推荐阅读