@@ -48,6 +48,7 @@ class Firestore extends \Google\Service
4848 public $ projects_databases_collectionGroups_indexes ;
4949 public $ projects_databases_documents ;
5050 public $ projects_databases_operations ;
51+ public $ projects_databases_userCreds ;
5152 public $ projects_locations ;
5253 public $ projects_locations_backups ;
5354 public $ rootUrlTemplate ;
@@ -730,6 +731,90 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
730731 ]
731732 ]
732733 );
734+ $ this ->projects_databases_userCreds = new Firestore \Resource \ProjectsDatabasesUserCreds (
735+ $ this ,
736+ $ this ->serviceName ,
737+ 'userCreds ' ,
738+ [
739+ 'methods ' => [
740+ 'create ' => [
741+ 'path ' => 'v1/{+parent}/userCreds ' ,
742+ 'httpMethod ' => 'POST ' ,
743+ 'parameters ' => [
744+ 'parent ' => [
745+ 'location ' => 'path ' ,
746+ 'type ' => 'string ' ,
747+ 'required ' => true ,
748+ ],
749+ 'userCredsId ' => [
750+ 'location ' => 'query ' ,
751+ 'type ' => 'string ' ,
752+ ],
753+ ],
754+ ],'delete ' => [
755+ 'path ' => 'v1/{+name} ' ,
756+ 'httpMethod ' => 'DELETE ' ,
757+ 'parameters ' => [
758+ 'name ' => [
759+ 'location ' => 'path ' ,
760+ 'type ' => 'string ' ,
761+ 'required ' => true ,
762+ ],
763+ ],
764+ ],'disable ' => [
765+ 'path ' => 'v1/{+name}:disable ' ,
766+ 'httpMethod ' => 'POST ' ,
767+ 'parameters ' => [
768+ 'name ' => [
769+ 'location ' => 'path ' ,
770+ 'type ' => 'string ' ,
771+ 'required ' => true ,
772+ ],
773+ ],
774+ ],'enable ' => [
775+ 'path ' => 'v1/{+name}:enable ' ,
776+ 'httpMethod ' => 'POST ' ,
777+ 'parameters ' => [
778+ 'name ' => [
779+ 'location ' => 'path ' ,
780+ 'type ' => 'string ' ,
781+ 'required ' => true ,
782+ ],
783+ ],
784+ ],'get ' => [
785+ 'path ' => 'v1/{+name} ' ,
786+ 'httpMethod ' => 'GET ' ,
787+ 'parameters ' => [
788+ 'name ' => [
789+ 'location ' => 'path ' ,
790+ 'type ' => 'string ' ,
791+ 'required ' => true ,
792+ ],
793+ ],
794+ ],'list ' => [
795+ 'path ' => 'v1/{+parent}/userCreds ' ,
796+ 'httpMethod ' => 'GET ' ,
797+ 'parameters ' => [
798+ 'parent ' => [
799+ 'location ' => 'path ' ,
800+ 'type ' => 'string ' ,
801+ 'required ' => true ,
802+ ],
803+ ],
804+ ],'resetPassword ' => [
805+ 'path ' => 'v1/{+name}:resetPassword ' ,
806+ 'httpMethod ' => 'POST ' ,
807+ 'parameters ' => [
808+ 'name ' => [
809+ 'location ' => 'path ' ,
810+ 'type ' => 'string ' ,
811+ 'required ' => true ,
812+ ],
813+ ],
814+ ],
815+ ]
816+ ]
817+ );
733818 $ this ->projects_locations = new Firestore \Resource \ProjectsLocations (
734819 $ this ,
735820 $ this ->serviceName ,
@@ -755,6 +840,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
755840 'type ' => 'string ' ,
756841 'required ' => true ,
757842 ],
843+ 'extraLocationTypes ' => [
844+ 'location ' => 'query ' ,
845+ 'type ' => 'string ' ,
846+ 'repeated ' => true ,
847+ ],
758848 'filter ' => [
759849 'location ' => 'query ' ,
760850 'type ' => 'string ' ,
0 commit comments