GoogleApi.CloudBuild.V2.Model.GoogleDevtoolsCloudbuildV2GitLabConfig (google_api_cloud_build v0.54.0)
View SourceConfiguration for connections to gitlab.com or an instance of GitLab Enterprise.
Attributes
-
authorizerCredential(type:GoogleApi.CloudBuild.V2.Model.UserCredential.t, default:nil) - Required. A GitLab personal access token with theapiscope access. -
hostUri(type:String.t, default:nil) - Optional. The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com. -
readAuthorizerCredential(type:GoogleApi.CloudBuild.V2.Model.UserCredential.t, default:nil) - Required. A GitLab personal access token with the minimumread_apiscope access. -
serverVersion(type:String.t, default:nil) - Output only. Version of the GitLab Enterprise server running on thehost_uri. -
serviceDirectoryConfig(type:GoogleApi.CloudBuild.V2.Model.GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig.t, default:nil) - Optional. 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. -
sslCa(type:String.t, default:nil) - Optional. SSL certificate to use for requests to GitLab Enterprise. -
webhookSecretSecretVersion(type:String.t, default:nil) - Required. Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted asprojects/*/secrets/*/versions/*.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBuild.V2.Model.GoogleDevtoolsCloudbuildV2GitLabConfig{ authorizerCredential: GoogleApi.CloudBuild.V2.Model.UserCredential.t() | nil, hostUri: String.t() | nil, readAuthorizerCredential: GoogleApi.CloudBuild.V2.Model.UserCredential.t() | nil, serverVersion: String.t() | nil, serviceDirectoryConfig: GoogleApi.CloudBuild.V2.Model.GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig.t() | nil, sslCa: String.t() | nil, webhookSecretSecretVersion: String.t() | nil }