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.
2 parents ad82c68 + 51073f8 commit e48e5d8Copy full SHA for e48e5d8
datatrails-common-api/assets/v2/assets/listevents.proto
@@ -43,10 +43,12 @@ message ListEventsRequest {
43
Principal principal_declared = 6;
44
Principal principal_accepted = 7;
45
46
- // what was field 8 called?
47
reserved 8;
+ reserved "attributes";
48
49
- // where are fields 9,10 ?
+ // AFAICT fields 9 and 10 were skipped over when the message was first defined. Reserving
50
+ // for safety.
51
+ reserved 9, 10;
52
53
// Filtering
54
google.protobuf.Timestamp timestamp_accepted_since = 11 [ (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
0 commit comments