Show / Hide Table of Contents

Class UsersResource.PairedDevicesResource.ListRequest

Returns the user's list of paired 1P trackers and smartwatches.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of devices to return. The service may return fewer than this value. If unspecified, at most 5 devices will be returned. The maximum value is 100. values above 100 will be coerced to 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous ListPairedDevices call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPairedDevices must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The parent, which owns this collection of devices. Format: users/{user}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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