fitness - ActiveState ActiveGo 1.8
...

Package fitness

import "google.golang.org/api/fitness/v1"
Overview
Index

Overview ▾

Package fitness provides access to the Fitness.

See https://developers.google.com/fit/rest/

Usage example:

import "google.golang.org/api/fitness/v1"
...
fitnessService, err := fitness.New(oauthHttpClient)

Index ▾

Constants
type AggregateBucket
    func (s *AggregateBucket) MarshalJSON() ([]byte, error)
type AggregateBy
    func (s *AggregateBy) MarshalJSON() ([]byte, error)
type AggregateRequest
    func (s *AggregateRequest) MarshalJSON() ([]byte, error)
type AggregateResponse
    func (s *AggregateResponse) MarshalJSON() ([]byte, error)
type Application
    func (s *Application) MarshalJSON() ([]byte, error)
type BucketByActivity
    func (s *BucketByActivity) MarshalJSON() ([]byte, error)
type BucketBySession
    func (s *BucketBySession) MarshalJSON() ([]byte, error)
type BucketByTime
    func (s *BucketByTime) MarshalJSON() ([]byte, error)
type BucketByTimePeriod
    func (s *BucketByTimePeriod) MarshalJSON() ([]byte, error)
type DataPoint
    func (s *DataPoint) MarshalJSON() ([]byte, error)
type DataSource
    func (s *DataSource) MarshalJSON() ([]byte, error)
type DataType
    func (s *DataType) MarshalJSON() ([]byte, error)
type DataTypeField
    func (s *DataTypeField) MarshalJSON() ([]byte, error)
type Dataset
    func (s *Dataset) MarshalJSON() ([]byte, error)
type Device
    func (s *Device) MarshalJSON() ([]byte, error)
type ListDataSourcesResponse
    func (s *ListDataSourcesResponse) MarshalJSON() ([]byte, error)
type ListSessionsResponse
    func (s *ListSessionsResponse) MarshalJSON() ([]byte, error)
type MapValue
    func (s *MapValue) MarshalJSON() ([]byte, error)
    func (s *MapValue) UnmarshalJSON(data []byte) error
type Service
    func New(client *http.Client) (*Service, error)
type Session
    func (s *Session) MarshalJSON() ([]byte, error)
type UsersDataSourcesCreateCall
    func (c *UsersDataSourcesCreateCall) Context(ctx context.Context) *UsersDataSourcesCreateCall
    func (c *UsersDataSourcesCreateCall) Do(opts ...googleapi.CallOption) (*DataSource, error)
    func (c *UsersDataSourcesCreateCall) Fields(s ...googleapi.Field) *UsersDataSourcesCreateCall
    func (c *UsersDataSourcesCreateCall) Header() http.Header
type UsersDataSourcesDatasetsDeleteCall
    func (c *UsersDataSourcesDatasetsDeleteCall) Context(ctx context.Context) *UsersDataSourcesDatasetsDeleteCall
    func (c *UsersDataSourcesDatasetsDeleteCall) CurrentTimeMillis(currentTimeMillis int64) *UsersDataSourcesDatasetsDeleteCall
    func (c *UsersDataSourcesDatasetsDeleteCall) Do(opts ...googleapi.CallOption) error
    func (c *UsersDataSourcesDatasetsDeleteCall) Fields(s ...googleapi.Field) *UsersDataSourcesDatasetsDeleteCall
    func (c *UsersDataSourcesDatasetsDeleteCall) Header() http.Header
    func (c *UsersDataSourcesDatasetsDeleteCall) ModifiedTimeMillis(modifiedTimeMillis int64) *UsersDataSourcesDatasetsDeleteCall
