Class: Google::Cloud::BeyondCorp::AppConnectors::V1::NotificationConfig::CloudPubSubNotificationConfig

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

Overview

The configuration for Pub/Sub messaging for the AppConnector.

Instance Attribute Summary collapse

Instance Attribute Details

#pubsub_subscription::String

Returns The Pub/Sub subscription the AppConnector uses to receive notifications.

Returns:

  • (::String)

    The Pub/Sub subscription the AppConnector uses to receive notifications.



59
60
61
62
# File 'proto_docs/google/cloud/beyondcorp/appconnectors/v1/app_connector_instance_config.rb', line 59

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