Google Cloud Functions list.operations 参数不清楚
Google Cloud Functions list.operations parameters are unclear
我正在尝试获取与我的 google Cloud Functions 相关的所有操作。我需要为此提供一个过滤器参数,但我不清楚这个过滤器实际上应该是什么。
过滤器被描述为 "standard list filter",但我找不到它指的是什么。从文档中我无法辨别正确的参数是什么。
编辑:
到目前为止,我已经尝试让它在 "try this API" that's in the documentation 中工作。
我试过像
这样的过滤器
/operations/*
.*
*
和名字如
/v1/name/operations
/name/operations
*
我遇到的问题是我不知道有效的过滤器应该是什么样子,据我所知,除了 "standard list filter".[=15= 之外,文档中没有它。 ]
documentation现在包含一些解释:
The supported formats of filter are:
To query for specific function:
project:*,location:*,function:*
To query for all of the latest operations for a project:
project:*,latest:true
我正在尝试获取与我的 google Cloud Functions 相关的所有操作。我需要为此提供一个过滤器参数,但我不清楚这个过滤器实际上应该是什么。
过滤器被描述为 "standard list filter",但我找不到它指的是什么。从文档中我无法辨别正确的参数是什么。
编辑:
到目前为止,我已经尝试让它在 "try this API" that's in the documentation 中工作。
我试过像
这样的过滤器/operations/*
.*
*
和名字如
/v1/name/operations
/name/operations
*
我遇到的问题是我不知道有效的过滤器应该是什么样子,据我所知,除了 "standard list filter".[=15= 之外,文档中没有它。 ]
documentation现在包含一些解释:
The supported formats of filter are:
To query for specific function:
project:*,location:*,function:*
To query for all of the latest operations for a project:
project:*,latest:true