type UsersDataSourcesDatasetsGetCall
    func (c *UsersDataSourcesDatasetsGetCall) Context(ctx context.Context) *UsersDataSourcesDatasetsGetCall
    func (c *UsersDataSourcesDatasetsGetCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
    func (c *UsersDataSourcesDatasetsGetCall) Fields(s ...googleapi.Field) *UsersDataSourcesDatasetsGetCall
    func (c *UsersDataSourcesDatasetsGetCall) Header() http.Header
    func (c *UsersDataSourcesDatasetsGetCall) IfNoneMatch(entityTag string) *UsersDataSourcesDatasetsGetCall
    func (c *UsersDataSourcesDatasetsGetCall) Limit(limit int64) *UsersDataSourcesDatasetsGetCall
    func (c *UsersDataSourcesDatasetsGetCall) PageToken(pageToken string) *UsersDataSourcesDatasetsGetCall
    func (c *UsersDataSourcesDatasetsGetCall) Pages(ctx context.Context, f func(*Dataset) error) error
type UsersDataSourcesDatasetsPatchCall
    func (c *UsersDataSourcesDatasetsPatchCall) Context(ctx context.Context) *UsersDataSourcesDatasetsPatchCall
    func (c *UsersDataSourcesDatasetsPatchCall) CurrentTimeMillis(currentTimeMillis int64) *UsersDataSourcesDatasetsPatchCall
    func (c *UsersDataSourcesDatasetsPatchCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
    func (c *UsersDataSourcesDatasetsPatchCall) Fields(s ...googleapi.Field) *UsersDataSourcesDatasetsPatchCall
    func (c *UsersDataSourcesDatasetsPatchCall) Header() http.Header
    func (c *UsersDataSourcesDatasetsPatchCall) Pages(ctx context.Context, f func(*Dataset) error) error
type UsersDataSourcesDatasetsService
    func NewUsersDataSourcesDatasetsService(s *Service) *UsersDataSourcesDatasetsService
    func (r *UsersDataSourcesDatasetsService) Delete(userId string, dataSourceId string, datasetId string) *UsersDataSourcesDatasetsDeleteCall
    func (r *UsersDataSourcesDatasetsService) Get(userId string, dataSourceId string, datasetId string) *UsersDataSourcesDatasetsGetCall
    func (r *UsersDataSourcesDatasetsService) Patch(userId string, dataSourceId string, datasetId string, dataset *Dataset) *UsersDataSourcesDatasetsPatchCall
type UsersDataSourcesDeleteCall
    func (c *UsersDataSourcesDeleteCall) Context(ctx context.Context) *UsersDataSourcesDeleteCall
    func (c *UsersDataSourcesDeleteCall) Do(opts ...googleapi.CallOption) (*DataSource, error)
    func (c *UsersDataSourcesDeleteCall) Fields(s ...googleapi.Field) *UsersDataSourcesDeleteCall
    func (c *UsersDataSourcesDeleteCall) Header() http.Header
type UsersDataSourcesGetCall
    func (c *UsersDataSourcesGetCall) Context(ctx context.Context) *UsersDataSourcesGetCall
    func (c *UsersDataSourcesGetCall) Do(opts ...googleapi.CallOption) (*DataSource, error)
    func (c *UsersDataSourcesGetCall) Fields(s ...googleapi.Field) *UsersDataSourcesGetCall
    func (c *UsersDataSourcesGetCall) Header() http.Header
    func (c *UsersDataSourcesGetCall) IfNoneMatch(entityTag string) *UsersDataSourcesGetCall
type UsersDataSourcesListCall
    func (c *UsersDataSourcesListCall) Context(ctx context.Context) *UsersDataSourcesListCall
    func (c *UsersDataSourcesListCall) DataTypeName(dataTypeName ...string) *UsersDataSourcesListCall
    func (c *UsersDataSourcesListCall) Do(opts ...googleapi.CallOption) (*ListDataSourcesResponse, error)
    func (c *UsersDataSourcesListCall) Fields(s ...googleapi.Field) *UsersDataSourcesListCall
    func (c *UsersDataSourcesListCall) Header() http.Header
    func (c *UsersDataSourcesListCall) IfNoneMatch(entityTag string) *UsersDataSourcesListCall
type UsersDataSourcesPatchCall
    func (c *UsersDataSourcesPatchCall) Context(ctx context.Context) *UsersDataSourcesPatchCall
    func (c *UsersDataSourcesPatchCall) Do(opts ...googleapi.CallOption) (*DataSource, error)
    func (c *UsersDataSourcesPatchCall) Fields(s ...googleapi.Field) *UsersDataSourcesPatchCall
    func (c *UsersDataSourcesPatchCall) Header() http.Header
type UsersDataSourcesService
    func NewUsersDataSourcesService(s *Service) *UsersDataSourcesService
    func (r *UsersDataSourcesService) Create(userId string, datasource *DataSource) *UsersDataSourcesCreateCall
    func (r *UsersDataSourcesService) Delete(userId string, dataSourceId string) *UsersDataSourcesDeleteCall
    func (r *UsersDataSourcesService) Get(userId string, dataSourceId string) *UsersDataSourcesGetCall
    func (r *UsersDataSourcesService) List(userId string) *UsersDataSourcesListCall
    func (r *UsersDataSourcesService) Patch(userId string, dataSourceId string, datasource *DataSource) *UsersDataSourcesPatchCall
    func (r *UsersDataSourcesService) Update(userId string, dataSourceId string, datasource *DataSource) *UsersDataSourcesUpdateCall
type UsersDataSourcesUpdateCall
    func (c *UsersDataSourcesUpdateCall) Context(ctx context.Context) *UsersDataSourcesUpdateCall
    func (c *UsersDataSourcesUpdateCall) Do(opts ...googleapi.CallOption) (*DataSource, error)
    func (c *UsersDataSourcesUpdateCall) Fields(s ...googleapi.Field) *UsersDataSourcesUpdateCall
    func (c *UsersDataSourcesUpdateCall) Header() http.Header
type UsersDatasetAggregateCall
    func (c *UsersDatasetAggregateCall) Context(ctx context.Context) *UsersDatasetAggregateCall
    func (c *UsersDatasetAggregateCall) Do(opts ...googleapi.CallOption) (*AggregateResponse, error)
    func (c *UsersDatasetAggregateCall) Fields(s ...googleapi.Field) *UsersDatasetAggregateCall
    func (c *UsersDatasetAggregateCall) Header() http.Header
type UsersDatasetService
    func NewUsersDatasetService(s *Service) *UsersDatasetService
    func (r *UsersDatasetService) Aggregate(userId string, aggregaterequest *AggregateRequest) *UsersDatasetAggregateCall
type UsersService
    func NewUsersService(s *Service) *UsersService
type UsersSessionsDeleteCall
    func (c *UsersSessionsDeleteCall) Context(ctx context.Context) *UsersSessionsDeleteCall
    func (c *UsersSessionsDeleteCall) CurrentTimeMillis(currentTimeMillis int64) *UsersSessionsDeleteCall
    func (c *UsersSessionsDeleteCall) Do(opts ...googleapi.CallOption) error
    func (c *UsersSessionsDeleteCall) Fields(s ...googleapi.Field) *UsersSessionsDeleteCall
    func (c *UsersSessionsDeleteCall) Header() http.Header
type UsersSessionsListCall
    func (c *UsersSessionsListCall) Context(ctx context.Context) *UsersSessionsListCall
    func (c *UsersSessionsListCall) Do(opts ...googleapi.CallOption) (*ListSessionsResponse, error)
    func (c *UsersSessionsListCall) EndTime(endTime string) *UsersSessionsListCall
    func (c *UsersSessionsListCall) Fields(s ...googleapi.Field) *UsersSessionsListCall
    func (c *UsersSessionsListCall) Header() http.Header
    func (c *UsersSessionsListCall) IfNoneMatch(entityTag string) *UsersSessionsListCall
    func (c *UsersSessionsListCall) IncludeDeleted(includeDeleted bool) *UsersSessionsListCall
    func (c *UsersSessionsListCall) PageToken(pageToken string) *UsersSessionsListCall
    func (c *UsersSessionsListCall) Pages(ctx context.Context, f func(*ListSessionsResponse) error) error
    func (c *UsersSessionsListCall) StartTime(startTime string) *UsersSessionsListCall
type UsersSessionsService
    func NewUsersSessionsService(s *Service) *UsersSessionsService
    func (r *UsersSessionsService) Delete(userId string, sessionId string) *UsersSessionsDeleteCall
    func (r *UsersSessionsService) List(userId string) *UsersSessionsListCall
    func (r *UsersSessionsService) Update(userId string, sessionId string, session *Session) *UsersSessionsUpdateCall
type UsersSessionsUpdateCall
    func (c *UsersSessionsUpdateCall) Context(ctx context.Context) *UsersSessionsUpdateCall
    func (c *UsersSessionsUpdateCall) CurrentTimeMillis(currentTimeMillis int64) *UsersSessionsUpdateCall
    func (c *UsersSessionsUpdateCall) Do(opts ...googleapi.CallOption) (*Session, error)
    func (c *UsersSessionsUpdateCall) Fields(s ...googleapi.Field) *UsersSessionsUpdateCall
    func (c *UsersSessionsUpdateCall) Header() http.Header
type Value
    func (s *Value) MarshalJSON() ([]byte, error)
    func (s *Value) UnmarshalJSON(data []byte) error
type ValueMapValEntry
    func (s *ValueMapValEntry) MarshalJSON() ([]byte, error)

Package files

fitness-gen.go

Constants

OAuth2 scopes used by this API.

const (
    // View your activity information in Google Fit
    FitnessActivityReadScope = "https://www.googleapis.com/auth/fitness.activity.read"

    // View and store your activity information in Google Fit
    FitnessActivityWriteScope = "https://www.googleapis.com/auth/fitness.activity.write"

    // View blood glucose data in Google Fit
    FitnessBloodGlucoseReadScope = "https://www.googleapis.com/auth/fitness.blood_glucose.read"

    // View and store blood glucose data in Google Fit
    FitnessBloodGlucoseWriteScope = "https://www.googleapis.com/auth/fitness.blood_glucose.write"

    // View blood pressure data in Google Fit
    FitnessBloodPressureReadScope = "https://www.googleapis.com/auth/fitness.blood_pressure.read"

    // View and store blood pressure data in Google Fit
    FitnessBloodPressureWriteScope = "https://www.googleapis.com/auth/fitness.blood_pressure.write"

    // View body sensor information in Google Fit
    FitnessBodyReadScope = "https://www.googleapis.com/auth/fitness.body.read"

    // View and store body sensor data in Google Fit
    FitnessBodyWriteScope = "https://www.googleapis.com/auth/fitness.body.write"

    // View body temperature data in Google Fit
    FitnessBodyTemperatureReadScope = "https://www.googleapis.com/auth/fitness.body_temperature.read"

    // View and store body temperature data in Google Fit
    FitnessBodyTemperatureWriteScope = "https://www.googleapis.com/auth/fitness.body_temperature.write"

    // View your stored location data in Google Fit
    FitnessLocationReadScope = "https://www.googleapis.com/auth/fitness.location.read"

    // View and store your location data in Google Fit
    FitnessLocationWriteScope = "https://www.googleapis.com/auth/fitness.location.write"

    // View nutrition information in Google Fit
    FitnessNutritionReadScope = "https://www.googleapis.com/auth/fitness.nutrition.read"

    // View and store nutrition information in Google Fit
    FitnessNutritionWriteScope = "https://www.googleapis.com/auth/fitness.nutrition.write"

    // View oxygen saturation data in Google Fit
    FitnessOxygenSaturationReadScope = "https://www.googleapis.com/auth/fitness.oxygen_saturation.read"

    // View and store oxygen saturation data in Google Fit
    FitnessOxygenSaturationWriteScope = "https://www.googleapis.com/auth/fitness.oxygen_saturation.write"

    // View reproductive health data in Google Fit
    FitnessReproductiveHealthReadScope = "https://www.googleapis.com/auth/fitness.reproductive_health.read"

    // View and store reproductive health data in Google Fit
    FitnessReproductiveHealthWriteScope = "https://www.googleapis.com/auth/fitness.reproductive_health.write"
)

type AggregateBucket

type AggregateBucket struct {
    // Activity: Available for Bucket.Type.ACTIVITY_TYPE,
    // Bucket.Type.ACTIVITY_SEGMENT
    Activity int64 `json:"activity,omitempty"`

    // Dataset: There will be one dataset per AggregateBy in the request.
    Dataset []*Dataset `json:"dataset,omitempty"`

    // EndTimeMillis: The end time for the aggregated data, in milliseconds
    // since epoch, inclusive.
    EndTimeMillis int64 `json:"endTimeMillis,omitempty,string"`

    // Session: Available for Bucket.Type.SESSION
    Session *Session `json:"session,omitempty"`

    // StartTimeMillis: The start time for the aggregated data, in
    // milliseconds since epoch, inclusive.
    StartTimeMillis int64 `json:"startTimeMillis,omitempty,string"`

    // Type: The type of a bucket signifies how the data aggregation is
    // performed in the bucket.
    //
    // Possible values:
    //   "activitySegment"
    //   "activityType"
    //   "session"
    //   "time"
    //   "unknown"
    Type string `json:"type,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Activity") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Activity") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*AggregateBucket) MarshalJSON

func (s *AggregateBucket) MarshalJSON() ([]byte, error)

type AggregateBy

AggregateBy: The specification of which data to aggregate.

type AggregateBy struct {
    // DataSourceId: A data source ID to aggregate. Mutually exclusive of
    // dataTypeName. Only data from the specified data source ID will be
    // included in the aggregation. The dataset in the response will have
    // the same data source ID.
    DataSourceId string `json:"dataSourceId,omitempty"`

    // DataTypeName: The data type to aggregate. All data sources providing
    // this data type will contribute data to the aggregation. The response
    // will contain a single dataset for this data type name. The dataset
    // will have a data source ID of
    // derived:com.google.:com.google.android.gms:aggregated
    DataTypeName string `json:"dataTypeName,omitempty"`

    // ForceSendFields is a list of field names (e.g. "DataSourceId") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DataSourceId") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*AggregateBy) MarshalJSON

func (s *AggregateBy) MarshalJSON() ([]byte, error)

type AggregateRequest

AggregateRequest: Next id: 10

type AggregateRequest struct {
    // AggregateBy: The specification of data to be aggregated. At least one
    // aggregateBy spec must be provided. All data that is specified will be
    // aggregated using the same bucketing criteria. There will be one
    // dataset in the response for every aggregateBy spec.
    AggregateBy []*AggregateBy `json:"aggregateBy,omitempty"`

    // BucketByActivitySegment: Specifies that data be aggregated each
    // activity segment recored for a user. Similar to
    // bucketByActivitySegment, but bucketing is done for each activity
    // segment rather than all segments of the same type. Mutually exclusive
    // of other bucketing specifications.
    BucketByActivitySegment *BucketByActivity `json:"bucketByActivitySegment,omitempty"`

    // BucketByActivityType: Specifies that data be aggregated by the type
    // of activity being performed when the data was recorded. All data that
    // was recorded during a certain activity type (for the given time
    // range) will be aggregated into the same bucket. Data that was
    // recorded while the user was not active will not be included in the
    // response. Mutually exclusive of other bucketing specifications.
    BucketByActivityType *BucketByActivity `json:"bucketByActivityType,omitempty"`

    // BucketBySession: Specifies that data be aggregated by user sessions.
    // Data that does not fall within the time range of a session will not
    // be included in the response. Mutually exclusive of other bucketing
    // specifications.
    BucketBySession *BucketBySession `json:"bucketBySession,omitempty"`

    // BucketByTime: Specifies that data be aggregated by a single time
    // interval. Mutually exclusive of other bucketing specifications.
    BucketByTime *BucketByTime `json:"bucketByTime,omitempty"`

    // EndTimeMillis: The end of a window of time. Data that intersects with
    // this time window will be aggregated. The time is in milliseconds
    // since epoch, inclusive.
    EndTimeMillis int64 `json:"endTimeMillis,omitempty,string"`

    // FilteredDataQualityStandard: A list of acceptable data quality
    // standards. Only data points which conform to at least one of the
    // specified data quality standards will be returned. If the list is
    // empty, all data points are returned.
    //
    // Possible values:
    //   "dataQualityBloodGlucoseIso151972003"
    //   "dataQualityBloodGlucoseIso151972013"
    //   "dataQualityBloodPressureAami"
    //   "dataQualityBloodPressureBhsAA"
    //   "dataQualityBloodPressureBhsAB"
    //   "dataQualityBloodPressureBhsBA"
    //   "dataQualityBloodPressureBhsBB"
    //   "dataQualityBloodPressureEsh2002"
    //   "dataQualityBloodPressureEsh2010"
    //   "dataQualityUnknown"
    FilteredDataQualityStandard []string `json:"filteredDataQualityStandard,omitempty"`

    // StartTimeMillis: The start of a window of time. Data that intersects
    // with this time window will be aggregated. The time is in milliseconds
    // since epoch, inclusive.
    StartTimeMillis int64 `json:"startTimeMillis,omitempty,string"`

    // ForceSendFields is a list of field names (e.g. "AggregateBy") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "AggregateBy") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*AggregateRequest) MarshalJSON

func (s *AggregateRequest) MarshalJSON() ([]byte, error)

type AggregateResponse

type AggregateResponse struct {
    // Bucket: A list of buckets containing the aggregated data.
    Bucket []*AggregateBucket `json:"bucket,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Bucket") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Bucket") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*AggregateResponse) MarshalJSON

func (s *AggregateResponse) MarshalJSON() ([]byte, error)

type Application

type Application struct {
    // DetailsUrl: An optional URI that can be used to link back to the
    // application.
    DetailsUrl string `json:"detailsUrl,omitempty"`

    // Name: The name of this application. This is required for REST
    // clients, but we do not enforce uniqueness of this name. It is
    // provided as a matter of convenience for other developers who would
    // like to identify which REST created an Application or Data Source.
    Name string `json:"name,omitempty"`

    // PackageName: Package name for this application. This is used as a
    // unique identifier when created by Android applications, but cannot be
    // specified by REST clients. REST clients will have their developer
    // project number reflected into the Data Source data stream IDs,
    // instead of the packageName.
    PackageName string `json:"packageName,omitempty"`

    // Version: Version of the application. You should update this field
    // whenever the application changes in a way that affects the
    // computation of the data.
    Version string `json:"version,omitempty"`

    // ForceSendFields is a list of field names (e.g. "DetailsUrl") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DetailsUrl") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*Application) MarshalJSON

func (s *Application) MarshalJSON() ([]byte, error)

type BucketByActivity

type BucketByActivity struct {
    // ActivityDataSourceId: The default activity stream will be used if a
    // specific activityDataSourceId is not specified.
    ActivityDataSourceId string `json:"activityDataSourceId,omitempty"`

    // MinDurationMillis: Specifies that only activity segments of duration
    // longer than minDurationMillis are considered and used as a container
    // for aggregated data.
    MinDurationMillis int64 `json:"minDurationMillis,omitempty,string"`

    // ForceSendFields is a list of field names (e.g.
    // "ActivityDataSourceId") to unconditionally include in API requests.
    // By default, fields with empty values are omitted from API requests.
    // However, any non-pointer, non-interface field appearing in
    // ForceSendFields will be sent to the server regardless of whether the
    // field is empty or not. This may be used to include empty fields in
    // Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "ActivityDataSourceId") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*BucketByActivity) MarshalJSON

func (s *BucketByActivity) MarshalJSON() ([]byte, error)

type BucketBySession

type BucketBySession struct {
    // MinDurationMillis: Specifies that only sessions of duration longer
    // than minDurationMillis are considered and used as a container for
    // aggregated data.
    MinDurationMillis int64 `json:"minDurationMillis,omitempty,string"`

    // ForceSendFields is a list of field names (e.g. "MinDurationMillis")
    // to unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "MinDurationMillis") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*BucketBySession) MarshalJSON

func (s *BucketBySession) MarshalJSON() ([]byte, error)

type BucketByTime

type BucketByTime struct {
    // DurationMillis: Specifies that result buckets aggregate data by
    // exactly durationMillis time frames. Time frames that contain no data
    // will be included in the response with an empty dataset.
    DurationMillis int64 `json:"durationMillis,omitempty,string"`

    Period *BucketByTimePeriod `json:"period,omitempty"`

    // ForceSendFields is a list of field names (e.g. "DurationMillis") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DurationMillis") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*BucketByTime) MarshalJSON

func (s *BucketByTime) MarshalJSON() ([]byte, error)

type BucketByTimePeriod

type BucketByTimePeriod struct {
    // TimeZoneId: org.joda.timezone.DateTimeZone
    TimeZoneId string `json:"timeZoneId,omitempty"`

    // Possible values:
    //   "day"
    //   "month"
    //   "week"
    Type string `json:"type,omitempty"`

    Value int64 `json:"value,omitempty"`

    // ForceSendFields is a list of field names (e.g. "TimeZoneId") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "TimeZoneId") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*BucketByTimePeriod) MarshalJSON

func (s *BucketByTimePeriod) MarshalJSON() ([]byte, error)

type DataPoint

DataPoint: Represents a single data point, generated by a particular data source. A data point holds a value for each field, an end timestamp and an optional start time. The exact semantics of each of these attributes are specified in the documentation for the particular data type.

A data point can represent an instantaneous measurement, reading or input observation, as well as averages or aggregates over a time interval. Check the data type documentation to determine which is the case for a particular data type.

Data points always contain one value for each field of the data type.

type DataPoint struct {
    // ComputationTimeMillis: Used for version checking during
    // transformation; that is, a datapoint can only replace another
    // datapoint that has an older computation time stamp.
    ComputationTimeMillis int64 `json:"computationTimeMillis,omitempty,string"`

    // DataTypeName: The data type defining the format of the values in this
    // data point.
    DataTypeName string `json:"dataTypeName,omitempty"`

    // EndTimeNanos: The end time of the interval represented by this data
    // point, in nanoseconds since epoch.
    EndTimeNanos int64 `json:"endTimeNanos,omitempty,string"`

    // ModifiedTimeMillis: Indicates the last time this data point was
    // modified. Useful only in contexts where we are listing the data
    // changes, rather than representing the current state of the data.
    ModifiedTimeMillis int64 `json:"modifiedTimeMillis,omitempty,string"`

    // OriginDataSourceId: If the data point is contained in a dataset for a
    // derived data source, this field will be populated with the data
    // source stream ID that created the data point originally.
    OriginDataSourceId string `json:"originDataSourceId,omitempty"`

    // RawTimestampNanos: The raw timestamp from the original SensorEvent.
    RawTimestampNanos int64 `json:"rawTimestampNanos,omitempty,string"`

    // StartTimeNanos: The start time of the interval represented by this
    // data point, in nanoseconds since epoch.
    StartTimeNanos int64 `json:"startTimeNanos,omitempty,string"`

    // Value: Values of each data type field for the data point. It is
    // expected that each value corresponding to a data type field will
    // occur in the same order that the field is listed with in the data
    // type specified in a data source.
    //
    // Only one of integer and floating point fields will be populated,
    // depending on the format enum value within data source's type field.
    Value []*Value `json:"value,omitempty"`

    // ForceSendFields is a list of field names (e.g.
    // "ComputationTimeMillis") to unconditionally include in API requests.
    // By default, fields with empty values are omitted from API requests.
    // However, any non-pointer, non-interface field appearing in
    // ForceSendFields will be sent to the server regardless of whether the
    // field is empty or not. This may be used to include empty fields in
    // Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "ComputationTimeMillis") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*DataPoint) MarshalJSON

func (s *DataPoint) MarshalJSON() ([]byte, error)

type DataSource

DataSource: Definition of a unique source of sensor data. Data sources can expose raw data coming from hardware sensors on local or companion devices. They can also expose derived data, created by transforming or merging other data sources. Multiple data sources can exist for the same data type. Every data point inserted into or read from this service has an associated data source.

The data source contains enough information to uniquely identify its data, including the hardware device and the application that collected and/or transformed the data. It also holds useful metadata, such as the hardware and application versions, and the device type.

Each data source produces a unique stream of data, with a unique identifier. Not all changes to data source affect the stream identifier, so that data collected by updated versions of the same application/device can still be considered to belong to the same data stream.

type DataSource struct {
    // Application: Information about an application which feeds sensor data
    // into the platform.
    Application *Application `json:"application,omitempty"`

    // Possible values:
    //   "dataQualityBloodGlucoseIso151972003"
    //   "dataQualityBloodGlucoseIso151972013"
    //   "dataQualityBloodPressureAami"
    //   "dataQualityBloodPressureBhsAA"
    //   "dataQualityBloodPressureBhsAB"
    //   "dataQualityBloodPressureBhsBA"
    //   "dataQualityBloodPressureBhsBB"
    //   "dataQualityBloodPressureEsh2002"
    //   "dataQualityBloodPressureEsh2010"
    //   "dataQualityUnknown"
    DataQualityStandard []string `json:"dataQualityStandard,omitempty"`

    // DataStreamId: A unique identifier for the data stream produced by
    // this data source. The identifier includes:
    //
    //
    // - The physical device's manufacturer, model, and serial number (UID).
    //
    // - The application's package name or name. Package name is used when
    // the data source was created by an Android application. The developer
    // project number is used when the data source was created by a REST
    // client.
    // - The data source's type.
    // - The data source's stream name.  Note that not all attributes of the
    // data source are used as part of the stream identifier. In particular,
    // the version of the hardware/the application isn't used. This allows
    // us to preserve the same stream through version updates. This also
    // means that two DataSource objects may represent the same data stream
    // even if they're not equal.
    //
    // The exact format of the data stream ID created by an Android
    // application is:
    // type:dataType.name:application.packageName:device.manufacturer:device.
    // model:device.uid:dataStreamName
    //
    // The exact format of the data stream ID created by a REST client is:
    // type:dataType.name:developer project
    // number:device.manufacturer:device.model:device.uid:dataStreamName
    //
    //
    // When any of the optional fields that comprise of the data stream ID
    // are blank, they will be omitted from the data stream ID. The minnimum
    // viable data stream ID would be: type:dataType.name:developer project
    // number
    //
    // Finally, the developer project number is obfuscated when read by any
    // REST or Android client that did not create the data source. Only the
    // data source creator will see the developer project number in clear
    // and normal form.
    DataStreamId string `json:"dataStreamId,omitempty"`

    // DataStreamName: The stream name uniquely identifies this particular
    // data source among other data sources of the same type from the same
    // underlying producer. Setting the stream name is optional, but should
    // be done whenever an application exposes two streams for the same data
    // type, or when a device has two equivalent sensors.
    DataStreamName string `json:"dataStreamName,omitempty"`

    // DataType: The data type defines the schema for a stream of data being
    // collected by, inserted into, or queried from the Fitness API.
    DataType *DataType `json:"dataType,omitempty"`

    // Device: Representation of an integrated device (such as a phone or a
    // wearable) that can hold sensors.
    Device *Device `json:"device,omitempty"`

    // Name: An end-user visible name for this data source.
    Name string `json:"name,omitempty"`

    // Type: A constant describing the type of this data source. Indicates
    // whether this data source produces raw or derived data.
    //
    // Possible values:
    //   "derived"
    //   "raw"
    Type string `json:"type,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Application") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Application") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*DataSource) MarshalJSON

func (s *DataSource) MarshalJSON() ([]byte, error)

type DataType

type DataType struct {
    // Field: A field represents one dimension of a data type.
    Field []*DataTypeField `json:"field,omitempty"`

    // Name: Each data type has a unique, namespaced, name. All data types
    // in the com.google namespace are shared as part of the platform.
    Name string `json:"name,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Field") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Field") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*DataType) MarshalJSON

func (s *DataType) MarshalJSON() ([]byte, error)

type DataTypeField

DataTypeField: In case of multi-dimensional data (such as an accelerometer with x, y, and z axes) each field represents one dimension. Each data type field has a unique name which identifies it. The field also defines the format of the data (int, float, etc.).

This message is only instantiated in code and not used for wire comms or stored in any way.

type DataTypeField struct {
    // Format: The different supported formats for each field in a data
    // type.
    //
    // Possible values:
    //   "blob"
    //   "floatList"
    //   "floatPoint"
    //   "integer"
    //   "integerList"
    //   "map"
    //   "string"
    Format string `json:"format,omitempty"`

    // Name: Defines the name and format of data. Unlike data type names,
    // field names are not namespaced, and only need to be unique within the
    // data type.
    Name string `json:"name,omitempty"`

    Optional bool `json:"optional,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Format") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Format") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*DataTypeField) MarshalJSON

func (s *DataTypeField) MarshalJSON() ([]byte, error)

type Dataset

Dataset: A dataset represents a projection container for data points. They do not carry any info of their own. Datasets represent a set of data points from a particular data source. A data point can be found in more than one dataset.

type Dataset struct {
    // DataSourceId: The data stream ID of the data source that created the
    // points in this dataset.
    DataSourceId string `json:"dataSourceId,omitempty"`

    // MaxEndTimeNs: The largest end time of all data points in this
    // possibly partial representation of the dataset. Time is in
    // nanoseconds from epoch. This should also match the first part of the
    // dataset identifier.
    MaxEndTimeNs int64 `json:"maxEndTimeNs,omitempty,string"`

    // MinStartTimeNs: The smallest start time of all data points in this
    // possibly partial representation of the dataset. Time is in
    // nanoseconds from epoch. This should also match the first part of the
    // dataset identifier.
    MinStartTimeNs int64 `json:"minStartTimeNs,omitempty,string"`

    // NextPageToken: This token will be set when a dataset is received in
    // response to a GET request and the dataset is too large to be included
    // in a single response. Provide this value in a subsequent GET request
    // to return the next page of data points within this dataset.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // Point: A partial list of data points contained in the dataset,
    // ordered by largest endTimeNanos first. This list is considered
    // complete when retrieving a small dataset and partial when patching a
    // dataset or retrieving a dataset that is too large to include in a
    // single response.
    Point []*DataPoint `json:"point,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "DataSourceId") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DataSourceId") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*Dataset) MarshalJSON

func (s *Dataset) MarshalJSON() ([]byte, error)

type Device

Device: Representation of an integrated device (such as a phone or a wearable) that can hold sensors. Each sensor is exposed as a data source.

The main purpose of the device information contained in this class is to identify the hardware of a particular data source. This can be useful in different ways, including: - Distinguishing two similar sensors on different devices (the step counter on two nexus 5 phones, for instance) - Display the source of data to the user (by using the device make / model) - Treat data differently depending on sensor type (accelerometers on a watch may give different patterns than those on a phone) - Build different analysis models for each device/version.

type Device struct {
    // Manufacturer: Manufacturer of the product/hardware.
    Manufacturer string `json:"manufacturer,omitempty"`

    // Model: End-user visible model name for the device.
    Model string `json:"model,omitempty"`

    // Type: A constant representing the type of the device.
    //
    // Possible values:
    //   "chestStrap"
    //   "headMounted"
    //   "phone"
    //   "scale"
    //   "tablet"
    //   "unknown"
    //   "watch"
    Type string `json:"type,omitempty"`

    // Uid: The serial number or other unique ID for the hardware. This
    // field is obfuscated when read by any REST or Android client that did
    // not create the data source. Only the data source creator will see the
    // uid field in clear and normal form.
    Uid string `json:"uid,omitempty"`

    // Version: Version string for the device hardware/software.
    Version string `json:"version,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Manufacturer") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Manufacturer") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*Device) MarshalJSON

func (s *Device) MarshalJSON() ([]byte, error)

type ListDataSourcesResponse

type ListDataSourcesResponse struct {
    // DataSource: A previously created data source.
    DataSource []*DataSource `json:"dataSource,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "DataSource") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DataSource") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*ListDataSourcesResponse) MarshalJSON

func (s *ListDataSourcesResponse) MarshalJSON() ([]byte, error)

type ListSessionsResponse

type ListSessionsResponse struct {
    // DeletedSession: If includeDeleted is set to true in the request, this
    // list will contain sessions deleted with original end times that are
    // within the startTime and endTime frame.
    DeletedSession []*Session `json:"deletedSession,omitempty"`

    // HasMoreData: Flag to indicate server has more data to transfer
    HasMoreData bool `json:"hasMoreData,omitempty"`

    // NextPageToken: The continuation token, which is used to page through
    // large result sets. Provide this value in a subsequent request to
    // return the next page of results.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // Session: Sessions with an end time that is between startTime and
    // endTime of the request.
    Session []*Session `json:"session,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "DeletedSession") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DeletedSession") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*ListSessionsResponse) MarshalJSON

func (s *ListSessionsResponse) MarshalJSON() ([]byte, error)

type MapValue

MapValue: Holder object for the value of an entry in a map field of a data point.

A map value supports a subset of the formats that the regular Value supports.

type MapValue struct {
    // FpVal: Floating point value.
    FpVal float64 `json:"fpVal,omitempty"`

    // ForceSendFields is a list of field names (e.g. "FpVal") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "FpVal") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*MapValue) MarshalJSON

func (s *MapValue) MarshalJSON() ([]byte, error)

func (*MapValue) UnmarshalJSON

func (s *MapValue) UnmarshalJSON(data []byte) error

type Service

type Service struct {
    BasePath  string // API endpoint base URL
    UserAgent string // optional additional User-Agent fragment

    Users *UsersService
    // contains filtered or unexported fields
}

func New

func New(client *http.Client) (*Service, error)

type Session

Session: Sessions contain metadata, such as a user-friendly name and time interval information.

type Session struct {
    // ActiveTimeMillis: Session active time. While start_time_millis and
    // end_time_millis define the full session time, the active time can be
    // shorter and specified by active_time_millis. If the inactive time
    // during the session is known, it should also be inserted via a
    // com.google.activity.segment data point with a STILL activity value
    ActiveTimeMillis int64 `json:"activeTimeMillis,omitempty,string"`

    // ActivityType: The type of activity this session represents.
    ActivityType int64 `json:"activityType,omitempty"`

    // Application: The application that created the session.
    Application *Application `json:"application,omitempty"`

    // Description: A description for this session.
    Description string `json:"description,omitempty"`

    // EndTimeMillis: An end time, in milliseconds since epoch, inclusive.
    EndTimeMillis int64 `json:"endTimeMillis,omitempty,string"`

    // Id: A client-generated identifier that is unique across all sessions
    // owned by this particular user.
    Id string `json:"id,omitempty"`

    // ModifiedTimeMillis: A timestamp that indicates when the session was
    // last modified.
    ModifiedTimeMillis int64 `json:"modifiedTimeMillis,omitempty,string"`

    // Name: A human readable name of the session.
    Name string `json:"name,omitempty"`

    // StartTimeMillis: A start time, in milliseconds since epoch,
    // inclusive.
    StartTimeMillis int64 `json:"startTimeMillis,omitempty,string"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "ActiveTimeMillis") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "ActiveTimeMillis") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*Session) MarshalJSON

func (s *Session) MarshalJSON() ([]byte, error)

type UsersDataSourcesCreateCall

type UsersDataSourcesCreateCall struct {
    // contains filtered or unexported fields
}

func (*UsersDataSourcesCreateCall) Context

func (c *UsersDataSourcesCreateCall) Context(ctx context.Context) *UsersDataSourcesCreateCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersDataSourcesCreateCall) Do

func (c *UsersDataSourcesCreateCall) Do(opts ...googleapi.CallOption) (*DataSource, error)

Do executes the "fitness.users.dataSources.create" call. Exactly one of *DataSource or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DataSource.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersDataSourcesCreateCall) Fields

func (c *UsersDataSourcesCreateCall) Fields(s ...googleapi.Field) *UsersDataSourcesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersDataSourcesCreateCall) Header

func (c *UsersDataSourcesCreateCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type UsersDataSourcesDatasetsDeleteCall

type UsersDataSourcesDatasetsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*UsersDataSourcesDatasetsDeleteCall) Context

func (c *UsersDataSourcesDatasetsDeleteCall) Context(ctx context.Context) *UsersDataSourcesDatasetsDeleteCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersDataSourcesDatasetsDeleteCall) CurrentTimeMillis

