Skip to content

Commit

Permalink
docs: deleted unused field's comments
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 361897210
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 9, 2021
1 parent 32c7223 commit 68fdb1b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions google/home/graph/v1/homegraph.proto
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,11 @@ message ReportStateAndNotificationRequest {
// Required. Third-party user ID.
string agent_user_id = 2 [(google.api.field_behavior) = REQUIRED];

// Token to maintain state in the follow up notification response.
// Deprecated. See the [notifications
// guide](https://developers.google.com/assistant/smarthome/develop/notifications)
// for details on implementing follow up notifications.
// Deprecated.
// (-- Token to maintain state in the follow up notification response. See the
// notifications guide at
// https://developers.google.com/assistant/smarthome/develop/notifications for
// details on implementing follow up notifications --)
string follow_up_token = 5 [deprecated = true];

// Required. State of devices to update and notification metadata for devices.
Expand Down

0 comments on commit 68fdb1b

Please sign in to comment.