Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
language: python
version: v0.40.0
version: v0.42.0
repo: googleapis/google-cloud-python
sources:
googleapis:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,9 @@ async def sample_create_subscriber():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.

The result type for the operation will be
:class:`google.devicesandservices.health_v4.types.Subscriber`
-- Resource Messages -- A subscriber receives
notifications from Google Health API.
The result type for the operation will be :class:`google.devicesandservices.health_v4.types.Subscriber` -- Resource Messages --
A subscriber receives notifications from Google
Health API.

"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -753,10 +752,9 @@ async def sample_update_subscriber():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.

The result type for the operation will be
:class:`google.devicesandservices.health_v4.types.Subscriber`
-- Resource Messages -- A subscriber receives
notifications from Google Health API.
The result type for the operation will be :class:`google.devicesandservices.health_v4.types.Subscriber` -- Resource Messages --
A subscriber receives notifications from Google
Health API.

"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -781,10 +781,9 @@ def sample_create_subscriber():
google.api_core.operation.Operation:
An object representing a long-running operation.

The result type for the operation will be
:class:`google.devicesandservices.health_v4.types.Subscriber`
-- Resource Messages -- A subscriber receives
notifications from Google Health API.
The result type for the operation will be :class:`google.devicesandservices.health_v4.types.Subscriber` -- Resource Messages --
A subscriber receives notifications from Google
Health API.

"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1076,10 +1075,9 @@ def sample_update_subscriber():
google.api_core.operation.Operation:
An object representing a long-running operation.

The result type for the operation will be
:class:`google.devicesandservices.health_v4.types.Subscriber`
-- Resource Messages -- A subscriber receives
notifications from Google Health API.
The result type for the operation will be :class:`google.devicesandservices.health_v4.types.Subscriber` -- Resource Messages --
A subscriber receives notifications from Google
Health API.

"""
# Create or coerce a protobuf request object.
Expand Down
Loading