func (c *UsersDataSourcesDatasetsDeleteCall) CurrentTimeMillis(currentTimeMillis int64) *UsersDataSourcesDatasetsDeleteCall

CurrentTimeMillis sets the optional parameter "currentTimeMillis": The client's current time in milliseconds since epoch.

func (*UsersDataSourcesDatasetsDeleteCall) Do

func (c *UsersDataSourcesDatasetsDeleteCall) Do(opts ...googleapi.CallOption) error

Do executes the "fitness.users.dataSources.datasets.delete" call.

func (*UsersDataSourcesDatasetsDeleteCall) Fields

func (c *UsersDataSourcesDatasetsDeleteCall) Fields(s ...googleapi.Field) *UsersDataSourcesDatasetsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersDataSourcesDatasetsDeleteCall) Header

func (c *UsersDataSourcesDatasetsDeleteCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*UsersDataSourcesDatasetsDeleteCall) ModifiedTimeMillis

func (c *UsersDataSourcesDatasetsDeleteCall) ModifiedTimeMillis(modifiedTimeMillis int64) *UsersDataSourcesDatasetsDeleteCall

ModifiedTimeMillis sets the optional parameter "modifiedTimeMillis": When the operation was performed on the client.

type UsersDataSourcesDatasetsGetCall

type UsersDataSourcesDatasetsGetCall struct {
    // contains filtered or unexported fields
}

