@@ -313,7 +313,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
313
313
// -- Service calls --
314
314
// -------------------
315
315
createAssessment (
316
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . ICreateAssessmentRequest ,
316
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . ICreateAssessmentRequest ,
317
317
options ?: CallOptions
318
318
) : Promise <
319
319
[
@@ -367,7 +367,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
367
367
* const [response] = await client.createAssessment(request);
368
368
*/
369
369
createAssessment (
370
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . ICreateAssessmentRequest ,
370
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . ICreateAssessmentRequest ,
371
371
optionsOrCallback ?:
372
372
| CallOptions
373
373
| Callback <
@@ -413,7 +413,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
413
413
return this . innerApiCalls . createAssessment ( request , options , callback ) ;
414
414
}
415
415
annotateAssessment (
416
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . IAnnotateAssessmentRequest ,
416
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . IAnnotateAssessmentRequest ,
417
417
options ?: CallOptions
418
418
) : Promise <
419
419
[
@@ -468,7 +468,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
468
468
* const [response] = await client.annotateAssessment(request);
469
469
*/
470
470
annotateAssessment (
471
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . IAnnotateAssessmentRequest ,
471
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . IAnnotateAssessmentRequest ,
472
472
optionsOrCallback ?:
473
473
| CallOptions
474
474
| Callback <
@@ -514,7 +514,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
514
514
return this . innerApiCalls . annotateAssessment ( request , options , callback ) ;
515
515
}
516
516
createKey (
517
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . ICreateKeyRequest ,
517
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . ICreateKeyRequest ,
518
518
options ?: CallOptions
519
519
) : Promise <
520
520
[
@@ -568,7 +568,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
568
568
* const [response] = await client.createKey(request);
569
569
*/
570
570
createKey (
571
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . ICreateKeyRequest ,
571
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . ICreateKeyRequest ,
572
572
optionsOrCallback ?:
573
573
| CallOptions
574
574
| Callback <
@@ -614,7 +614,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
614
614
return this . innerApiCalls . createKey ( request , options , callback ) ;
615
615
}
616
616
getKey (
617
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . IGetKeyRequest ,
617
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . IGetKeyRequest ,
618
618
options ?: CallOptions
619
619
) : Promise <
620
620
[
@@ -666,7 +666,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
666
666
* const [response] = await client.getKey(request);
667
667
*/
668
668
getKey (
669
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . IGetKeyRequest ,
669
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . IGetKeyRequest ,
670
670
optionsOrCallback ?:
671
671
| CallOptions
672
672
| Callback <
@@ -712,7 +712,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
712
712
return this . innerApiCalls . getKey ( request , options , callback ) ;
713
713
}
714
714
updateKey (
715
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . IUpdateKeyRequest ,
715
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . IUpdateKeyRequest ,
716
716
options ?: CallOptions
717
717
) : Promise <
718
718
[
@@ -766,7 +766,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
766
766
* const [response] = await client.updateKey(request);
767
767
*/
768
768
updateKey (
769
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . IUpdateKeyRequest ,
769
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . IUpdateKeyRequest ,
770
770
optionsOrCallback ?:
771
771
| CallOptions
772
772
| Callback <
@@ -812,7 +812,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
812
812
return this . innerApiCalls . updateKey ( request , options , callback ) ;
813
813
}
814
814
deleteKey (
815
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . IDeleteKeyRequest ,
815
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . IDeleteKeyRequest ,
816
816
options ?: CallOptions
817
817
) : Promise <
818
818
[
@@ -864,7 +864,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
864
864
* const [response] = await client.deleteKey(request);
865
865
*/
866
866
deleteKey (
867
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . IDeleteKeyRequest ,
867
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . IDeleteKeyRequest ,
868
868
optionsOrCallback ?:
869
869
| CallOptions
870
870
| Callback <
@@ -911,7 +911,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
911
911
}
912
912
913
913
listKeys (
914
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . IListKeysRequest ,
914
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . IListKeysRequest ,
915
915
options ?: CallOptions
916
916
) : Promise <
917
917
[
@@ -969,7 +969,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
969
969
* for more details and examples.
970
970
*/
971
971
listKeys (
972
- request : protos . google . cloud . recaptchaenterprise . v1beta1 . IListKeysRequest ,
972
+ request ? : protos . google . cloud . recaptchaenterprise . v1beta1 . IListKeysRequest ,
973
973
optionsOrCallback ?:
974
974
| CallOptions
975
975
| PaginationCallback <
0 commit comments