Class ProjectsResource.UpdateConfigRequest
Updates the Cloud Source Repositories configuration of the project.
Inheritance
object
ProjectsResource.UpdateConfigRequest
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.UpdateConfigRequest : CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>, IClientServiceRequest<ProjectConfig>, IClientServiceRequest
Constructors
UpdateConfigRequest(IClientService, UpdateProjectConfigRequest, string)
Constructs a new UpdateConfig request.
Declaration
public UpdateConfigRequest(IClientService service, UpdateProjectConfigRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
UpdateProjectConfigRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSourceRepositories.v1.Data.ProjectConfig>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSourceRepositories.v1.Data.ProjectConfig>.MethodName
Name
The name of the requested project. Values are of the form projects/
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSourceRepositories.v1.Data.ProjectConfig>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSourceRepositories.v1.Data.ProjectConfig>.GetBody()
InitParameters()
Initializes UpdateConfig parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudSourceRepositories.v1.CloudSourceRepositoriesBaseServiceRequest<Google.Apis.CloudSourceRepositories.v1.Data.ProjectConfig>.InitParameters()