GoogleDevtoolsCloudbuildV2GitLabConfig class
Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
Constructors
- GoogleDevtoolsCloudbuildV2GitLabConfig({UserCredential? authorizerCredential, String? hostUri, UserCredential? readAuthorizerCredential, String? serverVersion, GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig? serviceDirectoryConfig, String? sslCa, String? webhookSecretSecretVersion})
- GoogleDevtoolsCloudbuildV2GitLabConfig.fromJson(Map json_)
Properties
-
A GitLab personal access token with the
api
scope access.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- hostUri ↔ String?
-
The URI of the GitLab Enterprise host this connection is for.
getter/setter pair
- readAuthorizerCredential ↔ UserCredential?
-
A GitLab personal access token with the minimum
read_api
scope access.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverVersion ↔ String?
-
Version of the GitLab Enterprise server running on the
host_uri
.getter/setter pair - serviceDirectoryConfig ↔ GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig?
-
Configuration for using Service Directory to privately connect to a GitLab
Enterprise server.
getter/setter pair
- sslCa ↔ String?
-
SSL certificate to use for requests to GitLab Enterprise.
getter/setter pair
- webhookSecretSecretVersion ↔ String?
-
SecretManager resource containing the webhook secret of a GitLab
Enterprise project, formatted as
projects / * /secrets / * /versions / *
.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited