@@ -400,6 +400,72 @@ pub trait StorageControl: std::fmt::Debug + Send + Sync {
400
400
gaxi:: unimplemented:: unimplemented_stub ( )
401
401
}
402
402
403
+ /// Implements [super::client::StorageControl::get_project_intelligence_config].
404
+ fn get_project_intelligence_config (
405
+ & self ,
406
+ _req : crate :: model:: GetProjectIntelligenceConfigRequest ,
407
+ _options : gax:: options:: RequestOptions ,
408
+ ) -> impl std:: future:: Future <
409
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
410
+ > + Send {
411
+ gaxi:: unimplemented:: unimplemented_stub ( )
412
+ }
413
+
414
+ /// Implements [super::client::StorageControl::update_project_intelligence_config].
415
+ fn update_project_intelligence_config (
416
+ & self ,
417
+ _req : crate :: model:: UpdateProjectIntelligenceConfigRequest ,
418
+ _options : gax:: options:: RequestOptions ,
419
+ ) -> impl std:: future:: Future <
420
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
421
+ > + Send {
422
+ gaxi:: unimplemented:: unimplemented_stub ( )
423
+ }
424
+
425
+ /// Implements [super::client::StorageControl::get_folder_intelligence_config].
426
+ fn get_folder_intelligence_config (
427
+ & self ,
428
+ _req : crate :: model:: GetFolderIntelligenceConfigRequest ,
429
+ _options : gax:: options:: RequestOptions ,
430
+ ) -> impl std:: future:: Future <
431
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
432
+ > + Send {
433
+ gaxi:: unimplemented:: unimplemented_stub ( )
434
+ }
435
+
436
+ /// Implements [super::client::StorageControl::update_folder_intelligence_config].
437
+ fn update_folder_intelligence_config (
438
+ & self ,
439
+ _req : crate :: model:: UpdateFolderIntelligenceConfigRequest ,
440
+ _options : gax:: options:: RequestOptions ,
441
+ ) -> impl std:: future:: Future <
442
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
443
+ > + Send {
444
+ gaxi:: unimplemented:: unimplemented_stub ( )
445
+ }
446
+
447
+ /// Implements [super::client::StorageControl::get_organization_intelligence_config].
448
+ fn get_organization_intelligence_config (
449
+ & self ,
450
+ _req : crate :: model:: GetOrganizationIntelligenceConfigRequest ,
451
+ _options : gax:: options:: RequestOptions ,
452
+ ) -> impl std:: future:: Future <
453
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
454
+ > + Send {
455
+ gaxi:: unimplemented:: unimplemented_stub ( )
456
+ }
457
+
458
+ /// Implements [super::client::StorageControl::update_organization_intelligence_config].
459
+ fn update_organization_intelligence_config (
460
+ & self ,
461
+ _req : crate :: model:: UpdateOrganizationIntelligenceConfigRequest ,
462
+ _options : gax:: options:: RequestOptions ,
463
+ ) -> impl std:: future:: Future <
464
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
465
+ > + Send {
466
+ gaxi:: unimplemented:: unimplemented_stub ( )
467
+ }
468
+
403
469
/// Implements [super::client::StorageControl::get_operation].
404
470
fn get_operation (
405
471
& self ,
@@ -740,6 +806,66 @@ where
740
806
T :: list_anywhere_caches ( self , req, options)
741
807
}
742
808
809
+ fn get_project_intelligence_config (
810
+ & self ,
811
+ req : crate :: model:: GetProjectIntelligenceConfigRequest ,
812
+ options : gax:: options:: RequestOptions ,
813
+ ) -> impl std:: future:: Future <
814
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
815
+ > {
816
+ T :: get_project_intelligence_config ( self , req, options)
817
+ }
818
+
819
+ fn update_project_intelligence_config (
820
+ & self ,
821
+ req : crate :: model:: UpdateProjectIntelligenceConfigRequest ,
822
+ options : gax:: options:: RequestOptions ,
823
+ ) -> impl std:: future:: Future <
824
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
825
+ > {
826
+ T :: update_project_intelligence_config ( self , req, options)
827
+ }
828
+
829
+ fn get_folder_intelligence_config (
830
+ & self ,
831
+ req : crate :: model:: GetFolderIntelligenceConfigRequest ,
832
+ options : gax:: options:: RequestOptions ,
833
+ ) -> impl std:: future:: Future <
834
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
835
+ > {
836
+ T :: get_folder_intelligence_config ( self , req, options)
837
+ }
838
+
839
+ fn update_folder_intelligence_config (
840
+ & self ,
841
+ req : crate :: model:: UpdateFolderIntelligenceConfigRequest ,
842
+ options : gax:: options:: RequestOptions ,
843
+ ) -> impl std:: future:: Future <
844
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
845
+ > {
846
+ T :: update_folder_intelligence_config ( self , req, options)
847
+ }
848
+
849
+ fn get_organization_intelligence_config (
850
+ & self ,
851
+ req : crate :: model:: GetOrganizationIntelligenceConfigRequest ,
852
+ options : gax:: options:: RequestOptions ,
853
+ ) -> impl std:: future:: Future <
854
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
855
+ > {
856
+ T :: get_organization_intelligence_config ( self , req, options)
857
+ }
858
+
859
+ fn update_organization_intelligence_config (
860
+ & self ,
861
+ req : crate :: model:: UpdateOrganizationIntelligenceConfigRequest ,
862
+ options : gax:: options:: RequestOptions ,
863
+ ) -> impl std:: future:: Future <
864
+ Output = crate :: Result < gax:: response:: Response < crate :: model:: IntelligenceConfig > > ,
865
+ > {
866
+ T :: update_organization_intelligence_config ( self , req, options)
867
+ }
868
+
743
869
fn get_operation (
744
870
& self ,
745
871
req : longrunning:: model:: GetOperationRequest ,
0 commit comments