Show / Hide Table of Contents

Class UsersResource.DataSourcesResource.DataPointChangesResource.ListRequest

Queries for user's data point changes for a particular data source.

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

Constructors

ListRequest(IClientService, string, string)

Constructs a new List request.

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

Properties

DataSourceId

The data stream ID of the data source that created the dataset.

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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Fitness.v1.Data.ListDataPointChangesResponse>.HttpMethod

Limit

If specified, no more than this many data point changes will be included in the response.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Fitness.v1.Data.ListDataPointChangesResponse>.MethodName

PageToken

The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Fitness.v1.Data.ListDataPointChangesResponse>.RestPath

UserId

List data points for the person identified. Use me to indicate the authenticated user. Only me is supported at this time.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FitnessBaseServiceRequest<ListDataPointChangesResponse>.InitParameters()

Implements

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