Skip to content

Commit

Permalink
docs(samples): Fix Video Stitcher region tag prefix (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
irataxy authored Oct 12, 2022
1 parent d347f08 commit 800dbcc
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions media/video-stitcher/createCdnKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function main(
gCdnPrivateKey,
akamaiTokenKey = ''
) {
// [START video_stitcher_create_cdn_key]
// [START videostitcher_create_cdn_key]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -68,7 +68,7 @@ function main(
}

createCdnKey();
// [END video_stitcher_create_cdn_key]
// [END videostitcher_create_cdn_key]
}

// node createCdnKey.js <projectId> <location> <cdnKeyId> <hostname> <gCdnKeyname> <gCdnPrivateKey> <akamaiTokenKey>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/createLiveSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, sourceUri, adTagUri, slateId) {
// [START video_stitcher_create_live_session]
// [START videostitcher_create_live_session]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -55,7 +55,7 @@ function main(projectId, location, sourceUri, adTagUri, slateId) {
}

createLiveSession();
// [END video_stitcher_create_live_session]
// [END videostitcher_create_live_session]
}

// node createLiveSession.js <projectId> <location> <sourceUri> <adTagUri> <slateId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/createSlate.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, slateId, slateUri) {
// [START video_stitcher_create_slate]
// [START videostitcher_create_slate]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -45,7 +45,7 @@ function main(projectId, location, slateId, slateUri) {
}

createSlate();
// [END video_stitcher_create_slate]
// [END videostitcher_create_slate]
}

// node createSlate.js <projectId> <location> <slateId> <slateUri>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/createVodSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, sourceUri, adTagUri) {
// [START video_stitcher_create_vod_session]
// [START videostitcher_create_vod_session]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -47,7 +47,7 @@ function main(projectId, location, sourceUri, adTagUri) {
}

createVodSession();
// [END video_stitcher_create_vod_session]
// [END videostitcher_create_vod_session]
}

// node createVodSession.js <projectId> <location> <sourceUri> <adTagUri>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/deleteCdnKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, cdnKeyId) {
// [START video_stitcher_delete_cdn_key]
// [START videostitcher_delete_cdn_key]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -40,7 +40,7 @@ function main(projectId, location, cdnKeyId) {
}

deleteCdnKey();
// [END video_stitcher_delete_cdn_key]
// [END videostitcher_delete_cdn_key]
}

// node deleteCdnKey.js <projectId> <location> <cdnKeyId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/deleteSlate.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, slateId) {
// [START video_stitcher_delete_slate]
// [START videostitcher_delete_slate]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -40,7 +40,7 @@ function main(projectId, location, slateId) {
}

deleteSlate();
// [END video_stitcher_delete_slate]
// [END videostitcher_delete_slate]
}

// node deleteSlate.js <projectId> <location> <slateId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/getCdnKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, cdnKeyId) {
// [START video_stitcher_get_cdn_key]
// [START videostitcher_get_cdn_key]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -40,7 +40,7 @@ function main(projectId, location, cdnKeyId) {
}

getCdnKey();
// [END video_stitcher_get_cdn_key]
// [END videostitcher_get_cdn_key]
}

// node getCdnKey.js <projectId> <location> <cdnKeyId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/getLiveAdTagDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, sessionId, adTagDetailId) {
// [START video_stitcher_get_live_ad_tag_detail]
// [START videostitcher_get_live_ad_tag_detail]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -46,7 +46,7 @@ function main(projectId, location, sessionId, adTagDetailId) {
}

getLiveAdTagDetail();
// [END video_stitcher_get_live_ad_tag_detail]
// [END videostitcher_get_live_ad_tag_detail]
}

// node getLiveAdTagDetail.js <projectId> <location> <sessionId> <adTagDetailId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/getLiveSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, sessionId) {
// [START video_stitcher_get_live_session]
// [START videostitcher_get_live_session]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -40,7 +40,7 @@ function main(projectId, location, sessionId) {
}

getLiveSession();
// [END video_stitcher_get_live_session]
// [END videostitcher_get_live_session]
}

// node getLiveSession.js <projectId> <location> <sessionId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/getSlate.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, slateId) {
// [START video_stitcher_get_slate]
// [START videostitcher_get_slate]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -40,7 +40,7 @@ function main(projectId, location, slateId) {
}

getSlate();
// [END video_stitcher_get_slate]
// [END videostitcher_get_slate]
}

