Skip to content

Commit eecbab1

Browse files
committed
Add timestamp to DownloadPermissionSetsResponse
1 parent 089070d commit eecbab1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

authzed/api/materialize/v0/watchpermissionsets.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ syntax = "proto3";
22
package authzed.api.materialize.v0;
33

44
import "authzed/api/v1/core.proto";
5+
import "google/protobuf/timestamp.proto";
56

67
option go_package = "github.com/authzed/authzed-go/proto/authzed/api/materialize/v0";
78
option java_multiple_files = true;
@@ -209,4 +210,7 @@ message File {
209210
message DownloadPermissionSetsResponse {
210211
// files contains the list of downloadable files with their URLs
211212
repeated File files = 1;
213+
214+
// timestamp represents the time associated with the returned data revision.
215+
google.protobuf.Timestamp timestamp = 2;
212216
}

0 commit comments

Comments
 (0)