The environment creating the assessment. This describes your environment (the system invoking CreateAssessment), NOT the environment of your user.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.AssessmentEnvironment
Methods |
public __construct( $data = NULL) Constructor.
|
public getClient() Optional. Identifies the client module initiating the CreateAssessment request. This can be the link to the client module's project. Examples include:
Generated from protobuf field string client = 1 [(.google.api.field_behavior) = OPTIONAL];
|
public getVersion() Optional. The version of the client module. For example, "1.0.0". Generated from protobuf field string version = 2 [(.google.api.field_behavior) = OPTIONAL];
|
public setClient( $var) Optional. Identifies the client module initiating the CreateAssessment request. This can be the link to the client module's project. Examples include:
Generated from protobuf field string client = 1 [(.google.api.field_behavior) = OPTIONAL];
|
public setVersion( $var) Optional. The version of the client module. For example, "1.0.0". Generated from protobuf field string version = 2 [(.google.api.field_behavior) = OPTIONAL];
|
Properties |
protected $client = '' Optional. Identifies the client module initiating the CreateAssessment request. This can be the link to the client module's project. Examples include:
Generated from protobuf field string client = 1 [(.google.api.field_behavior) = OPTIONAL]; |
protected $version = '' Optional. The version of the client module. For example, "1.0.0". Generated from protobuf field string version = 2 [(.google.api.field_behavior) = OPTIONAL]; |
Methods |