11<?php
22// GENERATED CODE -- DO NOT EDIT!
33
4- namespace Cbws/ Grpc/ Projects/ V1alpha1 ;
4+ namespace Cbws \ Grpc \ Projects \ V1alpha1 ;
55
66/**
77 */
@@ -19,77 +19,77 @@ public function __construct($hostname, $opts, $channel = null) {
1919 /**
2020 * Create a project, requires the projects.cbws.xyz/Project/create permission on the organization.
2121 * The principal creating a project will get the owner role on the project.
22- * @param \Cbws/ Grpc/ Projects/ V1alpha1\CreateProjectRequest $argument input argument
22+ * @param \Cbws\ Grpc\ Projects\ V1alpha1\CreateProjectRequest $argument input argument
2323 * @param array $metadata metadata
2424 * @param array $options call options
2525 * @return \Grpc\UnaryCall
2626 */
27- public function CreateProject (\Cbws / Grpc/ Projects/ V1alpha1\CreateProjectRequest $ argument ,
27+ public function CreateProject (\Cbws \ Grpc \ Projects \ V1alpha1 \CreateProjectRequest $ argument ,
2828 $ metadata = [], $ options = []) {
2929 return $ this ->_simpleRequest ('/cbws.projects.v1alpha1.ProjectsService/CreateProject ' ,
3030 $ argument ,
31- ['\Cbws/ Grpc/ Projects/ V1alpha1\Project ' , 'decode ' ],
31+ ['\Cbws\ Grpc\ Projects\ V1alpha1\Project ' , 'decode ' ],
3232 $ metadata , $ options );
3333 }
3434
3535 /**
3636 * List all projects you have access to
3737 * Requires the projects.cbws.xyz/Project/get permission on the project
38- * @param \Cbws/ Grpc/ Projects/ V1alpha1\ListProjectsRequest $argument input argument
38+ * @param \Cbws\ Grpc\ Projects\ V1alpha1\ListProjectsRequest $argument input argument
3939 * @param array $metadata metadata
4040 * @param array $options call options
4141 * @return \Grpc\UnaryCall
4242 */
43- public function ListProjects (\Cbws / Grpc/ Projects/ V1alpha1\ListProjectsRequest $ argument ,
43+ public function ListProjects (\Cbws \ Grpc \ Projects \ V1alpha1 \ListProjectsRequest $ argument ,
4444 $ metadata = [], $ options = []) {
4545 return $ this ->_simpleRequest ('/cbws.projects.v1alpha1.ProjectsService/ListProjects ' ,
4646 $ argument ,
47- ['\Cbws/ Grpc/ Projects/ V1alpha1\ListProjectsResponse ' , 'decode ' ],
47+ ['\Cbws\ Grpc\ Projects\ V1alpha1\ListProjectsResponse ' , 'decode ' ],
4848 $ metadata , $ options );
4949 }
5050
5151 /**
52- * @param \Cbws/ Grpc/ Projects/ V1alpha1\GetProjectRequest $argument input argument
52+ * @param \Cbws\ Grpc\ Projects\ V1alpha1\GetProjectRequest $argument input argument
5353 * @param array $metadata metadata
5454 * @param array $options call options
5555 * @return \Grpc\UnaryCall
5656 */
57- public function GetProject (\Cbws / Grpc/ Projects/ V1alpha1\GetProjectRequest $ argument ,
57+ public function GetProject (\Cbws \ Grpc \ Projects \ V1alpha1 \GetProjectRequest $ argument ,
5858 $ metadata = [], $ options = []) {
5959 return $ this ->_simpleRequest ('/cbws.projects.v1alpha1.ProjectsService/GetProject ' ,
6060 $ argument ,
61- ['\Cbws/ Grpc/ Projects/ V1alpha1\Project ' , 'decode ' ],
61+ ['\Cbws\ Grpc\ Projects\ V1alpha1\Project ' , 'decode ' ],
6262 $ metadata , $ options );
6363 }
6464
6565 /**
6666 * Update a project
6767 *
6868 * Permission: projects.cbws.xyz/Project/update
69- * @param \Cbws/ Grpc/ Projects/ V1alpha1\UpdateProjectRequest $argument input argument
69+ * @param \Cbws\ Grpc\ Projects\ V1alpha1\UpdateProjectRequest $argument input argument
7070 * @param array $metadata metadata
7171 * @param array $options call options
7272 * @return \Grpc\UnaryCall
7373 */
74- public function UpdateProject (\Cbws / Grpc/ Projects/ V1alpha1\UpdateProjectRequest $ argument ,
74+ public function UpdateProject (\Cbws \ Grpc \ Projects \ V1alpha1 \UpdateProjectRequest $ argument ,
7575 $ metadata = [], $ options = []) {
7676 return $ this ->_simpleRequest ('/cbws.projects.v1alpha1.ProjectsService/UpdateProject ' ,
7777 $ argument ,
78- ['\Cbws/ Grpc/ Projects/ V1alpha1\Project ' , 'decode ' ],
78+ ['\Cbws\ Grpc\ Projects\ V1alpha1\Project ' , 'decode ' ],
7979 $ metadata , $ options );
8080 }
8181
8282 /**
83- * @param \Cbws/ Grpc/ Projects/ V1alpha1\DeleteProjectRequest $argument input argument
83+ * @param \Cbws\ Grpc\ Projects\ V1alpha1\DeleteProjectRequest $argument input argument
8484 * @param array $metadata metadata
8585 * @param array $options call options
8686 * @return \Grpc\UnaryCall
8787 */
88- public function DeleteProject (\Cbws / Grpc/ Projects/ V1alpha1\DeleteProjectRequest $ argument ,
88+ public function DeleteProject (\Cbws \ Grpc \ Projects \ V1alpha1 \DeleteProjectRequest $ argument ,
8989 $ metadata = [], $ options = []) {
9090 return $ this ->_simpleRequest ('/cbws.projects.v1alpha1.ProjectsService/DeleteProject ' ,
9191 $ argument ,
92- ['\Google \Longrunning\Operation ' , 'decode ' ],
92+ ['\Cbws\Grpc \Longrunning\Operation ' , 'decode ' ],
9393 $ metadata , $ options );
9494 }
9595
0 commit comments