Skip to content

Commit

Permalink
docs: [securitycentermanagement] Finish a sentence with a period (#10366
Browse files Browse the repository at this point in the history
)

* docs: Finish a sentence with a period

PiperOrigin-RevId: 606675682

Source-Link: googleapis/googleapis@3d8fdcc

Source-Link: googleapis/googleapis-gen@91179e5
Copy-Tag: eyJwIjoiamF2YS1zZWN1cml0eWNlbnRlcm1hbmFnZW1lbnQvLk93bEJvdC55YW1sIiwiaCI6IjkxMTc5ZTViMjIxOTk5ZWZiZTQ2ZjBhNGYwYTJmMmNhNWY2YWFjMTMifQ==

* 🦉 Updates from OwlBot post-processor

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 Feb 14, 2024
1 parent cd8a6ef commit e2329d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion java-securitycentermanagement/README.md
Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-securitycentermanagement/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-securitycentermanagement.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securitycentermanagement/0.2.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securitycentermanagement/0.3.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Expand Up @@ -160,7 +160,7 @@ public int getPageSize() {
*
*
* <pre>
* Optional. The value returned by the last call indicating a continuation
* Optional. The value returned by the last call indicating a continuation.
* </pre>
*
* <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -183,7 +183,7 @@ public java.lang.String getPageToken() {
*
*
* <pre>
* Optional. The value returned by the last call indicating a continuation
* Optional. The value returned by the last call indicating a continuation.
* </pre>
*
* <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down Expand Up @@ -848,7 +848,7 @@ public Builder clearPageSize() {
*
*
* <pre>
* Optional. The value returned by the last call indicating a continuation
* Optional. The value returned by the last call indicating a continuation.
* </pre>
*
* <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -870,7 +870,7 @@ public java.lang.String getPageToken() {
*
*
* <pre>
* Optional. The value returned by the last call indicating a continuation
* Optional. The value returned by the last call indicating a continuation.
* </pre>
*
* <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -892,7 +892,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
*
*
* <pre>
* Optional. The value returned by the last call indicating a continuation
* Optional. The value returned by the last call indicating a continuation.
* </pre>
*
* <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -913,7 +913,7 @@ public Builder setPageToken(java.lang.String value) {
*
*
* <pre>
* Optional. The value returned by the last call indicating a continuation
* Optional. The value returned by the last call indicating a continuation.
* </pre>
*
* <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -930,7 +930,7 @@ public Builder clearPageToken() {
*
*
* <pre>
* Optional. The value returned by the last call indicating a continuation
* Optional. The value returned by the last call indicating a continuation.
* </pre>
*
* <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down
Expand Up @@ -79,7 +79,7 @@ public interface ListEffectiveSecurityHealthAnalyticsCustomModulesRequestOrBuild
*
*
* <pre>
* Optional. The value returned by the last call indicating a continuation
* Optional. The value returned by the last call indicating a continuation.
* </pre>
*
* <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -91,7 +91,7 @@ public interface ListEffectiveSecurityHealthAnalyticsCustomModulesRequestOrBuild
*
*
* <pre>
* Optional. The value returned by the last call indicating a continuation
* Optional. The value returned by the last call indicating a continuation.
* </pre>
*
* <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down
Expand Up @@ -469,7 +469,7 @@ message ListEffectiveSecurityHealthAnalyticsCustomModulesRequest {
// Default is 10, minimum is 1, maximum is 1000.
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];

// Optional. The value returned by the last call indicating a continuation
// Optional. The value returned by the last call indicating a continuation.
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
}

Expand Down

0 comments on commit e2329d4

Please sign in to comment.