Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class PubsubDestination.
A Pub/Sub destination.
Generated from protobuf message google.cloud.video.transcoder.v1.PubsubDestination
Namespace
Google \ Cloud \ Video \ Transcoder \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ topic | 
        
          string
          The name of the Pub/Sub topic to publish job completion notification to. For example:   | 
      
getTopic
The name of the Pub/Sub topic to publish job completion notification
to. For example: projects/{project}/topics/{topic}.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setTopic
The name of the Pub/Sub topic to publish job completion notification
to. For example: projects/{project}/topics/{topic}.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |