Class Connection
Message describing Connection object
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class Connection : IDirectResponseSchema
Properties
Annotations
Optional. Allows clients to store small amounts of arbitrary data.
Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, string> Annotations { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. [Output only] Create timestamp
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
CryptoKeyConfig
Optional. The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
Declaration
[JsonProperty("cryptoKeyConfig")]
public virtual CryptoKeyConfig CryptoKeyConfig { get; set; }
Property Value
Type | Description |
---|---|
CryptoKeyConfig |
DeleteTime
object representation of DeleteTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")]
public virtual object DeleteTime { get; set; }
Property Value
Type | Description |
---|---|
object |
DeleteTimeDateTimeOffset
DateTimeOffset representation of DeleteTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeleteTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DeleteTimeRaw
Output only. [Output only] Delete timestamp
Declaration
[JsonProperty("deleteTime")]
public virtual string DeleteTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Disabled
Optional. If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GithubConfig
Configuration for connections to github.com.
Declaration
[JsonProperty("githubConfig")]
public virtual GitHubConfig GithubConfig { get; set; }
Property Value
Type | Description |
---|---|
GitHubConfig |
GithubEnterpriseConfig
Configuration for connections to an instance of GitHub Enterprise.
Declaration
[JsonProperty("githubEnterpriseConfig")]
public virtual GitHubEnterpriseConfig GithubEnterpriseConfig { get; set; }
Property Value
Type | Description |
---|---|
GitHubEnterpriseConfig |
GitlabConfig
Configuration for connections to gitlab.com.
Declaration
[JsonProperty("gitlabConfig")]
public virtual GitLabConfig GitlabConfig { get; set; }
Property Value
Type | Description |
---|---|
GitLabConfig |
GitlabEnterpriseConfig
Configuration for connections to an instance of GitLab Enterprise.
Declaration
[JsonProperty("gitlabEnterpriseConfig")]
public virtual GitLabEnterpriseConfig GitlabEnterpriseConfig { get; set; }
Property Value
Type | Description |
---|---|
GitLabEnterpriseConfig |
InstallationState
Output only. Installation state of the Connection.
Declaration
[JsonProperty("installationState")]
public virtual InstallationState InstallationState { get; set; }
Property Value
Type | Description |
---|---|
InstallationState |
Labels
Optional. Labels as key value pairs
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Name
Identifier. The resource name of the connection, in the format
projects/{project}/locations/{location}/connections/{connection_id}
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Reconciling
Output only. Set to true when the connection is being set up or updated in the background.
Declaration
[JsonProperty("reconciling")]
public virtual bool? Reconciling { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Uid
Output only. A system-assigned unique identifier for a the GitRepositoryLink.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. [Output only] Update timestamp
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |