Class: Google::Cloud::Video::Stitcher::V1::CreateLiveSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::CreateLiveSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb
Overview
Request message for VideoStitcherService.createLiveSession.
Instance Attribute Summary collapse
-
#live_session ⇒ ::Google::Cloud::Video::Stitcher::V1::LiveSession
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#live_session ⇒ ::Google::Cloud::Video::Stitcher::V1::LiveSession
Returns Required. Parameters for creating a live session.
369 370 371 372 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 369 class CreateLiveSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location in which the live session should be
created, in the form of projects/{project_number}/locations/{location}
.
369 370 371 372 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 369 class CreateLiveSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |