Class Repository (0.2.2)

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_v1beta1.types.Repository.GitRemoteSettings
Optional. If set, configures this repository to be linked to a Git remote.

Inheritance

builtins.object > proto.message.Message > Repository

Classes

GitRemoteSettings

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

Controls Git remote configuration for a repository.