Reference documentation and code samples for the Google Ads Ad Manager V1 Client class UpdateLiveStreamRequest.
Request object for UpdateLiveStream method.
Generated from protobuf message google.ads.admanager.v1.UpdateLiveStreamRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ live_stream |
LiveStream
Required. The |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
getLiveStream
Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
| Returns | |
|---|---|
| Type | Description |
LiveStream|null |
|
hasLiveStream
clearLiveStream
setLiveStream
Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
| Parameter | |
|---|---|
| Name | Description |
var |
LiveStream
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. The list of fields to update.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
liveStream |
LiveStream
Required. The The |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest |
|