Skip to content

Commit

Permalink
Implement SyncFiles method of Piper API in intellij-ext
Browse files Browse the repository at this point in the history
Implement SyncFiles method of Piper API in intellij-ext

PiperOrigin-RevId: 626091481
  • Loading branch information
Googler authored and copybara-github committed Apr 18, 2024
1 parent da4f046 commit 04f332e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ext/proto/perforce/sync_files_rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ syntax = "proto2";
package com.google.idea.blaze.ext.perforce;

import "ext/proto/perforce/base.proto";
import "ext/proto/perforce/status.proto";

option java_package = "com.google.idea.blaze.ext.p4";

Expand All @@ -16,4 +17,6 @@ message SyncFilesRequest {
optional bool include_synced_files = 7 [default = true];
}

message SyncFilesResponse {}
message SyncFilesResponse {
optional PerforceStatus perforce_status = 1002;
}

0 comments on commit 04f332e

Please sign in to comment.