Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [securitycentermanagement] Finish a sentence with a period #10366

Merged
merged 2 commits into from
Feb 14, 2024
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
4 changes: 2 additions & 2 deletions java-securitycentermanagement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.31.0</version>
<version>26.32.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down 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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading