Class GitSourceRepository (3.31.0)

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

A repository for a git source.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

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

Attributes

Name Description
url str
Location of the Git repository. This field is a member of oneof_ repotype.
developer_connect str
The Developer Connect Git repository link or the url that matches a repository link in the current project, formatted as projects/*/locations/*/connections/*/gitRepositoryLink/* This field is a member of oneof_ repotype.