Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig
- 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
The configuration for Pub/Sub messaging for the AppConnector.
Instance Attribute Summary collapse
-
#pubsub_subscription ⇒ String
The Pub/Sub subscription the AppConnector uses to receive notifications.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig
constructor
A new instance of GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig
Returns a new instance of GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig.
1090 1091 1092 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1090 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pubsub_subscription ⇒ String
The Pub/Sub subscription the AppConnector uses to receive notifications.
Corresponds to the JSON property pubsubSubscription
1088 1089 1090 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1088 def pubsub_subscription @pubsub_subscription end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1095 1096 1097 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1095 def update!(**args) @pubsub_subscription = args[:pubsub_subscription] if args.key?(:pubsub_subscription) end |