Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb

Overview

NotificationConfig defines the mechanisms to notify instance agent.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfig

Returns a new instance of GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfig.



1640
1641
1642
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1640

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#pubsub_notificationGoogle::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfigCloudPubSubNotificationConfig

The configuration for Pub/Sub messaging for the AppConnector. Corresponds to the JSON property pubsubNotification



1638
1639
1640
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1638

def pubsub_notification
  @pubsub_notification
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1645
1646
1647
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1645

def update!(**args)
  @pubsub_notification = args[:pubsub_notification] if args.key?(:pubsub_notification)
end