Skip to content

Commit b5376bb

Browse files
docs: Minor formatting (#332)
* 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: googleapis/googleapis-gen@280264c 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>
1 parent ef03e38 commit b5376bb

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

packages/google-cloud-trace/google/cloud/trace_v2/services/trace_service/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class TraceServiceAsyncClient:
5858
trace.
5959
A trace is a collection of spans corresponding to a single
6060
operation or a set of operations in an application.
61+
6162
A span is an individual timed event which forms a node of the
6263
trace tree. A single trace can contain spans from multiple
6364
services.

packages/google-cloud-trace/google/cloud/trace_v2/services/trace_service/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class TraceServiceClient(metaclass=TraceServiceClientMeta):
9898
trace.
9999
A trace is a collection of spans corresponding to a single
100100
operation or a set of operations in an application.
101+
101102
A span is an individual timed event which forms a node of the
102103
trace tree. A single trace can contain spans from multiple
103104
services.

packages/google-cloud-trace/google/cloud/trace_v2/services/trace_service/transports/grpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class TraceServiceGrpcTransport(TraceServiceTransport):
3535
trace.
3636
A trace is a collection of spans corresponding to a single
3737
operation or a set of operations in an application.
38+
3839
A span is an individual timed event which forms a node of the
3940
trace tree. A single trace can contain spans from multiple
4041
services.

packages/google-cloud-trace/google/cloud/trace_v2/services/trace_service/transports/grpc_asyncio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class TraceServiceGrpcAsyncIOTransport(TraceServiceTransport):
3636
trace.
3737
A trace is a collection of spans corresponding to a single
3838
operation or a set of operations in an application.
39+
3940
A span is an individual timed event which forms a node of the
4041
trace tree. A single trace can contain spans from multiple
4142
services.

packages/google-cloud-trace/google/cloud/trace_v2/services/trace_service/transports/rest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ class TraceServiceRestTransport(TraceServiceTransport):
129129
trace.
130130
A trace is a collection of spans corresponding to a single
131131
operation or a set of operations in an application.
132+
132133
A span is an individual timed event which forms a node of the
133134
trace tree. A single trace can contain spans from multiple
134135
services.

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,7 @@ 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,
372-
parent, or unspecified.
371+
span: child, parent, or unspecified.
373372
374373
Values:
375374
TYPE_UNSPECIFIED (0):
@@ -663,8 +662,8 @@ class Module(proto.Message):
663662
Attributes:
664663
module (google.cloud.trace_v2.types.TruncatableString):
665664
For example: main binary, kernel modules, and
666-
dynamic libraries
667-
such as libc.so, sharedlib.so (up to 256 bytes).
665+
dynamic libraries such as libc.so, sharedlib.so
666+
(up to 256 bytes).
668667
build_id (google.cloud.trace_v2.types.TruncatableString):
669668
A unique identifier for the module, usually a
670669
hash of its contents (up to 128 bytes).

0 commit comments

Comments
 (0)