Class GitConnectionSettings (1.41.0)

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

Integration settings for a Git service hosted on Cloud Run.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
display_name str
Required. Display name for the repository
repository_uri str
Required. Git server reporitory URI.
tracking_branch str
Required. Default branch of the repository.
branches MutableSequence[str]
Optional. List of branches configured for the repository.
access_token_secret str
The name of the SecretManager secret version resource storing the git access token. Format: projects/{project}/secrets/{secret}/versions/{version} This field is a member of oneof_ git_authentication.