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

fix!: [recaptchaenterprise] added required annotations #10045

Merged
merged 2 commits into from Nov 16, 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
4 changes: 2 additions & 2 deletions 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.24.0</version>
<version>26.26.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down 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.24.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recaptchaenterprise/3.27.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
Expand Up @@ -305,11 +305,11 @@ private AccountDefenderLabel(int value) {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return A list containing the labels.
Expand All @@ -327,11 +327,11 @@ private AccountDefenderLabel(int value) {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The count of labels.
Expand All @@ -344,11 +344,11 @@ public int getLabelsCount() {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param index The index of the element to return.
Expand All @@ -363,11 +363,11 @@ public com.google.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefend
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return A list containing the enum numeric values on the wire for labels.
Expand All @@ -380,11 +380,11 @@ public java.util.List<java.lang.Integer> getLabelsValueList() {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param index The index of the value to return.
Expand Down Expand Up @@ -794,11 +794,11 @@ private void ensureLabelsIsMutable() {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return A list containing the labels.
Expand All @@ -815,11 +815,11 @@ private void ensureLabelsIsMutable() {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The count of labels.
Expand All @@ -831,11 +831,11 @@ public int getLabelsCount() {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param index The index of the element to return.
Expand All @@ -849,11 +849,11 @@ public int getLabelsCount() {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param index The index to set the value at.
Expand All @@ -875,11 +875,11 @@ public Builder setLabels(
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param value The labels to add.
Expand All @@ -899,11 +899,11 @@ public Builder addLabels(
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param values The labels to add.
Expand All @@ -927,11 +927,11 @@ public Builder addAllLabels(
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return This builder for chaining.
Expand All @@ -946,11 +946,11 @@ public Builder clearLabels() {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return A list containing the enum numeric values on the wire for labels.
Expand All @@ -962,11 +962,11 @@ public java.util.List<java.lang.Integer> getLabelsValueList() {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param index The index of the value to return.
Expand All @@ -979,11 +979,11 @@ public int getLabelsValue(int index) {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param index The index to set the value at.
Expand All @@ -1000,11 +1000,11 @@ public Builder setLabelsValue(int index, int value) {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param value The enum numeric value on the wire for labels to add.
Expand All @@ -1020,11 +1020,11 @@ public Builder addLabelsValue(int value) {
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param values The enum numeric values on the wire for labels to add.
Expand Down
Expand Up @@ -27,11 +27,11 @@ public interface AccountDefenderAssessmentOrBuilder
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return A list containing the labels.
Expand All @@ -42,11 +42,11 @@ public interface AccountDefenderAssessmentOrBuilder
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The count of labels.
Expand All @@ -56,11 +56,11 @@ public interface AccountDefenderAssessmentOrBuilder
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param index The index of the element to return.
Expand All @@ -72,11 +72,11 @@ com.google.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return A list containing the enum numeric values on the wire for labels.
Expand All @@ -86,11 +86,11 @@ com.google.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel
*
*
* <pre>
* Labels for this request.
* Output only. Labels for this request.
* </pre>
*
* <code>
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param index The index of the value to return.
Expand Down