Skip to content

Commit b24be66

Browse files
chore(bazel): update protobuf to v3.21.3 (#850)
- [ ] Regenerate this pull request now. chore(bazel): update gax-java to 2.18.4 PiperOrigin-RevId: 463115700 Source-Link: googleapis/googleapis@52130a9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/6a4d9d9bb3afb20b0f5fa4f5d9f6740b1d0eb19a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
1 parent fe49ac5 commit b24be66

File tree

43 files changed

+84
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+84
-154
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,8 @@ public int getLabelsValue(int index) {
10201020
* repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
10211021
* </code>
10221022
*
1023-
* @param index The index of the value to return.
1024-
* @return The enum numeric value on the wire of labels at the given index.
1023+
* @param index The index to set the value at.
1024+
* @param value The enum numeric value on the wire for labels to set.
10251025
* @return This builder for chaining.
10261026
*/
10271027
public Builder setLabelsValue(int index, int value) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,8 +1788,8 @@ public int getReasonsValue(int index) {
17881788
* repeated .google.cloud.recaptchaenterprise.v1.AnnotateAssessmentRequest.Reason reasons = 3 [(.google.api.field_behavior) = OPTIONAL];
17891789
* </code>
17901790
*
1791-
* @param index The index of the value to return.
1792-
* @return The enum numeric value on the wire of reasons at the given index.
1791+
* @param index The index to set the value at.
1792+
* @param value The enum numeric value on the wire for reasons to set.
17931793
* @return This builder for chaining.
17941794
*/
17951795
public Builder setReasonsValue(int index, int value) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,8 +1118,8 @@ public int getReasonsValue(int index) {
11181118
* repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2;
11191119
* </code>
11201120
*
1121-
* @param index The index of the value to return.
1122-
* @return The enum numeric value on the wire of reasons at the given index.
1121+
* @param index The index to set the value at.
1122+
* @param value The enum numeric value on the wire for reasons to set.
11231123
* @return This builder for chaining.
11241124
*/
11251125
public Builder setReasonsValue(int index, int value) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,8 +1028,8 @@ public int getLabelsValue(int index) {
10281028
* repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
10291029
* </code>
10301030
*
1031-
* @param index The index of the value to return.
1032-
* @return The enum numeric value on the wire of labels at the given index.
1031+
* @param index The index to set the value at.
1032+
* @param value The enum numeric value on the wire for labels to set.
10331033
* @return This builder for chaining.
10341034
*/
10351035
public Builder setLabelsValue(int index, int value) {

java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/AnnotateAssessmentRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,8 +1786,8 @@ public int getReasonsValue(int index) {
17861786
* repeated .google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Reason reasons = 3 [(.google.api.field_behavior) = OPTIONAL];
17871787
* </code>
17881788
*
1789-
* @param index The index of the value to return.
1790-
* @return The enum numeric value on the wire of reasons at the given index.
1789+
* @param index The index to set the value at.
1790+
* @param value The enum numeric value on the wire for reasons to set.
17911791
* @return This builder for chaining.
17921792
*/
17931793
public Builder setReasonsValue(int index, int value) {

java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/Assessment.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,8 +2119,8 @@ public int getReasonsValue(int index) {
21192119
* repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
21202120
* </code>
21212121
*
2122-
* @param index The index of the value to return.
2123-
* @return The enum numeric value on the wire of reasons at the given index.
2122+
* @param index The index to set the value at.
2123+
* @param value The enum numeric value on the wire for reasons to set.
21242124
* @return This builder for chaining.
21252125
*/
21262126
public Builder setReasonsValue(int index, int value) {

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/annotateassessment/AsyncAnnotateAssessment.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_async]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_async]
2120
import com.google.api.core.ApiFuture;
2221
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2322
import com.google.protobuf.ByteString;

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/annotateassessment/SyncAnnotateAssessmentAssessmentnameAnnotateassessmentrequestannotation.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_assessmentnameannotateassessmentrequestannotation_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_assessmentnameannotateassessmentrequestannotation_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest;
2322
import com.google.recaptchaenterprise.v1.AnnotateAssessmentResponse;
@@ -43,5 +42,4 @@ public static void syncAnnotateAssessmentAssessmentnameAnnotateassessmentrequest
4342
}
4443
}
4544
}
46-
// [END
47-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_assessmentnameannotateassessmentrequestannotation_sync]
45+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_assessmentnameannotateassessmentrequestannotation_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/annotateassessment/SyncAnnotateAssessmentStringAnnotateassessmentrequestannotation.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_stringannotateassessmentrequestannotation_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_stringannotateassessmentrequestannotation_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest;
2322
import com.google.recaptchaenterprise.v1.AnnotateAssessmentResponse;
@@ -43,5 +42,4 @@ public static void syncAnnotateAssessmentStringAnnotateassessmentrequestannotati
4342
}
4443
}
4544
}
46-
// [END
47-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_stringannotateassessmentrequestannotation_sync]
45+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_stringannotateassessmentrequestannotation_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/create/SyncCreateSetCredentialsProvider.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_create_setcredentialsprovider_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_create_setcredentialsprovider_sync]
2120
import com.google.api.gax.core.FixedCredentialsProvider;
2221
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2322
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceSettings;
@@ -40,5 +39,4 @@ public static void syncCreateSetCredentialsProvider() throws Exception {
4039
RecaptchaEnterpriseServiceClient.create(recaptchaEnterpriseServiceSettings);
4140
}
4241
}
43-
// [END
44-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_create_setcredentialsprovider_sync]
42+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_create_setcredentialsprovider_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/createassessment/SyncCreateAssessmentProjectnameAssessment.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_projectnameassessment_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_projectnameassessment_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.Assessment;
2322
import com.google.recaptchaenterprise.v1.ProjectName;
@@ -39,5 +38,4 @@ public static void syncCreateAssessmentProjectnameAssessment() throws Exception
3938
}
4039
}
4140
}
42-
// [END
43-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_projectnameassessment_sync]
41+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_projectnameassessment_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/createassessment/SyncCreateAssessmentStringAssessment.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_stringassessment_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_stringassessment_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.Assessment;
2322
import com.google.recaptchaenterprise.v1.ProjectName;
@@ -39,5 +38,4 @@ public static void syncCreateAssessmentStringAssessment() throws Exception {
3938
}
4039
}
4140
}
42-
// [END
43-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_stringassessment_sync]
41+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_stringassessment_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/deletekey/SyncDeleteKey.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_deletekey_sync]
2020
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
21+
import com.google.protobuf.Empty;
2122
import com.google.recaptchaenterprise.v1.DeleteKeyRequest;
2223
import com.google.recaptchaenterprise.v1.KeyName;
2324

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/getmetrics/SyncGetMetricsMetricsname.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_metricsname_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_metricsname_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.Metrics;
2322
import com.google.recaptchaenterprise.v1.MetricsName;
@@ -38,5 +37,4 @@ public static void syncGetMetricsMetricsname() throws Exception {
3837
}
3938
}
4039
}
41-
// [END
42-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_metricsname_sync]
40+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_metricsname_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/listrelatedaccountgroupmemberships/AsyncListRelatedAccountGroupMemberships.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_async]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_async]
2120
import com.google.api.core.ApiFuture;
2221
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2322
import com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest;
@@ -53,5 +52,4 @@ public static void asyncListRelatedAccountGroupMemberships() throws Exception {
5352
}
5453
}
5554
}
56-
// [END
57-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_async]
55+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_async]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/listrelatedaccountgroupmemberships/AsyncListRelatedAccountGroupMembershipsPaged.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_paged_async]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_paged_async]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.common.base.Strings;
2322
import com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest;
@@ -62,5 +61,4 @@ public static void asyncListRelatedAccountGroupMembershipsPaged() throws Excepti
6261
}
6362
}
6463
}
65-
// [END
66-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_paged_async]
64+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_paged_async]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/listrelatedaccountgroupmemberships/SyncListRelatedAccountGroupMemberships.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest;
2322
import com.google.recaptchaenterprise.v1.RelatedAccountGroupMembership;
@@ -50,5 +49,4 @@ public static void syncListRelatedAccountGroupMemberships() throws Exception {
5049
}
5150
}
5251
}
53-
// [END
54-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_sync]
52+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/listrelatedaccountgroupmemberships/SyncListRelatedAccountGroupMembershipsRelatedaccountgroupname.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_relatedaccountgroupname_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_relatedaccountgroupname_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.RelatedAccountGroupMembership;
2322
import com.google.recaptchaenterprise.v1.RelatedAccountGroupName;
@@ -45,5 +44,4 @@ public static void syncListRelatedAccountGroupMembershipsRelatedaccountgroupname
4544
}
4645
}
4746
}
48-
// [END
49-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_relatedaccountgroupname_sync]
47+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_relatedaccountgroupname_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/listrelatedaccountgroupmemberships/SyncListRelatedAccountGroupMembershipsString.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_string_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_string_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.RelatedAccountGroupMembership;
2322
import com.google.recaptchaenterprise.v1.RelatedAccountGroupName;
@@ -43,5 +42,4 @@ public static void syncListRelatedAccountGroupMembershipsString() throws Excepti
4342
}
4443
}
4544
}
46-
// [END
47-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_string_sync]
45+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_string_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/listrelatedaccountgroups/AsyncListRelatedAccountGroups.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_async]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_async]
2120
import com.google.api.core.ApiFuture;
2221
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2322
import com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest;
@@ -52,5 +51,4 @@ public static void asyncListRelatedAccountGroups() throws Exception {
5251
}
5352
}
5453
}
55-
// [END
56-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_async]
54+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_async]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/listrelatedaccountgroups/AsyncListRelatedAccountGroupsPaged.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_paged_async]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_paged_async]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.common.base.Strings;
2322
import com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest;
@@ -58,5 +57,4 @@ public static void asyncListRelatedAccountGroupsPaged() throws Exception {
5857
}
5958
}
6059
}
61-
// [END
62-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_paged_async]
60+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_paged_async]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/listrelatedaccountgroups/SyncListRelatedAccountGroups.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest;
2322
import com.google.recaptchaenterprise.v1.ProjectName;
@@ -47,5 +46,4 @@ public static void syncListRelatedAccountGroups() throws Exception {
4746
}
4847
}
4948
}
50-
// [END
51-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_sync]
49+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/listrelatedaccountgroups/SyncListRelatedAccountGroupsProjectname.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_projectname_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_projectname_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.ProjectName;
2322
import com.google.recaptchaenterprise.v1.RelatedAccountGroup;
@@ -41,5 +40,4 @@ public static void syncListRelatedAccountGroupsProjectname() throws Exception {
4140
}
4241
}
4342
}
44-
// [END
45-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_projectname_sync]
43+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_projectname_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/listrelatedaccountgroups/SyncListRelatedAccountGroupsString.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_string_sync]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_string_sync]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.recaptchaenterprise.v1.ProjectName;
2322
import com.google.recaptchaenterprise.v1.RelatedAccountGroup;
@@ -41,5 +40,4 @@ public static void syncListRelatedAccountGroupsString() throws Exception {
4140
}
4241
}
4342
}
44-
// [END
45-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_string_sync]
43+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroups_string_sync]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/searchrelatedaccountgroupmemberships/AsyncSearchRelatedAccountGroupMemberships.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_searchrelatedaccountgroupmemberships_async]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_searchrelatedaccountgroupmemberships_async]
2120
import com.google.api.core.ApiFuture;
2221
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2322
import com.google.protobuf.ByteString;
@@ -55,5 +54,4 @@ public static void asyncSearchRelatedAccountGroupMemberships() throws Exception
5554
}
5655
}
5756
}
58-
// [END
59-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_searchrelatedaccountgroupmemberships_async]
57+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_searchrelatedaccountgroupmemberships_async]

java-recaptchaenterprise/samples/snippets/generated/com/google/cloud/recaptchaenterprise/v1/recaptchaenterpriseserviceclient/searchrelatedaccountgroupmemberships/AsyncSearchRelatedAccountGroupMembershipsPaged.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package com.google.cloud.recaptchaenterprise.v1.samples;
1818

19-
// [START
20-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_searchrelatedaccountgroupmemberships_paged_async]
19+
// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_searchrelatedaccountgroupmemberships_paged_async]
2120
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
2221
import com.google.common.base.Strings;
2322
import com.google.protobuf.ByteString;
@@ -64,5 +63,4 @@ public static void asyncSearchRelatedAccountGroupMembershipsPaged() throws Excep
6463
}
6564
}
6665
}
67-
// [END
68-
// recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_searchrelatedaccountgroupmemberships_paged_async]
66+
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_searchrelatedaccountgroupmemberships_paged_async]

0 commit comments

Comments
 (0)