GoogleAssistantEmbeddedV1Timer

Google Assistant EmbeddedContent Extraction

GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Timer

1
out of 10
Minimal
SEO Impact
Conceptually, timers are clocks that count down from an initial duration and ring 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

How Google extracts meaningful content from pages. Affects what content is considered for ranking. This model (Google Assistant Embedded V1 Timer) contains 6 attributes that define its data structure. Key functionality includes: The time the timer is scheduled to expire. google.protobuf.Timestamp is a Unix epoch time with a granularity of 1 nanosecond.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

6
Sort:|Filter:
expireTimedatetime
Default: nilFull type: DateTime.t

The time the timer is scheduled to expire. google.protobuf.Timestamp is a Unix epoch time with a granularity of 1 nanosecond.

labelstring
Default: nilFull type: String.t

A user-provided name for this timer.

originalDurationstring
Default: nilFull type: String.t

The duration of the timer when it was started. For the ADD_TIME action, this field contains the amount of time to add to the timer with the given timer_id.

remainingDurationstring
Default: nilFull type: String.t

The remaining duration for the timer.

statusstring
Default: nilFull type: String.t

Describes the part of the lifecycle a timer is in.

timerIdstring
Default: nilFull type: String.t

A string key used as an identifier to this timer. This key needs to be unique amongst all timers on the device. The client can choose a mechanism of its choice to ensure this. If the server suggests a timer_id, the client can either use the suggestion or create a new unique timer_id of its choosing.