Metrics for a single Key.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.Metrics
Methods |
public __construct( $data = NULL) Constructor.
|
public clearStartTime() |
public getChallengeMetrics() Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
|
public getName() Output only. Identifier. The name of the metrics, in the format
Generated from protobuf field string name = 4 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
|
public getScoreMetrics() Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
|
public getStartTime() Inclusive start time aligned to a day in the America/Los_Angeles (Pacific) timezone. Generated from protobuf field .google.protobuf.Timestamp start_time = 1;
|
public hasStartTime() |
public setChallengeMetrics( $var) Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
|
public setName( $var) Output only. Identifier. The name of the metrics, in the format
Generated from protobuf field string name = 4 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
|
public setScoreMetrics( $var) Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
|
public setStartTime( $var) Inclusive start time aligned to a day in the America/Los_Angeles (Pacific) timezone. Generated from protobuf field .google.protobuf.Timestamp start_time = 1;
|
Properties |
protected $name = '' Output only. Identifier. The name of the metrics, in the format
Generated from protobuf field string name = 4 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY]; |
protected $start_time = NULL Inclusive start time aligned to a day in the America/Los_Angeles (Pacific) timezone. Generated from protobuf field .google.protobuf.Timestamp start_time = 1; |
Methods |
Properties |
private $challenge_metrics = NULL Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3; |
private $score_metrics = NULL Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2; |