Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<FetchGitHubInstallationsResponse>
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>
ProjectsResource.LocationsResource.ConnectionsResource.FetchGitHubInstallationsRequest
Implements
IClientServiceRequest<FetchGitHubInstallationsResponse>
IClientServiceRequest
Inherited Members
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.Xgafv
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.AccessToken
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.Alt
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.Callback
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.Fields
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.Key
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.OauthToken
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.PrettyPrint
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.QuotaUser
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.UploadType
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.UploadProtocol
ClientServiceRequest<FetchGitHubInstallationsResponse>.Execute()
ClientServiceRequest<FetchGitHubInstallationsResponse>.ExecuteAsStream()
ClientServiceRequest<FetchGitHubInstallationsResponse>.ExecuteAsync()
ClientServiceRequest<FetchGitHubInstallationsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<FetchGitHubInstallationsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<FetchGitHubInstallationsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<FetchGitHubInstallationsResponse>.CreateRequest(bool?)
ClientServiceRequest<FetchGitHubInstallationsResponse>.GenerateRequestUri()
ClientServiceRequest<FetchGitHubInstallationsResponse>.GetBody()
ClientServiceRequest<FetchGitHubInstallationsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<FetchGitHubInstallationsResponse>.ETagAction
ClientServiceRequest<FetchGitHubInstallationsResponse>.ModifyRequest
ClientServiceRequest<FetchGitHubInstallationsResponse>.ValidateParameters
ClientServiceRequest<FetchGitHubInstallationsResponse>.ApiVersion
ClientServiceRequest<FetchGitHubInstallationsResponse>.RequestParameters
ClientServiceRequest<FetchGitHubInstallationsResponse>.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.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
ClientServiceRequest<FetchGitHubInstallationsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<FetchGitHubInstallationsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<FetchGitHubInstallationsResponse>.RestPath

Methods

InitParameters()

Initializes FetchGitHubInstallations parameter list.

Declaration
protected override void InitParameters()
Overrides
DeveloperConnectBaseServiceRequest<FetchGitHubInstallationsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX