AssistantDevicesPlatformProtoTimerCapability

AssistantInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoTimerCapability

1
out of 10
Minimal
SEO Impact
Capability with regard to support of timers by the client.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Assistant Devices Platform Proto Timer Capability) contains 4 attributes that define its data structure. Key functionality includes: Maximum extended timer duration supported by the client. The extended timer duration is the total start-to-finish duration after an AddTimeToTimer ope...

Actionable Insights for SEOs

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

Attributes

4
Sort:|Filter:
maxSupportedExtendedTimerDurationAssistantApiDuration →
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t

Maximum extended timer duration supported by the client. The extended timer duration is the total start-to-finish duration after an AddTimeToTimer operation. E.g. if a user sets a timer for 30 minutes, and later adds 10 minutes, the extended duration is 40 minutes. Zero or unset indicates no maximum limit.

maxSupportedTimerDurationAssistantApiDuration →
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t

Maximum timer duration supported by the client. Zero or unset indicates no maximum limit.

maxSupportedTimersinteger(
Default: nil

Maximum number of timers that can be created on the client. Zero or unset indicates no maximum limit.

supportsMutateActionboolean(
Default: nil

Whether the client supports the MUTATE timer action. If this is false, mutate operations may be handled by sending a pair of REMOVE and CREATE timer actions to replace the existing timer instead of mutating it.