Class: Google::Ads::AdManager::V1::UpdateLiveStreamRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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