Skip to content

Commit 500be5a

Browse files
docs: [recaptchaenterprise] update comment for AccountVerificationInfo.username (#10227)
* docs: update comment for `AccountVerificationInfo.username` PiperOrigin-RevId: 598888823 Source-Link: googleapis/googleapis@955ff0a Source-Link: https://github.com/googleapis/googleapis-gen/commit/8b0b992cdca00419cdf4433d6bbe3cf3e93f1dd4 Copy-Tag: eyJwIjoiamF2YS1yZWNhcHRjaGFlbnRlcnByaXNlLy5Pd2xCb3QueWFtbCIsImgiOiI4YjBiOTkyY2RjYTAwNDE5Y2RmNDQzM2Q2YmJlM2NmM2U5M2YxZGQ0In0= * 🦉 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>
1 parent 8caddcb commit 500be5a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

java-recaptchaenterprise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-recaptchaenterprise.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recaptchaenterprise/3.29.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recaptchaenterprise/3.30.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountVerificationInfo.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ public int getLatestVerificationResultValue() {
586586
*
587587
* <pre>
588588
* Username of the account that is being verified. Deprecated. Customers
589-
* should now provide the hashed account ID field in Event.
589+
* should now provide the `account_id` field in `event.user_info`.
590590
* </pre>
591591
*
592592
* <code>string username = 2 [deprecated = true];</code>
@@ -613,7 +613,7 @@ public java.lang.String getUsername() {
613613
*
614614
* <pre>
615615
* Username of the account that is being verified. Deprecated. Customers
616-
* should now provide the hashed account ID field in Event.
616+
* should now provide the `account_id` field in `event.user_info`.
617617
* </pre>
618618
*
619619
* <code>string username = 2 [deprecated = true];</code>
@@ -1726,7 +1726,7 @@ public Builder clearLatestVerificationResult() {
17261726
*
17271727
* <pre>
17281728
* Username of the account that is being verified. Deprecated. Customers
1729-
* should now provide the hashed account ID field in Event.
1729+
* should now provide the `account_id` field in `event.user_info`.
17301730
* </pre>
17311731
*
17321732
* <code>string username = 2 [deprecated = true];</code>
@@ -1752,7 +1752,7 @@ public java.lang.String getUsername() {
17521752
*
17531753
* <pre>
17541754
* Username of the account that is being verified. Deprecated. Customers
1755-
* should now provide the hashed account ID field in Event.
1755+
* should now provide the `account_id` field in `event.user_info`.
17561756
* </pre>
17571757
*
17581758
* <code>string username = 2 [deprecated = true];</code>
@@ -1778,7 +1778,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
17781778
*
17791779
* <pre>
17801780
* Username of the account that is being verified. Deprecated. Customers
1781-
* should now provide the hashed account ID field in Event.
1781+
* should now provide the `account_id` field in `event.user_info`.
17821782
* </pre>
17831783
*
17841784
* <code>string username = 2 [deprecated = true];</code>
@@ -1803,7 +1803,7 @@ public Builder setUsername(java.lang.String value) {
18031803
*
18041804
* <pre>
18051805
* Username of the account that is being verified. Deprecated. Customers
1806-
* should now provide the hashed account ID field in Event.
1806+
* should now provide the `account_id` field in `event.user_info`.
18071807
* </pre>
18081808
*
18091809
* <code>string username = 2 [deprecated = true];</code>
@@ -1824,7 +1824,7 @@ public Builder clearUsername() {
18241824
*
18251825
* <pre>
18261826
* Username of the account that is being verified. Deprecated. Customers
1827-
* should now provide the hashed account ID field in Event.
1827+
* should now provide the `account_id` field in `event.user_info`.
18281828
* </pre>
18291829
*
18301830
* <code>string username = 2 [deprecated = true];</code>

java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountVerificationInfoOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ com.google.recaptchaenterprise.v1.EndpointVerificationInfoOrBuilder getEndpoints
147147
*
148148
* <pre>
149149
* Username of the account that is being verified. Deprecated. Customers
150-
* should now provide the hashed account ID field in Event.
150+
* should now provide the `account_id` field in `event.user_info`.
151151
* </pre>
152152
*
153153
* <code>string username = 2 [deprecated = true];</code>
@@ -163,7 +163,7 @@ com.google.recaptchaenterprise.v1.EndpointVerificationInfoOrBuilder getEndpoints
163163
*
164164
* <pre>
165165
* Username of the account that is being verified. Deprecated. Customers
166-
* should now provide the hashed account ID field in Event.
166+
* should now provide the `account_id` field in `event.user_info`.
167167
* </pre>
168168
*
169169
* <code>string username = 2 [deprecated = true];</code>

java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/proto/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ message AccountVerificationInfo {
553553
[(google.api.field_behavior) = OUTPUT_ONLY];
554554

555555
// Username of the account that is being verified. Deprecated. Customers
556-
// should now provide the hashed account ID field in Event.
556+
// should now provide the `account_id` field in `event.user_info`.
557557
string username = 2 [deprecated = true];
558558
}
559559

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,4 +718,4 @@ proto-google-cloud-securitycentermanagement-v1:0.1.0:0.2.0-SNAPSHOT
718718
grpc-google-cloud-securitycentermanagement-v1:0.1.0:0.2.0-SNAPSHOT
719719
google-shopping-css:0.1.0:0.2.0-SNAPSHOT
720720
proto-google-shopping-css-v1:0.1.0:0.2.0-SNAPSHOT
721-
grpc-google-shopping-css-v1:0.1.0:0.2.0-SNAPSHOT
721+
grpc-google-shopping-css-v1:0.1.0:0.2.0-SNAPSHOT

0 commit comments

Comments
 (0)