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

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

NotificationConfig defines the mechanisms to notify instance agent.

Defined Under Namespace

Classes: CloudPubSubNotificationConfig

Instance Attribute Summary collapse

Instance Attribute Details

#pubsub_notification::Google::Cloud::BeyondCorp::AppConnectors::V1::NotificationConfig::CloudPubSubNotificationConfig

Returns Cloud Pub/Sub Configuration to receive notifications.

Returns:



51
52
53
54
55
56
57
58
59
60
61
62
63
# File 'proto_docs/google/cloud/beyondcorp/appconnectors/v1/app_connector_instance_config.rb', line 51

class NotificationConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The configuration for Pub/Sub messaging for the AppConnector.
  # @!attribute [rw] pubsub_subscription
  #   @return [::String]
  #     The Pub/Sub subscription the AppConnector uses to receive notifications.
  class CloudPubSubNotificationConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end