Show / Hide Table of Contents

Class ProjectsResource.KeysResource.GetMetricsRequest

Get some aggregated metrics for a Key. This data can be used to build dashboards.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>
ProjectsResource.KeysResource.GetMetricsRequest
Implements
IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>
IClientServiceRequest
Inherited Members
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.Xgafv
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.AccessToken
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.Alt
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.Callback
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.Fields
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.Key
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.OauthToken
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.PrettyPrint
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.QuotaUser
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.UploadType
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.UploadProtocol
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.Execute()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.GetBody()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.ETagAction
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.ModifyRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.ValidateParameters
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.RequestParameters
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecaptchaEnterprise.v1
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class ProjectsResource.KeysResource.GetMetricsRequest : RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>, IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1Metrics>, IClientServiceRequest

Constructors

GetMetricsRequest(IClientService, string)

Constructs a new GetMetrics request.

Declaration
public GetMetricsRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1Metrics>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1Metrics>.MethodName

Name

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

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1Metrics>.RestPath

Methods

InitParameters()

Initializes GetMetrics parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.RecaptchaEnterprise.v1.RecaptchaEnterpriseBaseServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1Metrics>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX