Proto commits in GoogleCloudPlatform/dataflow-sample-applications

These 12 commits are when the Protocol Buffers files have changed:

Commit:742ba18
Author:Reza Rokni
Committer:GitHub

[Timeseries] 0.4.0 (#85) * [Timeseries] 0.4.0 Performance - Switch to Combiner for AccumToSequence Remove depricated classes Support Float Add timestamp support to test json util Remove use of internal data timestamp in favour of Beam Metadata Timestamp Add Verification to ensure error is thrown if Beam Metadata Timestamp != Data timestamp Allow override of hard faliure if Timestamp != Data timestamp Break up out type 1 & 2 graph from main pipeline generation Init new Type 1 / Type 2 Basic and Complex metrics framework Add valuewithinbounds metric. Move Core Type one to Metrics library and copy to Test for pipeline testing Add all options to MetricsOptions Add new extended data point to TSDataPoint Fix bug in error reporing in Perfect Rec Add support for ignore categorical and use of source timestamp override. Add Adaptor tests for non-categorical. Add Experimental annotation to adaptor classes. Add retry to unit tests to deal with flake from issue BEAM-11971 Apply style to metrics classes Extract Gap fill options to Pipeline Options. Allow metrics to be added as Options update Example pipeline to use options. Update README upgrade to gradle 6.8 Add draft user guide * [Timeseries] 0.4.0 Allow extra retry due to BEAM-11971

The documentation is generated from this commit.

Commit:fd1acc2
Author:Reza Rokni
Committer:GitHub

Merge pull request #67 from GoogleCloudPlatform/TS-34-Add-Log-Rtn-Metric [Timeseries] TS-34-Add-Log-Rtn-Metric

Commit:82eda60
Author:rarokni
Committer:rarokni

[Timeseries] TS-34-Add-Log-Rtn-Metric

Commit:74b5d48
Author:David Sabater

[Timeseries] Make processing time hint in seconds available in tests

Commit:885ebff
Author:rarokni

[Timeseries] TS-31 added support in TSAccum to determine if all values are GapFill

Commit:a055e5f
Author:rarokni
Committer:rarokni

[Timeseries] TS-31-Add-Composite-TSAccum-Creation

Commit:76a5faa
Author:rarokni

[Timeseries] Move test common utils to main pipeline module

Commit:07a5050
Author:David Sabater

[Timeseries] Implement Standard Deviation as metric

Commit:e985ee8
Author:David Sabater

[Timeseries] Refactor DoFn for metrics and create static class with actual computation to reuse between metrics [Timeseries] Implement square root methods for BigDecimal in Java 1.8 [Timeseries] Implement Std Dev computation [Timeseries] Implement Bollinger Bands metric, computation and tests

Commit:c0477e7
Author:David Sabater

[Timeseries] Implement logic to process JSON with timestamp hints

Commit:f16ca6d
Author:David Sabater

[Timeseries] Implement Exponential Moving Average metric and associated tests [Timeseries] Refactor Simple Moving Average

Commit:edf9011
Author:rarokni
Committer:rarokni

[Timeseries] init