GoogleDevtoolsCloudbuildV2GitHubEnterpriseConfig class
Configuration for connections to an instance of GitHub Enterprise.
Constructors
- GoogleDevtoolsCloudbuildV2GitHubEnterpriseConfig({String? apiKey, String? appId, String? appInstallationId, String? appSlug, String? hostUri, String? privateKeySecretVersion, String? serverVersion, GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig? serviceDirectoryConfig, String? sslCa, String? webhookSecretSecretVersion})
- GoogleDevtoolsCloudbuildV2GitHubEnterpriseConfig.fromJson(Map json_)
Properties
- apiKey ↔ String?
-
API Key used for authentication of webhook events.
getter/setter pair
- appId ↔ String?
-
Id of the GitHub App created from the manifest.
getter/setter pair
- appInstallationId ↔ String?
-
ID of the installation of the GitHub App.
getter/setter pair
- appSlug ↔ String?
-
The URL-friendly name of the GitHub App.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostUri ↔ String?
-
The URI of the GitHub Enterprise host this connection is for.
getter/setter pair
- privateKeySecretVersion ↔ String?
-
SecretManager resource containing the private key of the GitHub App,
formatted as
projects / * /secrets / * /versions / *
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverVersion ↔ String?
-
GitHub Enterprise version installed at the host_uri.
getter/setter pair
- serviceDirectoryConfig ↔ GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig?
-
Configuration for using Service Directory to privately connect to a GitHub
Enterprise server.
getter/setter pair
- sslCa ↔ String?
-
SSL certificate to use for requests to GitHub Enterprise.
getter/setter pair
- webhookSecretSecretVersion ↔ String?
-
SecretManager resource containing the webhook secret of the GitHub App,
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