Class ProjectsResource.LocationsResource.ConnectionsResource.FetchLinkableGitRepositoriesRequest
FetchLinkableGitRepositories returns a list of git repositories from an SCM that are available to be added to a Connection.
Inheritance
ProjectsResource.LocationsResource.ConnectionsResource.FetchLinkableGitRepositoriesRequest
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.FetchLinkableGitRepositoriesRequest : DeveloperConnectBaseServiceRequest<FetchLinkableGitRepositoriesResponse>, IClientServiceRequest<FetchLinkableGitRepositoriesResponse>, IClientServiceRequest
Constructors
FetchLinkableGitRepositoriesRequest(IClientService, string)
Constructs a new FetchLinkableGitRepositories request.
Declaration
public FetchLinkableGitRepositoriesRequest(IClientService service, string connection)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | connection |
Properties
Connection
Required. The name of the Connection. Format: projects/*/locations/*/connections/*
.
Declaration
[RequestParameter("connection", RequestParameterType.Path)]
public virtual string Connection { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
Optional. Number of results to return in the list. Defaults to 20.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Optional. Page start.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes FetchLinkableGitRepositories parameter list.
Declaration
protected override void InitParameters()