updateProject method
- UpdateProjectRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ProjectResponse> updateProject(
$0.UpdateProjectRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateProject, request, options: options);
}