Class: Google::Cloud::RecaptchaEnterprise::V1::Metrics

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

Metrics for a single Key.

Instance Attribute Summary collapse

Instance Attribute Details

#challenge_metrics::Array<::Google::Cloud::RecaptchaEnterprise::V1::ChallengeMetrics>

Returns Metrics will be continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.

Returns:



1180
1181
1182
1183
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1180

class Metrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. Identifier. The name of the metrics, in the format projects/{project}/keys/{key}/metrics.

Returns:

  • (::String)

    Output only. Identifier. The name of the metrics, in the format projects/{project}/keys/{key}/metrics.



1180
1181
1182
1183
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1180

class Metrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#score_metrics::Array<::Google::Cloud::RecaptchaEnterprise::V1::ScoreMetrics>

Returns Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.

Returns:



1180
1181
1182
1183
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1180

class Metrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns Inclusive start time aligned to a day (UTC).

Returns:



1180
1181
1182
1183
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1180

class Metrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end