Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 27888dd

Browse filesBrowse files
fix!: [recaptchaenterprise] added required annotations (#10045)
- [ ] Regenerate this pull request now. docs: updated comments explaining if a field is optional or required CreateKeyRequest.display_name and PrivatePasswordLeakVerification.lookup_hash_prefix are now required. PiperOrigin-RevId: 580254588 Source-Link: https://togithub.com/googleapis/googleapis/commit/22df66c961f2468c7f09742c658221274e63ea03 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/488324dfc157101c764b110f58d945bcc28600be Copy-Tag: eyJwIjoiamF2YS1yZWNhcHRjaGFlbnRlcnByaXNlLy5Pd2xCb3QueWFtbCIsImgiOiI0ODgzMjRkZmMxNTcxMDFjNzY0YjExMGY1OGQ5NDViY2MyODYwMGJlIn0=
1 parent a6880a0 commit 27888dd
Copy full SHA for 27888dd

36 files changed

+3,657-2,980Lines changed: 3657 additions & 2980 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎java-recaptchaenterprise/README.md‎

Copy file name to clipboardExpand all lines: java-recaptchaenterprise/README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.24.0</version>
23+
<version>26.26.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -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.24.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recaptchaenterprise/3.27.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
Collapse file

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

Copy file name to clipboardExpand all lines: java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountDefenderAssessment.java
+34-34Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,11 @@ private AccountDefenderLabel(int value) {
305305
*
306306
*
307307
* <pre>
308-
* Labels for this request.
308+
* Output only. Labels for this request.
309309
* </pre>
310310
*
311311
* <code>
312-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
312+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
313313
* </code>
314314
*
315315
* @return A list containing the labels.
@@ -327,11 +327,11 @@ private AccountDefenderLabel(int value) {
327327
*
328328
*
329329
* <pre>
330-
* Labels for this request.
330+
* Output only. Labels for this request.
331331
* </pre>
332332
*
333333
* <code>
334-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
334+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
335335
* </code>
336336
*
337337
* @return The count of labels.
@@ -344,11 +344,11 @@ public int getLabelsCount() {
344344
*
345345
*
346346
* <pre>
347-
* Labels for this request.
347+
* Output only. Labels for this request.
348348
* </pre>
349349
*
350350
* <code>
351-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
351+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
352352
* </code>
353353
*
354354
* @param index The index of the element to return.
@@ -363,11 +363,11 @@ public com.google.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefend
363363
*
364364
*
365365
* <pre>
366-
* Labels for this request.
366+
* Output only. Labels for this request.
367367
* </pre>
368368
*
369369
* <code>
370-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
370+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
371371
* </code>
372372
*
373373
* @return A list containing the enum numeric values on the wire for labels.
@@ -380,11 +380,11 @@ public java.util.List<java.lang.Integer> getLabelsValueList() {
380380
*
381381
*
382382
* <pre>
383-
* Labels for this request.
383+
* Output only. Labels for this request.
384384
* </pre>
385385
*
386386
* <code>
387-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
387+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
388388
* </code>
389389
*
390390
* @param index The index of the value to return.
@@ -794,11 +794,11 @@ private void ensureLabelsIsMutable() {
794794
*
795795
*
796796
* <pre>
797-
* Labels for this request.
797+
* Output only. Labels for this request.
798798
* </pre>
799799
*
800800
* <code>
801-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
801+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
802802
* </code>
803803
*
804804
* @return A list containing the labels.
@@ -815,11 +815,11 @@ private void ensureLabelsIsMutable() {
815815
*
816816
*
817817
* <pre>
818-
* Labels for this request.
818+
* Output only. Labels for this request.
819819
* </pre>
820820
*
821821
* <code>
822-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
822+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
823823
* </code>
824824
*
825825
* @return The count of labels.
@@ -831,11 +831,11 @@ public int getLabelsCount() {
831831
*
832832
*
833833
* <pre>
834-
* Labels for this request.
834+
* Output only. Labels for this request.
835835
* </pre>
836836
*
837837
* <code>
838-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
838+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
839839
* </code>
840840
*
841841
* @param index The index of the element to return.
@@ -849,11 +849,11 @@ public int getLabelsCount() {
849849
*
850850
*
851851
* <pre>
852-
* Labels for this request.
852+
* Output only. Labels for this request.
853853
* </pre>
854854
*
855855
* <code>
856-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
856+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
857857
* </code>
858858
*
859859
* @param index The index to set the value at.
@@ -875,11 +875,11 @@ public Builder setLabels(
875875
*
876876
*
877877
* <pre>
878-
* Labels for this request.
878+
* Output only. Labels for this request.
879879
* </pre>
880880
*
881881
* <code>
882-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
882+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
883883
* </code>
884884
*
885885
* @param value The labels to add.
@@ -899,11 +899,11 @@ public Builder addLabels(
899899
*
900900
*
901901
* <pre>
902-
* Labels for this request.
902+
* Output only. Labels for this request.
903903
* </pre>
904904
*
905905
* <code>
906-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
906+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
907907
* </code>
908908
*
909909
* @param values The labels to add.
@@ -927,11 +927,11 @@ public Builder addAllLabels(
927927
*
928928
*
929929
* <pre>
930-
* Labels for this request.
930+
* Output only. Labels for this request.
931931
* </pre>
932932
*
933933
* <code>
934-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
934+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
935935
* </code>
936936
*
937937
* @return This builder for chaining.
@@ -946,11 +946,11 @@ public Builder clearLabels() {
946946
*
947947
*
948948
* <pre>
949-
* Labels for this request.
949+
* Output only. Labels for this request.
950950
* </pre>
951951
*
952952
* <code>
953-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
953+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
954954
* </code>
955955
*
956956
* @return A list containing the enum numeric values on the wire for labels.
@@ -962,11 +962,11 @@ public java.util.List<java.lang.Integer> getLabelsValueList() {
962962
*
963963
*
964964
* <pre>
965-
* Labels for this request.
965+
* Output only. Labels for this request.
966966
* </pre>
967967
*
968968
* <code>
969-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
969+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
970970
* </code>
971971
*
972972
* @param index The index of the value to return.
@@ -979,11 +979,11 @@ public int getLabelsValue(int index) {
979979
*
980980
*
981981
* <pre>
982-
* Labels for this request.
982+
* Output only. Labels for this request.
983983
* </pre>
984984
*
985985
* <code>
986-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
986+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
987987
* </code>
988988
*
989989
* @param index The index to set the value at.
@@ -1000,11 +1000,11 @@ public Builder setLabelsValue(int index, int value) {
10001000
*
10011001
*
10021002
* <pre>
1003-
* Labels for this request.
1003+
* Output only. Labels for this request.
10041004
* </pre>
10051005
*
10061006
* <code>
1007-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
1007+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
10081008
* </code>
10091009
*
10101010
* @param value The enum numeric value on the wire for labels to add.
@@ -1020,11 +1020,11 @@ public Builder addLabelsValue(int value) {
10201020
*
10211021
*
10221022
* <pre>
1023-
* Labels for this request.
1023+
* Output only. Labels for this request.
10241024
* </pre>
10251025
*
10261026
* <code>
1027-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
1027+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
10281028
* </code>
10291029
*
10301030
* @param values The enum numeric values on the wire for labels to add.
Collapse file

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

Copy file name to clipboardExpand all lines: java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AccountDefenderAssessmentOrBuilder.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ public interface AccountDefenderAssessmentOrBuilder
2727
*
2828
*
2929
* <pre>
30-
* Labels for this request.
30+
* Output only. Labels for this request.
3131
* </pre>
3232
*
3333
* <code>
34-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
34+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
3535
* </code>
3636
*
3737
* @return A list containing the labels.
@@ -42,11 +42,11 @@ public interface AccountDefenderAssessmentOrBuilder
4242
*
4343
*
4444
* <pre>
45-
* Labels for this request.
45+
* Output only. Labels for this request.
4646
* </pre>
4747
*
4848
* <code>
49-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
49+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
5050
* </code>
5151
*
5252
* @return The count of labels.
@@ -56,11 +56,11 @@ public interface AccountDefenderAssessmentOrBuilder
5656
*
5757
*
5858
* <pre>
59-
* Labels for this request.
59+
* Output only. Labels for this request.
6060
* </pre>
6161
*
6262
* <code>
63-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
63+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
6464
* </code>
6565
*
6666
* @param index The index of the element to return.
@@ -72,11 +72,11 @@ com.google.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel
7272
*
7373
*
7474
* <pre>
75-
* Labels for this request.
75+
* Output only. Labels for this request.
7676
* </pre>
7777
*
7878
* <code>
79-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
79+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
8080
* </code>
8181
*
8282
* @return A list containing the enum numeric values on the wire for labels.
@@ -86,11 +86,11 @@ com.google.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel
8686
*
8787
*
8888
* <pre>
89-
* Labels for this request.
89+
* Output only. Labels for this request.
9090
* </pre>
9191
*
9292
* <code>
93-
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
93+
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
9494
* </code>
9595
*
9696
* @param index The index of the value to return.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.