Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions authzed/api/materialize/v0/watchpermissionsets.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ syntax = "proto3";
package authzed.api.materialize.v0;

import "authzed/api/v1/core.proto";
import "google/protobuf/timestamp.proto";

option go_package = "github.com/authzed/authzed-go/proto/authzed/api/materialize/v0";
option java_multiple_files = true;
Expand Down Expand Up @@ -209,4 +210,7 @@ message File {
message DownloadPermissionSetsResponse {
// files contains the list of downloadable files with their URLs
repeated File files = 1;

// timestamp represents the time associated with the returned data revision.
google.protobuf.Timestamp timestamp = 2;
}