Google Cloud Asset V1 Client - Class FeedOutputConfig (1.9.2)

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

Output configuration for asset feed destination.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ pubsub_destination Google\Cloud\Asset\V1\PubsubDestination

Destination on Pub/Sub.

getPubsubDestination

Destination on Pub/Sub.

Generated from protobuf field .google.cloud.asset.v1.PubsubDestination pubsub_destination = 1;

Returns
TypeDescription
Google\Cloud\Asset\V1\PubsubDestination|null

hasPubsubDestination

setPubsubDestination

Destination on Pub/Sub.

Generated from protobuf field .google.cloud.asset.v1.PubsubDestination pubsub_destination = 1;

Parameter
NameDescription
var Google\Cloud\Asset\V1\PubsubDestination
Returns
TypeDescription
$this

getDestination

Returns
TypeDescription
string