class ConfigurationChangeNotification

February 26, 2020 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
eventintConfiguration eventYou can manipulate the field event as if it were a regular field. To clear the value of event and reset it to the default value for its type, you call the ClearField() method of the Message interface.
timestampTimestampEvent timestampTo set timestamp, you simply assign a value directly to a field within timestamp. You can also use the parent message's HasField() method to check if a message type field value has been set.
user_handleUserProfileHandleUser that caused the configuration eventTo set user_handle, you simply assign a value directly to a field within user_handle. You can also use the parent message's HasField() method to check if a message type field value has been set.
sequence_handleoneof:configuration_change SequenceHandleSequence for which the configuration changedYou can manipulate the field sequence_handle as if it were a regular field. To clear the value of sequence_handle and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
action_handleoneof:configuration_change ActionHandleAction for which the configuration changedYou can manipulate the field action_handle as if it were a regular field. To clear the value of action_handle and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
mapping_handleoneof:configuration_change MappingHandleMapping for which the configuration changedYou can manipulate the field mapping_handle as if it were a regular field. To clear the value of mapping_handle and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
map_group_handleoneof:configuration_change MapGroupHandleMap group for which the configuration changedYou can manipulate the field map_group_handle as if it were a regular field. To clear the value of map_group_handle and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
map_handleoneof:configuration_change MapHandleMap for which the configuration changedYou can manipulate the field map_handle as if it were a regular field. To clear the value of map_handle and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
user_profile_handleoneof:configuration_change UserProfileHandleUser Profile for which the configuration changedYou can manipulate the field user_profile_handle as if it were a regular field. To clear the value of user_profile_handle and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
protection_zone_handleoneof:configuration_change ProtectionZoneHandleProtection zone for which the configuration changedYou can manipulate the field protection_zone_handle as if it were a regular field. To clear the value of protection_zone_handle and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
safety_handleoneof:configuration_change SafetyHandleSafety for which the configuration changedYou can manipulate the field safety_handle as if it were a regular field. To clear the value of safety_handle and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
network_handleoneof:configuration_change NetworkHandleNetwork element for which the configuration changedYou can manipulate the field network_handle as if it were a regular field. To clear the value of network_handle and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
ssidoneof:configuration_change SsidWi-Fi instance for which the configuration changedYou can manipulate the field ssid as if it were a regular field. To clear the value of ssid and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
controller_handleoneof:configuration_change ControllerHandleController instance for which the configuration changedYou can manipulate the field controller_handle as if it were a regular field. To clear the value of controller_handle and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
connectionConnectionConnection that caused the configuration eventTo set connection, you simply assign a value directly to a field within connection. You can also use the parent message's HasField() method to check if a message type field value has been set.

Parent topic: Base (Python)