Video Stitcher V1 API - Class Google::Cloud::Video::Stitcher::V1::CreateVodSessionRequest (v0.3.0)

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

#vod_session=

def vod_session=(value) -> ::Google::Cloud::Video::Stitcher::V1::VodSession
Parameter
Returns