Show / Hide Table of Contents

Class ManagementResource.ClientIdResource.HashClientIdRequest

Hashes the given Client ID.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<HashClientIdResponse>
AnalyticsBaseServiceRequest<HashClientIdResponse>
ManagementResource.ClientIdResource.HashClientIdRequest
Implements
IClientServiceRequest<HashClientIdResponse>
IClientServiceRequest
Inherited Members
AnalyticsBaseServiceRequest<HashClientIdResponse>.Alt
AnalyticsBaseServiceRequest<HashClientIdResponse>.Fields
AnalyticsBaseServiceRequest<HashClientIdResponse>.Key
AnalyticsBaseServiceRequest<HashClientIdResponse>.OauthToken
AnalyticsBaseServiceRequest<HashClientIdResponse>.PrettyPrint
AnalyticsBaseServiceRequest<HashClientIdResponse>.QuotaUser
AnalyticsBaseServiceRequest<HashClientIdResponse>.UserIp
ClientServiceRequest<HashClientIdResponse>.Execute()
ClientServiceRequest<HashClientIdResponse>.ExecuteAsStream()
ClientServiceRequest<HashClientIdResponse>.ExecuteAsync()
ClientServiceRequest<HashClientIdResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<HashClientIdResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<HashClientIdResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<HashClientIdResponse>.CreateRequest(bool?)
ClientServiceRequest<HashClientIdResponse>.GenerateRequestUri()
ClientServiceRequest<HashClientIdResponse>.GetDefaultETagAction(string)
ClientServiceRequest<HashClientIdResponse>.ETagAction
ClientServiceRequest<HashClientIdResponse>.ModifyRequest
ClientServiceRequest<HashClientIdResponse>.ValidateParameters
ClientServiceRequest<HashClientIdResponse>.RequestParameters
ClientServiceRequest<HashClientIdResponse>.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.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.ClientIdResource.HashClientIdRequest : AnalyticsBaseServiceRequest<HashClientIdResponse>, IClientServiceRequest<HashClientIdResponse>, IClientServiceRequest

Constructors

HashClientIdRequest(IClientService, HashClientIdRequest)

Constructs a new HashClientId request.

Declaration
public HashClientIdRequest(IClientService service, HashClientIdRequest body)
Parameters
Type Name Description
IClientService service
HashClientIdRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.GetBody()

InitParameters()

Initializes HashClientId parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Analytics.v3.AnalyticsBaseServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.InitParameters()

Implements

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