func (*UsersDataSourcesDatasetsGetCall) Context

func (c *UsersDataSourcesDatasetsGetCall) Context(ctx context.Context) *UsersDataSourcesDatasetsGetCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersDataSourcesDatasetsGetCall) Do

func (c *UsersDataSourcesDatasetsGetCall) Do(opts ...googleapi.CallOption) (*Dataset, error)

Do executes the "fitness.users.dataSources.datasets.get" call. Exactly one of *Dataset or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Dataset.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersDataSourcesDatasetsGetCall) Fields

func (c *UsersDataSourcesDatasetsGetCall) Fields(s ...googleapi.Field) *UsersDataSourcesDatasetsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersDataSourcesDatasetsGetCall) Header

func (c *UsersDataSourcesDatasetsGetCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*UsersDataSourcesDatasetsGetCall) IfNoneMatch

func (c *UsersDataSourcesDatasetsGetCall) IfNoneMatch(entityTag string) *UsersDataSourcesDatasetsGetCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*UsersDataSourcesDatasetsGetCall) Limit

func (c *UsersDataSourcesDatasetsGetCall) Limit(limit int64) *UsersDataSourcesDatasetsGetCall

Limit sets the optional parameter "limit": If specified, no more than this many data points will be included in the dataset. If there are more data points in the dataset, nextPageToken will be set in the dataset response.

