Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit e9694fd

Browse filesBrowse files
feat: add context manager support in client (#35)
- [ ] 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: https://github.com/googleapis/googleapis-gen/commit/81decffe9fc72396a8153e756d1d67a6eecfd620 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODFkZWNmZmU5ZmM3MjM5NmE4MTUzZTc1NmQxZDY3YTZlZWNmZDYyMCJ9
1 parent e8263b1 commit e9694fd
Copy full SHA for e9694fd

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎google/cloud/source_context_v1/types/source_context.py

Copy file name to clipboardExpand all lines: google/cloud/source_context_v1/types/source_context.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class ExtendedSourceContext(proto.Message):
8484

8585
class AliasContext(proto.Message):
8686
r"""An alias to a repo revision.
87+
8788
Attributes:
8889
kind (google.cloud.source_context_v1.types.AliasContext.Kind):
8990
The alias kind.
@@ -143,6 +144,7 @@ class CloudWorkspaceSourceContext(proto.Message):
143144

144145
class GerritSourceContext(proto.Message):
145146
r"""A SourceContext referring to a Gerrit project.
147+
146148
Attributes:
147149
host_uri (str):
148150
The URI of a running Gerrit instance.
@@ -186,6 +188,7 @@ class GitSourceContext(proto.Message):
186188

187189
class RepoId(proto.Message):
188190
r"""A unique identifier for a cloud repo.
191+
189192
Attributes:
190193
project_repo_id (google.cloud.source_context_v1.types.ProjectRepoId):
191194
A combination of a project ID and a repo

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.