public sealed class GitLabConfig : IMessage<GitLabConfig>, IEquatable<GitLabConfig>, IDeepCloneable<GitLabConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class GitLabConfig.
Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
Implements
IMessageGitLabConfig, IEquatableGitLabConfig, IDeepCloneableGitLabConfig, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V2Assembly
Google.Cloud.CloudBuild.V2.dll
Constructors
GitLabConfig()
public GitLabConfig()
GitLabConfig(GitLabConfig)
public GitLabConfig(GitLabConfig other)
Parameter | |
---|---|
Name | Description |
other | GitLabConfig |
Properties
AuthorizerCredential
public UserCredential AuthorizerCredential { get; set; }
Required. A GitLab personal access token with the api
scope access.
Property Value | |
---|---|
Type | Description |
UserCredential |
HostUri
public string HostUri { get; set; }
The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com.
Property Value | |
---|---|
Type | Description |
string |
ReadAuthorizerCredential
public UserCredential ReadAuthorizerCredential { get; set; }
Required. A GitLab personal access token with the minimum read_api
scope
access.
Property Value | |
---|---|
Type | Description |
UserCredential |
ServerVersion
public string ServerVersion { get; set; }
Output only. Version of the GitLab Enterprise server running on the
host_uri
.
Property Value | |
---|---|
Type | Description |
string |
ServiceDirectoryConfig
public ServiceDirectoryConfig ServiceDirectoryConfig { get; set; }
Configuration for using Service Directory to privately connect to a GitLab Enterprise server. This should only be set if the GitLab Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitLab Enterprise server will be made over the public internet.
Property Value | |
---|---|
Type | Description |
ServiceDirectoryConfig |
SslCa
public string SslCa { get; set; }
SSL certificate to use for requests to GitLab Enterprise.
Property Value | |
---|---|
Type | Description |
string |
WebhookSecretSecretVersion
public string WebhookSecretSecretVersion { get; set; }
Required. Immutable. SecretManager resource containing the webhook secret
of a GitLab Enterprise project, formatted as
projects/*/secrets/*/versions/*
.
Property Value | |
---|---|
Type | Description |
string |
WebhookSecretSecretVersionAsSecretVersionName
public SecretVersionName WebhookSecretSecretVersionAsSecretVersionName { get; set; }
SecretVersionName-typed view over the WebhookSecretSecretVersion resource name property.
Property Value | |
---|---|
Type | Description |
SecretVersionName |