diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2020-03-24 11:13:08 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-04-14 20:04:04 +0000 |
commit | d8081f847f92247a64166572605876e67e9a34ed (patch) | |
tree | 6d267df0fdb86df044c04c7436e465318cdf8afa /sonar-ws/src/main/protobuf | |
parent | d662d0c0269e1a12da0c3ecdb8f9d33b765ccdcc (diff) | |
download | sonarqube-d8081f847f92247a64166572605876e67e9a34ed.tar.gz sonarqube-d8081f847f92247a64166572605876e67e9a34ed.zip |
SONAR-13193 Stop using legacy project ID and use project UUID instead
Diffstat (limited to 'sonar-ws/src/main/protobuf')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-qualitygates.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto index a904acba911..9bddea9ed6b 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -140,7 +140,6 @@ message SearchResponse { optional sonarqube.ws.commons.Paging paging = 3; message Result { - optional int64 id = 1; optional string name = 2; optional bool selected = 3; optional string key = 4; |