Class: Google::Cloud::Iot::V1::StateNotificationConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iot/v1/resources.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#pubsub_topic_name::String

Returns 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.



257
258
259
260
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 257

class StateNotificationConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end