AssistantDevicesPlatformProtoAlarmCapability

AssistantInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoAlarmCapability

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

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Assistant Devices Platform Proto Alarm Capability) contains 4 attributes that define its data structure. Key functionality includes: Maximum number of alarms that can be created on the client. Zero or unset indicates no maximum limit.

Actionable Insights for SEOs

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

Attributes

4
Sort:|Filter:
maxSupportedAlarmsinteger(
Default: nil

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

restrictAlarmsToNextDayboolean(
Default: nil

Whether the client restricts alarms to ring within the next 24 hours.

supportsGenericMutationsboolean(
Default: nil

Whether the client supports mutation of any alarm attribute such as time_pattern, recurrence_pattern, etc through the MUTATE action. If this is false, MUTATE may only be used to disable or dismiss an alarm. This field is true by default for backwards-compatibility; clients which don't support mutation outside of Disable/DismissAlarm should explicitly set this to false.

supportsStopActionboolean(
Default: nil

Whether the client supports the STOP alarm action. If this is false, stop actions will be represented by the MUTATE action, and the device may need to check alarm state to determine if there's a firing alarm that needs to be dismissed.