Show / Hide Table of Contents

Class PropertiesResource.KeyEventsResource.GetRequest

Retrieve a single Key Event.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>
PropertiesResource.KeyEventsResource.GetRequest
Implements
IClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>
IClientServiceRequest
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.Xgafv
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.AccessToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.Alt
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.Callback
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.Fields
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.Key
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.OauthToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.PrettyPrint
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.QuotaUser
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.UploadType
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.UploadProtocol
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.Execute()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.ExecuteAsStream()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.ExecuteAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.CreateRequest(bool?)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.GenerateRequestUri()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.GetBody()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.ETagAction
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.ModifyRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.ValidateParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.ApiVersion
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.RequestParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.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.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.KeyEventsResource.GetRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.MethodName

Name

Required. The resource name of the Key Event to retrieve. Format: properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456"

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
ClientServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaKeyEvent>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX