Google Cloud Asset V1 Client - Class PubsubDestination (1.14.1)

Reference documentation and code samples for the Google Cloud Asset V1 Client class PubsubDestination.

A Pub/Sub destination.

Generated from protobuf message google.cloud.asset.v1.PubsubDestination

Namespace

Google \ Cloud \ Asset \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ topic string

The name of the Pub/Sub topic to publish to. Example: projects/PROJECT_ID/topics/TOPIC_ID.

getTopic

The name of the Pub/Sub topic to publish to.

Example: projects/PROJECT_ID/topics/TOPIC_ID.

Returns
TypeDescription
string

setTopic

The name of the Pub/Sub topic to publish to.

Example: projects/PROJECT_ID/topics/TOPIC_ID.

Parameter
NameDescription
var string
Returns
TypeDescription
$this