@@ -489,7 +489,7 @@ export class VideoStitcherServiceClient {
489
489
options . otherArgs . headers = options . otherArgs . headers || { } ;
490
490
options . otherArgs . headers [ 'x-goog-request-params' ] =
491
491
this . _gaxModule . routingHeader . fromParams ( {
492
- parent : request . parent || '' ,
492
+ parent : request . parent ?? '' ,
493
493
} ) ;
494
494
this . initialize ( ) ;
495
495
return this . innerApiCalls . createCdnKey ( request , options , callback ) ;
@@ -581,7 +581,7 @@ export class VideoStitcherServiceClient {
581
581
options . otherArgs . headers = options . otherArgs . headers || { } ;
582
582
options . otherArgs . headers [ 'x-goog-request-params' ] =
583
583
this . _gaxModule . routingHeader . fromParams ( {
584
- name : request . name || '' ,
584
+ name : request . name ?? '' ,
585
585
} ) ;
586
586
this . initialize ( ) ;
587
587
return this . innerApiCalls . getCdnKey ( request , options , callback ) ;
@@ -673,7 +673,7 @@ export class VideoStitcherServiceClient {
673
673
options . otherArgs . headers = options . otherArgs . headers || { } ;
674
674
options . otherArgs . headers [ 'x-goog-request-params' ] =
675
675
this . _gaxModule . routingHeader . fromParams ( {
676
- name : request . name || '' ,
676
+ name : request . name ?? '' ,
677
677
} ) ;
678
678
this . initialize ( ) ;
679
679
return this . innerApiCalls . deleteCdnKey ( request , options , callback ) ;
@@ -769,7 +769,7 @@ export class VideoStitcherServiceClient {
769
769
options . otherArgs . headers = options . otherArgs . headers || { } ;
770
770
options . otherArgs . headers [ 'x-goog-request-params' ] =
771
771
this . _gaxModule . routingHeader . fromParams ( {
772
- 'cdn_key.name' : request . cdnKey ! . name || '' ,
772
+ 'cdn_key.name' : request . cdnKey ! . name ?? '' ,
773
773
} ) ;
774
774
this . initialize ( ) ;
775
775
return this . innerApiCalls . updateCdnKey ( request , options , callback ) ;
@@ -870,7 +870,7 @@ export class VideoStitcherServiceClient {
870
870
options . otherArgs . headers = options . otherArgs . headers || { } ;
871
871
options . otherArgs . headers [ 'x-goog-request-params' ] =
872
872
this . _gaxModule . routingHeader . fromParams ( {
873
- parent : request . parent || '' ,
873
+ parent : request . parent ?? '' ,
874
874
} ) ;
875
875
this . initialize ( ) ;
876
876
return this . innerApiCalls . createVodSession ( request , options , callback ) ;
@@ -963,7 +963,7 @@ export class VideoStitcherServiceClient {
963
963
options . otherArgs . headers = options . otherArgs . headers || { } ;
964
964
options . otherArgs . headers [ 'x-goog-request-params' ] =
965
965
this . _gaxModule . routingHeader . fromParams ( {
966
- name : request . name || '' ,
966
+ name : request . name ?? '' ,
967
967
} ) ;
968
968
this . initialize ( ) ;
969
969
return this . innerApiCalls . getVodSession ( request , options , callback ) ;
@@ -1061,7 +1061,7 @@ export class VideoStitcherServiceClient {
1061
1061
options . otherArgs . headers = options . otherArgs . headers || { } ;
1062
1062
options . otherArgs . headers [ 'x-goog-request-params' ] =
1063
1063
this . _gaxModule . routingHeader . fromParams ( {
1064
- name : request . name || '' ,
1064
+ name : request . name ?? '' ,
1065
1065
} ) ;
1066
1066
this . initialize ( ) ;
1067
1067
return this . innerApiCalls . getVodStitchDetail ( request , options , callback ) ;
@@ -1159,7 +1159,7 @@ export class VideoStitcherServiceClient {
1159
1159
options . otherArgs . headers = options . otherArgs . headers || { } ;
1160
1160
options . otherArgs . headers [ 'x-goog-request-params' ] =
1161
1161
this . _gaxModule . routingHeader . fromParams ( {
1162
- name : request . name || '' ,
1162
+ name : request . name ?? '' ,
1163
1163
} ) ;
1164
1164
this . initialize ( ) ;
1165
1165
return this . innerApiCalls . getVodAdTagDetail ( request , options , callback ) ;
@@ -1257,7 +1257,7 @@ export class VideoStitcherServiceClient {
1257
1257
options . otherArgs . headers = options . otherArgs . headers || { } ;
1258
1258
options . otherArgs . headers [ 'x-goog-request-params' ] =
1259
1259
this . _gaxModule . routingHeader . fromParams ( {
1260
- name : request . name || '' ,
1260
+ name : request . name ?? '' ,
1261
1261
} ) ;
1262
1262
this . initialize ( ) ;
1263
1263
return this . innerApiCalls . getLiveAdTagDetail ( request , options , callback ) ;
@@ -1356,7 +1356,7 @@ export class VideoStitcherServiceClient {
1356
1356
options . otherArgs . headers = options . otherArgs . headers || { } ;
1357
1357
options . otherArgs . headers [ 'x-goog-request-params' ] =
1358
1358
this . _gaxModule . routingHeader . fromParams ( {
1359
- parent : request . parent || '' ,
1359
+ parent : request . parent ?? '' ,
1360
1360
} ) ;
1361
1361
this . initialize ( ) ;
1362
1362
return this . innerApiCalls . createSlate ( request , options , callback ) ;
@@ -1442,7 +1442,7 @@ export class VideoStitcherServiceClient {
1442
1442
options . otherArgs . headers = options . otherArgs . headers || { } ;
1443
1443
options . otherArgs . headers [ 'x-goog-request-params' ] =
1444
1444
this . _gaxModule . routingHeader . fromParams ( {
1445
- name : request . name || '' ,
1445
+ name : request . name ?? '' ,
1446
1446
} ) ;
1447
1447
this . initialize ( ) ;
1448
1448
return this . innerApiCalls . getSlate ( request , options , callback ) ;
@@ -1535,7 +1535,7 @@ export class VideoStitcherServiceClient {
1535
1535
options . otherArgs . headers = options . otherArgs . headers || { } ;
1536
1536
options . otherArgs . headers [ 'x-goog-request-params' ] =
1537
1537
this . _gaxModule . routingHeader . fromParams ( {
1538
- 'slate.name' : request . slate ! . name || '' ,
1538
+ 'slate.name' : request . slate ! . name ?? '' ,
1539
1539
} ) ;
1540
1540
this . initialize ( ) ;
1541
1541
return this . innerApiCalls . updateSlate ( request , options , callback ) ;
@@ -1627,7 +1627,7 @@ export class VideoStitcherServiceClient {
1627
1627
options . otherArgs . headers = options . otherArgs . headers || { } ;
1628
1628
options . otherArgs . headers [ 'x-goog-request-params' ] =
1629
1629
this . _gaxModule . routingHeader . fromParams ( {
1630
- name : request . name || '' ,
1630
+ name : request . name ?? '' ,
1631
1631
} ) ;
1632
1632
this . initialize ( ) ;
1633
1633
return this . innerApiCalls . deleteSlate ( request , options , callback ) ;
@@ -1727,7 +1727,7 @@ export class VideoStitcherServiceClient {
1727
1727
options . otherArgs . headers = options . otherArgs . headers || { } ;
1728
1728
options . otherArgs . headers [ 'x-goog-request-params' ] =
1729
1729
this . _gaxModule . routingHeader . fromParams ( {
1730
- parent : request . parent || '' ,
1730
+ parent : request . parent ?? '' ,
1731
1731
} ) ;
1732
1732
this . initialize ( ) ;
1733
1733
return this . innerApiCalls . createLiveSession ( request , options , callback ) ;
@@ -1819,7 +1819,7 @@ export class VideoStitcherServiceClient {
1819
1819
options . otherArgs . headers = options . otherArgs . headers || { } ;
1820
1820
options . otherArgs . headers [ 'x-goog-request-params' ] =
1821
1821
this . _gaxModule . routingHeader . fromParams ( {
1822
- name : request . name || '' ,
1822
+ name : request . name ?? '' ,
1823
1823
} ) ;
1824
1824
this . initialize ( ) ;
1825
1825
return this . innerApiCalls . getLiveSession ( request , options , callback ) ;
@@ -1924,7 +1924,7 @@ export class VideoStitcherServiceClient {
1924
1924
options . otherArgs . headers = options . otherArgs . headers || { } ;
1925
1925
options . otherArgs . headers [ 'x-goog-request-params' ] =
1926
1926
this . _gaxModule . routingHeader . fromParams ( {
1927
- parent : request . parent || '' ,
1927
+ parent : request . parent ?? '' ,
1928
1928
} ) ;
1929
1929
this . initialize ( ) ;
1930
1930
return this . innerApiCalls . listCdnKeys ( request , options , callback ) ;
@@ -1968,7 +1968,7 @@ export class VideoStitcherServiceClient {
1968
1968
options . otherArgs . headers = options . otherArgs . headers || { } ;
1969
1969
options . otherArgs . headers [ 'x-goog-request-params' ] =
1970
1970
this . _gaxModule . routingHeader . fromParams ( {
1971
- parent : request . parent || '' ,
1971
+ parent : request . parent ?? '' ,
1972
1972
} ) ;
1973
1973
const defaultCallSettings = this . _defaults [ 'listCdnKeys' ] ;
1974
1974
const callSettings = defaultCallSettings . merge ( options ) ;
@@ -2021,7 +2021,7 @@ export class VideoStitcherServiceClient {
2021
2021
options . otherArgs . headers = options . otherArgs . headers || { } ;
2022
2022
options . otherArgs . headers [ 'x-goog-request-params' ] =
2023
2023
this . _gaxModule . routingHeader . fromParams ( {
2024
- parent : request . parent || '' ,
2024
+ parent : request . parent ?? '' ,
2025
2025
} ) ;
2026
2026
const defaultCallSettings = this . _defaults [ 'listCdnKeys' ] ;
2027
2027
const callSettings = defaultCallSettings . merge ( options ) ;
@@ -2127,7 +2127,7 @@ export class VideoStitcherServiceClient {
2127
2127
options . otherArgs . headers = options . otherArgs . headers || { } ;
2128
2128
options . otherArgs . headers [ 'x-goog-request-params' ] =
2129
2129
this . _gaxModule . routingHeader . fromParams ( {
2130
- parent : request . parent || '' ,
2130
+ parent : request . parent ?? '' ,
2131
2131
} ) ;
2132
2132
this . initialize ( ) ;
2133
2133
return this . innerApiCalls . listVodStitchDetails ( request , options , callback ) ;
@@ -2166,7 +2166,7 @@ export class VideoStitcherServiceClient {
2166
2166
options . otherArgs . headers = options . otherArgs . headers || { } ;
2167
2167
options . otherArgs . headers [ 'x-goog-request-params' ] =
2168
2168
this . _gaxModule . routingHeader . fromParams ( {
2169
- parent : request . parent || '' ,
2169
+ parent : request . parent ?? '' ,
2170
2170
} ) ;
2171
2171
const defaultCallSettings = this . _defaults [ 'listVodStitchDetails' ] ;
2172
2172
const callSettings = defaultCallSettings . merge ( options ) ;
@@ -2214,7 +2214,7 @@ export class VideoStitcherServiceClient {
2214
2214
options . otherArgs . headers = options . otherArgs . headers || { } ;
2215
2215
options . otherArgs . headers [ 'x-goog-request-params' ] =
2216
2216
this . _gaxModule . routingHeader . fromParams ( {
2217
- parent : request . parent || '' ,
2217
+ parent : request . parent ?? '' ,
2218
2218
} ) ;
2219
2219
const defaultCallSettings = this . _defaults [ 'listVodStitchDetails' ] ;
2220
2220
const callSettings = defaultCallSettings . merge ( options ) ;
@@ -2319,7 +2319,7 @@ export class VideoStitcherServiceClient {
2319
2319
options . otherArgs . headers = options . otherArgs . headers || { } ;
2320
2320
options . otherArgs . headers [ 'x-goog-request-params' ] =
2321
2321
this . _gaxModule . routingHeader . fromParams ( {
2322
- parent : request . parent || '' ,
2322
+ parent : request . parent ?? '' ,
2323
2323
} ) ;
2324
2324
this . initialize ( ) ;
2325
2325
return this . innerApiCalls . listVodAdTagDetails ( request , options , callback ) ;
@@ -2358,7 +2358,7 @@ export class VideoStitcherServiceClient {
2358
2358
options . otherArgs . headers = options . otherArgs . headers || { } ;
2359
2359
options . otherArgs . headers [ 'x-goog-request-params' ] =
2360
2360
this . _gaxModule . routingHeader . fromParams ( {
2361
- parent : request . parent || '' ,
2361
+ parent : request . parent ?? '' ,
2362
2362
} ) ;
2363
2363
const defaultCallSettings = this . _defaults [ 'listVodAdTagDetails' ] ;
2364
2364
const callSettings = defaultCallSettings . merge ( options ) ;
@@ -2406,7 +2406,7 @@ export class VideoStitcherServiceClient {
2406
2406
options . otherArgs . headers = options . otherArgs . headers || { } ;
2407
2407
options . otherArgs . headers [ 'x-goog-request-params' ] =
2408
2408
this . _gaxModule . routingHeader . fromParams ( {
2409
- parent : request . parent || '' ,
2409
+ parent : request . parent ?? '' ,
2410
2410
} ) ;
2411
2411
const defaultCallSettings = this . _defaults [ 'listVodAdTagDetails' ] ;
2412
2412
const callSettings = defaultCallSettings . merge ( options ) ;
@@ -2511,7 +2511,7 @@ export class VideoStitcherServiceClient {
2511
2511
options . otherArgs . headers = options . otherArgs . headers || { } ;
2512
2512
options . otherArgs . headers [ 'x-goog-request-params' ] =
2513
2513
this . _gaxModule . routingHeader . fromParams ( {
2514
- parent : request . parent || '' ,
2514
+ parent : request . parent ?? '' ,
2515
2515
} ) ;
2516
2516
this . initialize ( ) ;
2517
2517
return this . innerApiCalls . listLiveAdTagDetails ( request , options , callback ) ;
@@ -2550,7 +2550,7 @@ export class VideoStitcherServiceClient {
2550
2550
options . otherArgs . headers = options . otherArgs . headers || { } ;
2551
2551
options . otherArgs . headers [ 'x-goog-request-params' ] =
2552
2552
this . _gaxModule . routingHeader . fromParams ( {
2553
- parent : request . parent || '' ,
2553
+ parent : request . parent ?? '' ,
2554
2554
} ) ;
2555
2555
const defaultCallSettings = this . _defaults [ 'listLiveAdTagDetails' ] ;
2556
2556
const callSettings = defaultCallSettings . merge ( options ) ;
@@ -2598,7 +2598,7 @@ export class VideoStitcherServiceClient {
2598
2598
options . otherArgs . headers = options . otherArgs . headers || { } ;
2599
2599
options . otherArgs . headers [ 'x-goog-request-params' ] =
2600
2600
this . _gaxModule . routingHeader . fromParams ( {
2601
- parent : request . parent || '' ,
2601
+ parent : request . parent ?? '' ,
2602
2602
} ) ;
2603
2603
const defaultCallSettings = this . _defaults [ 'listLiveAdTagDetails' ] ;
2604
2604
const callSettings = defaultCallSettings . merge ( options ) ;
@@ -2707,7 +2707,7 @@ export class VideoStitcherServiceClient {
2707
2707
options . otherArgs . headers = options . otherArgs . headers || { } ;
2708
2708
options . otherArgs . headers [ 'x-goog-request-params' ] =
2709
2709
this . _gaxModule . routingHeader . fromParams ( {
2710
- parent : request . parent || '' ,
2710
+ parent : request . parent ?? '' ,
2711
2711
} ) ;
2712
2712
this . initialize ( ) ;
2713
2713
return this . innerApiCalls . listSlates ( request , options , callback ) ;
@@ -2750,7 +2750,7 @@ export class VideoStitcherServiceClient {
2750
2750
options . otherArgs . headers = options . otherArgs . headers || { } ;
2751
2751
options . otherArgs . headers [ 'x-goog-request-params' ] =
2752
2752
this . _gaxModule . routingHeader . fromParams ( {
2753
- parent : request . parent || '' ,
2753
+ parent : request . parent ?? '' ,
2754
2754
} ) ;
2755
2755
const defaultCallSettings = this . _defaults [ 'listSlates' ] ;
2756
2756
const callSettings = defaultCallSettings . merge ( options ) ;
@@ -2802,7 +2802,7 @@ export class VideoStitcherServiceClient {
2802
2802
options . otherArgs . headers = options . otherArgs . headers || { } ;
2803
2803
options . otherArgs . headers [ 'x-goog-request-params' ] =
2804
2804
this . _gaxModule . routingHeader . fromParams ( {
2805
- parent : request . parent || '' ,
2805
+ parent : request . parent ?? '' ,
2806
2806
} ) ;
2807
2807
const defaultCallSettings = this . _defaults [ 'listSlates' ] ;
2808
2808
const callSettings = defaultCallSettings . merge ( options ) ;
0 commit comments