func (*UsersDataSourcesDatasetsGetCall) PageToken

func (c *UsersDataSourcesDatasetsGetCall) PageToken(pageToken string) *UsersDataSourcesDatasetsGetCall

PageToken sets the optional parameter "pageToken": The continuation token, which is used to page through large datasets. To get the next page of a dataset, set this parameter to the value of nextPageToken from the previous response. Each subsequent call will yield a partial dataset with data point end timestamps that are strictly smaller than those in the previous partial response.

func (*UsersDataSourcesDatasetsGetCall) Pages

func (c *UsersDataSourcesDatasetsGetCall) Pages(ctx context.Context, f func(*Dataset) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type UsersDataSourcesDatasetsPatchCall

type UsersDataSourcesDatasetsPatchCall struct {
    // contains filtered or unexported fields
}

func (*UsersDataSourcesDatasetsPatchCall) Context

func (c *UsersDataSourcesDatasetsPatchCall) Context(ctx context.Context) *UsersDataSourcesDatasetsPatchCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersDataSourcesDatasetsPatchCall) CurrentTimeMillis

func (c *UsersDataSourcesDatasetsPatchCall) CurrentTimeMillis(currentTimeMillis int64) *UsersDataSourcesDatasetsPatchCall

CurrentTimeMillis sets the optional parameter "currentTimeMillis": The client's current time in milliseconds since epoch. Note that the minStartTimeNs and maxEndTimeNs properties in the request body are in nanoseconds instead of milliseconds.

