Resource: RepositoryGroup
Message describing RepositoryGroup object
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"repositories": [
{
object ( |
Fields | |
---|---|
name |
Immutable. Identifier. name of resource |
createTime |
Output only. Create time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Update time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Labels as key value pairs An object containing a list of |
repositories[] |
Required. List of repositories to group |
Repository
Repository contains RAG indexing settings for the provided Git repository
JSON representation |
---|
{ "resource": string, "branchPattern": string } |
Fields | |
---|---|
resource |
Required. The DeveloperConnect repository full resource name, relative resource name or resource URL to be indexed. |
branchPattern |
Required. The Git branch pattern used for indexing in RE2 syntax. See https://github.com/google/re2/wiki/syntax for syntax. |
Methods |
|
---|---|
|
Creates a new RepositoryGroup in a given project and location. |
|
Deletes a single RepositoryGroup. |
|
Gets details of a single RepositoryGroup. |
|
Gets the access control policy for a resource. |
|
Lists RepositoryGroups in a given project and location. |
|
Updates the parameters of a single RepositoryGroup. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |