Cloud IoT V1 API - Class Google::Cloud::Iot::V1::StateNotificationConfig (v0.9.2)

Reference documentation and code samples for the Cloud IoT V1 API class Google::Cloud::Iot::V1::StateNotificationConfig.

The configuration for notification of new states received from the device.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#pubsub_topic_name

def pubsub_topic_name() -> ::String
Returns
  • (::String) — A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents.

#pubsub_topic_name=

def pubsub_topic_name=(value) -> ::String
Parameter
  • value (::String) — A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents.
Returns
  • (::String) — A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents.