diff --git a/java-securitycentermanagement/README.md b/java-securitycentermanagement/README.md
index 177b9d7804db..5ff98a0b9ea0 100644
--- a/java-securitycentermanagement/README.md
+++ b/java-securitycentermanagement/README.md
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
- * 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];
@@ -183,7 +183,7 @@ public java.lang.String getPageToken() {
*
*
* - * 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];
@@ -848,7 +848,7 @@ public Builder clearPageSize() {
*
*
* - * 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];
@@ -870,7 +870,7 @@ public java.lang.String getPageToken() {
*
*
* - * 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];
@@ -892,7 +892,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
*
*
* - * 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];
@@ -913,7 +913,7 @@ public Builder setPageToken(java.lang.String value) {
*
*
* - * 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];
@@ -930,7 +930,7 @@ public Builder clearPageToken() {
*
*
* - * 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];
diff --git a/java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/java/com/google/cloud/securitycentermanagement/v1/ListEffectiveSecurityHealthAnalyticsCustomModulesRequestOrBuilder.java b/java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/java/com/google/cloud/securitycentermanagement/v1/ListEffectiveSecurityHealthAnalyticsCustomModulesRequestOrBuilder.java
index 82f4fb9da5be..e9f94bd03b9d 100644
--- a/java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/java/com/google/cloud/securitycentermanagement/v1/ListEffectiveSecurityHealthAnalyticsCustomModulesRequestOrBuilder.java
+++ b/java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/java/com/google/cloud/securitycentermanagement/v1/ListEffectiveSecurityHealthAnalyticsCustomModulesRequestOrBuilder.java
@@ -79,7 +79,7 @@ public interface ListEffectiveSecurityHealthAnalyticsCustomModulesRequestOrBuild
*
*
* - * 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];
@@ -91,7 +91,7 @@ public interface ListEffectiveSecurityHealthAnalyticsCustomModulesRequestOrBuild
*
*
* - * 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];
diff --git a/java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/proto/google/cloud/securitycentermanagement/v1/security_center_management.proto b/java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/proto/google/cloud/securitycentermanagement/v1/security_center_management.proto
index 2f401c2b7874..b4fbd9c29ab2 100644
--- a/java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/proto/google/cloud/securitycentermanagement/v1/security_center_management.proto
+++ b/java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/proto/google/cloud/securitycentermanagement/v1/security_center_management.proto
@@ -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];
}