Skip to content

Commit 8490ca4

Browse files
Google APIscopybara-github
authored andcommitted
feat: introduce MedicalDeviceInfo message for Software as Medical Device (SaMD) metadata tracking
feat: add core health data types and rollups for nutrition, core body temperature, ECG, irregular rhythm notifications (IRN), blood glucose, and active energy burned feat: expand DataPoint and DataPoint.Value messages with optional fields and rollups for new health metrics feat: add CreateSubscription, ListSubscriptions, UpdateSubscription, and DeleteSubscription RPCs alongside the Subscription resource definition feat: add GetIrnProfile, GetPairedDevice, and ListPairedDevices RPCs alongside PairedDevice and IrnProfile messages feat: introduce OAuth scopes for ECG, IRN readonly access feat: add User root resource message docs: update ListDataPointsRequest filter documentation clarifying session start time comparison rules for ECG and Sleep PiperOrigin-RevId: 922088546
1 parent 3c6dd99 commit 8490ca4

8 files changed

Lines changed: 1610 additions & 15 deletions

File tree

google/devicesandservices/health/v4/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ proto_library(
3030
"data_source.proto",
3131
"data_subscription_service.proto",
3232
"health_profile.proto",
33+
"medical_device_info.proto",
3334
"webhook_notification_cloud_log.proto",
3435
],
3536
deps = [
@@ -352,7 +353,6 @@ load(
352353

353354
csharp_proto_library(
354355
name = "health_csharp_proto",
355-
extra_opts = [],
356356
deps = [":health_proto"],
357357
)
358358

0 commit comments

Comments
 (0)