Show / Hide Table of Contents

Class ManagementResource.ClientIdResource.HashClientIdRequest

Hashes the given Client ID.

Inheritance
System.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(Nullable<Boolean>)
ClientServiceRequest<HashClientIdResponse>.GenerateRequestUri()
ClientServiceRequest<HashClientIdResponse>.GetDefaultETagAction(String)
ClientServiceRequest<HashClientIdResponse>.ETagAction
ClientServiceRequest<HashClientIdResponse>.ModifyRequest
ClientServiceRequest<HashClientIdResponse>.RequestParameters
ClientServiceRequest<HashClientIdResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class 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
System.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
System.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
System.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
System.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
Back to top