Google Cloud Build V2 Client - Class GitLabConfig (0.8.0)

Reference documentation and code samples for the Google Cloud Build V2 Client class GitLabConfig.

Configuration for connections to gitlab.com or an instance of GitLab Enterprise.

Generated from protobuf message google.devtools.cloudbuild.v2.GitLabConfig

Namespace

Google \ Cloud \ Build \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ host_uri string

The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com.

↳ webhook_secret_secret_version string

Required. Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted as projects/*/secrets/*/versions/*.

↳ read_authorizer_credential Google\Cloud\Build\V2\UserCredential

Required. A GitLab personal access token with the minimum read_api scope access.

↳ authorizer_credential Google\Cloud\Build\V2\UserCredential

Required. A GitLab personal access token with the api scope access.

↳ service_directory_config Google\Cloud\Build\V2\ServiceDirectoryConfig

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.

↳ ssl_ca string

SSL certificate to use for requests to GitLab Enterprise.

↳ server_version string

Output only. Version of the GitLab Enterprise server running on the host_uri.

getHostUri

The URI of the GitLab Enterprise host this connection is for.

If not specified, the default value is https://gitlab.com.

Returns
TypeDescription
string

setHostUri

The URI of the GitLab Enterprise host this connection is for.

If not specified, the default value is https://gitlab.com.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getWebhookSecretSecretVersion

Required. Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted as projects/*/secrets/*/versions/*.

Returns
TypeDescription
string

setWebhookSecretSecretVersion

Required. Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted as projects/*/secrets/*/versions/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReadAuthorizerCredential

Required. A GitLab personal access token with the minimum read_api scope access.

Returns
TypeDescription
Google\Cloud\Build\V2\UserCredential|null

hasReadAuthorizerCredential

clearReadAuthorizerCredential

setReadAuthorizerCredential

Required. A GitLab personal access token with the minimum read_api scope access.

Parameter
NameDescription
var Google\Cloud\Build\V2\UserCredential
Returns
TypeDescription
$this

getAuthorizerCredential

Required. A GitLab personal access token with the api scope access.

Returns
TypeDescription
Google\Cloud\Build\V2\UserCredential|null

hasAuthorizerCredential

clearAuthorizerCredential

setAuthorizerCredential

Required. A GitLab personal access token with the api scope access.

Parameter
NameDescription
var Google\Cloud\Build\V2\UserCredential
Returns
TypeDescription
$this

getServiceDirectoryConfig

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.

Returns
TypeDescription
Google\Cloud\Build\V2\ServiceDirectoryConfig|null

hasServiceDirectoryConfig

clearServiceDirectoryConfig

setServiceDirectoryConfig

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.

Parameter
NameDescription
var Google\Cloud\Build\V2\ServiceDirectoryConfig
Returns
TypeDescription
$this

getSslCa

SSL certificate to use for requests to GitLab Enterprise.

Returns
TypeDescription
string

setSslCa

SSL certificate to use for requests to GitLab Enterprise.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getServerVersion

Output only. Version of the GitLab Enterprise server running on the host_uri.

Returns
TypeDescription
string

setServerVersion

Output only. Version of the GitLab Enterprise server running on the host_uri.

Parameter
NameDescription
var string
Returns
TypeDescription
$this