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}
- project (String)
- location (String)
- cdn_key (String)
- (::String)
- (::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}
- project (String)
- location (String)
- live_session (String)
- live_ad_tag_detail (String)
- (::String)
- (::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}
- project (String)
- location (String)
- live_session (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::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}
- project (String)
- location (String)
- slate (String)
- (::String)
- (::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}
- project (String)
- location (String)
- vod_session (String)
- vod_ad_tag_detail (String)
- (::String)
- (::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}
- project (String)
- location (String)
- vod_session (String)
- (::String)
- (::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}
- project (String)
- location (String)
- vod_session (String)
- vod_stitch_detail (String)
- (::String)
- (::ArgumentError)