Class ProjectsResource.LocationsResource.ConnectionsResource.FetchLinkableRepositoriesRequest
FetchLinkableRepositories get repositories from SCM that are accessible and could be added to the connection.
Inheritance
ProjectsResource.LocationsResource.ConnectionsResource.FetchLinkableRepositoriesRequest
Inherited Members
Namespace: Google.Apis.CloudBuild.v2
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.FetchLinkableRepositoriesRequest : CloudBuildBaseServiceRequest<FetchLinkableRepositoriesResponse>, IClientServiceRequest<FetchLinkableRepositoriesResponse>, IClientServiceRequest
Constructors
FetchLinkableRepositoriesRequest(IClientService, string)
Constructs a new FetchLinkableRepositories request.
Declaration
public FetchLinkableRepositoriesRequest(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
Number of results to return in the list. Default to 20.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
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 FetchLinkableRepositories parameter list.
Declaration
protected override void InitParameters()