Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::CreateVodSessionRequest.
Request message for VideoStitcherService.createVodSession
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project and location in which the VOD 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 VOD session should be
created, in the form of
projects/{project_number}/locations/{location}
.
Returns
-
(::String) — Required. The project and location in which the VOD session should be
created, in the form of
projects/{project_number}/locations/{location}
.
#vod_session
def vod_session() -> ::Google::Cloud::Video::Stitcher::V1::VodSession
Returns
- (::Google::Cloud::Video::Stitcher::V1::VodSession) — Required. Parameters for creating a session.
#vod_session=
def vod_session=(value) -> ::Google::Cloud::Video::Stitcher::V1::VodSession
Parameter
- value (::Google::Cloud::Video::Stitcher::V1::VodSession) — Required. Parameters for creating a session.
Returns
- (::Google::Cloud::Video::Stitcher::V1::VodSession) — Required. Parameters for creating a session.