Skip to content

Commit 59943e8

Browse files
authored
fix(google-devicesandservices-health): pin pypandoc-binary 1.16.2 and regenerate docstrings (#18308)
1 parent 23f9a74 commit 59943e8

3 files changed

Lines changed: 18 additions & 12 deletions

File tree

librarian.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ tools:
3030
version: 5.11.0
3131
- name: nox
3232
version: 2025.11.12
33+
- name: pypandoc-binary
34+
version: 1.16.2
3335
- name: ruff
3436
version: 0.14.14
3537
- name: synthtool

packages/google-devicesandservices-health/google/devicesandservices/health_v4/services/data_subscription_service/async_client.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,10 @@ async def sample_create_subscriber():
452452
google.api_core.operation_async.AsyncOperation:
453453
An object representing a long-running operation.
454454
455-
The result type for the operation will be :class:`google.devicesandservices.health_v4.types.Subscriber` -- Resource Messages --
456-
A subscriber receives notifications from Google
457-
Health API.
455+
The result type for the operation will be
456+
:class:`google.devicesandservices.health_v4.types.Subscriber`
457+
-- Resource Messages -- A subscriber receives
458+
notifications from Google Health API.
458459
459460
"""
460461
# Create or coerce a protobuf request object.
@@ -752,9 +753,10 @@ async def sample_update_subscriber():
752753
google.api_core.operation_async.AsyncOperation:
753754
An object representing a long-running operation.
754755
755-
The result type for the operation will be :class:`google.devicesandservices.health_v4.types.Subscriber` -- Resource Messages --
756-
A subscriber receives notifications from Google
757-
Health API.
756+
The result type for the operation will be
757+
:class:`google.devicesandservices.health_v4.types.Subscriber`
758+
-- Resource Messages -- A subscriber receives
759+
notifications from Google Health API.
758760
759761
"""
760762
# Create or coerce a protobuf request object.

packages/google-devicesandservices-health/google/devicesandservices/health_v4/services/data_subscription_service/client.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,10 @@ def sample_create_subscriber():
781781
google.api_core.operation.Operation:
782782
An object representing a long-running operation.
783783
784-
The result type for the operation will be :class:`google.devicesandservices.health_v4.types.Subscriber` -- Resource Messages --
785-
A subscriber receives notifications from Google
786-
Health API.
784+
The result type for the operation will be
785+
:class:`google.devicesandservices.health_v4.types.Subscriber`
786+
-- Resource Messages -- A subscriber receives
787+
notifications from Google Health API.
787788
788789
"""
789790
# Create or coerce a protobuf request object.
@@ -1075,9 +1076,10 @@ def sample_update_subscriber():
10751076
google.api_core.operation.Operation:
10761077
An object representing a long-running operation.
10771078
1078-
The result type for the operation will be :class:`google.devicesandservices.health_v4.types.Subscriber` -- Resource Messages --
1079-
A subscriber receives notifications from Google
1080-
Health API.
1079+
The result type for the operation will be
1080+
:class:`google.devicesandservices.health_v4.types.Subscriber`
1081+
-- Resource Messages -- A subscriber receives
1082+
notifications from Google Health API.
10811083
10821084
"""
10831085
# Create or coerce a protobuf request object.

0 commit comments

Comments
 (0)