Class ProjectsResource.GetConfigRequest
Returns the Cloud Source Repositories configuration of the project.
Inheritance
object
ProjectsResource.GetConfigRequest
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.GetConfigRequest : CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>, IClientServiceRequest<ProjectConfig>, IClientServiceRequest
Constructors
GetConfigRequest(IClientService, string)
Constructs a new GetConfig request.
Declaration
public GetConfigRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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
InitParameters()
Initializes GetConfig parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudSourceRepositories.v1.CloudSourceRepositoriesBaseServiceRequest<Google.Apis.CloudSourceRepositories.v1.Data.ProjectConfig>.InitParameters()