Video Stitcher V1 API - Module Google::Cloud::Video::Stitcher::V1::VideoStitcherService::Paths (v0.7.0)

Reference documentation and code samples for the Video Stitcher V1 API module Google::Cloud::Video::Stitcher::V1::VideoStitcherService::Paths.

Path helper methods for the VideoStitcherService API.

Methods

#cdn_key_path

def cdn_key_path(project:, location:, cdn_key:) -> ::String

Create a fully-qualified CdnKey resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/cdnKeys/{cdn_key}

Parameters
  • project (String)
  • location (String)
  • cdn_key (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#live_ad_tag_detail_path

def live_ad_tag_detail_path(project:, location:, live_session:, live_ad_tag_detail:) -> ::String

Create a fully-qualified LiveAdTagDetail resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/liveSessions/{live_session}/liveAdTagDetails/{live_ad_tag_detail}

Parameters
  • project (String)
  • location (String)
  • live_session (String)
  • live_ad_tag_detail (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#live_config_path

def live_config_path(project:, location:, live_config:) -> ::String

Create a fully-qualified LiveConfig resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/liveConfigs/{live_config}

Parameters
  • project (String)
  • location (String)
  • live_config (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#live_session_path

def live_session_path(project:, location:, live_session:) -> ::String

Create a fully-qualified LiveSession resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/liveSessions/{live_session}

Parameters
  • project (String)
  • location (String)
  • live_session (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#slate_path

def slate_path(project:, location:, slate:) -> ::String

Create a fully-qualified Slate resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/slates/{slate}

Parameters
  • project (String)
  • location (String)
  • slate (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#vod_ad_tag_detail_path

def vod_ad_tag_detail_path(project:, location:, vod_session:, vod_ad_tag_detail:) -> ::String

Create a fully-qualified VodAdTagDetail resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/vodSessions/{vod_session}/vodAdTagDetails/{vod_ad_tag_detail}

Parameters
  • project (String)
  • location (String)
  • vod_session (String)
  • vod_ad_tag_detail (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#vod_session_path

def vod_session_path(project:, location:, vod_session:) -> ::String

Create a fully-qualified VodSession resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/vodSessions/{vod_session}

Parameters
  • project (String)
  • location (String)
  • vod_session (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#vod_stitch_detail_path

def vod_stitch_detail_path(project:, location:, vod_session:, vod_stitch_detail:) -> ::String

Create a fully-qualified VodStitchDetail resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/vodSessions/{vod_session}/vodStitchDetails/{vod_stitch_detail}

Parameters
  • project (String)
  • location (String)
  • vod_session (String)
  • vod_stitch_detail (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)