func (*UsersDataSourcesDatasetsPatchCall) Do

func (c *UsersDataSourcesDatasetsPatchCall) Do(opts ...googleapi.CallOption) (*Dataset, error)

Do executes the "fitness.users.dataSources.datasets.patch" call. Exactly one of *Dataset or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Dataset.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersDataSourcesDatasetsPatchCall) Fields

func (c *UsersDataSourcesDatasetsPatchCall) Fields(s ...googleapi.Field) *UsersDataSourcesDatasetsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersDataSourcesDatasetsPatchCall) Header

func (c *UsersDataSourcesDatasetsPatchCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*UsersDataSourcesDatasetsPatchCall) Pages

func (c *UsersDataSourcesDatasetsPatchCall) Pages(ctx context.Context, f func(*Dataset) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type UsersDataSourcesDatasetsService

type UsersDataSourcesDatasetsService struct {
    // contains filtered or unexported fields
}

func NewUsersDataSourcesDatasetsService

func NewUsersDataSourcesDatasetsService(s *Service) *UsersDataSourcesDatasetsService

func (*UsersDataSourcesDatasetsService) Delete

func (r *UsersDataSourcesDatasetsService) Delete(userId string, dataSourceId string, datasetId string) *UsersDataSourcesDatasetsDeleteCall

Delete: Performs an inclusive delete of all data points whose start and end times have any overlap with the time range specified by the dataset ID. For most data types, the entire data point will be deleted. For data types where the time span represents a consistent value (such as com.google.activity.segment), and a data point straddles either end point of the dataset, only the overlapping portion of the data point will be deleted.

func (*UsersDataSourcesDatasetsService) Get

func (r *UsersDataSourcesDatasetsService) Get(userId string, dataSourceId string, datasetId string) *UsersDataSourcesDatasetsGetCall

Get: Returns a dataset containing all data points whose start and end times overlap with the specified range of the dataset minimum start time and maximum end time. Specifically, any data point whose start time is less than or equal to the dataset end time and whose end time is greater than or equal to the dataset start time.

func (*UsersDataSourcesDatasetsService) Patch

func (r *UsersDataSourcesDatasetsService) Patch(userId string, dataSourceId string, datasetId string, dataset *Dataset) *UsersDataSourcesDatasetsPatchCall

Patch: Adds data points to a dataset. The dataset need not be previously created. All points within the given dataset will be returned with subsquent calls to retrieve this dataset. Data points can belong to more than one dataset. This method does not use patch semantics.

type UsersDataSourcesDeleteCall

type UsersDataSourcesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*UsersDataSourcesDeleteCall) Context

