Show / Hide Table of Contents

Class UsersResource.DataTypesResource.DataPointsResource.ReconcileRequest

Reconcile data points from multiple data sources into a single data stream.

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

Constructors

ReconcileRequest(IClientService, string)

Constructs a new Reconcile request.

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

Properties

DataSourceFamily

Optional. The data source family name to reconcile. If empty, data points from all data sources will be reconciled. Format: users/me/dataSourceFamilies/{data_source_family} The supported values are: - users/me/dataSourceFamilies/all-sources - default value - users/me/dataSourceFamilies/google-wearables - tracker devices - users/me/dataSourceFamilies/google-sources - Google first party sources

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

Filter

Optional. Filter expression based on https://aip.dev/160. A time range, either physical or civil, can be specified. See the ListDataPointsRequest.filter for the supported fields and syntax.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of data points to return. If unspecified, at most 1440 data points will be returned. The maximum page size is 10000; values above that will be truncated accordingly. For exercise and sleep the default page size is 25. The maximum page size for exercise and sleep is 25.

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

PageToken

Optional. The next_page_token from a previous request, if any.

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

Parent

Required. Parent data type of the Data Point collection. Format: users/me/dataTypes/{data_type}, e.g.: - users/me/dataTypes/steps - users/me/dataTypes/heart-rate For a list of the supported data types see the DataPoint data union field.

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

Methods

InitParameters()

Initializes Reconcile parameter list.

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

Implements

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