Skip to content

Commit 203761a

Browse files
chore: Update gapic-generator-python to v1.11.3 (#321)
* chore: Update gapic-generator-python to v1.11.3 PiperOrigin-RevId: 546899192 Source-Link: googleapis/googleapis@e6b1691 Source-Link: googleapis/googleapis-gen@0b3917c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6715952 commit 203761a

File tree

1 file changed

+4
-3
lines changed
  • packages/google-cloud-trace/google/cloud/trace_v2/types

1 file changed

+4
-3
lines changed

packages/google-cloud-trace/google/cloud/trace_v2/types/trace.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ class Link(proto.Message):
368368

369369
class Type(proto.Enum):
370370
r"""The relationship of the current span relative to the linked
371-
span: child, parent, or unspecified.
371+
span: child,
372+
parent, or unspecified.
372373
373374
Values:
374375
TYPE_UNSPECIFIED (0):
@@ -662,8 +663,8 @@ class Module(proto.Message):
662663
Attributes:
663664
module (google.cloud.trace_v2.types.TruncatableString):
664665
For example: main binary, kernel modules, and
665-
dynamic libraries such as libc.so, sharedlib.so
666-
(up to 256 bytes).
666+
dynamic libraries
667+
such as libc.so, sharedlib.so (up to 256 bytes).
667668
build_id (google.cloud.trace_v2.types.TruncatableString):
668669
A unique identifier for the module, usually a
669670
hash of its contents (up to 128 bytes).

0 commit comments

Comments
 (0)