public sealed class FetchGitHubInstallationsRequest : IMessage<FetchGitHubInstallationsRequest>, IEquatable<FetchGitHubInstallationsRequest>, IDeepCloneable<FetchGitHubInstallationsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Developer Connect v1 API class FetchGitHubInstallationsRequest.
Request for fetching github installations.
Implements
IMessageFetchGitHubInstallationsRequest, IEquatableFetchGitHubInstallationsRequest, IDeepCloneableFetchGitHubInstallationsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
FetchGitHubInstallationsRequest()
public FetchGitHubInstallationsRequest()
FetchGitHubInstallationsRequest(FetchGitHubInstallationsRequest)
public FetchGitHubInstallationsRequest(FetchGitHubInstallationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
FetchGitHubInstallationsRequest |
Properties
Connection
public string Connection { get; set; }
Required. The resource name of the connection in the format
projects/*/locations/*/connections/*
.
Property Value | |
---|---|
Type | Description |
string |
ConnectionAsConnectionName
public ConnectionName ConnectionAsConnectionName { get; set; }
ConnectionName-typed view over the Connection resource name property.
Property Value | |
---|---|
Type | Description |
ConnectionName |