Class: Google::Ads::AdManager::V1::UpdateLiveStreamRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::UpdateLiveStreamRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/live_stream_service.rb
Overview
Request object for UpdateLiveStream method.
Instance Attribute Summary collapse
-
#live_stream ⇒ ::Google::Ads::AdManager::V1::LiveStream
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#live_stream ⇒ ::Google::Ads::AdManager::V1::LiveStream
Returns Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
160 161 162 163 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 160 class UpdateLiveStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
160 161 162 163 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 160 class UpdateLiveStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |