Show / Hide Table of Contents

Class UsersResource.GetIdentityRequest

Gets the user's identity. It includes the legacy Fitbit user ID and the Google user ID and it can be used by migrating clients to map identifiers between the two systems.

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

Constructors

GetIdentityRequest(IClientService, string)

Constructs a new GetIdentity request.

Declaration
public GetIdentityRequest(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<Identity>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The resource name of the Identity. Format: users/me/identity

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<Identity>.RestPath

Methods

InitParameters()

Initializes GetIdentity parameter list.

Declaration
protected override void InitParameters()
Overrides
GoogleHealthAPIBaseServiceRequest<Identity>.InitParameters()

Implements

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