Class ProjectsResource
The "projects" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudSourceRepositories.v1
Assembly: Google.Apis.CloudSourceRepositories.v1.dll
Syntax
public class ProjectsResource
Constructors
ProjectsResource(IClientService)
Constructs a new resource.
Declaration
public ProjectsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Repos
Gets the Repos resource.
Declaration
public virtual ProjectsResource.ReposResource Repos { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.ReposResource |
Methods
GetConfig(string)
Returns the Cloud Source Repositories configuration of the project.
Declaration
public virtual ProjectsResource.GetConfigRequest GetConfig(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the requested project. Values are of the form |
Returns
| Type | Description |
|---|---|
| ProjectsResource.GetConfigRequest |
UpdateConfig(UpdateProjectConfigRequest, string)
Updates the Cloud Source Repositories configuration of the project.
Declaration
public virtual ProjectsResource.UpdateConfigRequest UpdateConfig(UpdateProjectConfigRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateProjectConfigRequest | body | The body of the request. |
| string | name | The name of the requested project. Values are of the form |
Returns
| Type | Description |
|---|---|
| ProjectsResource.UpdateConfigRequest |