Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions google/cloud/appengine_logging_v1/types/request_log.py
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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