Interface GitLabConfigOrBuilder (3.70.0)

publicinterface GitLabConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthorizerCredential()

publicabstractUserCredentialgetAuthorizerCredential()

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

.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserCredential

The authorizerCredential.

getAuthorizerCredentialOrBuilder()

publicabstractUserCredentialOrBuildergetAuthorizerCredentialOrBuilder()

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

.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserCredentialOrBuilder

getHostUri()

publicabstractStringgetHostUri()

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

string host_uri = 1;

Returns
Type Description
String

The hostUri.

getHostUriBytes()

publicabstractByteStringgetHostUriBytes()

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

string host_uri = 1;

Returns
Type Description
ByteString

The bytes for hostUri.

getReadAuthorizerCredential()

publicabstractUserCredentialgetReadAuthorizerCredential()

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

.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserCredential

The readAuthorizerCredential.

getReadAuthorizerCredentialOrBuilder()

publicabstractUserCredentialOrBuildergetReadAuthorizerCredentialOrBuilder()

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

.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserCredentialOrBuilder

getServerVersion()

publicabstractStringgetServerVersion()

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

string server_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The serverVersion.

getServerVersionBytes()

publicabstractByteStringgetServerVersionBytes()

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

string server_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for serverVersion.

getServiceDirectoryConfig()

publicabstractServiceDirectoryConfiggetServiceDirectoryConfig()

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.

.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5;

Returns
Type Description
ServiceDirectoryConfig

The serviceDirectoryConfig.

getServiceDirectoryConfigOrBuilder()

publicabstractServiceDirectoryConfigOrBuildergetServiceDirectoryConfigOrBuilder()

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.

.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5;

Returns
Type Description
ServiceDirectoryConfigOrBuilder

getSslCa()

publicabstractStringgetSslCa()

SSL certificate to use for requests to GitLab Enterprise.

string ssl_ca = 6;

Returns
Type Description
String

The sslCa.

getSslCaBytes()

publicabstractByteStringgetSslCaBytes()

SSL certificate to use for requests to GitLab Enterprise.

string ssl_ca = 6;

Returns
Type Description
ByteString

The bytes for sslCa.

getWebhookSecretSecretVersion()

publicabstractStringgetWebhookSecretSecretVersion()

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

string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The webhookSecretSecretVersion.

getWebhookSecretSecretVersionBytes()

publicabstractByteStringgetWebhookSecretSecretVersionBytes()

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

string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for webhookSecretSecretVersion.

hasAuthorizerCredential()

publicabstractbooleanhasAuthorizerCredential()

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

.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the authorizerCredential field is set.

hasReadAuthorizerCredential()

publicabstractbooleanhasReadAuthorizerCredential()

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

.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the readAuthorizerCredential field is set.

hasServiceDirectoryConfig()

publicabstractbooleanhasServiceDirectoryConfig()

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.

.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5;

Returns
Type Description
boolean

Whether the serviceDirectoryConfig field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.