@@ -235,9 +235,10 @@ describe('v3beta1.ChangelogsClient', () => {
235
235
const request = generateSampleMessage (
236
236
new protos . google . cloud . dialogflow . cx . v3beta1 . GetChangelogRequest ( )
237
237
) ;
238
- const defaultValue1 = getTypeDefaultValue ( 'GetChangelogRequest' , [
239
- 'name' ,
240
- ] ) ;
238
+ const defaultValue1 = getTypeDefaultValue (
239
+ '.google.cloud.dialogflow.cx.v3beta1.GetChangelogRequest' ,
240
+ [ 'name' ]
241
+ ) ;
241
242
request . name = defaultValue1 ;
242
243
const expectedHeaderRequestParams = `name=${ defaultValue1 } ` ;
243
244
const expectedResponse = generateSampleMessage (
@@ -265,9 +266,10 @@ describe('v3beta1.ChangelogsClient', () => {
265
266
const request = generateSampleMessage (
266
267
new protos . google . cloud . dialogflow . cx . v3beta1 . GetChangelogRequest ( )
267
268
) ;
268
- const defaultValue1 = getTypeDefaultValue ( 'GetChangelogRequest' , [
269
- 'name' ,
270
- ] ) ;
269
+ const defaultValue1 = getTypeDefaultValue (
270
+ '.google.cloud.dialogflow.cx.v3beta1.GetChangelogRequest' ,
271
+ [ 'name' ]
272
+ ) ;
271
273
request . name = defaultValue1 ;
272
274
const expectedHeaderRequestParams = `name=${ defaultValue1 } ` ;
273
275
const expectedResponse = generateSampleMessage (
@@ -311,9 +313,10 @@ describe('v3beta1.ChangelogsClient', () => {
311
313
const request = generateSampleMessage (
312
314
new protos . google . cloud . dialogflow . cx . v3beta1 . GetChangelogRequest ( )
313
315
) ;
314
- const defaultValue1 = getTypeDefaultValue ( 'GetChangelogRequest' , [
315
- 'name' ,
316
- ] ) ;
316
+ const defaultValue1 = getTypeDefaultValue (
317
+ '.google.cloud.dialogflow.cx.v3beta1.GetChangelogRequest' ,
318
+ [ 'name' ]
319
+ ) ;
317
320
request . name = defaultValue1 ;
318
321
const expectedHeaderRequestParams = `name=${ defaultValue1 } ` ;
319
322
const expectedError = new Error ( 'expected' ) ;
@@ -341,9 +344,10 @@ describe('v3beta1.ChangelogsClient', () => {
341
344
const request = generateSampleMessage (
342
345
new protos . google . cloud . dialogflow . cx . v3beta1 . GetChangelogRequest ( )
343
346
) ;
344
- const defaultValue1 = getTypeDefaultValue ( 'GetChangelogRequest' , [
345
- 'name' ,
346
- ] ) ;
347
+ const defaultValue1 = getTypeDefaultValue (
348
+ '.google.cloud.dialogflow.cx.v3beta1.GetChangelogRequest' ,
349
+ [ 'name' ]
350
+ ) ;
347
351
request . name = defaultValue1 ;
348
352
const expectedError = new Error ( 'The client has already been closed.' ) ;
349
353
client . close ( ) ;
@@ -361,9 +365,10 @@ describe('v3beta1.ChangelogsClient', () => {
361
365
const request = generateSampleMessage (
362
366
new protos . google . cloud . dialogflow . cx . v3beta1 . ListChangelogsRequest ( )
363
367
) ;
364
- const defaultValue1 = getTypeDefaultValue ( 'ListChangelogsRequest' , [
365
- 'parent' ,
366
- ] ) ;
368
+ const defaultValue1 = getTypeDefaultValue (
369
+ '.google.cloud.dialogflow.cx.v3beta1.ListChangelogsRequest' ,
370
+ [ 'parent' ]
371
+ ) ;
367
372
request . parent = defaultValue1 ;
368
373
const expectedHeaderRequestParams = `parent=${ defaultValue1 } ` ;
369
374
const expectedResponse = [
@@ -399,9 +404,10 @@ describe('v3beta1.ChangelogsClient', () => {
399
404
const request = generateSampleMessage (
400
405
new protos . google . cloud . dialogflow . cx . v3beta1 . ListChangelogsRequest ( )
401
406
) ;
402
- const defaultValue1 = getTypeDefaultValue ( 'ListChangelogsRequest' , [
403
- 'parent' ,
404
- ] ) ;
407
+ const defaultValue1 = getTypeDefaultValue (
408
+ '.google.cloud.dialogflow.cx.v3beta1.ListChangelogsRequest' ,
409
+ [ 'parent' ]
410
+ ) ;
405
411
request . parent = defaultValue1 ;
406
412
const expectedHeaderRequestParams = `parent=${ defaultValue1 } ` ;
407
413
const expectedResponse = [
@@ -455,9 +461,10 @@ describe('v3beta1.ChangelogsClient', () => {
455
461
const request = generateSampleMessage (
456
462
new protos . google . cloud . dialogflow . cx . v3beta1 . ListChangelogsRequest ( )
457
463
) ;
458
- const defaultValue1 = getTypeDefaultValue ( 'ListChangelogsRequest' , [
459
- 'parent' ,
460
- ] ) ;
464
+ const defaultValue1 = getTypeDefaultValue (
465
+ '.google.cloud.dialogflow.cx.v3beta1.ListChangelogsRequest' ,
466
+ [ 'parent' ]
467
+ ) ;
461
468
request . parent = defaultValue1 ;
462
469
const expectedHeaderRequestParams = `parent=${ defaultValue1 } ` ;
463
470
const expectedError = new Error ( 'expected' ) ;
@@ -485,9 +492,10 @@ describe('v3beta1.ChangelogsClient', () => {
485
492
const request = generateSampleMessage (
486
493
new protos . google . cloud . dialogflow . cx . v3beta1 . ListChangelogsRequest ( )
487
494
) ;
488
- const defaultValue1 = getTypeDefaultValue ( 'ListChangelogsRequest' , [
489
- 'parent' ,
490
- ] ) ;
495
+ const defaultValue1 = getTypeDefaultValue (
496
+ '.google.cloud.dialogflow.cx.v3beta1.ListChangelogsRequest' ,
497
+ [ 'parent' ]
498
+ ) ;
491
499
request . parent = defaultValue1 ;
492
500
const expectedHeaderRequestParams = `parent=${ defaultValue1 } ` ;
493
501
const expectedResponse = [
@@ -545,9 +553,10 @@ describe('v3beta1.ChangelogsClient', () => {
545
553
const request = generateSampleMessage (
546
554
new protos . google . cloud . dialogflow . cx . v3beta1 . ListChangelogsRequest ( )
547
555
) ;
548
- const defaultValue1 = getTypeDefaultValue ( 'ListChangelogsRequest' , [
549
- 'parent' ,
550
- ] ) ;
556
+ const defaultValue1 = getTypeDefaultValue (
557
+ '.google.cloud.dialogflow.cx.v3beta1.ListChangelogsRequest' ,
558
+ [ 'parent' ]
559
+ ) ;
551
560
request . parent = defaultValue1 ;
552
561
const expectedHeaderRequestParams = `parent=${ defaultValue1 } ` ;
553
562
const expectedError = new Error ( 'expected' ) ;
@@ -594,9 +603,10 @@ describe('v3beta1.ChangelogsClient', () => {
594
603
const request = generateSampleMessage (
595
604
new protos . google . cloud . dialogflow . cx . v3beta1 . ListChangelogsRequest ( )
596
605
) ;
597
- const defaultValue1 = getTypeDefaultValue ( 'ListChangelogsRequest' , [
598
- 'parent' ,
599
- ] ) ;
606
+ const defaultValue1 = getTypeDefaultValue (
607
+ '.google.cloud.dialogflow.cx.v3beta1.ListChangelogsRequest' ,
608
+ [ 'parent' ]
609
+ ) ;
600
610
request . parent = defaultValue1 ;
601
611
const expectedHeaderRequestParams = `parent=${ defaultValue1 } ` ;
602
612
const expectedResponse = [
@@ -643,9 +653,10 @@ describe('v3beta1.ChangelogsClient', () => {
643
653
const request = generateSampleMessage (
644
654
new protos . google . cloud . dialogflow . cx . v3beta1 . ListChangelogsRequest ( )
645
655
) ;
646
- const defaultValue1 = getTypeDefaultValue ( 'ListChangelogsRequest' , [
647
- 'parent' ,
648
- ] ) ;
656
+ const defaultValue1 = getTypeDefaultValue (
657
+ '.google.cloud.dialogflow.cx.v3beta1.ListChangelogsRequest' ,
658
+ [ 'parent' ]
659
+ ) ;
649
660
request . parent = defaultValue1 ;
650
661
const expectedHeaderRequestParams = `parent=${ defaultValue1 } ` ;
651
662
const expectedError = new Error ( 'expected' ) ;
0 commit comments