@@ -70176,6 +70176,145 @@
7017670176 "google.cloud.texttospeech.v1beta1.TextToSpeech"
7017770177 ]
7017870178 },
70179+ {
70180+ "id": "google.cloud.timeseriesinsights.v1",
70181+ "directory": "google/cloud/timeseriesinsights/v1",
70182+ "version": "v1",
70183+ "majorVersion": "v1",
70184+ "hostName": "timeseriesinsights.googleapis.com",
70185+ "title": "Timeseries Insights API",
70186+ "description": "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.",
70187+ "importDirectories": [
70188+ "google/api",
70189+ "google/protobuf",
70190+ "google/rpc"
70191+ ],
70192+ "options": {
70193+ "cc_enable_arenas": {
70194+ "valueCounts": {
70195+ "true": 1
70196+ }
70197+ },
70198+ "go_package": {
70199+ "valueCounts": {
70200+ "google.golang.org/genproto/googleapis/cloud/timeseriesinsights/v1;timeseriesinsights": 1
70201+ }
70202+ },
70203+ "java_multiple_files": {
70204+ "valueCounts": {
70205+ "true": 1
70206+ }
70207+ },
70208+ "java_package": {
70209+ "valueCounts": {
70210+ "com.google.cloud.timeseriesinsights.v1": 1
70211+ }
70212+ }
70213+ },
70214+ "services": [
70215+ {
70216+ "shortName": "TimeseriesInsightsController",
70217+ "fullName": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController",
70218+ "methods": [
70219+ {
70220+ "shortName": "AppendEvents",
70221+ "fullName": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.AppendEvents",
70222+ "mode": "UNARY",
70223+ "bindings": [
70224+ {
70225+ "httpMethod": "POST",
70226+ "path": "/v1/{dataset=projects/*/locations/*/datasets/*}:appendEvents"
70227+ },
70228+ {
70229+ "httpMethod": "POST",
70230+ "path": "/v1/{dataset=projects/*/datasets/*}:appendEvents"
70231+ }
70232+ ]
70233+ },
70234+ {
70235+ "shortName": "CreateDataSet",
70236+ "fullName": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.CreateDataSet",
70237+ "mode": "UNARY",
70238+ "bindings": [
70239+ {
70240+ "httpMethod": "POST",
70241+ "path": "/v1/{parent=projects/*/locations/*}/datasets"
70242+ },
70243+ {
70244+ "httpMethod": "POST",
70245+ "path": "/v1/{parent=projects/*}/datasets"
70246+ }
70247+ ]
70248+ },
70249+ {
70250+ "shortName": "DeleteDataSet",
70251+ "fullName": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.DeleteDataSet",
70252+ "mode": "UNARY",
70253+ "bindings": [
70254+ {
70255+ "httpMethod": "DELETE",
70256+ "path": "/v1/{name=projects/*/locations/*/datasets/*}"
70257+ },
70258+ {
70259+ "httpMethod": "DELETE",
70260+ "path": "/v1/{name=projects/*/datasets/*}"
70261+ }
70262+ ]
70263+ },
70264+ {
70265+ "shortName": "EvaluateSlice",
70266+ "fullName": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.EvaluateSlice",
70267+ "mode": "UNARY",
70268+ "bindings": [
70269+ {
70270+ "httpMethod": "POST",
70271+ "path": "/v1/{dataset=projects/*/locations/*/datasets/*}:evaluateSlice"
70272+ },
70273+ {
70274+ "httpMethod": "POST",
70275+ "path": "/v1/{dataset=projects/*/datasets/*}:evaluateSlice"
70276+ }
70277+ ]
70278+ },
70279+ {
70280+ "shortName": "ListDataSets",
70281+ "fullName": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.ListDataSets",
70282+ "mode": "UNARY",
70283+ "bindings": [
70284+ {
70285+ "httpMethod": "GET",
70286+ "path": "/v1/{parent=projects/*/locations/*}/datasets"
70287+ },
70288+ {
70289+ "httpMethod": "GET",
70290+ "path": "/v1/{parent=projects/*}/datasets"
70291+ }
70292+ ]
70293+ },
70294+ {
70295+ "shortName": "QueryDataSet",
70296+ "fullName": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.QueryDataSet",
70297+ "mode": "UNARY",
70298+ "bindings": [
70299+ {
70300+ "httpMethod": "POST",
70301+ "path": "/v1/{name=projects/*/locations/*/datasets/*}:query"
70302+ },
70303+ {
70304+ "httpMethod": "POST",
70305+ "path": "/v1/{name=projects/*/datasets/*}:query"
70306+ }
70307+ ]
70308+ }
70309+ ]
70310+ }
70311+ ],
70312+ "configFile": "timeseriesinsights_v1.yaml",
70313+ "serviceConfigApiNames": [
70314+ "google.cloud.location.Locations",
70315+ "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController"
70316+ ]
70317+ },
7017970318 {
7018070319 "id": "google.cloud.tpu.v1",
7018170320 "directory": "google/cloud/tpu/v1",
0 commit comments