Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/beyondcorp_v1/classes.rb,
lib/google/apis/beyondcorp_v1/representations.rb,
lib/google/apis/beyondcorp_v1/representations.rb
Overview
NotificationConfig defines the mechanisms to notify instance agent.
Instance Attribute Summary collapse
-
#pubsub_notification ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig
The configuration for Pub/Sub messaging for the AppConnector.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig
constructor
A new instance of GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig
Returns a new instance of GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig.
1071 1072 1073 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1071 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pubsub_notification ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig
The configuration for Pub/Sub messaging for the AppConnector.
Corresponds to the JSON property pubsubNotification
1069 1070 1071 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1069 def pubsub_notification @pubsub_notification end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1076 1077 1078 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1076 def update!(**args) @pubsub_notification = args[:pubsub_notification] if args.key?(:pubsub_notification) end |