Skip to content

Commit

Permalink
Buf re-generated protos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Nov 28, 2024
1 parent eb5b04b commit 24e3f80
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/data.proto.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ direction LR
%% * `producerId` (string): the id of the producer (e.g. a PMU) linked to the dataset.
%% * `timestampId` (int64): related measurement Unix msec timestamp (if any)
%% * `aligned` (bool, default true): whether the DataSet has to be time-aligned or not.
%% * `samplingPeriod` (string): optional, used to identify timestamps that match
%% `second` or `minute`.
%%
class Data {
Expand All @@ -187,6 +189,8 @@ direction LR
%% * `producerId` (string): the id of the producer (e.g. a PMU) linked to the dataset.
%% * `timestampId` (int64): related measurement Unix msec timestamp (if any)
%% * `aligned` (bool, default true): whether the DataSet has to be time-aligned or not.
%% * `samplingPeriod` (string): optional, used to identify timestamps that match
%% `second` or `minute`.
%%
class DataSet {
Expand All @@ -207,10 +211,9 @@ Headers used in rabbitMQ (only if not sent as part of `DataSet`):
* `type` (string): always `Data`
* `producerId` (string): the id of the producer (e.g. a PMU) linked to the dataset.
* `timestampId` (int64): related measurement Unix msec timestamp (if any)
* `aligned` (bool, default true): whether the DataSet has to be time-aligned or
not.
* `aligned` (bool, default true): whether the DataSet has to be time-aligned or not.
* `samplingPeriod` (string): optional, used to identify timestamps that match
`second` or `minute`.
`second` or `minute`.



Expand All @@ -235,7 +238,8 @@ Headers used in rabbitMQ:
* `timestampId` (int64): related measurement Unix msec timestamp (if any)
* `aligned` (bool, default true): whether the DataSet has to be time-aligned or not.
* `samplingPeriod` (string): optional, used to identify timestamps that match
`second` or `minute`.
`second` or `minute`.



| Field | Ordinal | Type | Label | Description |
Expand Down

0 comments on commit 24e3f80

Please sign in to comment.