We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089070d commit eecbab1Copy full SHA for eecbab1
authzed/api/materialize/v0/watchpermissionsets.proto
@@ -2,6 +2,7 @@ syntax = "proto3";
2
package authzed.api.materialize.v0;
3
4
import "authzed/api/v1/core.proto";
5
+import "google/protobuf/timestamp.proto";
6
7
option go_package = "github.com/authzed/authzed-go/proto/authzed/api/materialize/v0";
8
option java_multiple_files = true;
@@ -209,4 +210,7 @@ message File {
209
210
message DownloadPermissionSetsResponse {
211
// files contains the list of downloadable files with their URLs
212
repeated File files = 1;
213
+
214
+ // timestamp represents the time associated with the returned data revision.
215
+ google.protobuf.Timestamp timestamp = 2;
216
}
0 commit comments