Skip to content

Commit

Permalink
chore: regenerate recaptchaenterprise client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Dec 9, 2023
1 parent 924deb8 commit 6d0016d
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-recaptchaenterprise</artifactId>
<version>v1-rev20231112-2.0.0</version>
<version>v1-rev20231202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20231112-2.0.0'
implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20231202-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,17 @@
public final class GoogleCloudRecaptchaenterpriseV1RelatedAccountGroupMembership extends com.google.api.client.json.GenericJson {

/**
* The unique stable hashed user identifier of the member. The identifier corresponds to a
* `hashed_account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
* The unique stable account identifier of the member. The identifier corresponds to an
* `account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String accountId;

/**
* Deprecated: use `account_id` instead. The unique stable hashed account identifier of the
* member. The identifier corresponds to a `hashed_account_id` provided in a previous
* `CreateAssessment` or `AnnotateAssessment` call.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -47,8 +56,28 @@ public final class GoogleCloudRecaptchaenterpriseV1RelatedAccountGroupMembership
private java.lang.String name;

/**
* The unique stable hashed user identifier of the member. The identifier corresponds to a
* `hashed_account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
* The unique stable account identifier of the member. The identifier corresponds to an
* `account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
* @return value or {@code null} for none
*/
public java.lang.String getAccountId() {
return accountId;
}

/**
* The unique stable account identifier of the member. The identifier corresponds to an
* `account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
* @param accountId accountId or {@code null} for none
*/
public GoogleCloudRecaptchaenterpriseV1RelatedAccountGroupMembership setAccountId(java.lang.String accountId) {
this.accountId = accountId;
return this;
}

/**
* Deprecated: use `account_id` instead. The unique stable hashed account identifier of the
* member. The identifier corresponds to a `hashed_account_id` provided in a previous
* `CreateAssessment` or `AnnotateAssessment` call.
* @see #decodeHashedAccountId()
* @return value or {@code null} for none
*/
Expand All @@ -57,8 +86,9 @@ public java.lang.String getHashedAccountId() {
}

/**
* The unique stable hashed user identifier of the member. The identifier corresponds to a
* `hashed_account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
* Deprecated: use `account_id` instead. The unique stable hashed account identifier of the
* member. The identifier corresponds to a `hashed_account_id` provided in a previous
* `CreateAssessment` or `AnnotateAssessment` call.
* @see #getHashedAccountId()
* @return Base64 decoded value or {@code null} for none
*
Expand All @@ -69,8 +99,9 @@ public byte[] decodeHashedAccountId() {
}

/**
* The unique stable hashed user identifier of the member. The identifier corresponds to a
* `hashed_account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
* Deprecated: use `account_id` instead. The unique stable hashed account identifier of the
* member. The identifier corresponds to a `hashed_account_id` provided in a previous
* `CreateAssessment` or `AnnotateAssessment` call.
* @see #encodeHashedAccountId()
* @param hashedAccountId hashedAccountId or {@code null} for none
*/
Expand All @@ -80,8 +111,9 @@ public GoogleCloudRecaptchaenterpriseV1RelatedAccountGroupMembership setHashedAc
}

/**
* The unique stable hashed user identifier of the member. The identifier corresponds to a
* `hashed_account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
* Deprecated: use `account_id` instead. The unique stable hashed account identifier of the
* member. The identifier corresponds to a `hashed_account_id` provided in a previous
* `CreateAssessment` or `AnnotateAssessment` call.
* @see #setHashedAccountId()
*
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,19 @@
public final class GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest extends com.google.api.client.json.GenericJson {

/**
* Optional. The unique stable hashed user identifier used to search connections. The identifier
* should correspond to a `hashed_account_id` provided in a previous `CreateAssessment` or
* `AnnotateAssessment` call.
* Optional. The unique stable account identifier used to search connections. The identifier
* should correspond to an `account_id` provided in a previous `CreateAssessment` or
* `AnnotateAssessment` call. Either hashed_account_id or account_id must be set, but not both.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String accountId;

/**
* Optional. Deprecated: use `account_id` instead. The unique stable hashed account identifier
* used to search connections. The identifier should correspond to a `hashed_account_id` provided
* in a previous `CreateAssessment` or `AnnotateAssessment` call. Either hashed_account_id or
* account_id must be set, but not both.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -58,9 +68,31 @@ public final class GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMemb
private java.lang.String pageToken;

/**
* Optional. The unique stable hashed user identifier used to search connections. The identifier
* should correspond to a `hashed_account_id` provided in a previous `CreateAssessment` or
* `AnnotateAssessment` call.
* Optional. The unique stable account identifier used to search connections. The identifier
* should correspond to an `account_id` provided in a previous `CreateAssessment` or
* `AnnotateAssessment` call. Either hashed_account_id or account_id must be set, but not both.
* @return value or {@code null} for none
*/
public java.lang.String getAccountId() {
return accountId;
}

