package recaptchaenterprise
import "google.golang.org/genproto/googleapis/cloud/recaptchaenterprise/v1beta1"
Package recaptchaenterprise aliases all exported identifiers in package "cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb".
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterRecaptchaEnterpriseServiceV1Beta1Server(s *grpc.Server, srv RecaptchaEnterpriseServiceV1Beta1Server)
- type AccountDefenderAssessment
- type AccountDefenderAssessment_AccountDefenderLabel
- type AnnotateAssessmentRequest
- type AnnotateAssessmentRequest_Annotation
- type AnnotateAssessmentRequest_Reason
- type AnnotateAssessmentResponse
- type Assessment
- type Assessment_ClassificationReason
- type CreateAssessmentRequest
- type Event
- type PasswordLeakVerification
- type RecaptchaEnterpriseServiceV1Beta1Client
- type RecaptchaEnterpriseServiceV1Beta1Server
- type TokenProperties
- type TokenProperties_InvalidReason
- type UnimplementedRecaptchaEnterpriseServiceV1Beta1Server
Constants ¶
const ( AccountDefenderAssessment_ACCOUNT_DEFENDER_LABEL_UNSPECIFIED = src.AccountDefenderAssessment_ACCOUNT_DEFENDER_LABEL_UNSPECIFIED AccountDefenderAssessment_PROFILE_MATCH = src.AccountDefenderAssessment_PROFILE_MATCH AccountDefenderAssessment_RELATED_ACCOUNTS_NUMBER_HIGH = src.AccountDefenderAssessment_RELATED_ACCOUNTS_NUMBER_HIGH AccountDefenderAssessment_SUSPICIOUS_ACCOUNT_CREATION = src.AccountDefenderAssessment_SUSPICIOUS_ACCOUNT_CREATION AccountDefenderAssessment_SUSPICIOUS_LOGIN_ACTIVITY = src.AccountDefenderAssessment_SUSPICIOUS_LOGIN_ACTIVITY AnnotateAssessmentRequest_ANNOTATION_UNSPECIFIED = src.AnnotateAssessmentRequest_ANNOTATION_UNSPECIFIED AnnotateAssessmentRequest_CHARGEBACK = src.AnnotateAssessmentRequest_CHARGEBACK AnnotateAssessmentRequest_CHARGEBACK_DISPUTE = src.AnnotateAssessmentRequest_CHARGEBACK_DISPUTE AnnotateAssessmentRequest_CHARGEBACK_FRAUD = src.AnnotateAssessmentRequest_CHARGEBACK_FRAUD AnnotateAssessmentRequest_CORRECT_PASSWORD = src.AnnotateAssessmentRequest_CORRECT_PASSWORD AnnotateAssessmentRequest_FAILED_TWO_FACTOR = src.AnnotateAssessmentRequest_FAILED_TWO_FACTOR AnnotateAssessmentRequest_FRAUDULENT = src.AnnotateAssessmentRequest_FRAUDULENT AnnotateAssessmentRequest_INCORRECT_PASSWORD = src.AnnotateAssessmentRequest_INCORRECT_PASSWORD AnnotateAssessmentRequest_INITIATED_TWO_FACTOR = src.AnnotateAssessmentRequest_INITIATED_TWO_FACTOR AnnotateAssessmentRequest_LEGITIMATE = src.AnnotateAssessmentRequest_LEGITIMATE AnnotateAssessmentRequest_PASSED_TWO_FACTOR = src.AnnotateAssessmentRequest_PASSED_TWO_FACTOR AnnotateAssessmentRequest_PASSWORD_CORRECT = src.AnnotateAssessmentRequest_PASSWORD_CORRECT AnnotateAssessmentRequest_PASSWORD_INCORRECT = src.AnnotateAssessmentRequest_PASSWORD_INCORRECT AnnotateAssessmentRequest_PAYMENT_HEURISTICS = src.AnnotateAssessmentRequest_PAYMENT_HEURISTICS AnnotateAssessmentRequest_REASON_UNSPECIFIED = src.AnnotateAssessmentRequest_REASON_UNSPECIFIED Assessment_AUTOMATION = src.Assessment_AUTOMATION Assessment_CLASSIFICATION_REASON_UNSPECIFIED = src.Assessment_CLASSIFICATION_REASON_UNSPECIFIED Assessment_LOW_CONFIDENCE_SCORE = src.Assessment_LOW_CONFIDENCE_SCORE Assessment_TOO_MUCH_TRAFFIC = src.Assessment_TOO_MUCH_TRAFFIC Assessment_UNEXPECTED_ENVIRONMENT = src.Assessment_UNEXPECTED_ENVIRONMENT Assessment_UNEXPECTED_USAGE_PATTERNS = src.Assessment_UNEXPECTED_USAGE_PATTERNS TokenProperties_BROWSER_ERROR = src.TokenProperties_BROWSER_ERROR TokenProperties_DUPE = src.TokenProperties_DUPE TokenProperties_EXPIRED = src.TokenProperties_EXPIRED TokenProperties_INVALID_REASON_UNSPECIFIED = src.TokenProperties_INVALID_REASON_UNSPECIFIED TokenProperties_MALFORMED = src.TokenProperties_MALFORMED TokenProperties_MISSING = src.TokenProperties_MISSING TokenProperties_SITE_MISMATCH = src.TokenProperties_SITE_MISMATCH TokenProperties_UNKNOWN_INVALID_REASON = src.TokenProperties_UNKNOWN_INVALID_REASON )
Deprecated: Please use consts in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
Variables ¶
var ( AccountDefenderAssessment_AccountDefenderLabel_name = src.AccountDefenderAssessment_AccountDefenderLabel_name AccountDefenderAssessment_AccountDefenderLabel_value = src.AccountDefenderAssessment_AccountDefenderLabel_value AnnotateAssessmentRequest_Annotation_name = src.AnnotateAssessmentRequest_Annotation_name AnnotateAssessmentRequest_Annotation_value = src.AnnotateAssessmentRequest_Annotation_value AnnotateAssessmentRequest_Reason_name = src.AnnotateAssessmentRequest_Reason_name AnnotateAssessmentRequest_Reason_value = src.AnnotateAssessmentRequest_Reason_value Assessment_ClassificationReason_name = src.Assessment_ClassificationReason_name Assessment_ClassificationReason_value = src.Assessment_ClassificationReason_value File_google_cloud_recaptchaenterprise_v1beta1_recaptchaenterprise_proto = src.File_google_cloud_recaptchaenterprise_v1beta1_recaptchaenterprise_proto TokenProperties_InvalidReason_name = src.TokenProperties_InvalidReason_name TokenProperties_InvalidReason_value = src.TokenProperties_InvalidReason_value )
Deprecated: Please use vars in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
Functions ¶
func RegisterRecaptchaEnterpriseServiceV1Beta1Server ¶
func RegisterRecaptchaEnterpriseServiceV1Beta1Server(s *grpc.Server, srv RecaptchaEnterpriseServiceV1Beta1Server)
Deprecated: Please use funcs in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
Types ¶
type AccountDefenderAssessment ¶
type AccountDefenderAssessment = src.AccountDefenderAssessment
Account Defender risk assessment.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type AccountDefenderAssessment_AccountDefenderLabel ¶
type AccountDefenderAssessment_AccountDefenderLabel = src.AccountDefenderAssessment_AccountDefenderLabel
Labels returned by Account Defender for this request.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type AnnotateAssessmentRequest ¶
type AnnotateAssessmentRequest = src.AnnotateAssessmentRequest
The request message to annotate an Assessment.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type AnnotateAssessmentRequest_Annotation ¶
type AnnotateAssessmentRequest_Annotation = src.AnnotateAssessmentRequest_Annotation
Enum that represents the types of annotations.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type AnnotateAssessmentRequest_Reason ¶
type AnnotateAssessmentRequest_Reason = src.AnnotateAssessmentRequest_Reason
Enum that represents potential reasons for annotating an assessment.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type AnnotateAssessmentResponse ¶
type AnnotateAssessmentResponse = src.AnnotateAssessmentResponse
Empty response for AnnotateAssessment.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type Assessment ¶
type Assessment = src.Assessment
A recaptcha assessment resource.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type Assessment_ClassificationReason ¶
type Assessment_ClassificationReason = src.Assessment_ClassificationReason
Reasons contributing to the risk analysis verdict.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type CreateAssessmentRequest ¶
type CreateAssessmentRequest = src.CreateAssessmentRequest
The create assessment request message.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type Event ¶
type PasswordLeakVerification ¶
type PasswordLeakVerification = src.PasswordLeakVerification
Password leak verification info.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type RecaptchaEnterpriseServiceV1Beta1Client ¶
type RecaptchaEnterpriseServiceV1Beta1Client = src.RecaptchaEnterpriseServiceV1Beta1Client
RecaptchaEnterpriseServiceV1Beta1Client is the client API for RecaptchaEnterpriseServiceV1Beta1 service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
func NewRecaptchaEnterpriseServiceV1Beta1Client ¶
func NewRecaptchaEnterpriseServiceV1Beta1Client(cc grpc.ClientConnInterface) RecaptchaEnterpriseServiceV1Beta1Client
Deprecated: Please use funcs in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type RecaptchaEnterpriseServiceV1Beta1Server ¶
type RecaptchaEnterpriseServiceV1Beta1Server = src.RecaptchaEnterpriseServiceV1Beta1Server
RecaptchaEnterpriseServiceV1Beta1Server is the server API for RecaptchaEnterpriseServiceV1Beta1 service.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type TokenProperties ¶
type TokenProperties = src.TokenProperties
type TokenProperties_InvalidReason ¶
type TokenProperties_InvalidReason = src.TokenProperties_InvalidReason
Enum that represents the types of invalid token reasons.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
type UnimplementedRecaptchaEnterpriseServiceV1Beta1Server ¶
type UnimplementedRecaptchaEnterpriseServiceV1Beta1Server = src.UnimplementedRecaptchaEnterpriseServiceV1Beta1Server
UnimplementedRecaptchaEnterpriseServiceV1Beta1Server can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.