Class Repository (0.1.0)

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

Represents a Dataform Git repository.

Attributes

NameDescription
name str
Output only. The repository's name.
git_remote_settings google.cloud.dataform_v1alpha2.types.Repository.GitRemoteSettings
Optional. If set, configures this repository to be linked to a Git remote.

Classes

GitRemoteSettings

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

Controls Git remote configuration for a repository.