Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
feat: add context manager support in client (#35)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

chore: fix docstring for first attribute of protos

committer: @busunkim96
PiperOrigin-RevId: 401271153

Source-Link: googleapis/googleapis@787f8c9

Source-Link: googleapis/googleapis-gen@81decff
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODFkZWNmZmU5ZmM3MjM5NmE4MTUzZTc1NmQxZDY3YTZlZWNmZDYyMCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Oct 7, 2021
1 parent e8263b1 commit e9694fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/source_context_v1/types/source_context.py
Expand Up @@ -84,6 +84,7 @@ class ExtendedSourceContext(proto.Message):

class AliasContext(proto.Message):
r"""An alias to a repo revision.
Attributes:
kind (google.cloud.source_context_v1.types.AliasContext.Kind):
The alias kind.
Expand Down Expand Up @@ -143,6 +144,7 @@ class CloudWorkspaceSourceContext(proto.Message):

class GerritSourceContext(proto.Message):
r"""A SourceContext referring to a Gerrit project.
Attributes:
host_uri (str):
The URI of a running Gerrit instance.
Expand Down Expand Up @@ -186,6 +188,7 @@ class GitSourceContext(proto.Message):

class RepoId(proto.Message):
r"""A unique identifier for a cloud repo.
Attributes:
project_repo_id (google.cloud.source_context_v1.types.ProjectRepoId):
A combination of a project ID and a repo
Expand Down

0 comments on commit e9694fd

Please sign in to comment.