/**
* Optional. The unique stable account identifier used to search connections. The identifier
* should correspond to an `account_id` provided in a previous `CreateAssessment` or
* `AnnotateAssessment` call. Either hashed_account_id or account_id must be set, but not both.
* @param accountId accountId or {@code null} for none
*/
public GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest setAccountId(java.lang.String accountId) {
this.accountId = accountId;
return this;
}

/**
* Optional. Deprecated: use `account_id` instead. The unique stable hashed account identifier
* used to search connections. The identifier should correspond to a `hashed_account_id` provided
* in a previous `CreateAssessment` or `AnnotateAssessment` call. Either hashed_account_id or
* account_id must be set, but not both.
* @see #decodeHashedAccountId()
* @return value or {@code null} for none
*/
Expand All @@ -69,9 +101,10 @@ public java.lang.String getHashedAccountId() {
}

/**
* Optional. The unique stable hashed user identifier used to search connections. The identifier
* should correspond to a `hashed_account_id` provided in a previous `CreateAssessment` or
* `AnnotateAssessment` call.
* Optional. Deprecated: use `account_id` instead. The unique stable hashed account identifier
* used to search connections. The identifier should correspond to a `hashed_account_id` provided
* in a previous `CreateAssessment` or `AnnotateAssessment` call. Either hashed_account_id or
* account_id must be set, but not both.
* @see #getHashedAccountId()
* @return Base64 decoded value or {@code null} for none
*
Expand All @@ -82,9 +115,10 @@ public byte[] decodeHashedAccountId() {
}

/**
* Optional. The unique stable hashed user identifier used to search connections. The identifier
* should correspond to a `hashed_account_id` provided in a previous `CreateAssessment` or
* `AnnotateAssessment` call.
* Optional. Deprecated: use `account_id` instead. The unique stable hashed account identifier
* used to search connections. The identifier should correspond to a `hashed_account_id` provided
* in a previous `CreateAssessment` or `AnnotateAssessment` call. Either hashed_account_id or
* account_id must be set, but not both.
* @see #encodeHashedAccountId()
* @param hashedAccountId hashedAccountId or {@code null} for none
*/
Expand All @@ -94,9 +128,10 @@ public GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsReque
}

/**
* Optional. The unique stable hashed user identifier used to search connections. The identifier
* should correspond to a `hashed_account_id` provided in a previous `CreateAssessment` or
* `AnnotateAssessment` call.
* Optional. Deprecated: use `account_id` instead. The unique stable hashed account identifier
* used to search connections. The identifier should correspond to a `hashed_account_id` provided
* in a previous `CreateAssessment` or `AnnotateAssessment` call. Either hashed_account_id or
* account_id must be set, but not both.
* @see #setHashedAccountId()
*
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-recaptchaenterprise</artifactId>
<version>v1-rev20231112-2.0.0</version>
<name>reCAPTCHA Enterprise API v1-rev20231112-2.0.0</name>
<version>v1-rev20231202-2.0.0</version>
<name>reCAPTCHA Enterprise API v1-rev20231202-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-recaptchaenterprise/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-recaptchaenterprise</artifactId>
<version>v1-rev20231112-2.0.0</version>
<version>v1-rev20231202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20231112-2.0.0'
implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20231202-2.0.0'
}
```

Expand Down

0 comments on commit 6d0016d

Please sign in to comment.