Class ProjectsResource.LocationsResource.ConnectionsResource.FetchGitHubInstallationsRequest
FetchGitHubInstallations returns the list of GitHub Installations that are available to be added to a Connection. For github.com, only installations accessible to the authorizer token are returned. For GitHub Enterprise, all installations are returned.
Inheritance
ProjectsResource.LocationsResource.ConnectionsResource.FetchGitHubInstallationsRequest
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.FetchGitHubInstallationsRequest : DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>, IClientServiceRequest<FetchGitHubInstallationsResponse>, IClientServiceRequest
Constructors
FetchGitHubInstallationsRequest(IClientService, string)
Constructs a new FetchGitHubInstallations request.
Declaration
public FetchGitHubInstallationsRequest(IClientService service, string connection)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | connection |
Properties
Connection
Required. The resource name of the connection in the 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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes FetchGitHubInstallations parameter list.
Declaration
protected override void InitParameters()