func (c *UsersDataSourcesDeleteCall) Context(ctx context.Context) *UsersDataSourcesDeleteCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersDataSourcesDeleteCall) Do

func (c *UsersDataSourcesDeleteCall) Do(opts ...googleapi.CallOption) (*DataSource, error)

Do executes the "fitness.users.dataSources.delete" call. Exactly one of *DataSource or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DataSource.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersDataSourcesDeleteCall) Fields

func (c *UsersDataSourcesDeleteCall) Fields(s ...googleapi.Field) *UsersDataSourcesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersDataSourcesDeleteCall) Header

func (c *UsersDataSourcesDeleteCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type UsersDataSourcesGetCall

type UsersDataSourcesGetCall struct {
    // contains filtered or unexported fields
}

func (*UsersDataSourcesGetCall) Context

func (c *UsersDataSourcesGetCall) Context(ctx context.Context) *UsersDataSourcesGetCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersDataSourcesGetCall) Do

func (c *UsersDataSourcesGetCall) Do(opts ...googleapi.CallOption) (*DataSource, error)

Do executes the "fitness.users.dataSources.get" call. Exactly one of *DataSource or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DataSource.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersDataSourcesGetCall) Fields

func (c *UsersDataSourcesGetCall) Fields(s ...googleapi.Field) *UsersDataSourcesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersDataSourcesGetCall) Header

func (c *UsersDataSourcesGetCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*UsersDataSourcesGetCall) IfNoneMatch

func (c *UsersDataSourcesGetCall) IfNoneMatch(entityTag string) *UsersDataSourcesGetCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type UsersDataSourcesListCall

type UsersDataSourcesListCall struct {
    // contains filtered or unexported fields
}

func (*UsersDataSourcesListCall) Context

func (c *UsersDataSourcesListCall) Context(ctx context.Context) *UsersDataSourcesListCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersDataSourcesListCall) DataTypeName

func (c *UsersDataSourcesListCall) DataTypeName(dataTypeName ...string) *UsersDataSourcesListCall

DataTypeName sets the optional parameter "dataTypeName": The names of data types to include in the list. If not specified, all data sources will be returned.

func (*UsersDataSourcesListCall) Do

func (c *UsersDataSourcesListCall) Do(opts ...googleapi.CallOption) (*ListDataSourcesResponse, error)

Do executes the "fitness.users.dataSources.list" call. Exactly one of *ListDataSourcesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListDataSourcesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersDataSourcesListCall) Fields

func (c *UsersDataSourcesListCall) Fields(s ...googleapi.Field) *UsersDataSourcesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersDataSourcesListCall) Header

func (c *UsersDataSourcesListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*UsersDataSourcesListCall) IfNoneMatch

func (c *UsersDataSourcesListCall) IfNoneMatch(entityTag string) *UsersDataSourcesListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type UsersDataSourcesPatchCall

type UsersDataSourcesPatchCall struct {
    // contains filtered or unexported fields
}

func (*UsersDataSourcesPatchCall) Context

func (c *UsersDataSourcesPatchCall) Context(ctx context.Context) *UsersDataSourcesPatchCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersDataSourcesPatchCall) Do

func (c *UsersDataSourcesPatchCall) Do(opts ...googleapi.CallOption) (*DataSource, error)

Do executes the "fitness.users.dataSources.patch" call. Exactly one of *DataSource or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DataSource.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersDataSourcesPatchCall) Fields

func (c *UsersDataSourcesPatchCall) Fields(s ...googleapi.Field) *UsersDataSourcesPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersDataSourcesPatchCall) Header

func (c *UsersDataSourcesPatchCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type UsersDataSourcesService

type UsersDataSourcesService struct {
    Datasets *UsersDataSourcesDatasetsService
    // contains filtered or unexported fields
}

func NewUsersDataSourcesService

func NewUsersDataSourcesService(s *Service) *UsersDataSourcesService

func (*UsersDataSourcesService) Create

func (r *UsersDataSourcesService) Create(userId string, datasource *DataSource) *UsersDataSourcesCreateCall

Create: Creates a new data source that is unique across all data sources belonging to this user. The data stream ID field can be omitted and will be generated by the server with the correct format. The data stream ID is an ordered combination of some fields from the data source. In addition to the data source fields reflected into the data source ID, the developer project number that is authenticated when creating the data source is included. This developer project number is obfuscated when read by any other developer reading public data types.

func (*UsersDataSourcesService) Delete

func (r *UsersDataSourcesService) Delete(userId string, dataSourceId string) *UsersDataSourcesDeleteCall

Delete: Deletes the specified data source. The request will fail if the data source contains any data points.

func (*UsersDataSourcesService) Get

func (r *UsersDataSourcesService) Get(userId string, dataSourceId string) *UsersDataSourcesGetCall

Get: Returns the specified data source.

func (*UsersDataSourcesService) List

func (r *UsersDataSourcesService) List(userId string) *UsersDataSourcesListCall

List: Lists all data sources that are visible to the developer, using the OAuth scopes provided. The list is not exhaustive; the user may have private data sources that are only visible to other developers, or calls using other scopes.

func (*UsersDataSourcesService) Patch

func (r *UsersDataSourcesService) Patch(userId string, dataSourceId string, datasource *DataSource) *UsersDataSourcesPatchCall

Patch: Updates the specified data source. The dataStreamId, dataType, type, dataStreamName, and device properties with the exception of version, cannot be modified.

Data sources are identified by their dataStreamId. This method supports patch semantics.

func (*UsersDataSourcesService) Update

func (r *UsersDataSourcesService) Update(userId string, dataSourceId string, datasource *DataSource) *UsersDataSourcesUpdateCall

Update: Updates the specified data source. The dataStreamId, dataType, type, dataStreamName, and device properties with the exception of version, cannot be modified.

Data sources are identified by their dataStreamId.

type UsersDataSourcesUpdateCall

type UsersDataSourcesUpdateCall struct {
    // contains filtered or unexported fields
}

func (*UsersDataSourcesUpdateCall) Context

func (c *UsersDataSourcesUpdateCall) Context(ctx context.Context) *UsersDataSourcesUpdateCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersDataSourcesUpdateCall) Do

func (c *UsersDataSourcesUpdateCall) Do(opts ...googleapi.CallOption) (*DataSource, error)

Do executes the "fitness.users.dataSources.update" call. Exactly one of *DataSource or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DataSource.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersDataSourcesUpdateCall) Fields

func (c *UsersDataSourcesUpdateCall) Fields(s ...googleapi.Field) *UsersDataSourcesUpdateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersDataSourcesUpdateCall) Header

func (c *UsersDataSourcesUpdateCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type UsersDatasetAggregateCall

type UsersDatasetAggregateCall struct {
    // contains filtered or unexported fields
}

func (*UsersDatasetAggregateCall) Context

func (c *UsersDatasetAggregateCall) Context(ctx context.Context) *UsersDatasetAggregateCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersDatasetAggregateCall) Do

func (c *UsersDatasetAggregateCall) Do(opts ...googleapi.CallOption) (*AggregateResponse, error)

Do executes the "fitness.users.dataset.aggregate" call. Exactly one of *AggregateResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AggregateResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersDatasetAggregateCall) Fields

func (c *UsersDatasetAggregateCall) Fields(s ...googleapi.Field) *UsersDatasetAggregateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersDatasetAggregateCall) Header

func (c *UsersDatasetAggregateCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type UsersDatasetService

type UsersDatasetService struct {
    // contains filtered or unexported fields
}

func NewUsersDatasetService

func NewUsersDatasetService(s *Service) *UsersDatasetService

func (*UsersDatasetService) Aggregate

func (r *UsersDatasetService) Aggregate(userId string, aggregaterequest *AggregateRequest) *UsersDatasetAggregateCall

Aggregate: Aggregates data of a certain type or stream into buckets divided by a given type of boundary. Multiple data sets of multiple types and from multiple sources can be aggreated into exactly one bucket type per request.

type UsersService

type UsersService struct {
    DataSources *UsersDataSourcesService

    Dataset *UsersDatasetService

    Sessions *UsersSessionsService
    // contains filtered or unexported fields
}

func NewUsersService

func NewUsersService(s *Service) *UsersService

type UsersSessionsDeleteCall

type UsersSessionsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*UsersSessionsDeleteCall) Context

func (c *UsersSessionsDeleteCall) Context(ctx context.Context) *UsersSessionsDeleteCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersSessionsDeleteCall) CurrentTimeMillis

func (c *UsersSessionsDeleteCall) CurrentTimeMillis(currentTimeMillis int64) *UsersSessionsDeleteCall

CurrentTimeMillis sets the optional parameter "currentTimeMillis": The client's current time in milliseconds since epoch.

func (*UsersSessionsDeleteCall) Do

func (c *UsersSessionsDeleteCall) Do(opts ...googleapi.CallOption) error

Do executes the "fitness.users.sessions.delete" call.

func (*UsersSessionsDeleteCall) Fields

func (c *UsersSessionsDeleteCall) Fields(s ...googleapi.Field) *UsersSessionsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersSessionsDeleteCall) Header

func (c *UsersSessionsDeleteCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type UsersSessionsListCall

type UsersSessionsListCall struct {
    // contains filtered or unexported fields
}

func (*UsersSessionsListCall) Context

func (c *UsersSessionsListCall) Context(ctx context.Context) *UsersSessionsListCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersSessionsListCall) Do

func (c *UsersSessionsListCall) Do(opts ...googleapi.CallOption) (*ListSessionsResponse, error)

Do executes the "fitness.users.sessions.list" call. Exactly one of *ListSessionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListSessionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersSessionsListCall) EndTime

func (c *UsersSessionsListCall) EndTime(endTime string) *UsersSessionsListCall

EndTime sets the optional parameter "endTime": An RFC3339 timestamp. Only sessions ending between the start and end times will be included in the response.

func (*UsersSessionsListCall) Fields

func (c *UsersSessionsListCall) Fields(s ...googleapi.Field) *UsersSessionsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersSessionsListCall) Header

func (c *UsersSessionsListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*UsersSessionsListCall) IfNoneMatch

func (c *UsersSessionsListCall) IfNoneMatch(entityTag string) *UsersSessionsListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*UsersSessionsListCall) IncludeDeleted

func (c *UsersSessionsListCall) IncludeDeleted(includeDeleted bool) *UsersSessionsListCall

IncludeDeleted sets the optional parameter "includeDeleted": If true, deleted sessions will be returned. When set to true, sessions returned in this response will only have an ID and will not have any other fields.

func (*UsersSessionsListCall) PageToken

func (c *UsersSessionsListCall) PageToken(pageToken string) *UsersSessionsListCall

PageToken sets the optional parameter "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.

func (*UsersSessionsListCall) Pages

func (c *UsersSessionsListCall) Pages(ctx context.Context, f func(*ListSessionsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*UsersSessionsListCall) StartTime

func (c *UsersSessionsListCall) StartTime(startTime string) *UsersSessionsListCall

StartTime sets the optional parameter "startTime": An RFC3339 timestamp. Only sessions ending between the start and end times will be included in the response.

type UsersSessionsService

type UsersSessionsService struct {
    // contains filtered or unexported fields
}

func NewUsersSessionsService

func NewUsersSessionsService(s *Service) *UsersSessionsService

func (*UsersSessionsService) Delete

func (r *UsersSessionsService) Delete(userId string, sessionId string) *UsersSessionsDeleteCall

Delete: Deletes a session specified by the given session ID.

func (*UsersSessionsService) List

func (r *UsersSessionsService) List(userId string) *UsersSessionsListCall

List: Lists sessions previously created.

func (*UsersSessionsService) Update

func (r *UsersSessionsService) Update(userId string, sessionId string, session *Session) *UsersSessionsUpdateCall

Update: Updates or insert a given session.

type UsersSessionsUpdateCall

type UsersSessionsUpdateCall struct {
    // contains filtered or unexported fields
}

func (*UsersSessionsUpdateCall) Context

func (c *UsersSessionsUpdateCall) Context(ctx context.Context) *UsersSessionsUpdateCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UsersSessionsUpdateCall) CurrentTimeMillis

func (c *UsersSessionsUpdateCall) CurrentTimeMillis(currentTimeMillis int64) *UsersSessionsUpdateCall

CurrentTimeMillis sets the optional parameter "currentTimeMillis": The client's current time in milliseconds since epoch.

func (*UsersSessionsUpdateCall) Do

func (c *UsersSessionsUpdateCall) Do(opts ...googleapi.CallOption) (*Session, error)

Do executes the "fitness.users.sessions.update" call. Exactly one of *Session or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Session.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UsersSessionsUpdateCall) Fields

func (c *UsersSessionsUpdateCall) Fields(s ...googleapi.Field) *UsersSessionsUpdateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UsersSessionsUpdateCall) Header

func (c *UsersSessionsUpdateCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type Value

Value: Holder object for the value of a single field in a data point.

A field value has a particular format and is only ever set to one of an integer or a floating point value. LINT.IfChange

type Value struct {
    // FpVal: Floating point value. When this is set, other values must not
    // be set.
    FpVal float64 `json:"fpVal,omitempty"`

    // IntVal: Integer value. When this is set, other values must not be
    // set.
    IntVal int64 `json:"intVal,omitempty"`

    // MapVal: Map value. The valid key space and units for the
    // corresponding value of each entry should be documented as part of the
    // data type definition. Keys should be kept small whenever possible.
    // Data streams with large keys and high data frequency may be down
    // sampled.
    MapVal []*ValueMapValEntry `json:"mapVal,omitempty"`

    // StringVal: String value. When this is set, other values must not be
    // set. Strings should be kept small whenever possible. Data streams
    // with large string values and high data frequency may be down sampled.
    StringVal string `json:"stringVal,omitempty"`

    // ForceSendFields is a list of field names (e.g. "FpVal") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "FpVal") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*Value) MarshalJSON

func (s *Value) MarshalJSON() ([]byte, error)

func (*Value) UnmarshalJSON

func (s *Value) UnmarshalJSON(data []byte) error

type ValueMapValEntry

type ValueMapValEntry struct {
    Key string `json:"key,omitempty"`

    Value *MapValue `json:"value,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Key") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Key") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*ValueMapValEntry) MarshalJSON

func (s *ValueMapValEntry) MarshalJSON() ([]byte, error)