Show / Hide Table of Contents

Class ManagementResource.ClientIdResource.HashClientIdRequest

Hashes the given Client ID.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<HashClientIdResponse>
AnalyticsBaseServiceRequest<HashClientIdResponse>
ManagementResource.ClientIdResource.HashClientIdRequest
Implements
Google.Apis.Requests.IClientServiceRequest<HashClientIdResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
AnalyticsBaseServiceRequest<HashClientIdResponse>.Alt
AnalyticsBaseServiceRequest<HashClientIdResponse>.Fields
AnalyticsBaseServiceRequest<HashClientIdResponse>.Key
AnalyticsBaseServiceRequest<HashClientIdResponse>.OauthToken
AnalyticsBaseServiceRequest<HashClientIdResponse>.PrettyPrint
AnalyticsBaseServiceRequest<HashClientIdResponse>.QuotaUser
AnalyticsBaseServiceRequest<HashClientIdResponse>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.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
Google.Apis.Services.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

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top