Show / Hide Table of Contents

Class UsersResource.GetIrnProfileRequest

Returns user's IRN Profile details.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<IrnProfile>
GoogleHealthAPIBaseServiceRequest<IrnProfile>
UsersResource.GetIrnProfileRequest
Implements
IClientServiceRequest<IrnProfile>
IClientServiceRequest
Inherited Members
GoogleHealthAPIBaseServiceRequest<IrnProfile>.Xgafv
GoogleHealthAPIBaseServiceRequest<IrnProfile>.AccessToken
GoogleHealthAPIBaseServiceRequest<IrnProfile>.Alt
GoogleHealthAPIBaseServiceRequest<IrnProfile>.Callback
GoogleHealthAPIBaseServiceRequest<IrnProfile>.Fields
GoogleHealthAPIBaseServiceRequest<IrnProfile>.Key
GoogleHealthAPIBaseServiceRequest<IrnProfile>.OauthToken
GoogleHealthAPIBaseServiceRequest<IrnProfile>.PrettyPrint
GoogleHealthAPIBaseServiceRequest<IrnProfile>.QuotaUser
GoogleHealthAPIBaseServiceRequest<IrnProfile>.UploadType
GoogleHealthAPIBaseServiceRequest<IrnProfile>.UploadProtocol
ClientServiceRequest<IrnProfile>.Execute()
ClientServiceRequest<IrnProfile>.ExecuteAsStream()
ClientServiceRequest<IrnProfile>.ExecuteAsync()
ClientServiceRequest<IrnProfile>.ExecuteAsync(CancellationToken)
ClientServiceRequest<IrnProfile>.ExecuteAsStreamAsync()
ClientServiceRequest<IrnProfile>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<IrnProfile>.CreateRequest(bool?)
ClientServiceRequest<IrnProfile>.GenerateRequestUri()
ClientServiceRequest<IrnProfile>.GetBody()
ClientServiceRequest<IrnProfile>.GetDefaultETagAction(string)
ClientServiceRequest<IrnProfile>.ETagAction
ClientServiceRequest<IrnProfile>.ModifyRequest
ClientServiceRequest<IrnProfile>.ValidateParameters
ClientServiceRequest<IrnProfile>.ApiVersion
ClientServiceRequest<IrnProfile>.RequestParameters
ClientServiceRequest<IrnProfile>.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.GetIrnProfileRequest : GoogleHealthAPIBaseServiceRequest<IrnProfile>, IClientServiceRequest<IrnProfile>, IClientServiceRequest

Constructors

GetIrnProfileRequest(IClientService, string)

Constructs a new GetIrnProfile request.

Declaration
public GetIrnProfileRequest(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<IrnProfile>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The resource name of the IRN Profile. Format: users/{user}/irnProfile Example: users/1234567890/irnProfile or users/me/irnProfile The {user} ID is a system-generated Google Health API user ID, a string of 1-63 characters consisting of lowercase and uppercase letters, numbers, and hyphens. The literal me can also be used to refer to the authenticated user.

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

Methods

InitParameters()

Initializes GetIrnProfile parameter list.

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

Implements

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