@@ -435,7 +435,7 @@ export class IdentityAwareProxyAdminServiceClient {
435435 options . otherArgs . headers = options . otherArgs . headers || { } ;
436436 options . otherArgs . headers [ 'x-goog-request-params' ] =
437437 this . _gaxModule . routingHeader . fromParams ( {
438- resource : request . resource || '' ,
438+ resource : request . resource ?? '' ,
439439 } ) ;
440440 this . initialize ( ) ;
441441 return this . innerApiCalls . setIamPolicy ( request , options , callback ) ;
@@ -525,7 +525,7 @@ export class IdentityAwareProxyAdminServiceClient {
525525 options . otherArgs . headers = options . otherArgs . headers || { } ;
526526 options . otherArgs . headers [ 'x-goog-request-params' ] =
527527 this . _gaxModule . routingHeader . fromParams ( {
528- resource : request . resource || '' ,
528+ resource : request . resource ?? '' ,
529529 } ) ;
530530 this . initialize ( ) ;
531531 return this . innerApiCalls . getIamPolicy ( request , options , callback ) ;
@@ -617,7 +617,7 @@ export class IdentityAwareProxyAdminServiceClient {
617617 options . otherArgs . headers = options . otherArgs . headers || { } ;
618618 options . otherArgs . headers [ 'x-goog-request-params' ] =
619619 this . _gaxModule . routingHeader . fromParams ( {
620- resource : request . resource || '' ,
620+ resource : request . resource ?? '' ,
621621 } ) ;
622622 this . initialize ( ) ;
623623 return this . innerApiCalls . testIamPermissions ( request , options , callback ) ;
@@ -702,7 +702,7 @@ export class IdentityAwareProxyAdminServiceClient {
702702 options . otherArgs . headers = options . otherArgs . headers || { } ;
703703 options . otherArgs . headers [ 'x-goog-request-params' ] =
704704 this . _gaxModule . routingHeader . fromParams ( {
705- name : request . name || '' ,
705+ name : request . name ?? '' ,
706706 } ) ;
707707 this . initialize ( ) ;
708708 return this . innerApiCalls . getIapSettings ( request , options , callback ) ;
@@ -794,7 +794,7 @@ export class IdentityAwareProxyAdminServiceClient {
794794 options . otherArgs . headers = options . otherArgs . headers || { } ;
795795 options . otherArgs . headers [ 'x-goog-request-params' ] =
796796 this . _gaxModule . routingHeader . fromParams ( {
797- 'iap_settings.name' : request . iapSettings ! . name || '' ,
797+ 'iap_settings.name' : request . iapSettings ! . name ?? '' ,
798798 } ) ;
799799 this . initialize ( ) ;
800800 return this . innerApiCalls . updateIapSettings ( request , options , callback ) ;
@@ -895,7 +895,7 @@ export class IdentityAwareProxyAdminServiceClient {
895895 options . otherArgs . headers = options . otherArgs . headers || { } ;
896896 options . otherArgs . headers [ 'x-goog-request-params' ] =
897897 this . _gaxModule . routingHeader . fromParams ( {
898- parent : request . parent || '' ,
898+ parent : request . parent ?? '' ,
899899 } ) ;
900900 this . initialize ( ) ;
901901 return this . innerApiCalls . createTunnelDestGroup ( request , options , callback ) ;
@@ -982,7 +982,7 @@ export class IdentityAwareProxyAdminServiceClient {
982982 options . otherArgs . headers = options . otherArgs . headers || { } ;
983983 options . otherArgs . headers [ 'x-goog-request-params' ] =
984984 this . _gaxModule . routingHeader . fromParams ( {
985- name : request . name || '' ,
985+ name : request . name ?? '' ,
986986 } ) ;
987987 this . initialize ( ) ;
988988 return this . innerApiCalls . getTunnelDestGroup ( request , options , callback ) ;
@@ -1075,7 +1075,7 @@ export class IdentityAwareProxyAdminServiceClient {
10751075 options . otherArgs . headers = options . otherArgs . headers || { } ;
10761076 options . otherArgs . headers [ 'x-goog-request-params' ] =
10771077 this . _gaxModule . routingHeader . fromParams ( {
1078- name : request . name || '' ,
1078+ name : request . name ?? '' ,
10791079 } ) ;
10801080 this . initialize ( ) ;
10811081 return this . innerApiCalls . deleteTunnelDestGroup ( request , options , callback ) ;
@@ -1170,7 +1170,7 @@ export class IdentityAwareProxyAdminServiceClient {
11701170 options . otherArgs . headers = options . otherArgs . headers || { } ;
11711171 options . otherArgs . headers [ 'x-goog-request-params' ] =
11721172 this . _gaxModule . routingHeader . fromParams ( {
1173- 'tunnel_dest_group.name' : request . tunnelDestGroup ! . name || '' ,
1173+ 'tunnel_dest_group.name' : request . tunnelDestGroup ! . name ?? '' ,
11741174 } ) ;
11751175 this . initialize ( ) ;
11761176 return this . innerApiCalls . updateTunnelDestGroup ( request , options , callback ) ;
@@ -1282,7 +1282,7 @@ export class IdentityAwareProxyAdminServiceClient {
12821282 options . otherArgs . headers = options . otherArgs . headers || { } ;
12831283 options . otherArgs . headers [ 'x-goog-request-params' ] =
12841284 this . _gaxModule . routingHeader . fromParams ( {
1285- parent : request . parent || '' ,
1285+ parent : request . parent ?? '' ,
12861286 } ) ;
12871287 this . initialize ( ) ;
12881288 return this . innerApiCalls . listTunnelDestGroups ( request , options , callback ) ;
@@ -1331,7 +1331,7 @@ export class IdentityAwareProxyAdminServiceClient {
13311331 options . otherArgs . headers = options . otherArgs . headers || { } ;
13321332 options . otherArgs . headers [ 'x-goog-request-params' ] =
13331333 this . _gaxModule . routingHeader . fromParams ( {
1334- parent : request . parent || '' ,
1334+ parent : request . parent ?? '' ,
13351335 } ) ;
13361336 const defaultCallSettings = this . _defaults [ 'listTunnelDestGroups' ] ;
13371337 const callSettings = defaultCallSettings . merge ( options ) ;
@@ -1389,7 +1389,7 @@ export class IdentityAwareProxyAdminServiceClient {
13891389 options . otherArgs . headers = options . otherArgs . headers || { } ;
13901390 options . otherArgs . headers [ 'x-goog-request-params' ] =
13911391 this . _gaxModule . routingHeader . fromParams ( {
1392- parent : request . parent || '' ,
1392+ parent : request . parent ?? '' ,
13931393 } ) ;
13941394 const defaultCallSettings = this . _defaults [ 'listTunnelDestGroups' ] ;
13951395 const callSettings = defaultCallSettings . merge ( options ) ;
0 commit comments