Information about account verification, used for identity verification.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.AccountVerificationInfo
Methods |
public __construct( $data = NULL) Constructor.
|
public getEndpoints() Optional. Endpoints that can be used for identity verification. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1 [(.google.api.field_behavior) = OPTIONAL];
|
public getLanguageCode() Optional. Language code preference for the verification message, set as a IETF BCP 47 language code. Generated from protobuf field string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
|
public getLatestVerificationResult() Output only. Result of the latest account verification challenge. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.Result latest_verification_result = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public getUsername() Username of the account that is being verified. Deprecated. Customers
should now provide the Generated from protobuf field string username = 2 [deprecated = true];
|
public setEndpoints( $var) Optional. Endpoints that can be used for identity verification. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1 [(.google.api.field_behavior) = OPTIONAL];
|
public setLanguageCode( $var) Optional. Language code preference for the verification message, set as a IETF BCP 47 language code. Generated from protobuf field string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
|
public setLatestVerificationResult( $var) Output only. Result of the latest account verification challenge. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.Result latest_verification_result = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public setUsername( $var) Username of the account that is being verified. Deprecated. Customers
should now provide the Generated from protobuf field string username = 2 [deprecated = true];
|
Properties |
protected $language_code = '' Optional. Language code preference for the verification message, set as a IETF BCP 47 language code. Generated from protobuf field string language_code = 3 [(.google.api.field_behavior) = OPTIONAL]; |
protected $latest_verification_result = 0 Output only. Result of the latest account verification challenge. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.Result latest_verification_result = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
protected $username = '' Username of the account that is being verified. Deprecated. Customers
should now provide the Generated from protobuf field string username = 2 [deprecated = true];
|
Methods |
Properties |
private $endpoints = NULL Optional. Endpoints that can be used for identity verification. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1 [(.google.api.field_behavior) = OPTIONAL]; |