Google Cloud BeyondCorp AppConnectors V1 Client - Class CloudPubSubNotificationConfig (0.3.2)

Reference documentation and code samples for the Google Cloud BeyondCorp AppConnectors V1 Client class CloudPubSubNotificationConfig.

The configuration for Pub/Sub messaging for the AppConnector.

Generated from protobuf message google.cloud.beyondcorp.appconnectors.v1.NotificationConfig.CloudPubSubNotificationConfig

Namespace

Google \ Cloud \ BeyondCorp \ AppConnectors \ V1 \ NotificationConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ pubsub_subscription string

The Pub/Sub subscription the AppConnector uses to receive notifications.

getPubsubSubscription

The Pub/Sub subscription the AppConnector uses to receive notifications.

Returns
TypeDescription
string

setPubsubSubscription

The Pub/Sub subscription the AppConnector uses to receive notifications.

Parameter
NameDescription
var string
Returns
TypeDescription
$this