Class: Google::Apis::BeyondcorpV1alpha::NotificationConfig
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::NotificationConfig
- 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
-
#pubsub_notification ⇒ Google::Apis::BeyondcorpV1alpha::CloudPubSubNotificationConfig
The configuration for Pub/Sub messaging for the connector.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NotificationConfig
constructor
A new instance of NotificationConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NotificationConfig
Returns a new instance of NotificationConfig.
3888 3889 3890 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3888 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pubsub_notification ⇒ Google::Apis::BeyondcorpV1alpha::CloudPubSubNotificationConfig
The configuration for Pub/Sub messaging for the connector.
Corresponds to the JSON property pubsubNotification
3886 3887 3888 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3886 def pubsub_notification @pubsub_notification end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3893 3894 3895 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3893 def update!(**args) @pubsub_notification = args[:pubsub_notification] if args.key?(:pubsub_notification) end |