Show / Hide Table of Contents

Class UsersResource.GetProfileRequest

Returns user Profile details.

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

Constructors

GetProfileRequest(IClientService, string)

Constructs a new GetProfile request.

Declaration
public GetProfileRequest(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<Profile>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the Profile. Format: users/me/profile.

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

Methods

InitParameters()

Initializes GetProfile parameter list.

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

Implements

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