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

Commit

Permalink
docs: fix docstring formatting (#107)
Browse files Browse the repository at this point in the history
* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 404008092

Source-Link: googleapis/googleapis@f5b58ed

Source-Link: googleapis/googleapis-gen@fde7ee6
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmRlN2VlNjViZDBmZTgwNzY2ZTAxNDk2MDQyZDc5NmQxMGMzOTc3NyJ9

* 🦉 Updates from OwlBot

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] committed Oct 18, 2021
1 parent 221e21a commit 3777919
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Expand Up @@ -275,10 +275,11 @@ async def collect_user_event(
}
service ResourceService {
rpc GetResource(GetResourceRequest) returns
(google.api.HttpBody); rpc
UpdateResource(google.api.HttpBody) returns
(google.protobuf.Empty);
rpc GetResource(GetResourceRequest)
returns (google.api.HttpBody);
rpc UpdateResource(google.api.HttpBody)
returns (google.protobuf.Empty);
}
Expand Down
9 changes: 5 additions & 4 deletions google/cloud/retail_v2/services/user_event_service/client.py
Expand Up @@ -482,10 +482,11 @@ def collect_user_event(
}
service ResourceService {
rpc GetResource(GetResourceRequest) returns
(google.api.HttpBody); rpc
UpdateResource(google.api.HttpBody) returns
(google.protobuf.Empty);
rpc GetResource(GetResourceRequest)
returns (google.api.HttpBody);
rpc UpdateResource(google.api.HttpBody)
returns (google.protobuf.Empty);
}
Expand Down

0 comments on commit 3777919

Please sign in to comment.