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: [recaptchaenterprise] update comment for AccountVerificationInfo.username #10227

Merged
merged 2 commits into from
Jan 19, 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
2 changes: 1 addition & 1 deletion java-recaptchaenterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ public int getLatestVerificationResultValue() {
*
* <pre>
* 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`.
* </pre>
*
* <code>string username = 2 [deprecated = true];</code>
Expand All @@ -613,7 +613,7 @@ public java.lang.String getUsername() {
*
* <pre>
* 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`.
* </pre>
*
* <code>string username = 2 [deprecated = true];</code>
Expand Down Expand Up @@ -1726,7 +1726,7 @@ public Builder clearLatestVerificationResult() {
*
* <pre>
* 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`.
* </pre>
*
* <code>string username = 2 [deprecated = true];</code>
Expand All @@ -1752,7 +1752,7 @@ public java.lang.String getUsername() {
*
* <pre>
* 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`.
* </pre>
*
* <code>string username = 2 [deprecated = true];</code>
Expand All @@ -1778,7 +1778,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
*
* <pre>
* 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`.
* </pre>
*
* <code>string username = 2 [deprecated = true];</code>
Expand All @@ -1803,7 +1803,7 @@ public Builder setUsername(java.lang.String value) {
*
* <pre>
* 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`.
* </pre>
*
* <code>string username = 2 [deprecated = true];</code>
Expand All @@ -1824,7 +1824,7 @@ public Builder clearUsername() {
*
* <pre>
* 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`.
* </pre>
*
* <code>string username = 2 [deprecated = true];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ com.google.recaptchaenterprise.v1.EndpointVerificationInfoOrBuilder getEndpoints
*
* <pre>
* 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`.
* </pre>
*
* <code>string username = 2 [deprecated = true];</code>
Expand All @@ -163,7 +163,7 @@ com.google.recaptchaenterprise.v1.EndpointVerificationInfoOrBuilder getEndpoints
*
* <pre>
* 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`.
* </pre>
*
* <code>string username = 2 [deprecated = true];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
grpc-google-shopping-css-v1:0.1.0:0.2.0-SNAPSHOT
Loading