@@ -412,6 +412,8 @@ export class MetricsV1Beta3Client {
412412 options . otherArgs . headers [ 'x-goog-request-params' ] =
413413 gax . routingHeader . fromParams ( {
414414 project_id : request . projectId || '' ,
415+ location : request . location || '' ,
416+ job_id : request . jobId || '' ,
415417 } ) ;
416418 this . initialize ( ) ;
417419 return this . innerApiCalls . getJobMetrics ( request , options , callback ) ;
@@ -517,6 +519,8 @@ export class MetricsV1Beta3Client {
517519 options . otherArgs . headers [ 'x-goog-request-params' ] =
518520 gax . routingHeader . fromParams ( {
519521 project_id : request . projectId || '' ,
522+ location : request . location || '' ,
523+ job_id : request . jobId || '' ,
520524 } ) ;
521525 this . initialize ( ) ;
522526 return this . innerApiCalls . getJobExecutionDetails (
@@ -569,6 +573,8 @@ export class MetricsV1Beta3Client {
569573 options . otherArgs . headers [ 'x-goog-request-params' ] =
570574 gax . routingHeader . fromParams ( {
571575 project_id : request . projectId || '' ,
576+ location : request . location || '' ,
577+ job_id : request . jobId || '' ,
572578 } ) ;
573579 const defaultCallSettings = this . _defaults [ 'getJobExecutionDetails' ] ;
574580 const callSettings = defaultCallSettings . merge ( options ) ;
@@ -626,6 +632,8 @@ export class MetricsV1Beta3Client {
626632 options . otherArgs . headers [ 'x-goog-request-params' ] =
627633 gax . routingHeader . fromParams ( {
628634 project_id : request . projectId || '' ,
635+ location : request . location || '' ,
636+ job_id : request . jobId || '' ,
629637 } ) ;
630638 const defaultCallSettings = this . _defaults [ 'getJobExecutionDetails' ] ;
631639 const callSettings = defaultCallSettings . merge ( options ) ;
@@ -743,6 +751,9 @@ export class MetricsV1Beta3Client {
743751 options . otherArgs . headers [ 'x-goog-request-params' ] =
744752 gax . routingHeader . fromParams ( {
745753 project_id : request . projectId || '' ,
754+ location : request . location || '' ,
755+ job_id : request . jobId || '' ,
756+ stage_id : request . stageId || '' ,
746757 } ) ;
747758 this . initialize ( ) ;
748759 return this . innerApiCalls . getStageExecutionDetails (
@@ -801,6 +812,9 @@ export class MetricsV1Beta3Client {
801812 options . otherArgs . headers [ 'x-goog-request-params' ] =
802813 gax . routingHeader . fromParams ( {
803814 project_id : request . projectId || '' ,
815+ location : request . location || '' ,
816+ job_id : request . jobId || '' ,
817+ stage_id : request . stageId || '' ,
804818 } ) ;
805819 const defaultCallSettings = this . _defaults [ 'getStageExecutionDetails' ] ;
806820 const callSettings = defaultCallSettings . merge ( options ) ;
@@ -864,6 +878,9 @@ export class MetricsV1Beta3Client {
864878 options . otherArgs . headers [ 'x-goog-request-params' ] =
865879 gax . routingHeader . fromParams ( {
866880 project_id : request . projectId || '' ,
881+ location : request . location || '' ,
882+ job_id : request . jobId || '' ,
883+ stage_id : request . stageId || '' ,
867884 } ) ;
868885 const defaultCallSettings = this . _defaults [ 'getStageExecutionDetails' ] ;
869886 const callSettings = defaultCallSettings . merge ( options ) ;
0 commit comments