Class DeveloperConnectConfig (1.135.0)

DeveloperConnectConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies the configuration for fetching source code from a Git repository that is managed by Developer Connect. This includes the repository, revision, and directory to use.

Attributes

Name Description
git_repository_link str
Required. The Developer Connect Git repository link, formatted as projects/*/locations/*/connections/*/gitRepositoryLink/*.
dir_ str
Required. Directory, relative to the source root, in which to run the build.
revision str
Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.

Methods

DeveloperConnectConfig

DeveloperConnectConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies the configuration for fetching source code from a Git repository that is managed by Developer Connect. This includes the repository, revision, and directory to use.