Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class VodConfig.
Metadata used to register VOD configs.
Generated from protobuf message google.cloud.video.stitcher.v1.VodConfig
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name of the VOD config, in the form of projects/{project}/locations/{location}/vodConfigs/{id}
.
↳ source_uri
string
Required. Source URI for the VOD stream manifest.
↳ ad_tag_uri
string
Required. The default ad tag associated with this VOD config.
↳ gam_vod_config
↳ state
int
Output only. State of the VOD config.
↳ source_fetch_options
getName
Output only. The resource name of the VOD config, in the form of projects/{project}/locations/{location}/vodConfigs/{id}
.
string
setName
Output only. The resource name of the VOD config, in the form of projects/{project}/locations/{location}/vodConfigs/{id}
.
var
string
$this
getSourceUri
Required. Source URI for the VOD stream manifest.
string
setSourceUri
Required. Source URI for the VOD stream manifest.
var
string
$this
getAdTagUri
Required. The default ad tag associated with this VOD config.
string
setAdTagUri
Required. The default ad tag associated with this VOD config.
var
string
$this
getGamVodConfig
Optional. Google Ad Manager (GAM) metadata.
hasGamVodConfig
clearGamVodConfig
setGamVodConfig
Optional. Google Ad Manager (GAM) metadata.
$this
getState
Output only. State of the VOD config.
setState
Output only. State of the VOD config.
$this
getSourceFetchOptions
Options for fetching source manifests and segments.
hasSourceFetchOptions
clearSourceFetchOptions
setSourceFetchOptions
Options for fetching source manifests and segments.
$this

