Skip to content

Commit b032cc9

Browse files
authored
chore: update librarian version to v0.42.0 (#18305)
Update librarian version to v0.42.0. ### Included Librarian Updates - googleapis/librarian#7524: chore(main): release 0.42.0 - googleapis/librarian#7473: chore(main): release 0.41.0 - googleapis/librarian#7508: fix(internal/librarian): update bulk release-please config for existing python libraries - googleapis/librarian#7489: build(.github/workflows): separate java integration test into standalone job - googleapis/librarian#7491: ci(.github): increase timeout of php integration test - googleapis/librarian#7487: refactor(internal/config): remove nodejs_apis from NodejsPackage - googleapis/librarian#7469: build(.github): add test matrix for PHP - googleapis/librarian#7482: build(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1
1 parent 3ca407b commit b032cc9

3 files changed

Lines changed: 13 additions & 17 deletions

File tree

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
language: python
15-
version: v0.40.0
15+
version: v0.42.0
1616
repo: googleapis/google-cloud-python
1717
sources:
1818
googleapis:

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,9 @@ 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
456-
:class:`google.devicesandservices.health_v4.types.Subscriber`
457-
-- Resource Messages -- A subscriber receives
458-
notifications from Google Health API.
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.
459458
460459
"""
461460
# Create or coerce a protobuf request object.
@@ -753,10 +752,9 @@ async def sample_update_subscriber():
753752
google.api_core.operation_async.AsyncOperation:
754753
An object representing a long-running operation.
755754
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.
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.
760758
761759
"""
762760
# Create or coerce a protobuf request object.

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -781,10 +781,9 @@ 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
785-
:class:`google.devicesandservices.health_v4.types.Subscriber`
786-
-- Resource Messages -- A subscriber receives
787-
notifications from Google Health API.
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.
788787
789788
"""
790789
# Create or coerce a protobuf request object.
@@ -1076,10 +1075,9 @@ def sample_update_subscriber():
10761075
google.api_core.operation.Operation:
10771076
An object representing a long-running operation.
10781077
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.
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.
10831081
10841082
"""
10851083
# Create or coerce a protobuf request object.

0 commit comments

Comments
 (0)