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 (#44)
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 8, 2021
1 parent 846920c commit 9d23c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions google/cloud/appengine_logging_v1/types/request_log.py
Expand Up @@ -28,6 +28,7 @@

class LogLine(proto.Message):
r"""Application log line emitted while processing a request.
Attributes:
time (google.protobuf.timestamp_pb2.Timestamp):
Approximate time when this log entry was
Expand All @@ -49,6 +50,7 @@ class LogLine(proto.Message):

class SourceLocation(proto.Message):
r"""Specifies a location in a source code file.
Attributes:
file (str):
Source file name. Depending on the runtime
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.6.txt
Expand Up @@ -6,6 +6,6 @@
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.22.2
proto-plus==1.10.0
proto-plus==1.15.0
packaging==14.3
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core

0 comments on commit 9d23c02

Please sign in to comment.