// node getSlate.js <projectId> <location> <slateId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/getVodAdTagDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, sessionId, adTagDetailId) {
// [START video_stitcher_get_vod_ad_tag_detail]
// [START videostitcher_get_vod_ad_tag_detail]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -46,7 +46,7 @@ function main(projectId, location, sessionId, adTagDetailId) {
}

getVodAdTagDetail();
// [END video_stitcher_get_vod_ad_tag_detail]
// [END videostitcher_get_vod_ad_tag_detail]
}

// node getVodAdTagDetail.js <projectId> <location> <sessionId> <adTagDetailId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/getVodSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, sessionId) {
// [START video_stitcher_get_vod_session]
// [START videostitcher_get_vod_session]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -40,7 +40,7 @@ function main(projectId, location, sessionId) {
}

getVodSession();
// [END video_stitcher_get_vod_session]
// [END videostitcher_get_vod_session]
}

// node getVodSession.js <projectId> <location> <sessionId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/getVodStitchDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, sessionId, stitchDetailId) {
// [START video_stitcher_get_vod_stitch_detail]
// [START videostitcher_get_vod_stitch_detail]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -46,7 +46,7 @@ function main(projectId, location, sessionId, stitchDetailId) {
}

getVodStitchDetail();
// [END video_stitcher_get_vod_stitch_detail]
// [END videostitcher_get_vod_stitch_detail]
}

// node getVodStitchDetail.js <projectId> <location> <sessionId> <stitchDetailId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/listCdnKeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location) {
// [START video_stitcher_list_cdn_keys]
// [START videostitcher_list_cdn_keys]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -40,7 +40,7 @@ function main(projectId, location) {
}

listCdnKeys();
// [END video_stitcher_list_cdn_keys]
// [END videostitcher_list_cdn_keys]
}

// node listCdnKeys.js <projectId> <location>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/listLiveAdTagDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, sessionId) {
// [START video_stitcher_list_live_ad_tag_details]
// [START videostitcher_list_live_ad_tag_details]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -43,7 +43,7 @@ function main(projectId, location, sessionId) {
}

listLiveAdTagDetails();
// [END video_stitcher_list_live_ad_tag_details]
// [END videostitcher_list_live_ad_tag_details]
}

// node listLiveAdTagDetails.js <projectId> <location> <sessionId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/listSlates.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location) {
// [START video_stitcher_list_slates]
// [START videostitcher_list_slates]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -40,7 +40,7 @@ function main(projectId, location) {
}

listSlates();
// [END video_stitcher_list_slates]
// [END videostitcher_list_slates]
}

// node listSlates.js <projectId> <location>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/listVodAdTagDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, sessionId) {
// [START video_stitcher_list_vod_ad_tag_details]
// [START videostitcher_list_vod_ad_tag_details]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -43,7 +43,7 @@ function main(projectId, location, sessionId) {
}

listVodAdTagDetails();
// [END video_stitcher_list_vod_ad_tag_details]
// [END videostitcher_list_vod_ad_tag_details]
}

// node listVodAdTagDetails.js <projectId> <location> <sessionId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/listVodStitchDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, sessionId) {
// [START video_stitcher_list_vod_stitch_details]
// [START videostitcher_list_vod_stitch_details]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand All @@ -43,7 +43,7 @@ function main(projectId, location, sessionId) {
}

listVodStitchDetails();
// [END video_stitcher_list_vod_stitch_details]
// [END videostitcher_list_vod_stitch_details]
}

// node listVodStitchDetails.js <projectId> <location> <sessionId>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/updateCdnKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function main(
gCdnPrivateKey,
akamaiTokenKey = ''
) {
// [START video_stitcher_update_cdn_key]
// [START videostitcher_update_cdn_key]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -73,7 +73,7 @@ function main(
}

updateCdnKey();
// [END video_stitcher_update_cdn_key]
// [END videostitcher_update_cdn_key]
}

// node updateCdnKey.js <projectId> <location> <cdnKeyId> <hostname> <gCdnKeyname> <gCdnPrivateKey> <akamaiTokenKey>
Expand Down
4 changes: 2 additions & 2 deletions media/video-stitcher/updateSlate.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

function main(projectId, location, slateId, slateUri) {
// [START video_stitcher_update_slate]
// [START videostitcher_update_slate]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -48,7 +48,7 @@ function main(projectId, location, slateId, slateUri) {
}

updateSlate();
// [END video_stitcher_update_slate]
// [END videostitcher_update_slate]
}

// node updateSlate.js <projectId> <location> <slateId> <slateUri>
Expand Down

0 comments on commit 800dbcc

Please sign in to comment.