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

Commit

Permalink
docs: Remove erroneous space in a docstring (#124)
Browse files Browse the repository at this point in the history
* docs: Remove erroneous space in a docstring

Committer: @parthea
PiperOrigin-RevId: 403379119

Source-Link: googleapis/googleapis@85633a2

Source-Link: googleapis/googleapis-gen@cb84b0c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2I4NGIwYzFhNWZhNzVjMTFhZTFhOTE3MDNkOTM4MmY2NDE0MzY1MiJ9

* 🦉 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 21, 2021
1 parent 4fd94bb commit 113607b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Expand Up @@ -193,7 +193,7 @@ public com.google.protobuf.ByteString getParentBytes() {
* <pre>
* Requested size of the next page of data.
* Requested page size cannot exceed 200.
* If not set, the default page size is 50.
* If not set, the default page size is 50.
* </pre>
*
* <code>int32 page_size = 2;</code>
Expand Down Expand Up @@ -795,7 +795,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
* <pre>
* Requested size of the next page of data.
* Requested page size cannot exceed 200.
* If not set, the default page size is 50.
* If not set, the default page size is 50.
* </pre>
*
* <code>int32 page_size = 2;</code>
Expand All @@ -812,7 +812,7 @@ public int getPageSize() {
* <pre>
* Requested size of the next page of data.
* Requested page size cannot exceed 200.
* If not set, the default page size is 50.
* If not set, the default page size is 50.
* </pre>
*
* <code>int32 page_size = 2;</code>
Expand All @@ -832,7 +832,7 @@ public Builder setPageSize(int value) {
* <pre>
* Requested size of the next page of data.
* Requested page size cannot exceed 200.
* If not set, the default page size is 50.
* If not set, the default page size is 50.
* </pre>
*
* <code>int32 page_size = 2;</code>
Expand Down
Expand Up @@ -58,7 +58,7 @@ public interface ListServicesRequestOrBuilder
* <pre>
* Requested size of the next page of data.
* Requested page size cannot exceed 200.
* If not set, the default page size is 50.
* If not set, the default page size is 50.
* </pre>
*
* <code>int32 page_size = 2;</code>
Expand Down
Expand Up @@ -209,7 +209,7 @@ message ListServicesRequest {

// Requested size of the next page of data.
// Requested page size cannot exceed 200.
// If not set, the default page size is 50.
// If not set, the default page size is 50.
int32 page_size = 2;

// Token identifying which result to start with, which is returned by a
Expand Down

0 comments on commit 113607b

Please sign in to comment.