stateNotificationConfig property

  1. @TagNumber(7)
StateNotificationConfig stateNotificationConfig

The configuration for notification of new states received from the device. State updates are guaranteed to be stored in the state history, but notifications to Cloud Pub/Sub are not guaranteed. For example, if permissions are misconfigured or the specified topic doesn't exist, no notification will be published but the state will still be stored in Cloud IoT Core.

Implementation

@$pb.TagNumber(7)
StateNotificationConfig get stateNotificationConfig => $_getN(3);
  1. @TagNumber(7)
void stateNotificationConfig=(StateNotificationConfig v)

Implementation

@$pb.TagNumber(7)
set stateNotificationConfig(StateNotificationConfig v) { setField(7, v); }