资源:RepositoryGroup
用于描述 RepositoryGroup 对象的消息
JSON 表示法 |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"repositories": [
{
object ( |
字段 | |
---|---|
name |
不可变。标识符。资源的名称 |
createTime |
仅限输出。创建时间戳 时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例: |
updateTime |
仅限输出。更新时间戳 时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例: |
labels |
可选。标签作为键值对 包含一系列 |
repositories[] |
必需。要分组的代码库列表 |
代码库
代码库包含所提供 Git 代码库的 RAG 索引设置
JSON 表示法 |
---|
{ "resource": string, "branchPattern": string } |
字段 | |
---|---|
resource |
必需。要编入索引的 Developer Connect 代码库的完整资源名称、相对资源名称或资源网址。 |
branchPattern |
必需。用于 RE2 语法编入索引的 Git 分支模式。如需了解语法,请参阅 https://github.com/google/re2/wiki/syntax。 |
方法 |
|
---|---|
|
在给定的项目和位置中创建一个新的 RepositoryGroup。 |
|
删除单个 RepositoryGroup。 |
|
获取单个 RepositoryGroup 的详细信息。 |
|
获取资源的访问权限控制政策。 |
|
列出给定项目和位置中的 RepositoryGroup。 |
|
更新单个 RepositoryGroup 的参数。 |
|
针对指定资源设置访问权限控制政策。 |
|
返回调用者对指定资源拥有的权限。 |