diff --git a/java-recaptchaenterprise/grpc-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RecaptchaEnterpriseServiceGrpc.java b/java-recaptchaenterprise/grpc-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RecaptchaEnterpriseServiceGrpc.java deleted file mode 100644 index beb9bf10a6e6..000000000000 --- a/java-recaptchaenterprise/grpc-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RecaptchaEnterpriseServiceGrpc.java +++ /dev/null @@ -1,2513 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.google.recaptchaenterprise.v1; - -import static io.grpc.MethodDescriptor.generateFullMethodName; - -/** - * - * - *
- * Service to determine the likelihood an event is legitimate. - *- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class RecaptchaEnterpriseServiceGrpc { - - private RecaptchaEnterpriseServiceGrpc() {} - - public static final java.lang.String SERVICE_NAME = - "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.recaptchaenterprise.v1.CreateAssessmentRequest, - com.google.recaptchaenterprise.v1.Assessment> - getCreateAssessmentMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "CreateAssessment", - requestType = com.google.recaptchaenterprise.v1.CreateAssessmentRequest.class, - responseType = com.google.recaptchaenterprise.v1.Assessment.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.recaptchaenterprise.v1.CreateAssessmentRequest, - com.google.recaptchaenterprise.v1.Assessment> - getCreateAssessmentMethod() { - io.grpc.MethodDescriptor< - com.google.recaptchaenterprise.v1.CreateAssessmentRequest, - com.google.recaptchaenterprise.v1.Assessment> - getCreateAssessmentMethod; - if ((getCreateAssessmentMethod = RecaptchaEnterpriseServiceGrpc.getCreateAssessmentMethod) - == null) { - synchronized (RecaptchaEnterpriseServiceGrpc.class) { - if ((getCreateAssessmentMethod = RecaptchaEnterpriseServiceGrpc.getCreateAssessmentMethod) - == null) { - RecaptchaEnterpriseServiceGrpc.getCreateAssessmentMethod = - getCreateAssessmentMethod = - io.grpc.MethodDescriptor - .
- * Service to determine the likelihood an event is legitimate. - *- */ - public interface AsyncService { - - /** - * - * - *
- * Creates an Assessment of the likelihood an event is legitimate. - *- */ - default void createAssessment( - com.google.recaptchaenterprise.v1.CreateAssessmentRequest request, - io.grpc.stub.StreamObserver
- * Annotates a previously created Assessment to provide additional information - * on whether the event turned out to be authentic or fraudulent. - *- */ - default void annotateAssessment( - com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest request, - io.grpc.stub.StreamObserver
- * Creates a new reCAPTCHA Enterprise key. - *- */ - default void createKey( - com.google.recaptchaenterprise.v1.CreateKeyRequest request, - io.grpc.stub.StreamObserver
- * Returns the list of all keys that belong to a project. - *- */ - default void listKeys( - com.google.recaptchaenterprise.v1.ListKeysRequest request, - io.grpc.stub.StreamObserver
- * Returns the secret key related to the specified public key. - * You must use the legacy secret key only in a 3rd party integration with - * legacy reCAPTCHA. - *- */ - default void retrieveLegacySecretKey( - com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyRequest request, - io.grpc.stub.StreamObserver< - com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyResponse> - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRetrieveLegacySecretKeyMethod(), responseObserver); - } - - /** - * - * - *
- * Returns the specified key. - *- */ - default void getKey( - com.google.recaptchaenterprise.v1.GetKeyRequest request, - io.grpc.stub.StreamObserver
- * Updates the specified key. - *- */ - default void updateKey( - com.google.recaptchaenterprise.v1.UpdateKeyRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified key. - *- */ - default void deleteKey( - com.google.recaptchaenterprise.v1.DeleteKeyRequest request, - io.grpc.stub.StreamObserver
- * Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. - * Once a key is migrated, it can be used from either product. SiteVerify - * requests are billed as CreateAssessment calls. You must be - * authenticated as one of the current owners of the reCAPTCHA Key, and - * your user must have the reCAPTCHA Enterprise Admin IAM role in the - * destination project. - *- */ - default void migrateKey( - com.google.recaptchaenterprise.v1.MigrateKeyRequest request, - io.grpc.stub.StreamObserver
- * Get some aggregated metrics for a Key. This data can be used to build - * dashboards. - *- */ - default void getMetrics( - com.google.recaptchaenterprise.v1.GetMetricsRequest request, - io.grpc.stub.StreamObserver
- * Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA - * Enterprise actions can be executed. - * A project may have a maximum of 1000 policies. - *- */ - default void createFirewallPolicy( - com.google.recaptchaenterprise.v1.CreateFirewallPolicyRequest request, - io.grpc.stub.StreamObserver
- * Returns the list of all firewall policies that belong to a project. - *- */ - default void listFirewallPolicies( - com.google.recaptchaenterprise.v1.ListFirewallPoliciesRequest request, - io.grpc.stub.StreamObserver
- * Returns the specified firewall policy. - *- */ - default void getFirewallPolicy( - com.google.recaptchaenterprise.v1.GetFirewallPolicyRequest request, - io.grpc.stub.StreamObserver
- * Updates the specified firewall policy. - *- */ - default void updateFirewallPolicy( - com.google.recaptchaenterprise.v1.UpdateFirewallPolicyRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified firewall policy. - *- */ - default void deleteFirewallPolicy( - com.google.recaptchaenterprise.v1.DeleteFirewallPolicyRequest request, - io.grpc.stub.StreamObserver
- * List groups of related accounts. - *- */ - default void listRelatedAccountGroups( - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest request, - io.grpc.stub.StreamObserver< - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsResponse> - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListRelatedAccountGroupsMethod(), responseObserver); - } - - /** - * - * - *
- * Get memberships in a group of related accounts. - *- */ - default void listRelatedAccountGroupMemberships( - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest request, - io.grpc.stub.StreamObserver< - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsResponse> - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListRelatedAccountGroupMembershipsMethod(), responseObserver); - } - - /** - * - * - *
- * Search group memberships related to a given account. - *- */ - default void searchRelatedAccountGroupMemberships( - com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsRequest request, - io.grpc.stub.StreamObserver< - com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsResponse> - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getSearchRelatedAccountGroupMembershipsMethod(), responseObserver); - } - } - - /** - * Base class for the server implementation of the service RecaptchaEnterpriseService. - * - *
- * Service to determine the likelihood an event is legitimate. - *- */ - public abstract static class RecaptchaEnterpriseServiceImplBase - implements io.grpc.BindableService, AsyncService { - - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { - return RecaptchaEnterpriseServiceGrpc.bindService(this); - } - } - - /** - * A stub to allow clients to do asynchronous rpc calls to service RecaptchaEnterpriseService. - * - *
- * Service to determine the likelihood an event is legitimate. - *- */ - public static final class RecaptchaEnterpriseServiceStub - extends io.grpc.stub.AbstractAsyncStub
- * Creates an Assessment of the likelihood an event is legitimate. - *- */ - public void createAssessment( - com.google.recaptchaenterprise.v1.CreateAssessmentRequest request, - io.grpc.stub.StreamObserver
- * Annotates a previously created Assessment to provide additional information - * on whether the event turned out to be authentic or fraudulent. - *- */ - public void annotateAssessment( - com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest request, - io.grpc.stub.StreamObserver
- * Creates a new reCAPTCHA Enterprise key. - *- */ - public void createKey( - com.google.recaptchaenterprise.v1.CreateKeyRequest request, - io.grpc.stub.StreamObserver
- * Returns the list of all keys that belong to a project. - *- */ - public void listKeys( - com.google.recaptchaenterprise.v1.ListKeysRequest request, - io.grpc.stub.StreamObserver
- * Returns the secret key related to the specified public key. - * You must use the legacy secret key only in a 3rd party integration with - * legacy reCAPTCHA. - *- */ - public void retrieveLegacySecretKey( - com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyRequest request, - io.grpc.stub.StreamObserver< - com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyResponse> - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRetrieveLegacySecretKeyMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
- * Returns the specified key. - *- */ - public void getKey( - com.google.recaptchaenterprise.v1.GetKeyRequest request, - io.grpc.stub.StreamObserver
- * Updates the specified key. - *- */ - public void updateKey( - com.google.recaptchaenterprise.v1.UpdateKeyRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified key. - *- */ - public void deleteKey( - com.google.recaptchaenterprise.v1.DeleteKeyRequest request, - io.grpc.stub.StreamObserver
- * Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. - * Once a key is migrated, it can be used from either product. SiteVerify - * requests are billed as CreateAssessment calls. You must be - * authenticated as one of the current owners of the reCAPTCHA Key, and - * your user must have the reCAPTCHA Enterprise Admin IAM role in the - * destination project. - *- */ - public void migrateKey( - com.google.recaptchaenterprise.v1.MigrateKeyRequest request, - io.grpc.stub.StreamObserver
- * Get some aggregated metrics for a Key. This data can be used to build - * dashboards. - *- */ - public void getMetrics( - com.google.recaptchaenterprise.v1.GetMetricsRequest request, - io.grpc.stub.StreamObserver
- * Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA - * Enterprise actions can be executed. - * A project may have a maximum of 1000 policies. - *- */ - public void createFirewallPolicy( - com.google.recaptchaenterprise.v1.CreateFirewallPolicyRequest request, - io.grpc.stub.StreamObserver
- * Returns the list of all firewall policies that belong to a project. - *- */ - public void listFirewallPolicies( - com.google.recaptchaenterprise.v1.ListFirewallPoliciesRequest request, - io.grpc.stub.StreamObserver
- * Returns the specified firewall policy. - *- */ - public void getFirewallPolicy( - com.google.recaptchaenterprise.v1.GetFirewallPolicyRequest request, - io.grpc.stub.StreamObserver
- * Updates the specified firewall policy. - *- */ - public void updateFirewallPolicy( - com.google.recaptchaenterprise.v1.UpdateFirewallPolicyRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified firewall policy. - *- */ - public void deleteFirewallPolicy( - com.google.recaptchaenterprise.v1.DeleteFirewallPolicyRequest request, - io.grpc.stub.StreamObserver
- * List groups of related accounts. - *- */ - public void listRelatedAccountGroups( - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest request, - io.grpc.stub.StreamObserver< - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsResponse> - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListRelatedAccountGroupsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
- * Get memberships in a group of related accounts. - *- */ - public void listRelatedAccountGroupMemberships( - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest request, - io.grpc.stub.StreamObserver< - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsResponse> - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListRelatedAccountGroupMembershipsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
- * Search group memberships related to a given account. - *- */ - public void searchRelatedAccountGroupMemberships( - com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsRequest request, - io.grpc.stub.StreamObserver< - com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsResponse> - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getSearchRelatedAccountGroupMembershipsMethod(), getCallOptions()), - request, - responseObserver); - } - } - - /** - * A stub to allow clients to do synchronous rpc calls to service RecaptchaEnterpriseService. - * - *
- * Service to determine the likelihood an event is legitimate. - *- */ - public static final class RecaptchaEnterpriseServiceBlockingStub - extends io.grpc.stub.AbstractBlockingStub
- * Creates an Assessment of the likelihood an event is legitimate. - *- */ - public com.google.recaptchaenterprise.v1.Assessment createAssessment( - com.google.recaptchaenterprise.v1.CreateAssessmentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateAssessmentMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Annotates a previously created Assessment to provide additional information - * on whether the event turned out to be authentic or fraudulent. - *- */ - public com.google.recaptchaenterprise.v1.AnnotateAssessmentResponse annotateAssessment( - com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getAnnotateAssessmentMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Creates a new reCAPTCHA Enterprise key. - *- */ - public com.google.recaptchaenterprise.v1.Key createKey( - com.google.recaptchaenterprise.v1.CreateKeyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateKeyMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Returns the list of all keys that belong to a project. - *- */ - public com.google.recaptchaenterprise.v1.ListKeysResponse listKeys( - com.google.recaptchaenterprise.v1.ListKeysRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListKeysMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Returns the secret key related to the specified public key. - * You must use the legacy secret key only in a 3rd party integration with - * legacy reCAPTCHA. - *- */ - public com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyResponse - retrieveLegacySecretKey( - com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getRetrieveLegacySecretKeyMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Returns the specified key. - *- */ - public com.google.recaptchaenterprise.v1.Key getKey( - com.google.recaptchaenterprise.v1.GetKeyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetKeyMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Updates the specified key. - *- */ - public com.google.recaptchaenterprise.v1.Key updateKey( - com.google.recaptchaenterprise.v1.UpdateKeyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateKeyMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Deletes the specified key. - *- */ - public com.google.protobuf.Empty deleteKey( - com.google.recaptchaenterprise.v1.DeleteKeyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteKeyMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. - * Once a key is migrated, it can be used from either product. SiteVerify - * requests are billed as CreateAssessment calls. You must be - * authenticated as one of the current owners of the reCAPTCHA Key, and - * your user must have the reCAPTCHA Enterprise Admin IAM role in the - * destination project. - *- */ - public com.google.recaptchaenterprise.v1.Key migrateKey( - com.google.recaptchaenterprise.v1.MigrateKeyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getMigrateKeyMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Get some aggregated metrics for a Key. This data can be used to build - * dashboards. - *- */ - public com.google.recaptchaenterprise.v1.Metrics getMetrics( - com.google.recaptchaenterprise.v1.GetMetricsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetMetricsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA - * Enterprise actions can be executed. - * A project may have a maximum of 1000 policies. - *- */ - public com.google.recaptchaenterprise.v1.FirewallPolicy createFirewallPolicy( - com.google.recaptchaenterprise.v1.CreateFirewallPolicyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateFirewallPolicyMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Returns the list of all firewall policies that belong to a project. - *- */ - public com.google.recaptchaenterprise.v1.ListFirewallPoliciesResponse listFirewallPolicies( - com.google.recaptchaenterprise.v1.ListFirewallPoliciesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListFirewallPoliciesMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Returns the specified firewall policy. - *- */ - public com.google.recaptchaenterprise.v1.FirewallPolicy getFirewallPolicy( - com.google.recaptchaenterprise.v1.GetFirewallPolicyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetFirewallPolicyMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Updates the specified firewall policy. - *- */ - public com.google.recaptchaenterprise.v1.FirewallPolicy updateFirewallPolicy( - com.google.recaptchaenterprise.v1.UpdateFirewallPolicyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateFirewallPolicyMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Deletes the specified firewall policy. - *- */ - public com.google.protobuf.Empty deleteFirewallPolicy( - com.google.recaptchaenterprise.v1.DeleteFirewallPolicyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteFirewallPolicyMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * List groups of related accounts. - *- */ - public com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsResponse - listRelatedAccountGroups( - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListRelatedAccountGroupsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Get memberships in a group of related accounts. - *- */ - public com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsResponse - listRelatedAccountGroupMemberships( - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListRelatedAccountGroupMembershipsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Search group memberships related to a given account. - *- */ - public com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsResponse - searchRelatedAccountGroupMemberships( - com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getSearchRelatedAccountGroupMembershipsMethod(), getCallOptions(), request); - } - } - - /** - * A stub to allow clients to do ListenableFuture-style rpc calls to service - * RecaptchaEnterpriseService. - * - *
- * Service to determine the likelihood an event is legitimate. - *- */ - public static final class RecaptchaEnterpriseServiceFutureStub - extends io.grpc.stub.AbstractFutureStub
- * Creates an Assessment of the likelihood an event is legitimate. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.Assessment> - createAssessment(com.google.recaptchaenterprise.v1.CreateAssessmentRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCreateAssessmentMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Annotates a previously created Assessment to provide additional information - * on whether the event turned out to be authentic or fraudulent. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.AnnotateAssessmentResponse> - annotateAssessment(com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getAnnotateAssessmentMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Creates a new reCAPTCHA Enterprise key. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Returns the list of all keys that belong to a project. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.ListKeysResponse> - listKeys(com.google.recaptchaenterprise.v1.ListKeysRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListKeysMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Returns the secret key related to the specified public key. - * You must use the legacy secret key only in a 3rd party integration with - * legacy reCAPTCHA. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyResponse> - retrieveLegacySecretKey( - com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getRetrieveLegacySecretKeyMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Returns the specified key. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Updates the specified key. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Deletes the specified key. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. - * Once a key is migrated, it can be used from either product. SiteVerify - * requests are billed as CreateAssessment calls. You must be - * authenticated as one of the current owners of the reCAPTCHA Key, and - * your user must have the reCAPTCHA Enterprise Admin IAM role in the - * destination project. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Get some aggregated metrics for a Key. This data can be used to build - * dashboards. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.Metrics> - getMetrics(com.google.recaptchaenterprise.v1.GetMetricsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetMetricsMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA - * Enterprise actions can be executed. - * A project may have a maximum of 1000 policies. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.FirewallPolicy> - createFirewallPolicy( - com.google.recaptchaenterprise.v1.CreateFirewallPolicyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCreateFirewallPolicyMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Returns the list of all firewall policies that belong to a project. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.ListFirewallPoliciesResponse> - listFirewallPolicies( - com.google.recaptchaenterprise.v1.ListFirewallPoliciesRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListFirewallPoliciesMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Returns the specified firewall policy. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.FirewallPolicy> - getFirewallPolicy(com.google.recaptchaenterprise.v1.GetFirewallPolicyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetFirewallPolicyMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Updates the specified firewall policy. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.FirewallPolicy> - updateFirewallPolicy( - com.google.recaptchaenterprise.v1.UpdateFirewallPolicyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getUpdateFirewallPolicyMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Deletes the specified firewall policy. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * List groups of related accounts. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsResponse> - listRelatedAccountGroups( - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListRelatedAccountGroupsMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Get memberships in a group of related accounts. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsResponse> - listRelatedAccountGroupMemberships( - com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListRelatedAccountGroupMembershipsMethod(), getCallOptions()), - request); - } - - /** - * - * - *
- * Search group memberships related to a given account. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsResponse> - searchRelatedAccountGroupMemberships( - com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getSearchRelatedAccountGroupMembershipsMethod(), getCallOptions()), - request); - } - } - - private static final int METHODID_CREATE_ASSESSMENT = 0; - private static final int METHODID_ANNOTATE_ASSESSMENT = 1; - private static final int METHODID_CREATE_KEY = 2; - private static final int METHODID_LIST_KEYS = 3; - private static final int METHODID_RETRIEVE_LEGACY_SECRET_KEY = 4; - private static final int METHODID_GET_KEY = 5; - private static final int METHODID_UPDATE_KEY = 6; - private static final int METHODID_DELETE_KEY = 7; - private static final int METHODID_MIGRATE_KEY = 8; - private static final int METHODID_GET_METRICS = 9; - private static final int METHODID_CREATE_FIREWALL_POLICY = 10; - private static final int METHODID_LIST_FIREWALL_POLICIES = 11; - private static final int METHODID_GET_FIREWALL_POLICY = 12; - private static final int METHODID_UPDATE_FIREWALL_POLICY = 13; - private static final int METHODID_DELETE_FIREWALL_POLICY = 14; - private static final int METHODID_LIST_RELATED_ACCOUNT_GROUPS = 15; - private static final int METHODID_LIST_RELATED_ACCOUNT_GROUP_MEMBERSHIPS = 16; - private static final int METHODID_SEARCH_RELATED_ACCOUNT_GROUP_MEMBERSHIPS = 17; - - private static final class MethodHandlers
- * Output only. Labels for this request. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return A list containing the labels.
- */
- java.util.List- * Output only. Labels for this request. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return The count of labels.
- */
- int getLabelsCount();
- /**
- *
- *
- * - * Output only. Labels for this request. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @param index The index of the element to return.
- * @return The labels at the given index.
- */
- com.google.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel getLabels(
- int index);
- /**
- *
- *
- * - * Output only. Labels for this request. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return A list containing the enum numeric values on the wire for labels.
- */
- java.util.List- * Output only. Labels for this request. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of labels at the given index.
- */
- int getLabelsValue(int index);
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AnnotateAssessmentResponseOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AnnotateAssessmentResponseOrBuilder.java
deleted file mode 100644
index 8f477c03725e..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/AnnotateAssessmentResponseOrBuilder.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface AnnotateAssessmentResponseOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.AnnotateAssessmentResponse)
- com.google.protobuf.MessageOrBuilder {}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/CreateAssessmentRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/CreateAssessmentRequestOrBuilder.java
deleted file mode 100644
index 2711a486909e..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/CreateAssessmentRequestOrBuilder.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface CreateAssessmentRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.CreateAssessmentRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the project in which the assessment will be created, - * in the format `projects/{project}`. - *- * - *
- * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The parent.
- */
- java.lang.String getParent();
- /**
- *
- *
- * - * Required. The name of the project in which the assessment will be created, - * in the format `projects/{project}`. - *- * - *
- * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for parent.
- */
- com.google.protobuf.ByteString getParentBytes();
-
- /**
- *
- *
- * - * Required. The assessment details. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return Whether the assessment field is set.
- */
- boolean hasAssessment();
- /**
- *
- *
- * - * Required. The assessment details. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return The assessment.
- */
- com.google.recaptchaenterprise.v1.Assessment getAssessment();
- /**
- *
- *
- * - * Required. The assessment details. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- */
- com.google.recaptchaenterprise.v1.AssessmentOrBuilder getAssessmentOrBuilder();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/CreateFirewallPolicyRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/CreateFirewallPolicyRequestOrBuilder.java
deleted file mode 100644
index 504aed905a88..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/CreateFirewallPolicyRequestOrBuilder.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface CreateFirewallPolicyRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.CreateFirewallPolicyRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the project this policy will apply to, in the format - * `projects/{project}`. - *- * - *
- * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The parent.
- */
- java.lang.String getParent();
- /**
- *
- *
- * - * Required. The name of the project this policy will apply to, in the format - * `projects/{project}`. - *- * - *
- * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for parent.
- */
- com.google.protobuf.ByteString getParentBytes();
-
- /**
- *
- *
- * - * Required. Information to create the policy. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policy = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return Whether the firewallPolicy field is set.
- */
- boolean hasFirewallPolicy();
- /**
- *
- *
- * - * Required. Information to create the policy. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policy = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return The firewallPolicy.
- */
- com.google.recaptchaenterprise.v1.FirewallPolicy getFirewallPolicy();
- /**
- *
- *
- * - * Required. Information to create the policy. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policy = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- */
- com.google.recaptchaenterprise.v1.FirewallPolicyOrBuilder getFirewallPolicyOrBuilder();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/CreateKeyRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/CreateKeyRequestOrBuilder.java
deleted file mode 100644
index af5223037f4a..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/CreateKeyRequestOrBuilder.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface CreateKeyRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.CreateKeyRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the project in which the key will be created, in the - * format `projects/{project}`. - *- * - *
- * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The parent.
- */
- java.lang.String getParent();
- /**
- *
- *
- * - * Required. The name of the project in which the key will be created, in the - * format `projects/{project}`. - *- * - *
- * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for parent.
- */
- com.google.protobuf.ByteString getParentBytes();
-
- /**
- *
- *
- * - * Required. Information to create a reCAPTCHA Enterprise key. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return Whether the key field is set.
- */
- boolean hasKey();
- /**
- *
- *
- * - * Required. Information to create a reCAPTCHA Enterprise key. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return The key.
- */
- com.google.recaptchaenterprise.v1.Key getKey();
- /**
- *
- *
- * - * Required. Information to create a reCAPTCHA Enterprise key. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- */
- com.google.recaptchaenterprise.v1.KeyOrBuilder getKeyOrBuilder();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/DeleteFirewallPolicyRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/DeleteFirewallPolicyRequestOrBuilder.java
deleted file mode 100644
index 14bbb582f36b..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/DeleteFirewallPolicyRequestOrBuilder.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface DeleteFirewallPolicyRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.DeleteFirewallPolicyRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the policy to be deleted, in the format - * `projects/{project}/firewallpolicies/{firewallpolicy}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the policy to be deleted, in the format - * `projects/{project}/firewallpolicies/{firewallpolicy}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/DeleteKeyRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/DeleteKeyRequestOrBuilder.java
deleted file mode 100644
index 5a7e4729bb7c..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/DeleteKeyRequestOrBuilder.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface DeleteKeyRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.DeleteKeyRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the key to be deleted, in the format - * `projects/{project}/keys/{key}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the key to be deleted, in the format - * `projects/{project}/keys/{key}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/FraudPreventionAssessmentOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/FraudPreventionAssessmentOrBuilder.java
deleted file mode 100644
index 94cb70af7ce4..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/FraudPreventionAssessmentOrBuilder.java
+++ /dev/null
@@ -1,175 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface FraudPreventionAssessmentOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Output only. Probability of this transaction being fraudulent. Summarizes - * the combined risk of attack vectors below. Values are from 0.0 (lowest) - * to 1.0 (highest). - *- * - *
float transaction_risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- * @return The transactionRisk.
- */
- float getTransactionRisk();
-
- /**
- *
- *
- * - * Output only. Assessment of this transaction for risk of a stolen - * instrument. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return Whether the stolenInstrumentVerdict field is set.
- */
- boolean hasStolenInstrumentVerdict();
- /**
- *
- *
- * - * Output only. Assessment of this transaction for risk of a stolen - * instrument. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return The stolenInstrumentVerdict.
- */
- com.google.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict
- getStolenInstrumentVerdict();
- /**
- *
- *
- * - * Output only. Assessment of this transaction for risk of a stolen - * instrument. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- */
- com.google.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder
- getStolenInstrumentVerdictOrBuilder();
-
- /**
- *
- *
- * - * Output only. Assessment of this transaction for risk of being part of a - * card testing attack. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return Whether the cardTestingVerdict field is set.
- */
- boolean hasCardTestingVerdict();
- /**
- *
- *
- * - * Output only. Assessment of this transaction for risk of being part of a - * card testing attack. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return The cardTestingVerdict.
- */
- com.google.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict
- getCardTestingVerdict();
- /**
- *
- *
- * - * Output only. Assessment of this transaction for risk of being part of a - * card testing attack. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- */
- com.google.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdictOrBuilder
- getCardTestingVerdictOrBuilder();
-
- /**
- *
- *
- * - * Output only. Assessment of this transaction for behavioral trust. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return Whether the behavioralTrustVerdict field is set.
- */
- boolean hasBehavioralTrustVerdict();
- /**
- *
- *
- * - * Output only. Assessment of this transaction for behavioral trust. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return The behavioralTrustVerdict.
- */
- com.google.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict
- getBehavioralTrustVerdict();
- /**
- *
- *
- * - * Output only. Assessment of this transaction for behavioral trust. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- */
- com.google.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder
- getBehavioralTrustVerdictOrBuilder();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/FraudSignalsOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/FraudSignalsOrBuilder.java
deleted file mode 100644
index fb777ccf4860..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/FraudSignalsOrBuilder.java
+++ /dev/null
@@ -1,110 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface FraudSignalsOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.FraudSignals)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Output only. Signals describing the end user in this transaction. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudSignals.UserSignals user_signals = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return Whether the userSignals field is set.
- */
- boolean hasUserSignals();
- /**
- *
- *
- * - * Output only. Signals describing the end user in this transaction. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudSignals.UserSignals user_signals = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return The userSignals.
- */
- com.google.recaptchaenterprise.v1.FraudSignals.UserSignals getUserSignals();
- /**
- *
- *
- * - * Output only. Signals describing the end user in this transaction. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudSignals.UserSignals user_signals = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- */
- com.google.recaptchaenterprise.v1.FraudSignals.UserSignalsOrBuilder getUserSignalsOrBuilder();
-
- /**
- *
- *
- * - * Output only. Signals describing the payment card or cards used in this - * transaction. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals card_signals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return Whether the cardSignals field is set.
- */
- boolean hasCardSignals();
- /**
- *
- *
- * - * Output only. Signals describing the payment card or cards used in this - * transaction. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals card_signals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- *
- * @return The cardSignals.
- */
- com.google.recaptchaenterprise.v1.FraudSignals.CardSignals getCardSignals();
- /**
- *
- *
- * - * Output only. Signals describing the payment card or cards used in this - * transaction. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals card_signals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- *
- */
- com.google.recaptchaenterprise.v1.FraudSignals.CardSignalsOrBuilder getCardSignalsOrBuilder();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/GetFirewallPolicyRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/GetFirewallPolicyRequestOrBuilder.java
deleted file mode 100644
index 850c60015527..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/GetFirewallPolicyRequestOrBuilder.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface GetFirewallPolicyRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.GetFirewallPolicyRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the requested policy, in the format - * `projects/{project}/firewallpolicies/{firewallpolicy}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the requested policy, in the format - * `projects/{project}/firewallpolicies/{firewallpolicy}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/GetKeyRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/GetKeyRequestOrBuilder.java
deleted file mode 100644
index 28af9b61117b..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/GetKeyRequestOrBuilder.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface GetKeyRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.GetKeyRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the requested key, in the format - * `projects/{project}/keys/{key}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the requested key, in the format - * `projects/{project}/keys/{key}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/GetMetricsRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/GetMetricsRequestOrBuilder.java
deleted file mode 100644
index 3cf46ec3e90a..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/GetMetricsRequestOrBuilder.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface GetMetricsRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.GetMetricsRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the requested metrics, in the format - * `projects/{project}/keys/{key}/metrics`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the requested metrics, in the format - * `projects/{project}/keys/{key}/metrics`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RecaptchaEnterpriseProto.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RecaptchaEnterpriseProto.java
deleted file mode 100644
index c8cb5f66a1ab..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RecaptchaEnterpriseProto.java
+++ /dev/null
@@ -1,1500 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public final class RecaptchaEnterpriseProto {
- private RecaptchaEnterpriseProto() {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
- registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
- }
-
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_CreateAssessmentRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_CreateAssessmentRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionEvent_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionEvent_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_AnnotateAssessmentRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_AnnotateAssessmentRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_AnnotateAssessmentResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_AnnotateAssessmentResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_EndpointVerificationInfo_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_EndpointVerificationInfo_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_AccountVerificationInfo_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_AccountVerificationInfo_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_PrivatePasswordLeakVerification_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_PrivatePasswordLeakVerification_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_Assessment_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_Assessment_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_Event_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_Event_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_Address_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_Address_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_User_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_User_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_Item_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_Item_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_GatewayInfo_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_GatewayInfo_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_RiskAnalysis_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_RiskAnalysis_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_TokenProperties_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_TokenProperties_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_StolenInstrumentVerdict_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_StolenInstrumentVerdict_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_CardTestingVerdict_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_CardTestingVerdict_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_BehavioralTrustVerdict_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_BehavioralTrustVerdict_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_UserSignals_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_UserSignals_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_CardSignals_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_CardSignals_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_AccountDefenderAssessment_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_AccountDefenderAssessment_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_CreateKeyRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_CreateKeyRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ListKeysRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ListKeysRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ListKeysResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ListKeysResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_RetrieveLegacySecretKeyRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_RetrieveLegacySecretKeyRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_GetKeyRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_GetKeyRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_UpdateKeyRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_UpdateKeyRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_DeleteKeyRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_DeleteKeyRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_CreateFirewallPolicyRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_CreateFirewallPolicyRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ListFirewallPoliciesRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ListFirewallPoliciesRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ListFirewallPoliciesResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ListFirewallPoliciesResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_GetFirewallPolicyRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_GetFirewallPolicyRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_UpdateFirewallPolicyRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_UpdateFirewallPolicyRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_DeleteFirewallPolicyRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_DeleteFirewallPolicyRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_MigrateKeyRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_MigrateKeyRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_GetMetricsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_GetMetricsRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_Metrics_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_Metrics_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_RetrieveLegacySecretKeyResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_RetrieveLegacySecretKeyResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_Key_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_Key_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_Key_LabelsEntry_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_Key_LabelsEntry_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_TestingOptions_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_TestingOptions_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_WebKeySettings_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_WebKeySettings_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_AndroidKeySettings_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_AndroidKeySettings_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_IOSKeySettings_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_IOSKeySettings_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_AppleDeveloperId_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_AppleDeveloperId_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_ScoreBucketsEntry_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_ScoreBucketsEntry_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_ActionMetricsEntry_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_ActionMetricsEntry_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ChallengeMetrics_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ChallengeMetrics_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallPolicyAssessment_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallPolicyAssessment_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_AllowAction_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_AllowAction_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_BlockAction_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_BlockAction_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_RedirectAction_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_RedirectAction_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_SubstituteAction_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_SubstituteAction_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_SetHeaderAction_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_SetHeaderAction_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallPolicy_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallPolicy_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupMembershipsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupMembershipsRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupMembershipsResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupMembershipsResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupsRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupsResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupsResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_SearchRelatedAccountGroupMembershipsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_SearchRelatedAccountGroupMembershipsRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_SearchRelatedAccountGroupMembershipsResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_SearchRelatedAccountGroupMembershipsResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_RelatedAccountGroupMembership_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_RelatedAccountGroupMembership_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_RelatedAccountGroup_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_RelatedAccountGroup_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1_WafSettings_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1_WafSettings_fieldAccessorTable;
-
- public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
- return descriptor;
- }
-
- private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
-
- static {
- java.lang.String[] descriptorData = {
- "\n=google/cloud/recaptchaenterprise/v1/re"
- + "captchaenterprise.proto\022#google.cloud.re"
- + "captchaenterprise.v1\032\034google/api/annotat"
- + "ions.proto\032\027google/api/client.proto\032\037goo"
- + "gle/api/field_behavior.proto\032\031google/api"
- + "/resource.proto\032\033google/protobuf/empty.p"
- + "roto\032 google/protobuf/field_mask.proto\032\037"
- + "google/protobuf/timestamp.proto\032\027google/"
- + "rpc/status.proto\"\252\001\n\027CreateAssessmentReq"
- + "uest\022D\n\006parent\030\001 \001(\tB4\342A\001\002\372A-\n+cloudreso"
- + "urcemanager.googleapis.com/Project\022I\n\nas"
- + "sessment\030\002 \001(\0132/.google.cloud.recaptchae"
- + "nterprise.v1.AssessmentB\004\342A\001\002\"\226\005\n\020Transa"
- + "ctionEvent\022d\n\nevent_type\030\001 \001(\0162J.google."
- + "cloud.recaptchaenterprise.v1.Transaction"
- + "Event.TransactionEventTypeB\004\342A\001\001\022\024\n\006reas"
- + "on\030\002 \001(\tB\004\342A\001\001\022\023\n\005value\030\003 \001(\001B\004\342A\001\001\0224\n\ne"
- + "vent_time\030\004 \001(\0132\032.google.protobuf.Timest"
- + "ampB\004\342A\001\001\"\272\003\n\024TransactionEventType\022&\n\"TR"
- + "ANSACTION_EVENT_TYPE_UNSPECIFIED\020\000\022\024\n\020ME"
- + "RCHANT_APPROVE\020\001\022\021\n\rMERCHANT_DENY\020\002\022\021\n\rM"
- + "ANUAL_REVIEW\020\003\022\021\n\rAUTHORIZATION\020\004\022\031\n\025AUT"
- + "HORIZATION_DECLINE\020\005\022\023\n\017PAYMENT_CAPTURE\020"
- + "\006\022\033\n\027PAYMENT_CAPTURE_DECLINE\020\007\022\n\n\006CANCEL"
- + "\020\010\022\026\n\022CHARGEBACK_INQUIRY\020\t\022\024\n\020CHARGEBACK"
- + "_ALERT\020\n\022\026\n\022FRAUD_NOTIFICATION\020\013\022\016\n\nCHAR"
- + "GEBACK\020\014\022\034\n\030CHARGEBACK_REPRESENTMENT\020\r\022\026"
- + "\n\022CHARGEBACK_REVERSE\020\016\022\022\n\016REFUND_REQUEST"
- + "\020\017\022\022\n\016REFUND_DECLINE\020\020\022\n\n\006REFUND\020\021\022\022\n\016RE"
- + "FUND_REVERSE\020\022\"\357\006\n\031AnnotateAssessmentReq"
- + "uest\022D\n\004name\030\001 \001(\tB6\342A\001\002\372A/\n-recaptchaen"
- + "terprise.googleapis.com/Assessment\022c\n\nan"
- + "notation\030\002 \001(\0162I.google.cloud.recaptchae"
- + "nterprise.v1.AnnotateAssessmentRequest.A"
- + "nnotationB\004\342A\001\001\022\\\n\007reasons\030\003 \003(\0162E.googl"
- + "e.cloud.recaptchaenterprise.v1.AnnotateA"
- + "ssessmentRequest.ReasonB\004\342A\001\001\022\037\n\021hashed_"
- + "account_id\030\004 \001(\014B\004\342A\001\001\022V\n\021transaction_ev"
- + "ent\030\005 \001(\01325.google.cloud.recaptchaenterp"
- + "rise.v1.TransactionEventB\004\342A\001\001\"~\n\nAnnota"
- + "tion\022\032\n\026ANNOTATION_UNSPECIFIED\020\000\022\016\n\nLEGI"
- + "TIMATE\020\001\022\016\n\nFRAUDULENT\020\002\022\030\n\020PASSWORD_COR"
- + "RECT\020\003\032\002\010\001\022\032\n\022PASSWORD_INCORRECT\020\004\032\002\010\001\"\317"
- + "\002\n\006Reason\022\026\n\022REASON_UNSPECIFIED\020\000\022\016\n\nCHA"
- + "RGEBACK\020\001\022\024\n\020CHARGEBACK_FRAUD\020\010\022\026\n\022CHARG"
- + "EBACK_DISPUTE\020\t\022\n\n\006REFUND\020\n\022\020\n\014REFUND_FR"
- + "AUD\020\013\022\030\n\024TRANSACTION_ACCEPTED\020\014\022\030\n\024TRANS"
- + "ACTION_DECLINED\020\r\022\026\n\022PAYMENT_HEURISTICS\020"
- + "\002\022\030\n\024INITIATED_TWO_FACTOR\020\007\022\025\n\021PASSED_TW"
- + "O_FACTOR\020\003\022\025\n\021FAILED_TWO_FACTOR\020\004\022\024\n\020COR"
- + "RECT_PASSWORD\020\005\022\026\n\022INCORRECT_PASSWORD\020\006\022"
- + "\017\n\013SOCIAL_SPAM\020\016\"\034\n\032AnnotateAssessmentRe"
- + "sponse\"\266\001\n\030EndpointVerificationInfo\022\027\n\re"
- + "mail_address\030\001 \001(\tH\000\022\026\n\014phone_number\030\002 \001"
- + "(\tH\000\022\033\n\rrequest_token\030\003 \001(\tB\004\342A\001\003\022@\n\026las"
- + "t_verification_time\030\004 \001(\0132\032.google.proto"
- + "buf.TimestampB\004\342A\001\003B\n\n\010endpoint\"\336\004\n\027Acco"
- + "untVerificationInfo\022V\n\tendpoints\030\001 \003(\0132="
- + ".google.cloud.recaptchaenterprise.v1.End"
- + "pointVerificationInfoB\004\342A\001\001\022\033\n\rlanguage_"
- + "code\030\003 \001(\tB\004\342A\001\001\022m\n\032latest_verification_"
- + "result\030\007 \001(\0162C.google.cloud.recaptchaent"
- + "erprise.v1.AccountVerificationInfo.Resul"
- + "tB\004\342A\001\003\022\024\n\010username\030\002 \001(\tB\002\030\001\"\310\002\n\006Result"
- + "\022\026\n\022RESULT_UNSPECIFIED\020\000\022\031\n\025SUCCESS_USER"
- + "_VERIFIED\020\001\022\033\n\027ERROR_USER_NOT_VERIFIED\020\002"
- + "\022$\n ERROR_SITE_ONBOARDING_INCOMPLETE\020\003\022\037"
- + "\n\033ERROR_RECIPIENT_NOT_ALLOWED\020\004\022)\n%ERROR"
- + "_RECIPIENT_ABUSE_LIMIT_EXHAUSTED\020\005\022\033\n\027ER"
- + "ROR_CRITICAL_INTERNAL\020\006\022\"\n\036ERROR_CUSTOME"
- + "R_QUOTA_EXHAUSTED\020\007\022\037\n\033ERROR_VERIFICATIO"
- + "N_BYPASSED\020\010\022\032\n\026ERROR_VERDICT_MISMATCH\020\t"
- + "\"\320\001\n\037PrivatePasswordLeakVerification\022 \n\022"
- + "lookup_hash_prefix\030\001 \001(\014B\004\342A\001\002\022-\n\037encryp"
- + "ted_user_credentials_hash\030\002 \001(\014B\004\342A\001\001\022+\n"
- + "\035encrypted_leak_match_prefixes\030\003 \003(\014B\004\342A"
- + "\001\003\022/\n!reencrypted_user_credentials_hash\030"
- + "\004 \001(\014B\004\342A\001\003\"\321\007\n\nAssessment\022\022\n\004name\030\001 \001(\t"
- + "B\004\342A\001\003\022?\n\005event\030\002 \001(\0132*.google.cloud.rec"
- + "aptchaenterprise.v1.EventB\004\342A\001\001\022N\n\rrisk_"
- + "analysis\030\003 \001(\01321.google.cloud.recaptchae"
- + "nterprise.v1.RiskAnalysisB\004\342A\001\003\022T\n\020token"
- + "_properties\030\004 \001(\01324.google.cloud.recaptc"
- + "haenterprise.v1.TokenPropertiesB\004\342A\001\003\022`\n"
- + "\024account_verification\030\005 \001(\0132<.google.clo"
- + "ud.recaptchaenterprise.v1.AccountVerific"
- + "ationInfoB\004\342A\001\001\022i\n\033account_defender_asse"
- + "ssment\030\006 \001(\0132>.google.cloud.recaptchaent"
- + "erprise.v1.AccountDefenderAssessmentB\004\342A"
- + "\001\003\022v\n\"private_password_leak_verification"
- + "\030\010 \001(\0132D.google.cloud.recaptchaenterpris"
- + "e.v1.PrivatePasswordLeakVerificationB\004\342A"
- + "\001\001\022g\n\032firewall_policy_assessment\030\n \001(\0132="
- + ".google.cloud.recaptchaenterprise.v1.Fir"
- + "ewallPolicyAssessmentB\004\342A\001\003\022i\n\033fraud_pre"
- + "vention_assessment\030\013 \001(\0132>.google.cloud."
- + "recaptchaenterprise.v1.FraudPreventionAs"
- + "sessmentB\004\342A\001\003\022N\n\rfraud_signals\030\r \001(\01321."
- + "google.cloud.recaptchaenterprise.v1.Frau"
- + "dSignalsB\004\342A\001\003:_\352A\\\n-recaptchaenterprise"
- + ".googleapis.com/Assessment\022+projects/{pr"
- + "oject}/assessments/{assessment}\"\257\003\n\005Even"
- + "t\022\023\n\005token\030\001 \001(\tB\004\342A\001\001\022\026\n\010site_key\030\002 \001(\t"
- + "B\004\342A\001\001\022\030\n\nuser_agent\030\003 \001(\tB\004\342A\001\001\022\035\n\017user"
- + "_ip_address\030\004 \001(\tB\004\342A\001\001\022\035\n\017expected_acti"
- + "on\030\005 \001(\tB\004\342A\001\001\022\037\n\021hashed_account_id\030\006 \001("
- + "\014B\004\342A\001\001\022\025\n\007express\030\016 \001(\010B\004\342A\001\001\022\033\n\rreques"
- + "ted_uri\030\010 \001(\tB\004\342A\001\001\022\"\n\024waf_token_assessm"
- + "ent\030\t \001(\010B\004\342A\001\001\022\021\n\003ja3\030\n \001(\tB\004\342A\001\001\022\025\n\007he"
- + "aders\030\013 \003(\tB\004\342A\001\001\022(\n\032firewall_policy_eva"
- + "luation\030\014 \001(\010B\004\342A\001\001\022T\n\020transaction_data\030"
- + "\r \001(\01324.google.cloud.recaptchaenterprise"
- + ".v1.TransactionDataB\004\342A\001\001\"\300\n\n\017Transactio"
- + "nData\022\033\n\016transaction_id\030\013 \001(\tH\000\210\001\001\022\034\n\016pa"
- + "yment_method\030\001 \001(\tB\004\342A\001\001\022\026\n\010card_bin\030\002 \001"
- + "(\tB\004\342A\001\001\022\034\n\016card_last_four\030\003 \001(\tB\004\342A\001\001\022\033"
- + "\n\rcurrency_code\030\004 \001(\tB\004\342A\001\001\022\023\n\005value\030\005 \001"
- + "(\001B\004\342A\001\001\022\034\n\016shipping_value\030\014 \001(\001B\004\342A\001\001\022\\"
- + "\n\020shipping_address\030\006 \001(\0132<.google.cloud."
- + "recaptchaenterprise.v1.TransactionData.A"
- + "ddressB\004\342A\001\001\022[\n\017billing_address\030\007 \001(\0132<."
- + "google.cloud.recaptchaenterprise.v1.Tran"
- + "sactionData.AddressB\004\342A\001\001\022M\n\004user\030\010 \001(\0132"
- + "9.google.cloud.recaptchaenterprise.v1.Tr"
- + "ansactionData.UserB\004\342A\001\001\022R\n\tmerchants\030\r "
- + "\003(\01329.google.cloud.recaptchaenterprise.v"
- + "1.TransactionData.UserB\004\342A\001\001\022N\n\005items\030\016 "
- + "\003(\01329.google.cloud.recaptchaenterprise.v"
- + "1.TransactionData.ItemB\004\342A\001\001\022\\\n\014gateway_"
- + "info\030\n \001(\0132@.google.cloud.recaptchaenter"
- + "prise.v1.TransactionData.GatewayInfoB\004\342A"
- + "\001\001\032\252\001\n\007Address\022\027\n\trecipient\030\001 \001(\tB\004\342A\001\001\022"
- + "\025\n\007address\030\002 \003(\tB\004\342A\001\001\022\026\n\010locality\030\003 \001(\t"
- + "B\004\342A\001\001\022!\n\023administrative_area\030\004 \001(\tB\004\342A\001"
- + "\001\022\031\n\013region_code\030\005 \001(\tB\004\342A\001\001\022\031\n\013postal_c"
- + "ode\030\006 \001(\tB\004\342A\001\001\032\250\001\n\004User\022\030\n\naccount_id\030\006"
- + " \001(\tB\004\342A\001\001\022\031\n\013creation_ms\030\001 \001(\003B\004\342A\001\001\022\023\n"
- + "\005email\030\002 \001(\tB\004\342A\001\001\022\034\n\016email_verified\030\003 \001"
- + "(\010B\004\342A\001\001\022\032\n\014phone_number\030\004 \001(\tB\004\342A\001\001\022\034\n\016"
- + "phone_verified\030\005 \001(\010B\004\342A\001\001\032j\n\004Item\022\022\n\004na"
- + "me\030\001 \001(\tB\004\342A\001\001\022\023\n\005value\030\002 \001(\001B\004\342A\001\001\022\026\n\010q"
- + "uantity\030\003 \001(\003B\004\342A\001\001\022!\n\023merchant_account_"
- + "id\030\004 \001(\tB\004\342A\001\001\032\210\001\n\013GatewayInfo\022\022\n\004name\030\001"
- + " \001(\tB\004\342A\001\001\022#\n\025gateway_response_code\030\002 \001("
- + "\tB\004\342A\001\001\022\037\n\021avs_response_code\030\003 \001(\tB\004\342A\001\001"
- + "\022\037\n\021cvv_response_code\030\004 \001(\tB\004\342A\001\001B\021\n\017_tr"
- + "ansaction_id\"\226\003\n\014RiskAnalysis\022\023\n\005score\030\001"
- + " \001(\002B\004\342A\001\003\022]\n\007reasons\030\002 \003(\0162F.google.clo"
- + "ud.recaptchaenterprise.v1.RiskAnalysis.C"
- + "lassificationReasonB\004\342A\001\003\022&\n\030extended_ve"
- + "rdict_reasons\030\003 \003(\tB\004\342A\001\003\"\351\001\n\024Classifica"
- + "tionReason\022%\n!CLASSIFICATION_REASON_UNSP"
- + "ECIFIED\020\000\022\016\n\nAUTOMATION\020\001\022\032\n\026UNEXPECTED_"
- + "ENVIRONMENT\020\002\022\024\n\020TOO_MUCH_TRAFFIC\020\003\022\035\n\031U"
- + "NEXPECTED_USAGE_PATTERNS\020\004\022\030\n\024LOW_CONFID"
- + "ENCE_SCORE\020\005\022\025\n\021SUSPECTED_CARDING\020\006\022\030\n\024S"
- + "USPECTED_CHARGEBACK\020\007\"\302\003\n\017TokenPropertie"
- + "s\022\023\n\005valid\030\001 \001(\010B\004\342A\001\003\022`\n\016invalid_reason"
- + "\030\002 \001(\0162B.google.cloud.recaptchaenterpris"
- + "e.v1.TokenProperties.InvalidReasonB\004\342A\001\003"
- + "\0225\n\013create_time\030\003 \001(\0132\032.google.protobuf."
- + "TimestampB\004\342A\001\003\022\026\n\010hostname\030\004 \001(\tB\004\342A\001\003\022"
- + "\"\n\024android_package_name\030\010 \001(\tB\004\342A\001\003\022\033\n\ri"
- + "os_bundle_id\030\t \001(\tB\004\342A\001\003\022\024\n\006action\030\005 \001(\t"
- + "B\004\342A\001\003\"\221\001\n\rInvalidReason\022\036\n\032INVALID_REAS"
- + "ON_UNSPECIFIED\020\000\022\032\n\026UNKNOWN_INVALID_REAS"
- + "ON\020\001\022\r\n\tMALFORMED\020\002\022\013\n\007EXPIRED\020\003\022\010\n\004DUPE"
- + "\020\004\022\013\n\007MISSING\020\005\022\021\n\rBROWSER_ERROR\020\006\"\272\004\n\031F"
- + "raudPreventionAssessment\022\036\n\020transaction_"
- + "risk\030\001 \001(\002B\004\342A\001\003\022\177\n\031stolen_instrument_ve"
- + "rdict\030\002 \001(\0132V.google.cloud.recaptchaente"
- + "rprise.v1.FraudPreventionAssessment.Stol"
- + "enInstrumentVerdictB\004\342A\001\003\022u\n\024card_testin"
- + "g_verdict\030\003 \001(\0132Q.google.cloud.recaptcha"
- + "enterprise.v1.FraudPreventionAssessment."
- + "CardTestingVerdictB\004\342A\001\003\022}\n\030behavioral_t"
- + "rust_verdict\030\004 \001(\0132U.google.cloud.recapt"
- + "chaenterprise.v1.FraudPreventionAssessme"
- + "nt.BehavioralTrustVerdictB\004\342A\001\003\032-\n\027Stole"
- + "nInstrumentVerdict\022\022\n\004risk\030\001 \001(\002B\004\342A\001\003\032("
- + "\n\022CardTestingVerdict\022\022\n\004risk\030\001 \001(\002B\004\342A\001\003"
- + "\032-\n\026BehavioralTrustVerdict\022\023\n\005trust\030\001 \001("
- + "\002B\004\342A\001\003\"\350\003\n\014FraudSignals\022Y\n\014user_signals"
- + "\030\001 \001(\0132=.google.cloud.recaptchaenterpris"
- + "e.v1.FraudSignals.UserSignalsB\004\342A\001\003\022Y\n\014c"
- + "ard_signals\030\002 \001(\0132=.google.cloud.recaptc"
- + "haenterprise.v1.FraudSignals.CardSignals"
- + "B\004\342A\001\003\032R\n\013UserSignals\022%\n\027active_days_low"
- + "er_bound\030\001 \001(\005B\004\342A\001\003\022\034\n\016synthetic_risk\030\002"
- + " \001(\002B\004\342A\001\003\032\315\001\n\013CardSignals\022b\n\013card_label"
- + "s\030\001 \003(\0162G.google.cloud.recaptchaenterpri"
- + "se.v1.FraudSignals.CardSignals.CardLabel"
- + "B\004\342A\001\003\"Z\n\tCardLabel\022\032\n\026CARD_LABEL_UNSPEC"
- + "IFIED\020\000\022\013\n\007PREPAID\020\001\022\013\n\007VIRTUAL\020\002\022\027\n\023UNE"
- + "XPECTED_LOCATION\020\003\"\274\002\n\031AccountDefenderAs"
- + "sessment\022i\n\006labels\030\001 \003(\0162S.google.cloud."
- + "recaptchaenterprise.v1.AccountDefenderAs"
- + "sessment.AccountDefenderLabelB\004\342A\001\003\"\263\001\n\024"
- + "AccountDefenderLabel\022&\n\"ACCOUNT_DEFENDER"
- + "_LABEL_UNSPECIFIED\020\000\022\021\n\rPROFILE_MATCH\020\001\022"
- + "\035\n\031SUSPICIOUS_LOGIN_ACTIVITY\020\002\022\037\n\033SUSPIC"
- + "IOUS_ACCOUNT_CREATION\020\003\022 \n\034RELATED_ACCOU"
- + "NTS_NUMBER_HIGH\020\004\"\225\001\n\020CreateKeyRequest\022D"
- + "\n\006parent\030\001 \001(\tB4\342A\001\002\372A-\n+cloudresourcema"
- + "nager.googleapis.com/Project\022;\n\003key\030\002 \001("
- + "\0132(.google.cloud.recaptchaenterprise.v1."
- + "KeyB\004\342A\001\002\"\212\001\n\017ListKeysRequest\022D\n\006parent\030"
- + "\001 \001(\tB4\342A\001\002\372A-\n+cloudresourcemanager.goo"
- + "gleapis.com/Project\022\027\n\tpage_size\030\002 \001(\005B\004"
- + "\342A\001\001\022\030\n\npage_token\030\003 \001(\tB\004\342A\001\001\"c\n\020ListKe"
- + "ysResponse\0226\n\004keys\030\001 \003(\0132(.google.cloud."
- + "recaptchaenterprise.v1.Key\022\027\n\017next_page_"
- + "token\030\002 \001(\t\"^\n\036RetrieveLegacySecretKeyRe"
- + "quest\022<\n\003key\030\001 \001(\tB/\342A\001\002\372A(\n&recaptchaen"
- + "terprise.googleapis.com/Key\"N\n\rGetKeyReq"
- + "uest\022=\n\004name\030\001 \001(\tB/\342A\001\002\372A(\n&recaptchaen"
- + "terprise.googleapis.com/Key\"\206\001\n\020UpdateKe"
- + "yRequest\022;\n\003key\030\001 \001(\0132(.google.cloud.rec"
- + "aptchaenterprise.v1.KeyB\004\342A\001\002\0225\n\013update_"
- + "mask\030\002 \001(\0132\032.google.protobuf.FieldMaskB\004"
- + "\342A\001\001\"Q\n\020DeleteKeyRequest\022=\n\004name\030\001 \001(\tB/"
- + "\342A\001\002\372A(\n&recaptchaenterprise.googleapis."
- + "com/Key\"\267\001\n\033CreateFirewallPolicyRequest\022"
- + "D\n\006parent\030\001 \001(\tB4\342A\001\002\372A-\n+cloudresourcem"
- + "anager.googleapis.com/Project\022R\n\017firewal"
- + "l_policy\030\002 \001(\01323.google.cloud.recaptchae"
- + "nterprise.v1.FirewallPolicyB\004\342A\001\002\"\226\001\n\033Li"
- + "stFirewallPoliciesRequest\022D\n\006parent\030\001 \001("
- + "\tB4\342A\001\002\372A-\n+cloudresourcemanager.googlea"
- + "pis.com/Project\022\027\n\tpage_size\030\002 \001(\005B\004\342A\001\001"
- + "\022\030\n\npage_token\030\003 \001(\tB\004\342A\001\001\"\207\001\n\034ListFirew"
- + "allPoliciesResponse\022N\n\021firewall_policies"
- + "\030\001 \003(\01323.google.cloud.recaptchaenterpris"
- + "e.v1.FirewallPolicy\022\027\n\017next_page_token\030\002"
- + " \001(\t\"d\n\030GetFirewallPolicyRequest\022H\n\004name"
- + "\030\001 \001(\tB:\342A\001\002\372A3\n1recaptchaenterprise.goo"
- + "gleapis.com/FirewallPolicy\"\250\001\n\033UpdateFir"
- + "ewallPolicyRequest\022R\n\017firewall_policy\030\001 "
- + "\001(\01323.google.cloud.recaptchaenterprise.v"
- + "1.FirewallPolicyB\004\342A\001\002\0225\n\013update_mask\030\002 "
- + "\001(\0132\032.google.protobuf.FieldMaskB\004\342A\001\001\"g\n"
- + "\033DeleteFirewallPolicyRequest\022H\n\004name\030\001 \001"
- + "(\tB:\342A\001\002\372A3\n1recaptchaenterprise.googlea"
- + "pis.com/FirewallPolicy\"t\n\021MigrateKeyRequ"
- + "est\022=\n\004name\030\001 \001(\tB/\342A\001\002\372A(\n&recaptchaent"
- + "erprise.googleapis.com/Key\022 \n\022skip_billi"
- + "ng_check\030\002 \001(\010B\004\342A\001\001\"V\n\021GetMetricsReques"
- + "t\022A\n\004name\030\001 \001(\tB3\342A\001\002\372A,\n*recaptchaenter"
- + "prise.googleapis.com/Metrics\"\301\002\n\007Metrics"
- + "\022\022\n\004name\030\004 \001(\tB\004\342A\001\003\022.\n\nstart_time\030\001 \001(\013"
- + "2\032.google.protobuf.Timestamp\022H\n\rscore_me"
- + "trics\030\002 \003(\01321.google.cloud.recaptchaente"
- + "rprise.v1.ScoreMetrics\022P\n\021challenge_metr"
- + "ics\030\003 \003(\01325.google.cloud.recaptchaenterp"
- + "rise.v1.ChallengeMetrics:V\352AS\n*recaptcha"
- + "enterprise.googleapis.com/Metrics\022%proje"
- + "cts/{project}/keys/{key}/metrics\"<\n\037Retr"
- + "ieveLegacySecretKeyResponse\022\031\n\021legacy_se"
- + "cret_key\030\001 \001(\t\"\323\005\n\003Key\022\014\n\004name\030\001 \001(\t\022\032\n\014"
- + "display_name\030\002 \001(\tB\004\342A\001\002\022K\n\014web_settings"
- + "\030\003 \001(\01323.google.cloud.recaptchaenterpris"
- + "e.v1.WebKeySettingsH\000\022S\n\020android_setting"
- + "s\030\004 \001(\01327.google.cloud.recaptchaenterpri"
- + "se.v1.AndroidKeySettingsH\000\022K\n\014ios_settin"
- + "gs\030\005 \001(\01323.google.cloud.recaptchaenterpr"
- + "ise.v1.IOSKeySettingsH\000\022J\n\006labels\030\006 \003(\0132"
- + "4.google.cloud.recaptchaenterprise.v1.Ke"
- + "y.LabelsEntryB\004\342A\001\001\0225\n\013create_time\030\007 \001(\013"
- + "2\032.google.protobuf.TimestampB\004\342A\001\003\022R\n\017te"
- + "sting_options\030\t \001(\01323.google.cloud.recap"
- + "tchaenterprise.v1.TestingOptionsB\004\342A\001\001\022L"
- + "\n\014waf_settings\030\n \001(\01320.google.cloud.reca"
- + "ptchaenterprise.v1.WafSettingsB\004\342A\001\001\032-\n\013"
- + "LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:"
- + "\0028\001:J\352AG\n&recaptchaenterprise.googleapis"
- + ".com/Key\022\035projects/{project}/keys/{key}B"
- + "\023\n\021platform_settings\"\364\001\n\016TestingOptions\022"
- + "\033\n\rtesting_score\030\001 \001(\002B\004\342A\001\001\022e\n\021testing_"
- + "challenge\030\002 \001(\0162D.google.cloud.recaptcha"
- + "enterprise.v1.TestingOptions.TestingChal"
- + "lengeB\004\342A\001\001\"^\n\020TestingChallenge\022!\n\035TESTI"
- + "NG_CHALLENGE_UNSPECIFIED\020\000\022\r\n\tNOCAPTCHA\020"
- + "\001\022\030\n\024UNSOLVABLE_CHALLENGE\020\002\"\251\004\n\016WebKeySe"
- + "ttings\022\037\n\021allow_all_domains\030\003 \001(\010B\004\342A\001\001\022"
- + "\035\n\017allowed_domains\030\001 \003(\tB\004\342A\001\001\022\037\n\021allow_"
- + "amp_traffic\030\002 \001(\010B\004\342A\001\001\022c\n\020integration_t"
- + "ype\030\004 \001(\0162C.google.cloud.recaptchaenterp"
- + "rise.v1.WebKeySettings.IntegrationTypeB\004"
- + "\342A\001\002\022|\n\035challenge_security_preference\030\005 "
- + "\001(\0162O.google.cloud.recaptchaenterprise.v"
- + "1.WebKeySettings.ChallengeSecurityPrefer"
- + "enceB\004\342A\001\001\"[\n\017IntegrationType\022 \n\034INTEGRA"
- + "TION_TYPE_UNSPECIFIED\020\000\022\t\n\005SCORE\020\001\022\014\n\010CH"
- + "ECKBOX\020\002\022\r\n\tINVISIBLE\020\003\"v\n\033ChallengeSecu"
- + "rityPreference\022-\n)CHALLENGE_SECURITY_PRE"
- + "FERENCE_UNSPECIFIED\020\000\022\r\n\tUSABILITY\020\001\022\013\n\007"
- + "BALANCE\020\002\022\014\n\010SECURITY\020\003\"\231\001\n\022AndroidKeySe"
- + "ttings\022%\n\027allow_all_package_names\030\002 \001(\010B"
- + "\004\342A\001\001\022#\n\025allowed_package_names\030\001 \003(\tB\004\342A"
- + "\001\001\0227\n)support_non_google_app_store_distr"
- + "ibution\030\003 \001(\010B\004\342A\001\001\"\257\001\n\016IOSKeySettings\022\""
- + "\n\024allow_all_bundle_ids\030\002 \001(\010B\004\342A\001\001\022 \n\022al"
- + "lowed_bundle_ids\030\001 \003(\tB\004\342A\001\001\022W\n\022apple_de"
- + "veloper_id\030\003 \001(\01325.google.cloud.recaptch"
- + "aenterprise.v1.AppleDeveloperIdB\004\342A\001\001\"[\n"
- + "\020AppleDeveloperId\022\032\n\013private_key\030\001 \001(\tB\005"
- + "\342A\002\002\004\022\024\n\006key_id\030\002 \001(\tB\004\342A\001\002\022\025\n\007team_id\030\003"
- + " \001(\tB\004\342A\001\002\"\251\001\n\021ScoreDistribution\022_\n\rscor"
- + "e_buckets\030\001 \003(\0132H.google.cloud.recaptcha"
- + "enterprise.v1.ScoreDistribution.ScoreBuc"
- + "ketsEntry\0323\n\021ScoreBucketsEntry\022\013\n\003key\030\001 "
- + "\001(\005\022\r\n\005value\030\002 \001(\003:\0028\001\"\253\002\n\014ScoreMetrics\022"
- + "O\n\017overall_metrics\030\001 \001(\01326.google.cloud."
- + "recaptchaenterprise.v1.ScoreDistribution"
- + "\022\\\n\016action_metrics\030\002 \003(\0132D.google.cloud."
- + "recaptchaenterprise.v1.ScoreMetrics.Acti"
- + "onMetricsEntry\032l\n\022ActionMetricsEntry\022\013\n\003"
- + "key\030\001 \001(\t\022E\n\005value\030\002 \001(\01326.google.cloud."
- + "recaptchaenterprise.v1.ScoreDistribution"
- + ":\0028\001\"o\n\020ChallengeMetrics\022\026\n\016pageload_cou"
- + "nt\030\001 \001(\003\022\027\n\017nocaptcha_count\030\002 \001(\003\022\024\n\014fai"
- + "led_count\030\003 \001(\003\022\024\n\014passed_count\030\004 \001(\003\"\227\001"
- + "\n\030FirewallPolicyAssessment\022\'\n\005error\030\005 \001("
- + "\0132\022.google.rpc.StatusB\004\342A\001\003\022R\n\017firewall_"
- + "policy\030\010 \001(\01323.google.cloud.recaptchaent"
- + "erprise.v1.FirewallPolicyB\004\342A\001\003\"\357\004\n\016Fire"
- + "wallAction\022P\n\005allow\030\001 \001(\0132?.google.cloud"
- + ".recaptchaenterprise.v1.FirewallAction.A"
- + "llowActionH\000\022P\n\005block\030\002 \001(\0132?.google.clo"
- + "ud.recaptchaenterprise.v1.FirewallAction"
- + ".BlockActionH\000\022V\n\010redirect\030\005 \001(\0132B.googl"
- + "e.cloud.recaptchaenterprise.v1.FirewallA"
- + "ction.RedirectActionH\000\022Z\n\nsubstitute\030\003 \001"
- + "(\0132D.google.cloud.recaptchaenterprise.v1"
- + ".FirewallAction.SubstituteActionH\000\022Y\n\nse"
- + "t_header\030\004 \001(\0132C.google.cloud.recaptchae"
- + "nterprise.v1.FirewallAction.SetHeaderAct"
- + "ionH\000\032\r\n\013AllowAction\032\r\n\013BlockAction\032\020\n\016R"
- + "edirectAction\032&\n\020SubstituteAction\022\022\n\004pat"
- + "h\030\001 \001(\tB\004\342A\001\001\0329\n\017SetHeaderAction\022\021\n\003key\030"
- + "\001 \001(\tB\004\342A\001\001\022\023\n\005value\030\002 \001(\tB\004\342A\001\001B\027\n\025fire"
- + "wall_action_oneof\"\240\002\n\016FirewallPolicy\022\014\n\004"
- + "name\030\001 \001(\t\022\031\n\013description\030\002 \001(\tB\004\342A\001\001\022\022\n"
- + "\004path\030\004 \001(\tB\004\342A\001\001\022\027\n\tcondition\030\005 \001(\tB\004\342A"
- + "\001\001\022J\n\007actions\030\006 \003(\01323.google.cloud.recap"
- + "tchaenterprise.v1.FirewallActionB\004\342A\001\001:l"
- + "\352Ai\n1recaptchaenterprise.googleapis.com/"
- + "FirewallPolicy\0224projects/{project}/firew"
- + "allpolicies/{firewallpolicy}\"\271\001\n)ListRel"
- + "atedAccountGroupMembershipsRequest\022Y\n\006pa"
- + "rent\030\001 \001(\tBI\342A\001\002\372AB\022@recaptchaenterprise"
- + ".googleapis.com/RelatedAccountGroupMembe"
- + "rship\022\027\n\tpage_size\030\002 \001(\005B\004\342A\001\001\022\030\n\npage_t"
- + "oken\030\003 \001(\tB\004\342A\001\001\"\264\001\n*ListRelatedAccountG"
- + "roupMembershipsResponse\022m\n!related_accou"
- + "nt_group_memberships\030\001 \003(\0132B.google.clou"
- + "d.recaptchaenterprise.v1.RelatedAccountG"
- + "roupMembership\022\027\n\017next_page_token\030\002 \001(\t\""
- + "\245\001\n\037ListRelatedAccountGroupsRequest\022O\n\006p"
- + "arent\030\001 \001(\tB?\342A\001\002\372A8\0226recaptchaenterpris"
- + "e.googleapis.com/RelatedAccountGroup\022\027\n\t"
- + "page_size\030\002 \001(\005B\004\342A\001\001\022\030\n\npage_token\030\003 \001("
- + "\tB\004\342A\001\001\"\225\001\n ListRelatedAccountGroupsResp"
- + "onse\022X\n\026related_account_groups\030\001 \003(\01328.g"
- + "oogle.cloud.recaptchaenterprise.v1.Relat"
- + "edAccountGroup\022\027\n\017next_page_token\030\002 \001(\t\""
- + "\335\001\n+SearchRelatedAccountGroupMemberships"
- + "Request\022Z\n\007project\030\001 \001(\tBI\342A\001\002\372AB\022@recap"
- + "tchaenterprise.googleapis.com/RelatedAcc"
- + "ountGroupMembership\022\037\n\021hashed_account_id"
- + "\030\002 \001(\014B\004\342A\001\001\022\027\n\tpage_size\030\003 \001(\005B\004\342A\001\001\022\030\n"
- + "\npage_token\030\004 \001(\tB\004\342A\001\001\"\266\001\n,SearchRelate"
- + "dAccountGroupMembershipsResponse\022m\n!rela"
- + "ted_account_group_memberships\030\001 \003(\0132B.go"
- + "ogle.cloud.recaptchaenterprise.v1.Relate"
- + "dAccountGroupMembership\022\027\n\017next_page_tok"
- + "en\030\002 \001(\t\"\264\002\n\035RelatedAccountGroupMembersh"
- + "ip\022W\n\004name\030\001 \001(\tBI\342A\001\002\372AB\n@recaptchaente"
- + "rprise.googleapis.com/RelatedAccountGrou"
- + "pMembership\022\031\n\021hashed_account_id\030\002 \001(\014:\236"
- + "\001\352A\232\001\n@recaptchaenterprise.googleapis.co"
- + "m/RelatedAccountGroupMembership\022Vproject"
- + "s/{project}/relatedaccountgroups/{relate"
- + "daccountgroup}/memberships/{membership}\""
- + "\340\001\n\023RelatedAccountGroup\022M\n\004name\030\001 \001(\tB?\342"
- + "A\001\002\372A8\n6recaptchaenterprise.googleapis.c"
- + "om/RelatedAccountGroup:z\352Aw\n6recaptchaen"
- + "terprise.googleapis.com/RelatedAccountGr"
- + "oup\022=projects/{project}/relatedaccountgr"
- + "oups/{relatedaccountgroup}\"\355\002\n\013WafSettin"
- + "gs\022V\n\013waf_service\030\001 \001(\0162;.google.cloud.r"
- + "ecaptchaenterprise.v1.WafSettings.WafSer"
- + "viceB\004\342A\001\002\022V\n\013waf_feature\030\002 \001(\0162;.google"
- + ".cloud.recaptchaenterprise.v1.WafSetting"
- + "s.WafFeatureB\004\342A\001\002\"o\n\nWafFeature\022\033\n\027WAF_"
- + "FEATURE_UNSPECIFIED\020\000\022\022\n\016CHALLENGE_PAGE\020"
- + "\001\022\021\n\rSESSION_TOKEN\020\002\022\020\n\014ACTION_TOKEN\020\003\022\013"
- + "\n\007EXPRESS\020\005\"=\n\nWafService\022\033\n\027WAF_SERVICE"
- + "_UNSPECIFIED\020\000\022\006\n\002CA\020\001\022\n\n\006FASTLY\020\0032\346\035\n\032R"
- + "ecaptchaEnterpriseService\022\316\001\n\020CreateAsse",
- "ssment\022<.google.cloud.recaptchaenterpris"
- + "e.v1.CreateAssessmentRequest\032/.google.cl"
- + "oud.recaptchaenterprise.v1.Assessment\"K\332"
- + "A\021parent,assessment\202\323\344\223\0021\"#/v1/{parent=p"
- + "rojects/*}/assessments:\nassessment\022\340\001\n\022A"
- + "nnotateAssessment\022>.google.cloud.recaptc"
- + "haenterprise.v1.AnnotateAssessmentReques"
- + "t\032?.google.cloud.recaptchaenterprise.v1."
- + "AnnotateAssessmentResponse\"I\332A\017name,anno"
- + "tation\202\323\344\223\0021\",/v1/{name=projects/*/asses"
- + "sments/*}:annotate:\001*\022\244\001\n\tCreateKey\0225.go"
- + "ogle.cloud.recaptchaenterprise.v1.Create"
- + "KeyRequest\032(.google.cloud.recaptchaenter"
- + "prise.v1.Key\"6\332A\nparent,key\202\323\344\223\002#\"\034/v1/{"
- + "parent=projects/*}/keys:\003key\022\246\001\n\010ListKey"
- + "s\0224.google.cloud.recaptchaenterprise.v1."
- + "ListKeysRequest\0325.google.cloud.recaptcha"
- + "enterprise.v1.ListKeysResponse\"-\332A\006paren"
- + "t\202\323\344\223\002\036\022\034/v1/{parent=projects/*}/keys\022\347\001"
- + "\n\027RetrieveLegacySecretKey\022C.google.cloud"
- + ".recaptchaenterprise.v1.RetrieveLegacySe"
- + "cretKeyRequest\032D.google.cloud.recaptchae"
- + "nterprise.v1.RetrieveLegacySecretKeyResp"
- + "onse\"A\332A\003key\202\323\344\223\0025\0223/v1/{key=projects/*/"
- + "keys/*}:retrieveLegacySecretKey\022\223\001\n\006GetK"
- + "ey\0222.google.cloud.recaptchaenterprise.v1"
- + ".GetKeyRequest\032(.google.cloud.recaptchae"
- + "nterprise.v1.Key\"+\332A\004name\202\323\344\223\002\036\022\034/v1/{na"
- + "me=projects/*/keys/*}\022\255\001\n\tUpdateKey\0225.go"
- + "ogle.cloud.recaptchaenterprise.v1.Update"
- + "KeyRequest\032(.google.cloud.recaptchaenter"
- + "prise.v1.Key\"?\332A\017key,update_mask\202\323\344\223\002\'2 "
- + "/v1/{key.name=projects/*/keys/*}:\003key\022\207\001"
- + "\n\tDeleteKey\0225.google.cloud.recaptchaente"
- + "rprise.v1.DeleteKeyRequest\032\026.google.prot"
- + "obuf.Empty\"+\332A\004name\202\323\344\223\002\036*\034/v1/{name=pro"
- + "jects/*/keys/*}\022\237\001\n\nMigrateKey\0226.google."
- + "cloud.recaptchaenterprise.v1.MigrateKeyR"
- + "equest\032(.google.cloud.recaptchaenterpris"
- + "e.v1.Key\"/\202\323\344\223\002)\"$/v1/{name=projects/*/k"
- + "eys/*}:migrate:\001*\022\247\001\n\nGetMetrics\0226.googl"
- + "e.cloud.recaptchaenterprise.v1.GetMetric"
- + "sRequest\032,.google.cloud.recaptchaenterpr"
- + "ise.v1.Metrics\"3\332A\004name\202\323\344\223\002&\022$/v1/{name"
- + "=projects/*/keys/*/metrics}\022\351\001\n\024CreateFi"
- + "rewallPolicy\022@.google.cloud.recaptchaent"
- + "erprise.v1.CreateFirewallPolicyRequest\0323"
- + ".google.cloud.recaptchaenterprise.v1.Fir"
- + "ewallPolicy\"Z\332A\026parent,firewall_policy\202\323"
- + "\344\223\002;\"(/v1/{parent=projects/*}/firewallpo"
- + "licies:\017firewall_policy\022\326\001\n\024ListFirewall"
- + "Policies\022@.google.cloud.recaptchaenterpr"
- + "ise.v1.ListFirewallPoliciesRequest\032A.goo"
- + "gle.cloud.recaptchaenterprise.v1.ListFir"
- + "ewallPoliciesResponse\"9\332A\006parent\202\323\344\223\002*\022("
- + "/v1/{parent=projects/*}/firewallpolicies"
- + "\022\300\001\n\021GetFirewallPolicy\022=.google.cloud.re"
- + "captchaenterprise.v1.GetFirewallPolicyRe"
- + "quest\0323.google.cloud.recaptchaenterprise"
- + ".v1.FirewallPolicy\"7\332A\004name\202\323\344\223\002*\022(/v1/{"
- + "name=projects/*/firewallpolicies/*}\022\376\001\n\024"
- + "UpdateFirewallPolicy\022@.google.cloud.reca"
- + "ptchaenterprise.v1.UpdateFirewallPolicyR"
- + "equest\0323.google.cloud.recaptchaenterpris"
- + "e.v1.FirewallPolicy\"o\332A\033firewall_policy,"
- + "update_mask\202\323\344\223\002K28/v1/{firewall_policy."
- + "name=projects/*/firewallpolicies/*}:\017fir"
- + "ewall_policy\022\251\001\n\024DeleteFirewallPolicy\022@."
- + "google.cloud.recaptchaenterprise.v1.Dele"
- + "teFirewallPolicyRequest\032\026.google.protobu"
- + "f.Empty\"7\332A\004name\202\323\344\223\002**(/v1/{name=projec"
- + "ts/*/firewallpolicies/*}\022\346\001\n\030ListRelated"
- + "AccountGroups\022D.google.cloud.recaptchaen"
- + "terprise.v1.ListRelatedAccountGroupsRequ"
- + "est\032E.google.cloud.recaptchaenterprise.v"
- + "1.ListRelatedAccountGroupsResponse\"=\332A\006p"
- + "arent\202\323\344\223\002.\022,/v1/{parent=projects/*}/rel"
- + "atedaccountgroups\022\222\002\n\"ListRelatedAccount"
- + "GroupMemberships\022N.google.cloud.recaptch"
- + "aenterprise.v1.ListRelatedAccountGroupMe"
- + "mbershipsRequest\032O.google.cloud.recaptch"
- + "aenterprise.v1.ListRelatedAccountGroupMe"
- + "mbershipsResponse\"K\332A\006parent\202\323\344\223\002<\022:/v1/"
- + "{parent=projects/*/relatedaccountgroups/"
- + "*}/memberships\022\262\002\n$SearchRelatedAccountG"
- + "roupMemberships\022P.google.cloud.recaptcha"
- + "enterprise.v1.SearchRelatedAccountGroupM"
- + "embershipsRequest\032Q.google.cloud.recaptc"
- + "haenterprise.v1.SearchRelatedAccountGrou"
- + "pMembershipsResponse\"e\332A\031project,hashed_"
- + "account_id\202\323\344\223\002C\">/v1/{project=projects/"
- + "*}/relatedaccountgroupmemberships:search"
- + ":\001*\032V\312A\"recaptchaenterprise.googleapis.c"
- + "om\322A.https://www.googleapis.com/auth/clo"
- + "ud-platformB\231\002\n!com.google.recaptchaente"
- + "rprise.v1B\030RecaptchaEnterpriseProtoP\001Z\\c"
- + "loud.google.com/go/recaptchaenterprise/v"
- + "2/apiv1/recaptchaenterprisepb;recaptchae"
- + "nterprisepb\242\002\004GCRE\252\002#Google.Cloud.Recapt"
- + "chaEnterprise.V1\312\002#Google\\Cloud\\Recaptch"
- + "aEnterprise\\V1\352\002&Google::Cloud::Recaptch"
- + "aEnterprise::V1b\006proto3"
- };
- descriptor =
- com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
- descriptorData,
- new com.google.protobuf.Descriptors.FileDescriptor[] {
- com.google.api.AnnotationsProto.getDescriptor(),
- com.google.api.ClientProto.getDescriptor(),
- com.google.api.FieldBehaviorProto.getDescriptor(),
- com.google.api.ResourceProto.getDescriptor(),
- com.google.protobuf.EmptyProto.getDescriptor(),
- com.google.protobuf.FieldMaskProto.getDescriptor(),
- com.google.protobuf.TimestampProto.getDescriptor(),
- com.google.rpc.StatusProto.getDescriptor(),
- });
- internal_static_google_cloud_recaptchaenterprise_v1_CreateAssessmentRequest_descriptor =
- getDescriptor().getMessageTypes().get(0);
- internal_static_google_cloud_recaptchaenterprise_v1_CreateAssessmentRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_CreateAssessmentRequest_descriptor,
- new java.lang.String[] {
- "Parent", "Assessment",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionEvent_descriptor =
- getDescriptor().getMessageTypes().get(1);
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionEvent_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionEvent_descriptor,
- new java.lang.String[] {
- "EventType", "Reason", "Value", "EventTime",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_AnnotateAssessmentRequest_descriptor =
- getDescriptor().getMessageTypes().get(2);
- internal_static_google_cloud_recaptchaenterprise_v1_AnnotateAssessmentRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_AnnotateAssessmentRequest_descriptor,
- new java.lang.String[] {
- "Name", "Annotation", "Reasons", "HashedAccountId", "TransactionEvent",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_AnnotateAssessmentResponse_descriptor =
- getDescriptor().getMessageTypes().get(3);
- internal_static_google_cloud_recaptchaenterprise_v1_AnnotateAssessmentResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_AnnotateAssessmentResponse_descriptor,
- new java.lang.String[] {});
- internal_static_google_cloud_recaptchaenterprise_v1_EndpointVerificationInfo_descriptor =
- getDescriptor().getMessageTypes().get(4);
- internal_static_google_cloud_recaptchaenterprise_v1_EndpointVerificationInfo_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_EndpointVerificationInfo_descriptor,
- new java.lang.String[] {
- "EmailAddress", "PhoneNumber", "RequestToken", "LastVerificationTime", "Endpoint",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_AccountVerificationInfo_descriptor =
- getDescriptor().getMessageTypes().get(5);
- internal_static_google_cloud_recaptchaenterprise_v1_AccountVerificationInfo_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_AccountVerificationInfo_descriptor,
- new java.lang.String[] {
- "Endpoints", "LanguageCode", "LatestVerificationResult", "Username",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_PrivatePasswordLeakVerification_descriptor =
- getDescriptor().getMessageTypes().get(6);
- internal_static_google_cloud_recaptchaenterprise_v1_PrivatePasswordLeakVerification_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_PrivatePasswordLeakVerification_descriptor,
- new java.lang.String[] {
- "LookupHashPrefix",
- "EncryptedUserCredentialsHash",
- "EncryptedLeakMatchPrefixes",
- "ReencryptedUserCredentialsHash",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_Assessment_descriptor =
- getDescriptor().getMessageTypes().get(7);
- internal_static_google_cloud_recaptchaenterprise_v1_Assessment_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_Assessment_descriptor,
- new java.lang.String[] {
- "Name",
- "Event",
- "RiskAnalysis",
- "TokenProperties",
- "AccountVerification",
- "AccountDefenderAssessment",
- "PrivatePasswordLeakVerification",
- "FirewallPolicyAssessment",
- "FraudPreventionAssessment",
- "FraudSignals",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_Event_descriptor =
- getDescriptor().getMessageTypes().get(8);
- internal_static_google_cloud_recaptchaenterprise_v1_Event_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_Event_descriptor,
- new java.lang.String[] {
- "Token",
- "SiteKey",
- "UserAgent",
- "UserIpAddress",
- "ExpectedAction",
- "HashedAccountId",
- "Express",
- "RequestedUri",
- "WafTokenAssessment",
- "Ja3",
- "Headers",
- "FirewallPolicyEvaluation",
- "TransactionData",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_descriptor =
- getDescriptor().getMessageTypes().get(9);
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_descriptor,
- new java.lang.String[] {
- "TransactionId",
- "PaymentMethod",
- "CardBin",
- "CardLastFour",
- "CurrencyCode",
- "Value",
- "ShippingValue",
- "ShippingAddress",
- "BillingAddress",
- "User",
- "Merchants",
- "Items",
- "GatewayInfo",
- "TransactionId",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_Address_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_Address_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_Address_descriptor,
- new java.lang.String[] {
- "Recipient", "Address", "Locality", "AdministrativeArea", "RegionCode", "PostalCode",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_User_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_descriptor
- .getNestedTypes()
- .get(1);
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_User_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_User_descriptor,
- new java.lang.String[] {
- "AccountId", "CreationMs", "Email", "EmailVerified", "PhoneNumber", "PhoneVerified",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_Item_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_descriptor
- .getNestedTypes()
- .get(2);
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_Item_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_Item_descriptor,
- new java.lang.String[] {
- "Name", "Value", "Quantity", "MerchantAccountId",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_GatewayInfo_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_descriptor
- .getNestedTypes()
- .get(3);
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_GatewayInfo_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_TransactionData_GatewayInfo_descriptor,
- new java.lang.String[] {
- "Name", "GatewayResponseCode", "AvsResponseCode", "CvvResponseCode",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_RiskAnalysis_descriptor =
- getDescriptor().getMessageTypes().get(10);
- internal_static_google_cloud_recaptchaenterprise_v1_RiskAnalysis_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_RiskAnalysis_descriptor,
- new java.lang.String[] {
- "Score", "Reasons", "ExtendedVerdictReasons",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_TokenProperties_descriptor =
- getDescriptor().getMessageTypes().get(11);
- internal_static_google_cloud_recaptchaenterprise_v1_TokenProperties_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_TokenProperties_descriptor,
- new java.lang.String[] {
- "Valid",
- "InvalidReason",
- "CreateTime",
- "Hostname",
- "AndroidPackageName",
- "IosBundleId",
- "Action",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_descriptor =
- getDescriptor().getMessageTypes().get(12);
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_descriptor,
- new java.lang.String[] {
- "TransactionRisk",
- "StolenInstrumentVerdict",
- "CardTestingVerdict",
- "BehavioralTrustVerdict",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_StolenInstrumentVerdict_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_StolenInstrumentVerdict_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_StolenInstrumentVerdict_descriptor,
- new java.lang.String[] {
- "Risk",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_CardTestingVerdict_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_descriptor
- .getNestedTypes()
- .get(1);
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_CardTestingVerdict_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_CardTestingVerdict_descriptor,
- new java.lang.String[] {
- "Risk",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_BehavioralTrustVerdict_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_descriptor
- .getNestedTypes()
- .get(2);
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_BehavioralTrustVerdict_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FraudPreventionAssessment_BehavioralTrustVerdict_descriptor,
- new java.lang.String[] {
- "Trust",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_descriptor =
- getDescriptor().getMessageTypes().get(13);
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_descriptor,
- new java.lang.String[] {
- "UserSignals", "CardSignals",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_UserSignals_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_UserSignals_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_UserSignals_descriptor,
- new java.lang.String[] {
- "ActiveDaysLowerBound", "SyntheticRisk",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_CardSignals_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_descriptor
- .getNestedTypes()
- .get(1);
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_CardSignals_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FraudSignals_CardSignals_descriptor,
- new java.lang.String[] {
- "CardLabels",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_AccountDefenderAssessment_descriptor =
- getDescriptor().getMessageTypes().get(14);
- internal_static_google_cloud_recaptchaenterprise_v1_AccountDefenderAssessment_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_AccountDefenderAssessment_descriptor,
- new java.lang.String[] {
- "Labels",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_CreateKeyRequest_descriptor =
- getDescriptor().getMessageTypes().get(15);
- internal_static_google_cloud_recaptchaenterprise_v1_CreateKeyRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_CreateKeyRequest_descriptor,
- new java.lang.String[] {
- "Parent", "Key",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ListKeysRequest_descriptor =
- getDescriptor().getMessageTypes().get(16);
- internal_static_google_cloud_recaptchaenterprise_v1_ListKeysRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ListKeysRequest_descriptor,
- new java.lang.String[] {
- "Parent", "PageSize", "PageToken",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ListKeysResponse_descriptor =
- getDescriptor().getMessageTypes().get(17);
- internal_static_google_cloud_recaptchaenterprise_v1_ListKeysResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ListKeysResponse_descriptor,
- new java.lang.String[] {
- "Keys", "NextPageToken",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_RetrieveLegacySecretKeyRequest_descriptor =
- getDescriptor().getMessageTypes().get(18);
- internal_static_google_cloud_recaptchaenterprise_v1_RetrieveLegacySecretKeyRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_RetrieveLegacySecretKeyRequest_descriptor,
- new java.lang.String[] {
- "Key",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_GetKeyRequest_descriptor =
- getDescriptor().getMessageTypes().get(19);
- internal_static_google_cloud_recaptchaenterprise_v1_GetKeyRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_GetKeyRequest_descriptor,
- new java.lang.String[] {
- "Name",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_UpdateKeyRequest_descriptor =
- getDescriptor().getMessageTypes().get(20);
- internal_static_google_cloud_recaptchaenterprise_v1_UpdateKeyRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_UpdateKeyRequest_descriptor,
- new java.lang.String[] {
- "Key", "UpdateMask",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_DeleteKeyRequest_descriptor =
- getDescriptor().getMessageTypes().get(21);
- internal_static_google_cloud_recaptchaenterprise_v1_DeleteKeyRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_DeleteKeyRequest_descriptor,
- new java.lang.String[] {
- "Name",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_CreateFirewallPolicyRequest_descriptor =
- getDescriptor().getMessageTypes().get(22);
- internal_static_google_cloud_recaptchaenterprise_v1_CreateFirewallPolicyRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_CreateFirewallPolicyRequest_descriptor,
- new java.lang.String[] {
- "Parent", "FirewallPolicy",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ListFirewallPoliciesRequest_descriptor =
- getDescriptor().getMessageTypes().get(23);
- internal_static_google_cloud_recaptchaenterprise_v1_ListFirewallPoliciesRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ListFirewallPoliciesRequest_descriptor,
- new java.lang.String[] {
- "Parent", "PageSize", "PageToken",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ListFirewallPoliciesResponse_descriptor =
- getDescriptor().getMessageTypes().get(24);
- internal_static_google_cloud_recaptchaenterprise_v1_ListFirewallPoliciesResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ListFirewallPoliciesResponse_descriptor,
- new java.lang.String[] {
- "FirewallPolicies", "NextPageToken",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_GetFirewallPolicyRequest_descriptor =
- getDescriptor().getMessageTypes().get(25);
- internal_static_google_cloud_recaptchaenterprise_v1_GetFirewallPolicyRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_GetFirewallPolicyRequest_descriptor,
- new java.lang.String[] {
- "Name",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_UpdateFirewallPolicyRequest_descriptor =
- getDescriptor().getMessageTypes().get(26);
- internal_static_google_cloud_recaptchaenterprise_v1_UpdateFirewallPolicyRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_UpdateFirewallPolicyRequest_descriptor,
- new java.lang.String[] {
- "FirewallPolicy", "UpdateMask",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_DeleteFirewallPolicyRequest_descriptor =
- getDescriptor().getMessageTypes().get(27);
- internal_static_google_cloud_recaptchaenterprise_v1_DeleteFirewallPolicyRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_DeleteFirewallPolicyRequest_descriptor,
- new java.lang.String[] {
- "Name",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_MigrateKeyRequest_descriptor =
- getDescriptor().getMessageTypes().get(28);
- internal_static_google_cloud_recaptchaenterprise_v1_MigrateKeyRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_MigrateKeyRequest_descriptor,
- new java.lang.String[] {
- "Name", "SkipBillingCheck",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_GetMetricsRequest_descriptor =
- getDescriptor().getMessageTypes().get(29);
- internal_static_google_cloud_recaptchaenterprise_v1_GetMetricsRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_GetMetricsRequest_descriptor,
- new java.lang.String[] {
- "Name",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_Metrics_descriptor =
- getDescriptor().getMessageTypes().get(30);
- internal_static_google_cloud_recaptchaenterprise_v1_Metrics_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_Metrics_descriptor,
- new java.lang.String[] {
- "Name", "StartTime", "ScoreMetrics", "ChallengeMetrics",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_RetrieveLegacySecretKeyResponse_descriptor =
- getDescriptor().getMessageTypes().get(31);
- internal_static_google_cloud_recaptchaenterprise_v1_RetrieveLegacySecretKeyResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_RetrieveLegacySecretKeyResponse_descriptor,
- new java.lang.String[] {
- "LegacySecretKey",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_Key_descriptor =
- getDescriptor().getMessageTypes().get(32);
- internal_static_google_cloud_recaptchaenterprise_v1_Key_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_Key_descriptor,
- new java.lang.String[] {
- "Name",
- "DisplayName",
- "WebSettings",
- "AndroidSettings",
- "IosSettings",
- "Labels",
- "CreateTime",
- "TestingOptions",
- "WafSettings",
- "PlatformSettings",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_Key_LabelsEntry_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_Key_descriptor.getNestedTypes().get(0);
- internal_static_google_cloud_recaptchaenterprise_v1_Key_LabelsEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_Key_LabelsEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_TestingOptions_descriptor =
- getDescriptor().getMessageTypes().get(33);
- internal_static_google_cloud_recaptchaenterprise_v1_TestingOptions_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_TestingOptions_descriptor,
- new java.lang.String[] {
- "TestingScore", "TestingChallenge",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_WebKeySettings_descriptor =
- getDescriptor().getMessageTypes().get(34);
- internal_static_google_cloud_recaptchaenterprise_v1_WebKeySettings_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_WebKeySettings_descriptor,
- new java.lang.String[] {
- "AllowAllDomains",
- "AllowedDomains",
- "AllowAmpTraffic",
- "IntegrationType",
- "ChallengeSecurityPreference",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_AndroidKeySettings_descriptor =
- getDescriptor().getMessageTypes().get(35);
- internal_static_google_cloud_recaptchaenterprise_v1_AndroidKeySettings_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_AndroidKeySettings_descriptor,
- new java.lang.String[] {
- "AllowAllPackageNames", "AllowedPackageNames", "SupportNonGoogleAppStoreDistribution",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_IOSKeySettings_descriptor =
- getDescriptor().getMessageTypes().get(36);
- internal_static_google_cloud_recaptchaenterprise_v1_IOSKeySettings_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_IOSKeySettings_descriptor,
- new java.lang.String[] {
- "AllowAllBundleIds", "AllowedBundleIds", "AppleDeveloperId",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_AppleDeveloperId_descriptor =
- getDescriptor().getMessageTypes().get(37);
- internal_static_google_cloud_recaptchaenterprise_v1_AppleDeveloperId_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_AppleDeveloperId_descriptor,
- new java.lang.String[] {
- "PrivateKey", "KeyId", "TeamId",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_descriptor =
- getDescriptor().getMessageTypes().get(38);
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_descriptor,
- new java.lang.String[] {
- "ScoreBuckets",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_ScoreBucketsEntry_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_ScoreBucketsEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreDistribution_ScoreBucketsEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_descriptor =
- getDescriptor().getMessageTypes().get(39);
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_descriptor,
- new java.lang.String[] {
- "OverallMetrics", "ActionMetrics",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_ActionMetricsEntry_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_ActionMetricsEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ScoreMetrics_ActionMetricsEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ChallengeMetrics_descriptor =
- getDescriptor().getMessageTypes().get(40);
- internal_static_google_cloud_recaptchaenterprise_v1_ChallengeMetrics_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ChallengeMetrics_descriptor,
- new java.lang.String[] {
- "PageloadCount", "NocaptchaCount", "FailedCount", "PassedCount",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallPolicyAssessment_descriptor =
- getDescriptor().getMessageTypes().get(41);
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallPolicyAssessment_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallPolicyAssessment_descriptor,
- new java.lang.String[] {
- "Error", "FirewallPolicy",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_descriptor =
- getDescriptor().getMessageTypes().get(42);
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_descriptor,
- new java.lang.String[] {
- "Allow", "Block", "Redirect", "Substitute", "SetHeader", "FirewallActionOneof",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_AllowAction_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_AllowAction_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_AllowAction_descriptor,
- new java.lang.String[] {});
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_BlockAction_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_descriptor
- .getNestedTypes()
- .get(1);
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_BlockAction_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_BlockAction_descriptor,
- new java.lang.String[] {});
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_RedirectAction_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_descriptor
- .getNestedTypes()
- .get(2);
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_RedirectAction_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_RedirectAction_descriptor,
- new java.lang.String[] {});
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_SubstituteAction_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_descriptor
- .getNestedTypes()
- .get(3);
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_SubstituteAction_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_SubstituteAction_descriptor,
- new java.lang.String[] {
- "Path",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_SetHeaderAction_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_descriptor
- .getNestedTypes()
- .get(4);
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_SetHeaderAction_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallAction_SetHeaderAction_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallPolicy_descriptor =
- getDescriptor().getMessageTypes().get(43);
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallPolicy_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_FirewallPolicy_descriptor,
- new java.lang.String[] {
- "Name", "Description", "Path", "Condition", "Actions",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupMembershipsRequest_descriptor =
- getDescriptor().getMessageTypes().get(44);
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupMembershipsRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupMembershipsRequest_descriptor,
- new java.lang.String[] {
- "Parent", "PageSize", "PageToken",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupMembershipsResponse_descriptor =
- getDescriptor().getMessageTypes().get(45);
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupMembershipsResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupMembershipsResponse_descriptor,
- new java.lang.String[] {
- "RelatedAccountGroupMemberships", "NextPageToken",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupsRequest_descriptor =
- getDescriptor().getMessageTypes().get(46);
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupsRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupsRequest_descriptor,
- new java.lang.String[] {
- "Parent", "PageSize", "PageToken",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupsResponse_descriptor =
- getDescriptor().getMessageTypes().get(47);
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupsResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_ListRelatedAccountGroupsResponse_descriptor,
- new java.lang.String[] {
- "RelatedAccountGroups", "NextPageToken",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_SearchRelatedAccountGroupMembershipsRequest_descriptor =
- getDescriptor().getMessageTypes().get(48);
- internal_static_google_cloud_recaptchaenterprise_v1_SearchRelatedAccountGroupMembershipsRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_SearchRelatedAccountGroupMembershipsRequest_descriptor,
- new java.lang.String[] {
- "Project", "HashedAccountId", "PageSize", "PageToken",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_SearchRelatedAccountGroupMembershipsResponse_descriptor =
- getDescriptor().getMessageTypes().get(49);
- internal_static_google_cloud_recaptchaenterprise_v1_SearchRelatedAccountGroupMembershipsResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_SearchRelatedAccountGroupMembershipsResponse_descriptor,
- new java.lang.String[] {
- "RelatedAccountGroupMemberships", "NextPageToken",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_RelatedAccountGroupMembership_descriptor =
- getDescriptor().getMessageTypes().get(50);
- internal_static_google_cloud_recaptchaenterprise_v1_RelatedAccountGroupMembership_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_RelatedAccountGroupMembership_descriptor,
- new java.lang.String[] {
- "Name", "HashedAccountId",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_RelatedAccountGroup_descriptor =
- getDescriptor().getMessageTypes().get(51);
- internal_static_google_cloud_recaptchaenterprise_v1_RelatedAccountGroup_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_RelatedAccountGroup_descriptor,
- new java.lang.String[] {
- "Name",
- });
- internal_static_google_cloud_recaptchaenterprise_v1_WafSettings_descriptor =
- getDescriptor().getMessageTypes().get(52);
- internal_static_google_cloud_recaptchaenterprise_v1_WafSettings_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1_WafSettings_descriptor,
- new java.lang.String[] {
- "WafService", "WafFeature",
- });
- com.google.protobuf.ExtensionRegistry registry =
- com.google.protobuf.ExtensionRegistry.newInstance();
- registry.add(com.google.api.ClientProto.defaultHost);
- registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
- registry.add(com.google.api.AnnotationsProto.http);
- registry.add(com.google.api.ClientProto.methodSignature);
- registry.add(com.google.api.ClientProto.oauthScopes);
- registry.add(com.google.api.ResourceProto.resource);
- registry.add(com.google.api.ResourceProto.resourceReference);
- com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
- descriptor, registry);
- com.google.api.AnnotationsProto.getDescriptor();
- com.google.api.ClientProto.getDescriptor();
- com.google.api.FieldBehaviorProto.getDescriptor();
- com.google.api.ResourceProto.getDescriptor();
- com.google.protobuf.EmptyProto.getDescriptor();
- com.google.protobuf.FieldMaskProto.getDescriptor();
- com.google.protobuf.TimestampProto.getDescriptor();
- com.google.rpc.StatusProto.getDescriptor();
- }
-
- // @@protoc_insertion_point(outer_class_scope)
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RelatedAccountGroupOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RelatedAccountGroupOrBuilder.java
deleted file mode 100644
index a54bc4c67896..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RelatedAccountGroupOrBuilder.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface RelatedAccountGroupOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.RelatedAccountGroup)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The resource name for the related account group in the format - * `projects/{project}/relatedaccountgroups/{related_account_group}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The resource name for the related account group in the format - * `projects/{project}/relatedaccountgroups/{related_account_group}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RetrieveLegacySecretKeyRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RetrieveLegacySecretKeyRequestOrBuilder.java
deleted file mode 100644
index b30390ab62ef..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RetrieveLegacySecretKeyRequestOrBuilder.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface RetrieveLegacySecretKeyRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.RetrieveLegacySecretKeyRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The public key name linked to the requested secret key in the - * format `projects/{project}/keys/{key}`. - *- * - *
- * string key = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The key.
- */
- java.lang.String getKey();
- /**
- *
- *
- * - * Required. The public key name linked to the requested secret key in the - * format `projects/{project}/keys/{key}`. - *- * - *
- * string key = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for key.
- */
- com.google.protobuf.ByteString getKeyBytes();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/WafSettingsOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/WafSettingsOrBuilder.java
deleted file mode 100644
index e79eed6c0cb3..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/WafSettingsOrBuilder.java
+++ /dev/null
@@ -1,83 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1;
-
-public interface WafSettingsOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1.WafSettings)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The WAF service that uses this key. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.WafSettings.WafService waf_service = 1 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return The enum numeric value on the wire for wafService.
- */
- int getWafServiceValue();
- /**
- *
- *
- * - * Required. The WAF service that uses this key. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.WafSettings.WafService waf_service = 1 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return The wafService.
- */
- com.google.recaptchaenterprise.v1.WafSettings.WafService getWafService();
-
- /**
- *
- *
- * - * Required. The WAF feature for which this key is enabled. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature waf_feature = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return The enum numeric value on the wire for wafFeature.
- */
- int getWafFeatureValue();
- /**
- *
- *
- * - * Required. The WAF feature for which this key is enabled. - *- * - *
- * .google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature waf_feature = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return The wafFeature.
- */
- com.google.recaptchaenterprise.v1.WafSettings.WafFeature getWafFeature();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/AccountDefenderAssessmentOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/AccountDefenderAssessmentOrBuilder.java
deleted file mode 100644
index 3620d0b56983..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/AccountDefenderAssessmentOrBuilder.java
+++ /dev/null
@@ -1,101 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1beta1;
-
-public interface AccountDefenderAssessmentOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Labels for this request. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
- *
- *
- * @return A list containing the labels.
- */
- java.util.List<
- com.google.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel>
- getLabelsList();
- /**
- *
- *
- * - * Labels for this request. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
- *
- *
- * @return The count of labels.
- */
- int getLabelsCount();
- /**
- *
- *
- * - * Labels for this request. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
- *
- *
- * @param index The index of the element to return.
- * @return The labels at the given index.
- */
- com.google.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel getLabels(
- int index);
- /**
- *
- *
- * - * Labels for this request. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
- *
- *
- * @return A list containing the enum numeric values on the wire for labels.
- */
- java.util.List- * Labels for this request. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
- *
- *
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of labels at the given index.
- */
- int getLabelsValue(int index);
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/AnnotateAssessmentRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/AnnotateAssessmentRequestOrBuilder.java
deleted file mode 100644
index 5f82c0db6168..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/AnnotateAssessmentRequestOrBuilder.java
+++ /dev/null
@@ -1,229 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1beta1;
-
-public interface AnnotateAssessmentRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The resource name of the Assessment, in the format - * `projects/{project_number}/assessments/{assessment_id}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The resource name of the Assessment, in the format - * `projects/{project_number}/assessments/{assessment_id}`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-
- /**
- *
- *
- * - * Optional. The annotation that will be assigned to the Event. This field can - * be left empty to provide reasons that apply to an event without concluding - * whether the event is legitimate or fraudulent. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Annotation annotation = 2 [(.google.api.field_behavior) = OPTIONAL];
- *
- *
- * @return The enum numeric value on the wire for annotation.
- */
- int getAnnotationValue();
- /**
- *
- *
- * - * Optional. The annotation that will be assigned to the Event. This field can - * be left empty to provide reasons that apply to an event without concluding - * whether the event is legitimate or fraudulent. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Annotation annotation = 2 [(.google.api.field_behavior) = OPTIONAL];
- *
- *
- * @return The annotation.
- */
- com.google.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Annotation getAnnotation();
-
- /**
- *
- *
- * - * Optional. Optional reasons for the annotation that will be assigned to the - * Event. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Reason reasons = 3 [(.google.api.field_behavior) = OPTIONAL];
- *
- *
- * @return A list containing the reasons.
- */
- java.util.List- * Optional. Optional reasons for the annotation that will be assigned to the - * Event. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Reason reasons = 3 [(.google.api.field_behavior) = OPTIONAL];
- *
- *
- * @return The count of reasons.
- */
- int getReasonsCount();
- /**
- *
- *
- * - * Optional. Optional reasons for the annotation that will be assigned to the - * Event. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Reason reasons = 3 [(.google.api.field_behavior) = OPTIONAL];
- *
- *
- * @param index The index of the element to return.
- * @return The reasons at the given index.
- */
- com.google.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Reason getReasons(int index);
- /**
- *
- *
- * - * Optional. Optional reasons for the annotation that will be assigned to the - * Event. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Reason reasons = 3 [(.google.api.field_behavior) = OPTIONAL];
- *
- *
- * @return A list containing the enum numeric values on the wire for reasons.
- */
- java.util.List- * Optional. Optional reasons for the annotation that will be assigned to the - * Event. - *- * - *
- * repeated .google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Reason reasons = 3 [(.google.api.field_behavior) = OPTIONAL];
- *
- *
- * @param index The index of the value to return.
- * @return The enum numeric value on the wire of reasons at the given index.
- */
- int getReasonsValue(int index);
-
- /**
- *
- *
- * - * Optional. Optional unique stable hashed user identifier to apply to the - * assessment. This is an alternative to setting the hashed_account_id in - * CreateAssessment, for example when the account identifier is not yet known - * in the initial request. It is recommended that the identifier is hashed - * using hmac-sha256 with stable secret. - *- * - *
bytes hashed_account_id = 4 [(.google.api.field_behavior) = OPTIONAL];
- *
- * @return The hashedAccountId.
- */
- com.google.protobuf.ByteString getHashedAccountId();
-
- /**
- *
- *
- * - * Optional. If the assessment is part of a payment transaction, provide - * details on payment lifecycle events that occur in the transaction. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.TransactionEvent transaction_event = 5 [(.google.api.field_behavior) = OPTIONAL];
- *
- *
- * @return Whether the transactionEvent field is set.
- */
- boolean hasTransactionEvent();
- /**
- *
- *
- * - * Optional. If the assessment is part of a payment transaction, provide - * details on payment lifecycle events that occur in the transaction. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.TransactionEvent transaction_event = 5 [(.google.api.field_behavior) = OPTIONAL];
- *
- *
- * @return The transactionEvent.
- */
- com.google.recaptchaenterprise.v1beta1.TransactionEvent getTransactionEvent();
- /**
- *
- *
- * - * Optional. If the assessment is part of a payment transaction, provide - * details on payment lifecycle events that occur in the transaction. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.TransactionEvent transaction_event = 5 [(.google.api.field_behavior) = OPTIONAL];
- *
- */
- com.google.recaptchaenterprise.v1beta1.TransactionEventOrBuilder getTransactionEventOrBuilder();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/AnnotateAssessmentResponseOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/AnnotateAssessmentResponseOrBuilder.java
deleted file mode 100644
index 8e894c61a934..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/AnnotateAssessmentResponseOrBuilder.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1beta1;
-
-public interface AnnotateAssessmentResponseOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentResponse)
- com.google.protobuf.MessageOrBuilder {}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/CreateAssessmentRequestOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/CreateAssessmentRequestOrBuilder.java
deleted file mode 100644
index d6f34142307d..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/CreateAssessmentRequestOrBuilder.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1beta1;
-
-public interface CreateAssessmentRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1beta1.CreateAssessmentRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the project in which the assessment will be created, - * in the format `projects/{project_number}`. - *- * - *
- * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The parent.
- */
- java.lang.String getParent();
- /**
- *
- *
- * - * Required. The name of the project in which the assessment will be created, - * in the format `projects/{project_number}`. - *- * - *
- * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for parent.
- */
- com.google.protobuf.ByteString getParentBytes();
-
- /**
- *
- *
- * - * Required. The assessment details. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return Whether the assessment field is set.
- */
- boolean hasAssessment();
- /**
- *
- *
- * - * Required. The assessment details. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return The assessment.
- */
- com.google.recaptchaenterprise.v1beta1.Assessment getAssessment();
- /**
- *
- *
- * - * Required. The assessment details. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- */
- com.google.recaptchaenterprise.v1beta1.AssessmentOrBuilder getAssessmentOrBuilder();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/FraudPreventionAssessmentOrBuilder.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/FraudPreventionAssessmentOrBuilder.java
deleted file mode 100644
index 2a2b0ecde477..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/FraudPreventionAssessmentOrBuilder.java
+++ /dev/null
@@ -1,171 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1beta1;
-
-public interface FraudPreventionAssessmentOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Probability (0-1) of this transaction being fraudulent. Summarizes the - * combined risk of attack vectors below. - *- * - *
float transaction_risk = 1;
- *
- * @return The transactionRisk.
- */
- float getTransactionRisk();
-
- /**
- *
- *
- * - * Assessment of this transaction for risk of a stolen instrument. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
- *
- *
- * @return Whether the stolenInstrumentVerdict field is set.
- */
- boolean hasStolenInstrumentVerdict();
- /**
- *
- *
- * - * Assessment of this transaction for risk of a stolen instrument. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
- *
- *
- * @return The stolenInstrumentVerdict.
- */
- com.google.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdict
- getStolenInstrumentVerdict();
- /**
- *
- *
- * - * Assessment of this transaction for risk of a stolen instrument. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
- *
- */
- com.google.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder
- getStolenInstrumentVerdictOrBuilder();
-
- /**
- *
- *
- * - * Assessment of this transaction for risk of being part of a card testing - * attack. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;
- *
- *
- * @return Whether the cardTestingVerdict field is set.
- */
- boolean hasCardTestingVerdict();
- /**
- *
- *
- * - * Assessment of this transaction for risk of being part of a card testing - * attack. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;
- *
- *
- * @return The cardTestingVerdict.
- */
- com.google.recaptchaenterprise.v1beta1.FraudPreventionAssessment.CardTestingVerdict
- getCardTestingVerdict();
- /**
- *
- *
- * - * Assessment of this transaction for risk of being part of a card testing - * attack. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;
- *
- */
- com.google.recaptchaenterprise.v1beta1.FraudPreventionAssessment.CardTestingVerdictOrBuilder
- getCardTestingVerdictOrBuilder();
-
- /**
- *
- *
- * - * Assessment of this transaction for behavioral trust. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4;
- *
- *
- * @return Whether the behavioralTrustVerdict field is set.
- */
- boolean hasBehavioralTrustVerdict();
- /**
- *
- *
- * - * Assessment of this transaction for behavioral trust. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4;
- *
- *
- * @return The behavioralTrustVerdict.
- */
- com.google.recaptchaenterprise.v1beta1.FraudPreventionAssessment.BehavioralTrustVerdict
- getBehavioralTrustVerdict();
- /**
- *
- *
- * - * Assessment of this transaction for behavioral trust. - *- * - *
- * .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4;
- *
- */
- com.google.recaptchaenterprise.v1beta1.FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder
- getBehavioralTrustVerdictOrBuilder();
-}
diff --git a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/RecaptchaEnterpriseProto.java b/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/RecaptchaEnterpriseProto.java
deleted file mode 100644
index d686bdf7493b..000000000000
--- a/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1beta1/src/main/java/com/google/recaptchaenterprise/v1beta1/RecaptchaEnterpriseProto.java
+++ /dev/null
@@ -1,495 +0,0 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto
-
-package com.google.recaptchaenterprise.v1beta1;
-
-public final class RecaptchaEnterpriseProto {
- private RecaptchaEnterpriseProto() {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
- registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
- }
-
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_CreateAssessmentRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_CreateAssessmentRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionEvent_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionEvent_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AnnotateAssessmentRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AnnotateAssessmentRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AnnotateAssessmentResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AnnotateAssessmentResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_PasswordLeakVerification_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_PasswordLeakVerification_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_Assessment_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_Assessment_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_Event_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_Event_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_Address_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_Address_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_User_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_User_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_Item_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_Item_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_GatewayInfo_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_GatewayInfo_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TokenProperties_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TokenProperties_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_StolenInstrumentVerdict_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_StolenInstrumentVerdict_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_CardTestingVerdict_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_CardTestingVerdict_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_BehavioralTrustVerdict_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_BehavioralTrustVerdict_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AccountDefenderAssessment_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AccountDefenderAssessment_fieldAccessorTable;
-
- public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
- return descriptor;
- }
-
- private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
-
- static {
- java.lang.String[] descriptorData = {
- "\nBgoogle/cloud/recaptchaenterprise/v1bet"
- + "a1/recaptchaenterprise.proto\022(google.clo"
- + "ud.recaptchaenterprise.v1beta1\032\034google/a"
- + "pi/annotations.proto\032\027google/api/client."
- + "proto\032\037google/api/field_behavior.proto\032\031"
- + "google/api/resource.proto\032\037google/protob"
- + "uf/timestamp.proto\"\257\001\n\027CreateAssessmentR"
- + "equest\022D\n\006parent\030\001 \001(\tB4\342A\001\002\372A-\n+cloudre"
- + "sourcemanager.googleapis.com/Project\022N\n\n"
- + "assessment\030\002 \001(\01324.google.cloud.recaptch"
- + "aenterprise.v1beta1.AssessmentB\004\342A\001\002\"\233\005\n"
- + "\020TransactionEvent\022i\n\nevent_type\030\001 \001(\0162O."
- + "google.cloud.recaptchaenterprise.v1beta1"
- + ".TransactionEvent.TransactionEventTypeB\004"
- + "\342A\001\001\022\024\n\006reason\030\002 \001(\tB\004\342A\001\001\022\023\n\005value\030\003 \001("
- + "\001B\004\342A\001\001\0224\n\nevent_time\030\004 \001(\0132\032.google.pro"
- + "tobuf.TimestampB\004\342A\001\001\"\272\003\n\024TransactionEve"
- + "ntType\022&\n\"TRANSACTION_EVENT_TYPE_UNSPECI"
- + "FIED\020\000\022\024\n\020MERCHANT_APPROVE\020\001\022\021\n\rMERCHANT"
- + "_DENY\020\002\022\021\n\rMANUAL_REVIEW\020\003\022\021\n\rAUTHORIZAT"
- + "ION\020\004\022\031\n\025AUTHORIZATION_DECLINE\020\005\022\023\n\017PAYM"
- + "ENT_CAPTURE\020\006\022\033\n\027PAYMENT_CAPTURE_DECLINE"
- + "\020\007\022\n\n\006CANCEL\020\010\022\026\n\022CHARGEBACK_INQUIRY\020\t\022\024"
- + "\n\020CHARGEBACK_ALERT\020\n\022\026\n\022FRAUD_NOTIFICATI"
- + "ON\020\013\022\016\n\nCHARGEBACK\020\014\022\034\n\030CHARGEBACK_REPRE"
- + "SENTMENT\020\r\022\026\n\022CHARGEBACK_REVERSE\020\016\022\022\n\016RE"
- + "FUND_REQUEST\020\017\022\022\n\016REFUND_DECLINE\020\020\022\n\n\006RE"
- + "FUND\020\021\022\022\n\016REFUND_REVERSE\020\022\"\376\006\n\031AnnotateA"
- + "ssessmentRequest\022D\n\004name\030\001 \001(\tB6\342A\001\002\372A/\n"
- + "-recaptchaenterprise.googleapis.com/Asse"
- + "ssment\022h\n\nannotation\030\002 \001(\0162N.google.clou"
- + "d.recaptchaenterprise.v1beta1.AnnotateAs"
- + "sessmentRequest.AnnotationB\004\342A\001\001\022a\n\007reas"
- + "ons\030\003 \003(\0162J.google.cloud.recaptchaenterp"
- + "rise.v1beta1.AnnotateAssessmentRequest.R"
- + "easonB\004\342A\001\001\022\037\n\021hashed_account_id\030\004 \001(\014B\004"
- + "\342A\001\001\022[\n\021transaction_event\030\005 \001(\0132:.google"
- + ".cloud.recaptchaenterprise.v1beta1.Trans"
- + "actionEventB\004\342A\001\001\"~\n\nAnnotation\022\032\n\026ANNOT"
- + "ATION_UNSPECIFIED\020\000\022\016\n\nLEGITIMATE\020\001\022\016\n\nF"
- + "RAUDULENT\020\002\022\030\n\020PASSWORD_CORRECT\020\003\032\002\010\001\022\032\n"
- + "\022PASSWORD_INCORRECT\020\004\032\002\010\001\"\317\002\n\006Reason\022\026\n\022"
- + "REASON_UNSPECIFIED\020\000\022\016\n\nCHARGEBACK\020\001\022\024\n\020"
- + "CHARGEBACK_FRAUD\020\010\022\026\n\022CHARGEBACK_DISPUTE"
- + "\020\t\022\n\n\006REFUND\020\n\022\020\n\014REFUND_FRAUD\020\013\022\030\n\024TRAN"
- + "SACTION_ACCEPTED\020\014\022\030\n\024TRANSACTION_DECLIN"
- + "ED\020\r\022\026\n\022PAYMENT_HEURISTICS\020\002\022\030\n\024INITIATE"
- + "D_TWO_FACTOR\020\007\022\025\n\021PASSED_TWO_FACTOR\020\003\022\025\n"
- + "\021FAILED_TWO_FACTOR\020\004\022\024\n\020CORRECT_PASSWORD"
- + "\020\005\022\026\n\022INCORRECT_PASSWORD\020\006\022\017\n\013SOCIAL_SPA"
- + "M\020\016\"\034\n\032AnnotateAssessmentResponse\"\211\001\n\030Pa"
- + "sswordLeakVerification\022%\n\027hashed_user_cr"
- + "edentials\030\001 \001(\014B\004\342A\001\001\022 \n\022credentials_lea"
- + "ked\030\002 \001(\010B\004\342A\001\003\022$\n\026canonicalized_usernam"
- + "e\030\003 \001(\tB\004\342A\001\001\"\273\007\n\nAssessment\022\022\n\004name\030\001 \001"
- + "(\tB\004\342A\001\003\022>\n\005event\030\002 \001(\0132/.google.cloud.r"
- + "ecaptchaenterprise.v1beta1.Event\022\023\n\005scor"
- + "e\030\003 \001(\002B\004\342A\001\003\022Y\n\020token_properties\030\004 \001(\0132"
- + "9.google.cloud.recaptchaenterprise.v1bet"
- + "a1.TokenPropertiesB\004\342A\001\003\022`\n\007reasons\030\005 \003("
- + "\0162I.google.cloud.recaptchaenterprise.v1b"
- + "eta1.Assessment.ClassificationReasonB\004\342A"
- + "\001\003\022f\n\032password_leak_verification\030\007 \001(\0132B"
- + ".google.cloud.recaptchaenterprise.v1beta"
- + "1.PasswordLeakVerification\022h\n\033account_de"
- + "fender_assessment\030\010 \001(\0132C.google.cloud.r"
- + "ecaptchaenterprise.v1beta1.AccountDefend"
- + "erAssessment\022h\n\033fraud_prevention_assessm"
- + "ent\030\013 \001(\0132C.google.cloud.recaptchaenterp"
- + "rise.v1beta1.FraudPreventionAssessment\"\351"
- + "\001\n\024ClassificationReason\022%\n!CLASSIFICATIO"
- + "N_REASON_UNSPECIFIED\020\000\022\016\n\nAUTOMATION\020\001\022\032"
- + "\n\026UNEXPECTED_ENVIRONMENT\020\002\022\024\n\020TOO_MUCH_T"
- + "RAFFIC\020\003\022\035\n\031UNEXPECTED_USAGE_PATTERNS\020\004\022"
- + "\030\n\024LOW_CONFIDENCE_SCORE\020\005\022\025\n\021SUSPECTED_C"
- + "ARDING\020\006\022\030\n\024SUSPECTED_CHARGEBACK\020\007:_\352A\\\n"
- + "-recaptchaenterprise.googleapis.com/Asse"
- + "ssment\022+projects/{project}/assessments/{"
- + "assessment}\"\210\002\n\005Event\022\023\n\005token\030\001 \001(\tB\004\342A"
- + "\001\001\022\026\n\010site_key\030\002 \001(\tB\004\342A\001\001\022\030\n\nuser_agent"
- + "\030\003 \001(\tB\004\342A\001\001\022\035\n\017user_ip_address\030\004 \001(\tB\004\342"
- + "A\001\001\022\035\n\017expected_action\030\005 \001(\tB\004\342A\001\001\022\037\n\021ha"
- + "shed_account_id\030\006 \001(\014B\004\342A\001\001\022Y\n\020transacti"
- + "on_data\030\r \001(\01329.google.cloud.recaptchaen"
- + "terprise.v1beta1.TransactionDataB\004\342A\001\001\"\235"
- + "\t\n\017TransactionData\022\033\n\016transaction_id\030\013 \001"
- + "(\tH\000\210\001\001\022\026\n\016payment_method\030\001 \001(\t\022\020\n\010card_"
- + "bin\030\002 \001(\t\022\026\n\016card_last_four\030\003 \001(\t\022\025\n\rcur"
- + "rency_code\030\004 \001(\t\022\r\n\005value\030\005 \001(\001\022\026\n\016shipp"
- + "ing_value\030\014 \001(\001\022[\n\020shipping_address\030\006 \001("
- + "\0132A.google.cloud.recaptchaenterprise.v1b"
- + "eta1.TransactionData.Address\022Z\n\017billing_"
- + "address\030\007 \001(\0132A.google.cloud.recaptchaen"
- + "terprise.v1beta1.TransactionData.Address"
- + "\022L\n\004user\030\010 \001(\0132>.google.cloud.recaptchae"
- + "nterprise.v1beta1.TransactionData.User\022Q"
- + "\n\tmerchants\030\r \003(\0132>.google.cloud.recaptc"
- + "haenterprise.v1beta1.TransactionData.Use"
- + "r\022M\n\005items\030\016 \003(\0132>.google.cloud.recaptch"
- + "aenterprise.v1beta1.TransactionData.Item"
- + "\022[\n\014gateway_info\030\n \001(\0132E.google.cloud.re"
- + "captchaenterprise.v1beta1.TransactionDat"
- + "a.GatewayInfo\032\206\001\n\007Address\022\021\n\trecipient\030\001"
- + " \001(\t\022\017\n\007address\030\002 \003(\t\022\020\n\010locality\030\003 \001(\t\022"
- + "\033\n\023administrative_area\030\004 \001(\t\022\023\n\013region_c"
- + "ode\030\005 \001(\t\022\023\n\013postal_code\030\006 \001(\t\032\204\001\n\004User\022"
- + "\022\n\naccount_id\030\006 \001(\t\022\023\n\013creation_ms\030\001 \001(\003"
- + "\022\r\n\005email\030\002 \001(\t\022\026\n\016email_verified\030\003 \001(\010\022"
- + "\024\n\014phone_number\030\004 \001(\t\022\026\n\016phone_verified\030"
- + "\005 \001(\010\032R\n\004Item\022\014\n\004name\030\001 \001(\t\022\r\n\005value\030\002 \001"
- + "(\001\022\020\n\010quantity\030\003 \001(\003\022\033\n\023merchant_account"
- + "_id\030\004 \001(\t\032p\n\013GatewayInfo\022\014\n\004name\030\001 \001(\t\022\035"
- + "\n\025gateway_response_code\030\002 \001(\t\022\031\n\021avs_res"
- + "ponse_code\030\003 \001(\t\022\031\n\021cvv_response_code\030\004 "
- + "\001(\tB\021\n\017_transaction_id\"\377\002\n\017TokenProperti"
- + "es\022\r\n\005valid\030\001 \001(\010\022_\n\016invalid_reason\030\002 \001("
- + "\0162G.google.cloud.recaptchaenterprise.v1b"
- + "eta1.TokenProperties.InvalidReason\022/\n\013cr"
- + "eate_time\030\003 \001(\0132\032.google.protobuf.Timest"
- + "amp\022\020\n\010hostname\030\004 \001(\t\022\016\n\006action\030\005 \001(\t\"\250\001"
- + "\n\rInvalidReason\022\036\n\032INVALID_REASON_UNSPEC"
- + "IFIED\020\000\022\032\n\026UNKNOWN_INVALID_REASON\020\001\022\r\n\tM"
- + "ALFORMED\020\002\022\013\n\007EXPIRED\020\003\022\010\n\004DUPE\020\004\022\025\n\rSIT"
- + "E_MISMATCH\020\005\032\002\010\001\022\013\n\007MISSING\020\006\022\021\n\rBROWSER"
- + "_ERROR\020\007\"\237\004\n\031FraudPreventionAssessment\022\030"
- + "\n\020transaction_risk\030\001 \001(\002\022~\n\031stolen_instr"
- + "ument_verdict\030\002 \001(\0132[.google.cloud.recap"
- + "tchaenterprise.v1beta1.FraudPreventionAs"
- + "sessment.StolenInstrumentVerdict\022t\n\024card"
- + "_testing_verdict\030\003 \001(\0132V.google.cloud.re"
- + "captchaenterprise.v1beta1.FraudPreventio"
- + "nAssessment.CardTestingVerdict\022|\n\030behavi"
- + "oral_trust_verdict\030\004 \001(\0132Z.google.cloud."
- + "recaptchaenterprise.v1beta1.FraudPrevent"
- + "ionAssessment.BehavioralTrustVerdict\032\'\n\027"
- + "StolenInstrumentVerdict\022\014\n\004risk\030\001 \001(\002\032\"\n"
- + "\022CardTestingVerdict\022\014\n\004risk\030\001 \001(\002\032\'\n\026Beh"
- + "avioralTrustVerdict\022\r\n\005trust\030\001 \001(\002\"\273\002\n\031A"
- + "ccountDefenderAssessment\022h\n\006labels\030\001 \003(\016"
- + "2X.google.cloud.recaptchaenterprise.v1be"
- + "ta1.AccountDefenderAssessment.AccountDef"
- + "enderLabel\"\263\001\n\024AccountDefenderLabel\022&\n\"A"
- + "CCOUNT_DEFENDER_LABEL_UNSPECIFIED\020\000\022\021\n\rP"
- + "ROFILE_MATCH\020\001\022\035\n\031SUSPICIOUS_LOGIN_ACTIV"
- + "ITY\020\002\022\037\n\033SUSPICIOUS_ACCOUNT_CREATION\020\003\022 "
- + "\n\034RELATED_ACCOUNTS_NUMBER_HIGH\020\0042\315\004\n!Rec"
- + "aptchaEnterpriseServiceV1Beta1\022\335\001\n\020Creat"
- + "eAssessment\022A.google.cloud.recaptchaente"
- + "rprise.v1beta1.CreateAssessmentRequest\0324"
- + ".google.cloud.recaptchaenterprise.v1beta"
- + "1.Assessment\"P\332A\021parent,assessment\202\323\344\223\0026"
- + "\"(/v1beta1/{parent=projects/*}/assessmen"
- + "ts:\nassessment\022\357\001\n\022AnnotateAssessment\022C."
- + "google.cloud.recaptchaenterprise.v1beta1"
- + ".AnnotateAssessmentRequest\032D.google.clou"
- + "d.recaptchaenterprise.v1beta1.AnnotateAs"
- + "sessmentResponse\"N\332A\017name,annotation\202\323\344\223"
- + "\0026\"1/v1beta1/{name=projects/*/assessment"
- + "s/*}:annotate:\001*\032V\312A\"recaptchaenterprise"
- + ".googleapis.com\322A.https://www.googleapis"
- + ".com/auth/cloud-platformB\262\002\n&com.google."
- + "recaptchaenterprise.v1beta1B\030RecaptchaEn"
- + "terpriseProtoP\001Zacloud.google.com/go/rec"
- + "aptchaenterprise/v2/apiv1beta1/recaptcha"
- + "enterprisepb;recaptchaenterprisepb\242\002\004GCR"
- + "E\252\002(Google.Cloud.RecaptchaEnterprise.V1B"
- + "eta1\312\002(Google\\Cloud\\RecaptchaEnterprise\\"
- + "V1beta1\352\002+Google::Cloud::RecaptchaEnterp"
- + "rise::V1beta1b\006proto3"
- };
- descriptor =
- com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
- descriptorData,
- new com.google.protobuf.Descriptors.FileDescriptor[] {
- com.google.api.AnnotationsProto.getDescriptor(),
- com.google.api.ClientProto.getDescriptor(),
- com.google.api.FieldBehaviorProto.getDescriptor(),
- com.google.api.ResourceProto.getDescriptor(),
- com.google.protobuf.TimestampProto.getDescriptor(),
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_CreateAssessmentRequest_descriptor =
- getDescriptor().getMessageTypes().get(0);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_CreateAssessmentRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_CreateAssessmentRequest_descriptor,
- new java.lang.String[] {
- "Parent", "Assessment",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionEvent_descriptor =
- getDescriptor().getMessageTypes().get(1);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionEvent_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionEvent_descriptor,
- new java.lang.String[] {
- "EventType", "Reason", "Value", "EventTime",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AnnotateAssessmentRequest_descriptor =
- getDescriptor().getMessageTypes().get(2);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AnnotateAssessmentRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AnnotateAssessmentRequest_descriptor,
- new java.lang.String[] {
- "Name", "Annotation", "Reasons", "HashedAccountId", "TransactionEvent",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AnnotateAssessmentResponse_descriptor =
- getDescriptor().getMessageTypes().get(3);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AnnotateAssessmentResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AnnotateAssessmentResponse_descriptor,
- new java.lang.String[] {});
- internal_static_google_cloud_recaptchaenterprise_v1beta1_PasswordLeakVerification_descriptor =
- getDescriptor().getMessageTypes().get(4);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_PasswordLeakVerification_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_PasswordLeakVerification_descriptor,
- new java.lang.String[] {
- "HashedUserCredentials", "CredentialsLeaked", "CanonicalizedUsername",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_Assessment_descriptor =
- getDescriptor().getMessageTypes().get(5);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_Assessment_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_Assessment_descriptor,
- new java.lang.String[] {
- "Name",
- "Event",
- "Score",
- "TokenProperties",
- "Reasons",
- "PasswordLeakVerification",
- "AccountDefenderAssessment",
- "FraudPreventionAssessment",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_Event_descriptor =
- getDescriptor().getMessageTypes().get(6);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_Event_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_Event_descriptor,
- new java.lang.String[] {
- "Token",
- "SiteKey",
- "UserAgent",
- "UserIpAddress",
- "ExpectedAction",
- "HashedAccountId",
- "TransactionData",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_descriptor =
- getDescriptor().getMessageTypes().get(7);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_descriptor,
- new java.lang.String[] {
- "TransactionId",
- "PaymentMethod",
- "CardBin",
- "CardLastFour",
- "CurrencyCode",
- "Value",
- "ShippingValue",
- "ShippingAddress",
- "BillingAddress",
- "User",
- "Merchants",
- "Items",
- "GatewayInfo",
- "TransactionId",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_Address_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_Address_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_Address_descriptor,
- new java.lang.String[] {
- "Recipient", "Address", "Locality", "AdministrativeArea", "RegionCode", "PostalCode",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_User_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_descriptor
- .getNestedTypes()
- .get(1);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_User_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_User_descriptor,
- new java.lang.String[] {
- "AccountId", "CreationMs", "Email", "EmailVerified", "PhoneNumber", "PhoneVerified",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_Item_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_descriptor
- .getNestedTypes()
- .get(2);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_Item_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_Item_descriptor,
- new java.lang.String[] {
- "Name", "Value", "Quantity", "MerchantAccountId",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_GatewayInfo_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_descriptor
- .getNestedTypes()
- .get(3);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_GatewayInfo_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TransactionData_GatewayInfo_descriptor,
- new java.lang.String[] {
- "Name", "GatewayResponseCode", "AvsResponseCode", "CvvResponseCode",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TokenProperties_descriptor =
- getDescriptor().getMessageTypes().get(8);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TokenProperties_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_TokenProperties_descriptor,
- new java.lang.String[] {
- "Valid", "InvalidReason", "CreateTime", "Hostname", "Action",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_descriptor =
- getDescriptor().getMessageTypes().get(9);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_descriptor,
- new java.lang.String[] {
- "TransactionRisk",
- "StolenInstrumentVerdict",
- "CardTestingVerdict",
- "BehavioralTrustVerdict",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_StolenInstrumentVerdict_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_StolenInstrumentVerdict_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_StolenInstrumentVerdict_descriptor,
- new java.lang.String[] {
- "Risk",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_CardTestingVerdict_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_descriptor
- .getNestedTypes()
- .get(1);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_CardTestingVerdict_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_CardTestingVerdict_descriptor,
- new java.lang.String[] {
- "Risk",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_BehavioralTrustVerdict_descriptor =
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_descriptor
- .getNestedTypes()
- .get(2);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_BehavioralTrustVerdict_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_FraudPreventionAssessment_BehavioralTrustVerdict_descriptor,
- new java.lang.String[] {
- "Trust",
- });
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AccountDefenderAssessment_descriptor =
- getDescriptor().getMessageTypes().get(10);
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AccountDefenderAssessment_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_recaptchaenterprise_v1beta1_AccountDefenderAssessment_descriptor,
- new java.lang.String[] {
- "Labels",
- });
- com.google.protobuf.ExtensionRegistry registry =
- com.google.protobuf.ExtensionRegistry.newInstance();
- registry.add(com.google.api.ClientProto.defaultHost);
- registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
- registry.add(com.google.api.AnnotationsProto.http);
- registry.add(com.google.api.ClientProto.methodSignature);
- registry.add(com.google.api.ClientProto.oauthScopes);
- registry.add(com.google.api.ResourceProto.resource);
- registry.add(com.google.api.ResourceProto.resourceReference);
- com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
- descriptor, registry);
- com.google.api.AnnotationsProto.getDescriptor();
- com.google.api.ClientProto.getDescriptor();
- com.google.api.FieldBehaviorProto.getDescriptor();
- com.google.api.ResourceProto.getDescriptor();
- com.google.protobuf.TimestampProto.getDescriptor();
- }
-
- // @@protoc_insertion_point(outer_class_scope)
-}
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceClient.java b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceClient.java
similarity index 100%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceClient.java
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceClient.java
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceSettings.java b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceSettings.java
similarity index 99%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceSettings.java
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceSettings.java
index 366dfd02fc2c..b2b13dda0eb1 100644
--- a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceSettings.java
+++ b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceSettings.java
@@ -31,6 +31,7 @@
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.PagedCallSettings;
+import com.google.api.gax.rpc.StubSettings;
import com.google.api.gax.rpc.TransportChannelProvider;
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.cloud.recaptchaenterprise.v1.stub.RecaptchaEnterpriseServiceStubSettings;
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/gapic_metadata.json b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/gapic_metadata.json
similarity index 100%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/gapic_metadata.json
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/gapic_metadata.json
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/package-info.java b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/package-info.java
similarity index 100%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/package-info.java
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/package-info.java
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/GrpcRecaptchaEnterpriseServiceCallableFactory.java b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/GrpcRecaptchaEnterpriseServiceCallableFactory.java
similarity index 100%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/GrpcRecaptchaEnterpriseServiceCallableFactory.java
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/GrpcRecaptchaEnterpriseServiceCallableFactory.java
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/GrpcRecaptchaEnterpriseServiceStub.java b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/GrpcRecaptchaEnterpriseServiceStub.java
similarity index 99%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/GrpcRecaptchaEnterpriseServiceStub.java
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/GrpcRecaptchaEnterpriseServiceStub.java
index a4ed107dc478..8df5d2c6d003 100644
--- a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/GrpcRecaptchaEnterpriseServiceStub.java
+++ b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/GrpcRecaptchaEnterpriseServiceStub.java
@@ -63,6 +63,7 @@
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
+import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/RecaptchaEnterpriseServiceStub.java b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/RecaptchaEnterpriseServiceStub.java
similarity index 100%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/RecaptchaEnterpriseServiceStub.java
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/RecaptchaEnterpriseServiceStub.java
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/RecaptchaEnterpriseServiceStubSettings.java b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/RecaptchaEnterpriseServiceStubSettings.java
similarity index 100%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/RecaptchaEnterpriseServiceStubSettings.java
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/stub/RecaptchaEnterpriseServiceStubSettings.java
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/resources/META-INF/native-image/com.google.cloud.recaptchaenterprise.v1/reflect-config.json b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/resources/META-INF/native-image/com.google.cloud.recaptchaenterprise.v1/reflect-config.json
similarity index 100%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/resources/META-INF/native-image/com.google.cloud.recaptchaenterprise.v1/reflect-config.json
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/main/resources/META-INF/native-image/com.google.cloud.recaptchaenterprise.v1/reflect-config.json
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/MockRecaptchaEnterpriseService.java b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/MockRecaptchaEnterpriseService.java
similarity index 100%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/MockRecaptchaEnterpriseService.java
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/MockRecaptchaEnterpriseService.java
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/MockRecaptchaEnterpriseServiceImpl.java b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/MockRecaptchaEnterpriseServiceImpl.java
similarity index 100%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/MockRecaptchaEnterpriseServiceImpl.java
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/MockRecaptchaEnterpriseServiceImpl.java
diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceClientTest.java b/owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceClientTest.java
similarity index 100%
rename from java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceClientTest.java
rename to owl-bot-staging/java-recaptchaenterprise/v1/google-cloud-recaptchaenterprise/src/test/java/com/google/cloud/recaptchaenterprise/v1/RecaptchaEnterpriseServiceClientTest.java
diff --git a/owl-bot-staging/java-recaptchaenterprise/v1/grpc-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RecaptchaEnterpriseServiceGrpc.java b/owl-bot-staging/java-recaptchaenterprise/v1/grpc-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RecaptchaEnterpriseServiceGrpc.java
new file mode 100644
index 000000000000..8b910135b6cc
--- /dev/null
+++ b/owl-bot-staging/java-recaptchaenterprise/v1/grpc-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/RecaptchaEnterpriseServiceGrpc.java
@@ -0,0 +1,1829 @@
+package com.google.recaptchaenterprise.v1;
+
+import static io.grpc.MethodDescriptor.generateFullMethodName;
+
+/**
+ * + * Service to determine the likelihood an event is legitimate. + *+ */ +@javax.annotation.Generated( + value = "by gRPC proto compiler", + comments = "Source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto") +@io.grpc.stub.annotations.GrpcGenerated +public final class RecaptchaEnterpriseServiceGrpc { + + private RecaptchaEnterpriseServiceGrpc() {} + + public static final java.lang.String SERVICE_NAME = "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService"; + + // Static method descriptors that strictly reflect the proto. + private static volatile io.grpc.MethodDescriptor
+ * Service to determine the likelihood an event is legitimate. + *+ */ + public interface AsyncService { + + /** + *
+ * Creates an Assessment of the likelihood an event is legitimate. + *+ */ + default void createAssessment(com.google.recaptchaenterprise.v1.CreateAssessmentRequest request, + io.grpc.stub.StreamObserver
+ * Annotates a previously created Assessment to provide additional information + * on whether the event turned out to be authentic or fraudulent. + *+ */ + default void annotateAssessment(com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest request, + io.grpc.stub.StreamObserver
+ * Creates a new reCAPTCHA Enterprise key. + *+ */ + default void createKey(com.google.recaptchaenterprise.v1.CreateKeyRequest request, + io.grpc.stub.StreamObserver
+ * Returns the list of all keys that belong to a project. + *+ */ + default void listKeys(com.google.recaptchaenterprise.v1.ListKeysRequest request, + io.grpc.stub.StreamObserver
+ * Returns the secret key related to the specified public key. + * You must use the legacy secret key only in a 3rd party integration with + * legacy reCAPTCHA. + *+ */ + default void retrieveLegacySecretKey(com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyRequest request, + io.grpc.stub.StreamObserver
+ * Returns the specified key. + *+ */ + default void getKey(com.google.recaptchaenterprise.v1.GetKeyRequest request, + io.grpc.stub.StreamObserver
+ * Updates the specified key. + *+ */ + default void updateKey(com.google.recaptchaenterprise.v1.UpdateKeyRequest request, + io.grpc.stub.StreamObserver
+ * Deletes the specified key. + *+ */ + default void deleteKey(com.google.recaptchaenterprise.v1.DeleteKeyRequest request, + io.grpc.stub.StreamObserver
+ * Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. + * Once a key is migrated, it can be used from either product. SiteVerify + * requests are billed as CreateAssessment calls. You must be + * authenticated as one of the current owners of the reCAPTCHA Key, and + * your user must have the reCAPTCHA Enterprise Admin IAM role in the + * destination project. + *+ */ + default void migrateKey(com.google.recaptchaenterprise.v1.MigrateKeyRequest request, + io.grpc.stub.StreamObserver
+ * Get some aggregated metrics for a Key. This data can be used to build + * dashboards. + *+ */ + default void getMetrics(com.google.recaptchaenterprise.v1.GetMetricsRequest request, + io.grpc.stub.StreamObserver
+ * Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA + * Enterprise actions can be executed. + * A project may have a maximum of 1000 policies. + *+ */ + default void createFirewallPolicy(com.google.recaptchaenterprise.v1.CreateFirewallPolicyRequest request, + io.grpc.stub.StreamObserver
+ * Returns the list of all firewall policies that belong to a project. + *+ */ + default void listFirewallPolicies(com.google.recaptchaenterprise.v1.ListFirewallPoliciesRequest request, + io.grpc.stub.StreamObserver
+ * Returns the specified firewall policy. + *+ */ + default void getFirewallPolicy(com.google.recaptchaenterprise.v1.GetFirewallPolicyRequest request, + io.grpc.stub.StreamObserver
+ * Updates the specified firewall policy. + *+ */ + default void updateFirewallPolicy(com.google.recaptchaenterprise.v1.UpdateFirewallPolicyRequest request, + io.grpc.stub.StreamObserver
+ * Deletes the specified firewall policy. + *+ */ + default void deleteFirewallPolicy(com.google.recaptchaenterprise.v1.DeleteFirewallPolicyRequest request, + io.grpc.stub.StreamObserver
+ * List groups of related accounts. + *+ */ + default void listRelatedAccountGroups(com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest request, + io.grpc.stub.StreamObserver
+ * Get memberships in a group of related accounts. + *+ */ + default void listRelatedAccountGroupMemberships(com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest request, + io.grpc.stub.StreamObserver
+ * Search group memberships related to a given account. + *+ */ + default void searchRelatedAccountGroupMemberships(com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsRequest request, + io.grpc.stub.StreamObserver
+ * Service to determine the likelihood an event is legitimate. + *+ */ + public static abstract class RecaptchaEnterpriseServiceImplBase + implements io.grpc.BindableService, AsyncService { + + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + return RecaptchaEnterpriseServiceGrpc.bindService(this); + } + } + + /** + * A stub to allow clients to do asynchronous rpc calls to service RecaptchaEnterpriseService. + *
+ * Service to determine the likelihood an event is legitimate. + *+ */ + public static final class RecaptchaEnterpriseServiceStub + extends io.grpc.stub.AbstractAsyncStub
+ * Creates an Assessment of the likelihood an event is legitimate. + *+ */ + public void createAssessment(com.google.recaptchaenterprise.v1.CreateAssessmentRequest request, + io.grpc.stub.StreamObserver
+ * Annotates a previously created Assessment to provide additional information + * on whether the event turned out to be authentic or fraudulent. + *+ */ + public void annotateAssessment(com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest request, + io.grpc.stub.StreamObserver
+ * Creates a new reCAPTCHA Enterprise key. + *+ */ + public void createKey(com.google.recaptchaenterprise.v1.CreateKeyRequest request, + io.grpc.stub.StreamObserver
+ * Returns the list of all keys that belong to a project. + *+ */ + public void listKeys(com.google.recaptchaenterprise.v1.ListKeysRequest request, + io.grpc.stub.StreamObserver
+ * Returns the secret key related to the specified public key. + * You must use the legacy secret key only in a 3rd party integration with + * legacy reCAPTCHA. + *+ */ + public void retrieveLegacySecretKey(com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyRequest request, + io.grpc.stub.StreamObserver
+ * Returns the specified key. + *+ */ + public void getKey(com.google.recaptchaenterprise.v1.GetKeyRequest request, + io.grpc.stub.StreamObserver
+ * Updates the specified key. + *+ */ + public void updateKey(com.google.recaptchaenterprise.v1.UpdateKeyRequest request, + io.grpc.stub.StreamObserver
+ * Deletes the specified key. + *+ */ + public void deleteKey(com.google.recaptchaenterprise.v1.DeleteKeyRequest request, + io.grpc.stub.StreamObserver
+ * Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. + * Once a key is migrated, it can be used from either product. SiteVerify + * requests are billed as CreateAssessment calls. You must be + * authenticated as one of the current owners of the reCAPTCHA Key, and + * your user must have the reCAPTCHA Enterprise Admin IAM role in the + * destination project. + *+ */ + public void migrateKey(com.google.recaptchaenterprise.v1.MigrateKeyRequest request, + io.grpc.stub.StreamObserver
+ * Get some aggregated metrics for a Key. This data can be used to build + * dashboards. + *+ */ + public void getMetrics(com.google.recaptchaenterprise.v1.GetMetricsRequest request, + io.grpc.stub.StreamObserver
+ * Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA + * Enterprise actions can be executed. + * A project may have a maximum of 1000 policies. + *+ */ + public void createFirewallPolicy(com.google.recaptchaenterprise.v1.CreateFirewallPolicyRequest request, + io.grpc.stub.StreamObserver
+ * Returns the list of all firewall policies that belong to a project. + *+ */ + public void listFirewallPolicies(com.google.recaptchaenterprise.v1.ListFirewallPoliciesRequest request, + io.grpc.stub.StreamObserver
+ * Returns the specified firewall policy. + *+ */ + public void getFirewallPolicy(com.google.recaptchaenterprise.v1.GetFirewallPolicyRequest request, + io.grpc.stub.StreamObserver
+ * Updates the specified firewall policy. + *+ */ + public void updateFirewallPolicy(com.google.recaptchaenterprise.v1.UpdateFirewallPolicyRequest request, + io.grpc.stub.StreamObserver
+ * Deletes the specified firewall policy. + *+ */ + public void deleteFirewallPolicy(com.google.recaptchaenterprise.v1.DeleteFirewallPolicyRequest request, + io.grpc.stub.StreamObserver
+ * List groups of related accounts. + *+ */ + public void listRelatedAccountGroups(com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest request, + io.grpc.stub.StreamObserver
+ * Get memberships in a group of related accounts. + *+ */ + public void listRelatedAccountGroupMemberships(com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest request, + io.grpc.stub.StreamObserver
+ * Search group memberships related to a given account. + *+ */ + public void searchRelatedAccountGroupMemberships(com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsRequest request, + io.grpc.stub.StreamObserver
+ * Service to determine the likelihood an event is legitimate. + *+ */ + public static final class RecaptchaEnterpriseServiceBlockingStub + extends io.grpc.stub.AbstractBlockingStub
+ * Creates an Assessment of the likelihood an event is legitimate. + *+ */ + public com.google.recaptchaenterprise.v1.Assessment createAssessment(com.google.recaptchaenterprise.v1.CreateAssessmentRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateAssessmentMethod(), getCallOptions(), request); + } + + /** + *
+ * Annotates a previously created Assessment to provide additional information + * on whether the event turned out to be authentic or fraudulent. + *+ */ + public com.google.recaptchaenterprise.v1.AnnotateAssessmentResponse annotateAssessment(com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getAnnotateAssessmentMethod(), getCallOptions(), request); + } + + /** + *
+ * Creates a new reCAPTCHA Enterprise key. + *+ */ + public com.google.recaptchaenterprise.v1.Key createKey(com.google.recaptchaenterprise.v1.CreateKeyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateKeyMethod(), getCallOptions(), request); + } + + /** + *
+ * Returns the list of all keys that belong to a project. + *+ */ + public com.google.recaptchaenterprise.v1.ListKeysResponse listKeys(com.google.recaptchaenterprise.v1.ListKeysRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListKeysMethod(), getCallOptions(), request); + } + + /** + *
+ * Returns the secret key related to the specified public key. + * You must use the legacy secret key only in a 3rd party integration with + * legacy reCAPTCHA. + *+ */ + public com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyResponse retrieveLegacySecretKey(com.google.recaptchaenterprise.v1.RetrieveLegacySecretKeyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRetrieveLegacySecretKeyMethod(), getCallOptions(), request); + } + + /** + *
+ * Returns the specified key. + *+ */ + public com.google.recaptchaenterprise.v1.Key getKey(com.google.recaptchaenterprise.v1.GetKeyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetKeyMethod(), getCallOptions(), request); + } + + /** + *
+ * Updates the specified key. + *+ */ + public com.google.recaptchaenterprise.v1.Key updateKey(com.google.recaptchaenterprise.v1.UpdateKeyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateKeyMethod(), getCallOptions(), request); + } + + /** + *
+ * Deletes the specified key. + *+ */ + public com.google.protobuf.Empty deleteKey(com.google.recaptchaenterprise.v1.DeleteKeyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteKeyMethod(), getCallOptions(), request); + } + + /** + *
+ * Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. + * Once a key is migrated, it can be used from either product. SiteVerify + * requests are billed as CreateAssessment calls. You must be + * authenticated as one of the current owners of the reCAPTCHA Key, and + * your user must have the reCAPTCHA Enterprise Admin IAM role in the + * destination project. + *+ */ + public com.google.recaptchaenterprise.v1.Key migrateKey(com.google.recaptchaenterprise.v1.MigrateKeyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getMigrateKeyMethod(), getCallOptions(), request); + } + + /** + *
+ * Get some aggregated metrics for a Key. This data can be used to build + * dashboards. + *+ */ + public com.google.recaptchaenterprise.v1.Metrics getMetrics(com.google.recaptchaenterprise.v1.GetMetricsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetMetricsMethod(), getCallOptions(), request); + } + + /** + *
+ * Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA + * Enterprise actions can be executed. + * A project may have a maximum of 1000 policies. + *+ */ + public com.google.recaptchaenterprise.v1.FirewallPolicy createFirewallPolicy(com.google.recaptchaenterprise.v1.CreateFirewallPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateFirewallPolicyMethod(), getCallOptions(), request); + } + + /** + *
+ * Returns the list of all firewall policies that belong to a project. + *+ */ + public com.google.recaptchaenterprise.v1.ListFirewallPoliciesResponse listFirewallPolicies(com.google.recaptchaenterprise.v1.ListFirewallPoliciesRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListFirewallPoliciesMethod(), getCallOptions(), request); + } + + /** + *
+ * Returns the specified firewall policy. + *+ */ + public com.google.recaptchaenterprise.v1.FirewallPolicy getFirewallPolicy(com.google.recaptchaenterprise.v1.GetFirewallPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetFirewallPolicyMethod(), getCallOptions(), request); + } + + /** + *
+ * Updates the specified firewall policy. + *+ */ + public com.google.recaptchaenterprise.v1.FirewallPolicy updateFirewallPolicy(com.google.recaptchaenterprise.v1.UpdateFirewallPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateFirewallPolicyMethod(), getCallOptions(), request); + } + + /** + *
+ * Deletes the specified firewall policy. + *+ */ + public com.google.protobuf.Empty deleteFirewallPolicy(com.google.recaptchaenterprise.v1.DeleteFirewallPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteFirewallPolicyMethod(), getCallOptions(), request); + } + + /** + *
+ * List groups of related accounts. + *+ */ + public com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsResponse listRelatedAccountGroups(com.google.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListRelatedAccountGroupsMethod(), getCallOptions(), request); + } + + /** + *
+ * Get memberships in a group of related accounts. + *+ */ + public com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsResponse listRelatedAccountGroupMemberships(com.google.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListRelatedAccountGroupMembershipsMethod(), getCallOptions(), request); + } + + /** + *
+ * Search group memberships related to a given account. + *+ */ + public com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsResponse searchRelatedAccountGroupMemberships(com.google.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getSearchRelatedAccountGroupMembershipsMethod(), getCallOptions(), request); + } + } + + /** + * A stub to allow clients to do ListenableFuture-style rpc calls to service RecaptchaEnterpriseService. + *
+ * Service to determine the likelihood an event is legitimate. + *+ */ + public static final class RecaptchaEnterpriseServiceFutureStub + extends io.grpc.stub.AbstractFutureStub
+ * Creates an Assessment of the likelihood an event is legitimate. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Annotates a previously created Assessment to provide additional information + * on whether the event turned out to be authentic or fraudulent. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Creates a new reCAPTCHA Enterprise key. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Returns the list of all keys that belong to a project. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Returns the secret key related to the specified public key. + * You must use the legacy secret key only in a 3rd party integration with + * legacy reCAPTCHA. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Returns the specified key. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Updates the specified key. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Deletes the specified key. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. + * Once a key is migrated, it can be used from either product. SiteVerify + * requests are billed as CreateAssessment calls. You must be + * authenticated as one of the current owners of the reCAPTCHA Key, and + * your user must have the reCAPTCHA Enterprise Admin IAM role in the + * destination project. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Get some aggregated metrics for a Key. This data can be used to build + * dashboards. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA + * Enterprise actions can be executed. + * A project may have a maximum of 1000 policies. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Returns the list of all firewall policies that belong to a project. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Returns the specified firewall policy. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Updates the specified firewall policy. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Deletes the specified firewall policy. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * List groups of related accounts. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Get memberships in a group of related accounts. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
+ * Search group memberships related to a given account. + *+ */ + public com.google.common.util.concurrent.ListenableFuture
* Account defender risk assessment. ** * Protobuf type {@code google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment} */ -public final class AccountDefenderAssessment extends com.google.protobuf.GeneratedMessageV3 - implements +public final class AccountDefenderAssessment extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment) AccountDefenderAssessmentOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use AccountDefenderAssessment.newBuilder() to construct. private AccountDefenderAssessment(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } - private AccountDefenderAssessment() { labels_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new AccountDefenderAssessment(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.recaptchaenterprise.v1.RecaptchaEnterpriseProto - .internal_static_google_cloud_recaptchaenterprise_v1_AccountDefenderAssessment_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.recaptchaenterprise.v1.RecaptchaEnterpriseProto.internal_static_google_cloud_recaptchaenterprise_v1_AccountDefenderAssessment_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.recaptchaenterprise.v1.RecaptchaEnterpriseProto - .internal_static_google_cloud_recaptchaenterprise_v1_AccountDefenderAssessment_fieldAccessorTable + return com.google.recaptchaenterprise.v1.RecaptchaEnterpriseProto.internal_static_google_cloud_recaptchaenterprise_v1_AccountDefenderAssessment_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.recaptchaenterprise.v1.AccountDefenderAssessment.class, - com.google.recaptchaenterprise.v1.AccountDefenderAssessment.Builder.class); + com.google.recaptchaenterprise.v1.AccountDefenderAssessment.class, com.google.recaptchaenterprise.v1.AccountDefenderAssessment.Builder.class); } /** - * - * *
* Labels returned by account defender for this request. ** - * Protobuf enum {@code - * google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel} + * Protobuf enum {@code google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel} */ - public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageEnum { + public enum AccountDefenderLabel + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
* Default unspecified type. *@@ -84,8 +61,6 @@ public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageE */ ACCOUNT_DEFENDER_LABEL_UNSPECIFIED(0), /** - * - * *
* The request matches a known good profile for the user. *@@ -94,8 +69,6 @@ public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageE */ PROFILE_MATCH(1), /** - * - * *
* The request is potentially a suspicious login event and must be further * verified either through multi-factor authentication or another system. @@ -105,8 +78,6 @@ public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageE */ SUSPICIOUS_LOGIN_ACTIVITY(2), /** - * - * ** The request matched a profile that previously had suspicious account * creation behavior. This can mean that this is a fake account. @@ -116,8 +87,6 @@ public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageE */ SUSPICIOUS_ACCOUNT_CREATION(3), /** - * - * ** The account in the request has a high number of related accounts. It does * not necessarily imply that the account is bad but can require further @@ -131,8 +100,6 @@ public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageE ; /** - * - * ** Default unspecified type. *@@ -141,8 +108,6 @@ public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageE */ public static final int ACCOUNT_DEFENDER_LABEL_UNSPECIFIED_VALUE = 0; /** - * - * ** The request matches a known good profile for the user. *@@ -151,8 +116,6 @@ public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageE */ public static final int PROFILE_MATCH_VALUE = 1; /** - * - * ** The request is potentially a suspicious login event and must be further * verified either through multi-factor authentication or another system. @@ -162,8 +125,6 @@ public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageE */ public static final int SUSPICIOUS_LOGIN_ACTIVITY_VALUE = 2; /** - * - * ** The request matched a profile that previously had suspicious account * creation behavior. This can mean that this is a fake account. @@ -173,8 +134,6 @@ public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageE */ public static final int SUSPICIOUS_ACCOUNT_CREATION_VALUE = 3; /** - * - * ** The account in the request has a high number of related accounts. It does * not necessarily imply that the account is bad but can require further @@ -185,6 +144,7 @@ public enum AccountDefenderLabel implements com.google.protobuf.ProtocolMessageE */ public static final int RELATED_ACCOUNTS_NUMBER_HIGH_VALUE = 4; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -209,18 +169,12 @@ public static AccountDefenderLabel valueOf(int value) { */ public static AccountDefenderLabel forNumber(int value) { switch (value) { - case 0: - return ACCOUNT_DEFENDER_LABEL_UNSPECIFIED; - case 1: - return PROFILE_MATCH; - case 2: - return SUSPICIOUS_LOGIN_ACTIVITY; - case 3: - return SUSPICIOUS_ACCOUNT_CREATION; - case 4: - return RELATED_ACCOUNTS_NUMBER_HIGH; - default: - return null; + case 0: return ACCOUNT_DEFENDER_LABEL_UNSPECIFIED; + case 1: return PROFILE_MATCH; + case 2: return SUSPICIOUS_LOGIN_ACTIVITY; + case 3: return SUSPICIOUS_ACCOUNT_CREATION; + case 4: return RELATED_ACCOUNTS_NUMBER_HIGH; + default: return null; } } @@ -228,31 +182,29 @@ public static AccountDefenderLabel forNumber(int value) { internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + AccountDefenderLabel> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public AccountDefenderLabel findValueByNumber(int number) { + return AccountDefenderLabel.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap - internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap