Class: Google::Cloud::RecaptchaEnterprise::V1::GetMetricsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::GetMetricsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
The get metrics request message.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the requested metrics, in the format
projects/{project}/keys/{key}/metrics
.
1238 1239 1240 1241 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1238 class GetMetricsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |