diff options
| author | n1c00o <git.n1c00o@gmail.com> | 2022-10-12 18:05:45 +0200 |
|---|---|---|
| committer | n1c00o <git.n1c00o@gmail.com> | 2022-10-12 18:05:45 +0200 |
| commit | 9bcf3fedd50bd6c8dfef1673482d9b61fab49cd0 (patch) | |
| tree | 45f3b754ece09b90bde859bc6e7eae4d3c31a848 /third_party/googleapis/google/cloud/timeseriesinsights/v1/timeseriesinsights_v1.yaml | |
| parent | 2e1a2ee3d6c12d8367cbbe005fe7dcf8d253d9ac (diff) | |
Revendor correctly googleapis
Diffstat (limited to 'third_party/googleapis/google/cloud/timeseriesinsights/v1/timeseriesinsights_v1.yaml')
| -rw-r--r-- | third_party/googleapis/google/cloud/timeseriesinsights/v1/timeseriesinsights_v1.yaml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/third_party/googleapis/google/cloud/timeseriesinsights/v1/timeseriesinsights_v1.yaml b/third_party/googleapis/google/cloud/timeseriesinsights/v1/timeseriesinsights_v1.yaml new file mode 100644 index 0000000..5df5d99 --- /dev/null +++ b/third_party/googleapis/google/cloud/timeseriesinsights/v1/timeseriesinsights_v1.yaml @@ -0,0 +1,49 @@ +type: google.api.Service +config_version: 3 +name: timeseriesinsights.googleapis.com +title: Timeseries Insights API + +apis: +- name: google.cloud.location.Locations +- name: google.cloud.timeseriesinsights.v1.TimeseriesInsightsController + +documentation: + summary: |- + Provides a Timeseries Insights service which operates over time series + data. Users can perform time series spike, trend, and anomaly detection. + With a straightforward API and easy to understand results, the service + makes it simple to gather insights from large amounts of time series data + (e.g. monitoring datasets) and integrate these insights in their + applications. + rules: + - selector: google.cloud.location.Locations.GetLocation + description: Gets information about a location. + + - selector: google.cloud.location.Locations.ListLocations + description: Lists information about the supported locations for this service. + +backend: + rules: + - selector: google.cloud.location.Locations.GetLocation + deadline: 10.0 + - selector: google.cloud.location.Locations.ListLocations + deadline: 10.0 + - selector: 'google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.*' + deadline: 10.0 + - selector: google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.QueryDataSet + deadline: 300.0 + +authentication: + rules: + - selector: google.cloud.location.Locations.GetLocation + oauth: + canonical_scopes: |- + https://www.googleapis.com/auth/cloud-platform + - selector: google.cloud.location.Locations.ListLocations + oauth: + canonical_scopes: |- + https://www.googleapis.com/auth/cloud-platform + - selector: 'google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.*' + oauth: + canonical_scopes: |- + https://www.googleapis.com/auth/cloud-platform |
