Class RepoId (1.2.7)

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

A unique identifier for a cloud repo.

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

NameDescription
project_repo_id google.cloud.source_context_v1.types.ProjectRepoId
A combination of a project ID and a repo name. This field is a member of `oneof`_ ``id``.
uid str
A server-assigned, globally unique identifier. This field is a member of `oneof`_ ``id``.

Inheritance

builtins.object > proto.message.Message > RepoId