Class CreateRepositoryRequest (0.2.1)

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

CreateRepository request message.

Attributes

NameDescription
parent str
Required. The location in which to create the repository. Must be in the format ``projects/*/locations/*``.
repository google.cloud.dataform_v1beta1.types.Repository
Required. The repository to create.
repository_id str
Required. The ID to use for the repository, which will become the final component of the repository's resource name.

Inheritance

builtins.object > proto.message.Message > CreateRepositoryRequest