diff --git a/java-recaptchaenterprise/README.md b/java-recaptchaenterprise/README.md index 4e1d8bf8632b..52388df55b1a 100644 --- a/java-recaptchaenterprise/README.md +++ b/java-recaptchaenterprise/README.md @@ -195,7 +195,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/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-recaptchaenterprise.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recaptchaenterprise/3.29.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recaptchaenterprise/3.30.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 diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountVerificationInfo.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountVerificationInfo.java index ebdfaba0df75..eeee11e3a8af 100644 --- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountVerificationInfo.java +++ b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountVerificationInfo.java @@ -586,7 +586,7 @@ public int getLatestVerificationResultValue() { * *
    * Username of the account that is being verified. Deprecated. Customers
-   * should now provide the hashed account ID field in Event.
+   * should now provide the `account_id` field in `event.user_info`.
    * 
* * string username = 2 [deprecated = true]; @@ -613,7 +613,7 @@ public java.lang.String getUsername() { * *
    * Username of the account that is being verified. Deprecated. Customers
-   * should now provide the hashed account ID field in Event.
+   * should now provide the `account_id` field in `event.user_info`.
    * 
* * string username = 2 [deprecated = true]; @@ -1726,7 +1726,7 @@ public Builder clearLatestVerificationResult() { * *
      * Username of the account that is being verified. Deprecated. Customers
-     * should now provide the hashed account ID field in Event.
+     * should now provide the `account_id` field in `event.user_info`.
      * 
* * string username = 2 [deprecated = true]; @@ -1752,7 +1752,7 @@ public java.lang.String getUsername() { * *
      * Username of the account that is being verified. Deprecated. Customers
-     * should now provide the hashed account ID field in Event.
+     * should now provide the `account_id` field in `event.user_info`.
      * 
* * string username = 2 [deprecated = true]; @@ -1778,7 +1778,7 @@ public com.google.protobuf.ByteString getUsernameBytes() { * *
      * Username of the account that is being verified. Deprecated. Customers
-     * should now provide the hashed account ID field in Event.
+     * should now provide the `account_id` field in `event.user_info`.
      * 
* * string username = 2 [deprecated = true]; @@ -1803,7 +1803,7 @@ public Builder setUsername(java.lang.String value) { * *
      * Username of the account that is being verified. Deprecated. Customers
-     * should now provide the hashed account ID field in Event.
+     * should now provide the `account_id` field in `event.user_info`.
      * 
* * string username = 2 [deprecated = true]; @@ -1824,7 +1824,7 @@ public Builder clearUsername() { * *
      * Username of the account that is being verified. Deprecated. Customers
-     * should now provide the hashed account ID field in Event.
+     * should now provide the `account_id` field in `event.user_info`.
      * 
* * string username = 2 [deprecated = true]; diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountVerificationInfoOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountVerificationInfoOrBuilder.java index 29f92883cc83..ce8aeb9e47e9 100644 --- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountVerificationInfoOrBuilder.java +++ b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountVerificationInfoOrBuilder.java @@ -147,7 +147,7 @@ com.google.recaptchaenterprise.v1.EndpointVerificationInfoOrBuilder getEndpoints * *
    * Username of the account that is being verified. Deprecated. Customers
-   * should now provide the hashed account ID field in Event.
+   * should now provide the `account_id` field in `event.user_info`.
    * 
* * string username = 2 [deprecated = true]; @@ -163,7 +163,7 @@ com.google.recaptchaenterprise.v1.EndpointVerificationInfoOrBuilder getEndpoints * *
    * Username of the account that is being verified. Deprecated. Customers
-   * should now provide the hashed account ID field in Event.
+   * should now provide the `account_id` field in `event.user_info`.
    * 
* * string username = 2 [deprecated = true]; diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/proto/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/proto/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto index ea2dfba8e79e..20b40c5d4212 100644 --- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/proto/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto +++ b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/proto/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto @@ -553,7 +553,7 @@ message AccountVerificationInfo { [(google.api.field_behavior) = OUTPUT_ONLY]; // Username of the account that is being verified. Deprecated. Customers - // should now provide the hashed account ID field in Event. + // should now provide the `account_id` field in `event.user_info`. string username = 2 [deprecated = true]; } diff --git a/versions.txt b/versions.txt index 02021a55dd8d..e7867e485698 100644 --- a/versions.txt +++ b/versions.txt @@ -718,4 +718,4 @@ proto-google-cloud-securitycentermanagement-v1:0.1.0:0.2.0-SNAPSHOT grpc-google-cloud-securitycentermanagement-v1:0.1.0:0.2.0-SNAPSHOT google-shopping-css:0.1.0:0.2.0-SNAPSHOT proto-google-shopping-css-v1:0.1.0:0.2.0-SNAPSHOT -grpc-google-shopping-css-v1:0.1.0:0.2.0-SNAPSHOT \ No newline at end of file +grpc-google-shopping-css-v1:0.1.0:0.2.0-SNAPSHOT