// SonarQube, open source software quality management tool.// Copyright (C) 2008-2016 SonarSource// mailto:contact AT sonarsource DOT com//// SonarQube is free software; you can redistribute it and/or// modify it under the terms of the GNU Lesser General Public// License as published by the Free Software Foundation; either// version 3 of the License, or (at your option) any later version.//// SonarQube is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU// Lesser General Public License for more details.//// You should have received a copy of the GNU Lesser General Public License// along with this program; if not, write to the Free Software Foundation,// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.syntax="proto2";packagesonarqube.ws.projects;import"ws-commons.proto";optionjava_package="org.sonarqube.ws";optionjava_outer_classname="WsProjects";optionoptimize_for=SPEED;messageSearchMyProjectsWsResponse{messageProject{optionalstringid=1;optionalstringkey=2;optionalstringname=4;optionalstringdescription=5;optionalstringlastAnalysisDate=6;optionalstringqualityGate=7;repeatedLinklinks=8;}messageLink{optionalstringname=1;optionalstringtype=2;optionalstringhref=3;}optionalsonarqube.ws.commons.Pagingpaging=1;repeatedProjectprojects=2;}messageCreateWsResponse{optionalProjectproject=1;messageProject{optionalstringkey=1;optionalstringname=2;optionalstringqualifier=3;}}