Class: Google::Ads::AdManager::V1::CreateLiveStreamRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CreateLiveStreamRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/live_stream_service.rb
Overview
Request object for CreateLiveStream method.
Instance Attribute Summary collapse
-
#live_stream ⇒ ::Google::Ads::AdManager::V1::LiveStream
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#live_stream ⇒ ::Google::Ads::AdManager::V1::LiveStream
Returns Required. The LiveStream to create.
121 122 123 124 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 121 class CreateLiveStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource where this LiveStream will be created.
Format: networks/{network_code}.
121 122 123 124 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 121 class CreateLiveStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |