Class: Google::Cloud::RecaptchaEnterprise::V1::GetMetricsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The name of the requested metrics, in the format projects/{project}/keys/{key}/metrics.

Returns:

  • (::String)

    Required. The name of the requested metrics, in the format projects/{project}/keys/{key}/metrics.



1158
1159
1160
1161
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1158

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