Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class StaticAdResource.
Metadata for a static ad resource.
Generated from protobuf message google.cloud.video.stitcher.v1.StaticAdResource
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
URI to the static file for the ad resource. |
↳ creative_type |
string
Describes the MIME type of the ad resource. |
getUri
URI to the static file for the ad resource.
Returns | |
---|---|
Type | Description |
string |
setUri
URI to the static file for the ad resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreativeType
Describes the MIME type of the ad resource.
Returns | |
---|---|
Type | Description |
string |
setCreativeType
Describes the MIME type of the ad resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |