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 Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
updateTime | 
                
                   
 Output only. Update time stamp Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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. |