Show / Hide Table of Contents

Class UsersResource.PairedDevicesResource.GetRequest

Returns user's Device.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<PairedDevice>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the device to retrieve. Format: users/{user}/devices/{device}

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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