Show / Hide Table of Contents

Class ProjectsResource.GetConfigRequest

Returns the Cloud Source Repositories configuration of the project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ProjectConfig>
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>
ProjectsResource.GetConfigRequest
Implements
IClientServiceRequest<ProjectConfig>
IClientServiceRequest
Inherited Members
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.Xgafv
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.AccessToken
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.Alt
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.Callback
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.Fields
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.Key
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.OauthToken
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.PrettyPrint
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.QuotaUser
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.UploadType
CloudSourceRepositoriesBaseServiceRequest<ProjectConfig>.UploadProtocol
ClientServiceRequest<ProjectConfig>.Execute()
ClientServiceRequest<ProjectConfig>.ExecuteAsStream()
ClientServiceRequest<ProjectConfig>.ExecuteAsync()
ClientServiceRequest<ProjectConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ProjectConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<ProjectConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ProjectConfig>.CreateRequest(bool?)
ClientServiceRequest<ProjectConfig>.GenerateRequestUri()
ClientServiceRequest<ProjectConfig>.GetBody()
ClientServiceRequest<ProjectConfig>.GetDefaultETagAction(string)
ClientServiceRequest<ProjectConfig>.ETagAction
ClientServiceRequest<ProjectConfig>.ModifyRequest
ClientServiceRequest<ProjectConfig>.ValidateParameters
ClientServiceRequest<ProjectConfig>.RequestParameters
ClientServiceRequest<ProjectConfig>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX