Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig

Returns a new instance of GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig.



1062
1063
1064
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1062

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

Instance Attribute Details

#pubsub_subscriptionString

The Pub/Sub subscription the AppConnector uses to receive notifications. Corresponds to the JSON property pubsubSubscription

Returns:

  • (String)


1060
1061
1062
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1060

def pubsub_subscription
  @pubsub_subscription
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1067
1068
1069
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1067

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