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

feat: [recaptchaenterprise] added AnnotateAssessmentRequest.account_id #10077

Merged
merged 4 commits into from Nov 27, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion java-recaptchaenterprise/README.md
Expand Up @@ -20,7 +20,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.26.0</version>
<version>26.27.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Expand Up @@ -425,6 +425,7 @@ public final AnnotateAssessmentResponse annotateAssessment(
* AnnotateAssessmentRequest.newBuilder()
* .setName(AssessmentName.of("[PROJECT]", "[ASSESSMENT]").toString())
* .addAllReasons(new ArrayList<AnnotateAssessmentRequest.Reason>())
* .setAccountId("accountId-1827029976")
* .setHashedAccountId(ByteString.EMPTY)
* .setTransactionEvent(TransactionEvent.newBuilder().build())
* .build();
Expand Down Expand Up @@ -459,6 +460,7 @@ public final AnnotateAssessmentResponse annotateAssessment(AnnotateAssessmentReq
* AnnotateAssessmentRequest.newBuilder()
* .setName(AssessmentName.of("[PROJECT]", "[ASSESSMENT]").toString())
* .addAllReasons(new ArrayList<AnnotateAssessmentRequest.Reason>())
* .setAccountId("accountId-1827029976")
* .setHashedAccountId(ByteString.EMPTY)
* .setTransactionEvent(TransactionEvent.newBuilder().build())
* .build();
Expand Down
Expand Up @@ -2312,6 +2312,42 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.recaptchaenterprise.v1.UserId",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.recaptchaenterprise.v1.UserId$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.recaptchaenterprise.v1.UserInfo",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.recaptchaenterprise.v1.UserInfo$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.recaptchaenterprise.v1.WafSettings",
"queryAllDeclaredConstructors": true,
Expand Down
Expand Up @@ -592,7 +592,7 @@ public int getLatestVerificationResultValue() {
* <code>string username = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated.
* See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=553
* See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=556
* @return The username.
*/
@java.lang.Override
Expand All @@ -619,7 +619,7 @@ public java.lang.String getUsername() {
* <code>string username = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated.
* See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=553
* See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=556
* @return The bytes for username.
*/
@java.lang.Override
Expand Down Expand Up @@ -1732,7 +1732,7 @@ public Builder clearLatestVerificationResult() {
* <code>string username = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is
* deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=553
* deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=556
* @return The username.
*/
@java.lang.Deprecated
Expand All @@ -1758,7 +1758,7 @@ public java.lang.String getUsername() {
* <code>string username = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is
* deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=553
* deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=556
* @return The bytes for username.
*/
@java.lang.Deprecated
Expand All @@ -1784,7 +1784,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
* <code>string username = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is
* deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=553
* deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=556
* @param value The username to set.
* @return This builder for chaining.
*/
Expand All @@ -1809,7 +1809,7 @@ public Builder setUsername(java.lang.String value) {
* <code>string username = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is
* deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=553
* deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=556
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand All @@ -1830,7 +1830,7 @@ public Builder clearUsername() {
* <code>string username = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is
* deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=553
* deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=556
* @param value The bytes for username to set.
* @return This builder for chaining.
*/
Expand Down
Expand Up @@ -153,7 +153,7 @@ com.google.recaptchaenterprise.v1.EndpointVerificationInfoOrBuilder getEndpoints
* <code>string username = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated.
* See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=553
* See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=556
* @return The username.
*/
@java.lang.Deprecated
Expand All @@ -169,7 +169,7 @@ com.google.recaptchaenterprise.v1.EndpointVerificationInfoOrBuilder getEndpoints
* <code>string username = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated.
* See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=553
* See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=556
* @return The bytes for username.
*/
@java.lang.Deprecated
Expand Down