QualityActionsTimer

QualityQuality Signal

GoogleApi.ContentWarehouse.V1.Model.QualityActionsTimer

6
out of 10
Medium
SEO Impact
Conceptually, timers are clocks that count down from an initial duration and notify when they reach 0. In practice, as a timer is running, it holds a stable expiration time and computes the remaining duration using the current time. When a timer is paused, it holds a stable remaining duration.

SEO Analysis

AI Generated

This model (Quality Actions Timer) contains 17 attributes that define its data structure. Key functionality includes: The time when this timer was created

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture
  • Consider how this system might interact with other ranking signals

Attributes

17
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t

The time when this timer was created

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsDeviceSettings.t

Identifies the device this timer belongs to.

expireTimestring
Default: nilFull type: String.t

When not paused: the time the timer is (or was) scheduled to expire, in milliseconds since the Unix epoch. This should be deprecated and replaced by the expire_timer_time with DateTime type once DateTime proto includes unix timestamp (b/63636831).

expireTimerTimedatetime →
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeDateTime.t

This is currently being only used only for the response generation when the user describe the expired datatime as a search constraint. We will used it for everything else once that for filtering once DateTime proto includes unix timestamp (b/63636831) and expire_time is deprecated.

idstring
Default: nilFull type: String.t

A string key used as an identifier to this timer, unique for a given Provider.

labelstring
Default: nilFull type: String.t

The label, provided by a user, associated with this timer.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t

The time when this timer was last updated (creation, paused, resumed, etc.)

originalDurationstring
Default: nilFull type: String.t

The duration of the timer when it was started, in milliseconds.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeDuration.t

The duration set for the timer. The DateTimeModifier field is ignored. This field is currently only experimental until we switch the Dialog code and gramnar to the new format.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t

The provider that owns this alarm. For Android, this includes the app that owns this alarm, where an intent should be sent to modify it.

remainingDurationstring
Default: nilFull type: String.t

When PAUSED: the remaining duration in milliseconds.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeDuration.t

The duration remained for the timer. This is needed because there is no expiration date for paused timer. The DateTimeModifier field is ignored. This field is currently only experimental until we switch the Dialog code and gramnar to the new format.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.QualityActionsRingtone.t

The ringtone will be played when the timer fires, it will replace the beep sound if it is not empty.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesRingtoneTaskMetadata.t

Ringtone Task Metadata information used to generate sound for firing the timer.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.QualityActionsRoom.t

Contains info about the room the timer is in

statusstring
Default: nilFull type: String.t

The current status of the timer.

vibrateboolean(
Default: nil

Whether or not the device will vibrate when the timer fires.