Skip to content

Commit

Permalink
chore: Set rest_numeric_enums = False for all gapic rules explicitly (
Browse files Browse the repository at this point in the history
#951)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 485623855

Source-Link: https://github.com/googleapis/googleapis/commit/807125e7953e32535710924fe4bf0362ac93754d

Source-Link: https://github.com/googleapis/googleapis-gen/commit/c4ddd6d651da69658a4762c5eafff5cd8f0e25c5
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzRkZGQ2ZDY1MWRhNjk2NThhNDc2MmM1ZWFmZmY1Y2Q4ZjBlMjVjNSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Nov 8, 2022
1 parent 374976d commit 520fcf4
Show file tree
Hide file tree
Showing 62 changed files with 124 additions and 132 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,7 @@
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* RecaptchaEnterpriseServiceV1Beta1Settings recaptchaEnterpriseServiceV1Beta1Settings =
* RecaptchaEnterpriseServiceV1Beta1Settings.newBuilder()
* .setTransportChannelProvider(
* RecaptchaEnterpriseServiceV1Beta1Settings.defaultHttpJsonTransportProviderBuilder()
* .build())
* .build();
* RecaptchaEnterpriseServiceV1Beta1Settings.newHttpJsonBuilder().build();
* RecaptchaEnterpriseServiceV1Beta1Client recaptchaEnterpriseServiceV1Beta1Client =
* RecaptchaEnterpriseServiceV1Beta1Client.create(recaptchaEnterpriseServiceV1Beta1Settings);
* }</pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_async]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_AnnotateAssessment_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.protobuf.ByteString;
Expand Down Expand Up @@ -52,4 +52,4 @@ public static void asyncAnnotateAssessment() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_async]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_AnnotateAssessment_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_AnnotateAssessment_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.protobuf.ByteString;
import com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest;
Expand Down Expand Up @@ -49,4 +49,4 @@ public static void syncAnnotateAssessment() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_AnnotateAssessment_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_assessmentnameannotateassessmentrequestannotation_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_AnnotateAssessment_AssessmentnameAnnotateassessmentrequestannotation_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest;
import com.google.recaptchaenterprise.v1.AnnotateAssessmentResponse;
Expand Down Expand Up @@ -45,4 +45,4 @@ public static void syncAnnotateAssessmentAssessmentnameAnnotateassessmentrequest
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_assessmentnameannotateassessmentrequestannotation_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_AnnotateAssessment_AssessmentnameAnnotateassessmentrequestannotation_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_stringannotateassessmentrequestannotation_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_AnnotateAssessment_StringAnnotateassessmentrequestannotation_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest;
import com.google.recaptchaenterprise.v1.AnnotateAssessmentResponse;
Expand Down Expand Up @@ -45,4 +45,4 @@ public static void syncAnnotateAssessmentStringAnnotateassessmentrequestannotati
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_annotateassessment_stringannotateassessmentrequestannotation_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_AnnotateAssessment_StringAnnotateassessmentrequestannotation_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_create_setcredentialsprovider_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_Create_SetCredentialsProvider_sync]
import com.google.api.gax.core.FixedCredentialsProvider;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceSettings;
Expand All @@ -42,4 +42,4 @@ public static void syncCreateSetCredentialsProvider() throws Exception {
RecaptchaEnterpriseServiceClient.create(recaptchaEnterpriseServiceSettings);
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_create_setcredentialsprovider_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_Create_SetCredentialsProvider_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_create_setendpoint_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_Create_SetEndpoint_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceSettings;
import com.google.cloud.recaptchaenterprise.v1.myEndpoint;
Expand All @@ -39,4 +39,4 @@ public static void syncCreateSetEndpoint() throws Exception {
RecaptchaEnterpriseServiceClient.create(recaptchaEnterpriseServiceSettings);
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_create_setendpoint_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_Create_SetEndpoint_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_async]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateAssessment_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.Assessment;
Expand Down Expand Up @@ -49,4 +49,4 @@ public static void asyncCreateAssessment() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_async]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateAssessment_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateAssessment_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.Assessment;
import com.google.recaptchaenterprise.v1.CreateAssessmentRequest;
Expand Down Expand Up @@ -45,4 +45,4 @@ public static void syncCreateAssessment() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateAssessment_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_projectnameassessment_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateAssessment_ProjectnameAssessment_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.Assessment;
import com.google.recaptchaenterprise.v1.ProjectName;
Expand All @@ -41,4 +41,4 @@ public static void syncCreateAssessmentProjectnameAssessment() throws Exception
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_projectnameassessment_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateAssessment_ProjectnameAssessment_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_stringassessment_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateAssessment_StringAssessment_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.Assessment;
import com.google.recaptchaenterprise.v1.ProjectName;
Expand All @@ -41,4 +41,4 @@ public static void syncCreateAssessmentStringAssessment() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createassessment_stringassessment_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateAssessment_StringAssessment_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createkey_async]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateKey_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.CreateKeyRequest;
Expand Down Expand Up @@ -49,4 +49,4 @@ public static void asyncCreateKey() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createkey_async]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateKey_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createkey_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateKey_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.CreateKeyRequest;
import com.google.recaptchaenterprise.v1.Key;
Expand Down Expand Up @@ -45,4 +45,4 @@ public static void syncCreateKey() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_createkey_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_CreateKey_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_deletekey_async]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_DeleteKey_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -48,4 +48,4 @@ public static void asyncDeleteKey() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_deletekey_async]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_DeleteKey_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_deletekey_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_DeleteKey_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.protobuf.Empty;
import com.google.recaptchaenterprise.v1.DeleteKeyRequest;
Expand Down Expand Up @@ -44,4 +44,4 @@ public static void syncDeleteKey() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_deletekey_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_DeleteKey_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getkey_async]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetKey_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.GetKeyRequest;
Expand Down Expand Up @@ -45,4 +45,4 @@ public static void asyncGetKey() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getkey_async]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetKey_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getkey_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetKey_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.GetKeyRequest;
import com.google.recaptchaenterprise.v1.Key;
Expand All @@ -42,4 +42,4 @@ public static void syncGetKey() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getkey_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetKey_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_async]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetMetrics_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.GetMetricsRequest;
Expand Down Expand Up @@ -48,4 +48,4 @@ public static void asyncGetMetrics() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_async]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetMetrics_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetMetrics_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.GetMetricsRequest;
import com.google.recaptchaenterprise.v1.Metrics;
Expand Down Expand Up @@ -44,4 +44,4 @@ public static void syncGetMetrics() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetMetrics_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_metricsname_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetMetrics_Metricsname_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.Metrics;
import com.google.recaptchaenterprise.v1.MetricsName;
Expand All @@ -40,4 +40,4 @@ public static void syncGetMetricsMetricsname() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_metricsname_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetMetrics_Metricsname_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_string_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetMetrics_String_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.Metrics;
import com.google.recaptchaenterprise.v1.MetricsName;
Expand All @@ -40,4 +40,4 @@ public static void syncGetMetricsString() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_getmetrics_string_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_GetMetrics_String_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listkeys_async]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_ListKeys_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.Key;
Expand Down Expand Up @@ -52,4 +52,4 @@ public static void asyncListKeys() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listkeys_async]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_ListKeys_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listkeys_paged_async]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_ListKeys_Paged_async]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.common.base.Strings;
import com.google.recaptchaenterprise.v1.Key;
Expand Down Expand Up @@ -60,4 +60,4 @@ public static void asyncListKeysPaged() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listkeys_paged_async]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_ListKeys_Paged_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listkeys_sync]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_ListKeys_sync]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.Key;
import com.google.recaptchaenterprise.v1.ListKeysRequest;
Expand Down Expand Up @@ -48,4 +48,4 @@ public static void syncListKeys() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listkeys_sync]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_ListKeys_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_async]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_ListRelatedAccountGroupMemberships_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest;
Expand Down Expand Up @@ -55,4 +55,4 @@ public static void asyncListRelatedAccountGroupMemberships() throws Exception {
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_async]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_ListRelatedAccountGroupMemberships_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

// [START recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_paged_async]
// [START recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_ListRelatedAccountGroupMemberships_Paged_async]
import com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient;
import com.google.common.base.Strings;
import com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest;
Expand Down Expand Up @@ -64,4 +64,4 @@ public static void asyncListRelatedAccountGroupMembershipsPaged() throws Excepti
}
}
}
// [END recaptchaenterprise_v1_generated_recaptchaenterpriseserviceclient_listrelatedaccountgroupmemberships_paged_async]
// [END recaptchaenterprise_v1_generated_RecaptchaEnterpriseService_ListRelatedAccountGroupMemberships_Paged_async]
Loading

0 comments on commit 520fcf4

Please sign in to comment.