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

Commit

Permalink
docs: Minor formatting (#332)
Browse files Browse the repository at this point in the history
* docs: Minor formatting
chore: Update gapic-generator-python to v1.11.5
build: Update rules_python to 0.24.0

PiperOrigin-RevId: 563436317

Source-Link: googleapis/googleapis@42fd37b

Source-Link: https://github.com/googleapis/googleapis-gen/commit/280264ca02fb9316b4237a96d0af1a2343a81a56
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 13, 2023
1 parent b2bb6f4 commit 3886cb0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class TraceServiceAsyncClient:
trace.
A trace is a collection of spans corresponding to a single
operation or a set of operations in an application.
A span is an individual timed event which forms a node of the
trace tree. A single trace can contain spans from multiple
services.
Expand Down
1 change: 1 addition & 0 deletions google/cloud/trace_v2/services/trace_service/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class TraceServiceClient(metaclass=TraceServiceClientMeta):
trace.
A trace is a collection of spans corresponding to a single
operation or a set of operations in an application.
A span is an individual timed event which forms a node of the
trace tree. A single trace can contain spans from multiple
services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class TraceServiceGrpcTransport(TraceServiceTransport):
trace.
A trace is a collection of spans corresponding to a single
operation or a set of operations in an application.
A span is an individual timed event which forms a node of the
trace tree. A single trace can contain spans from multiple
services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class TraceServiceGrpcAsyncIOTransport(TraceServiceTransport):
trace.
A trace is a collection of spans corresponding to a single
operation or a set of operations in an application.
A span is an individual timed event which forms a node of the
trace tree. A single trace can contain spans from multiple
services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class TraceServiceRestTransport(TraceServiceTransport):
trace.
A trace is a collection of spans corresponding to a single
operation or a set of operations in an application.
A span is an individual timed event which forms a node of the
trace tree. A single trace can contain spans from multiple
services.
Expand Down
7 changes: 3 additions & 4 deletions google/cloud/trace_v2/types/trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,7 @@ class Link(proto.Message):

class Type(proto.Enum):
r"""The relationship of the current span relative to the linked
span: child,
parent, or unspecified.
span: child, parent, or unspecified.
Values:
TYPE_UNSPECIFIED (0):
Expand Down Expand Up @@ -663,8 +662,8 @@ class Module(proto.Message):
Attributes:
module (google.cloud.trace_v2.types.TruncatableString):
For example: main binary, kernel modules, and
dynamic libraries
such as libc.so, sharedlib.so (up to 256 bytes).
dynamic libraries such as libc.so, sharedlib.so
(up to 256 bytes).
build_id (google.cloud.trace_v2.types.TruncatableString):
A unique identifier for the module, usually a
hash of its contents (up to 128 bytes).
Expand Down

0 comments on commit 3886cb0

Please sign in to comment.