Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
object
ProjectsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 projects/.

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 projects/.

Returns
Type Description
ProjectsResource.UpdateConfigRequest
In This Article
Back to top Generated by DocFX