Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfigCloudPubSubNotificationConfig
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfigCloudPubSubNotificationConfig
- 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
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) ⇒ GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfigCloudPubSubNotificationConfig
constructor
A new instance of GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfigCloudPubSubNotificationConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfigCloudPubSubNotificationConfig
Returns a new instance of GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfigCloudPubSubNotificationConfig.
1659 1660 1661 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1659 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
1657 1658 1659 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1657 def pubsub_subscription @pubsub_subscription end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1664 1665 1666 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1664 def update!(**args) @pubsub_subscription = args[:pubsub_subscription] if args.key?(:pubsub_subscription) end |