Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::CreateLiveSessionRequest.
Request message for VideoStitcherService.createLiveSession.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#live_session
def live_session() -> ::Google::Cloud::Video::Stitcher::V1::LiveSession
Returns
- (::Google::Cloud::Video::Stitcher::V1::LiveSession) — Required. Parameters for creating a live session.
#live_session=
def live_session=(value) -> ::Google::Cloud::Video::Stitcher::V1::LiveSession
Parameter
- value (::Google::Cloud::Video::Stitcher::V1::LiveSession) — Required. Parameters for creating a live session.
Returns
- (::Google::Cloud::Video::Stitcher::V1::LiveSession) — Required. Parameters for creating a live session.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project and location in which the live session should be
created, in the form of
projects/{project_number}/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The project and location in which the live session should be
created, in the form of
projects/{project_number}/locations/{location}
.
Returns
-
(::String) — Required. The project and location in which the live session should be
created, in the form of
projects/{project_number}/locations/{location}
.