From 571701c4325e67588e4b3871093dd4e1a04b035a Mon Sep 17 00:00:00 2001 From: Cody Oss Date: Mon, 15 Nov 2021 10:39:46 -0700 Subject: [PATCH 1/2] feat(contactcenterinsights): to v1 Release-As: 1.0.0 --- contactcenterinsights/CHANGES.md | 2 -- internal/gapicgen/generator/config.go | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/contactcenterinsights/CHANGES.md b/contactcenterinsights/CHANGES.md index fc12943e90f..ef5962b8025 100644 --- a/contactcenterinsights/CHANGES.md +++ b/contactcenterinsights/CHANGES.md @@ -2,7 +2,6 @@ ## [0.3.0](https://www.github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v0.2.0...contactcenterinsights/v0.3.0) (2021-10-18) - ### Features * **contactcenterinsights:** add metadata from dialogflow related to transcript segment feat: add sentiment data for transcript segment feat: add obfuscated if from dialogflow ([12928d4](https://www.github.com/googleapis/google-cloud-go/commit/12928d47de771f4b23577062afe5cf551b347919)) @@ -10,7 +9,6 @@ ## [0.2.0](https://www.github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v0.1.0...contactcenterinsights/v0.2.0) (2021-09-21) - ### Features * **contactcenterinsights:** filter is used to filter conversations used for issue model training feat: update_time is used to indicate when the phrase matcher was updated ([cb3a823](https://www.github.com/googleapis/google-cloud-go/commit/cb3a8236252fe0e64abb6f98448c5bf9d085d448)) diff --git a/internal/gapicgen/generator/config.go b/internal/gapicgen/generator/config.go index 30f478f2624..c285c90a3e3 100644 --- a/internal/gapicgen/generator/config.go +++ b/internal/gapicgen/generator/config.go @@ -1289,8 +1289,7 @@ var microgenGapicConfigs = []*microgenConfig{ importPath: "cloud.google.com/go/contactcenterinsights/apiv1", gRPCServiceConfigPath: "contactcenterinsights_grpc_service_config.json", apiServiceConfigPath: "contactcenterinsights_v1.yaml", - // GA after 2021/10/11 - releaseLevel: "beta", + releaseLevel: "ga", }, { inputDirectoryPath: "google/cloud/orchestration/airflow/service/v1", From 51ac9d71f2e69fcca5dedcd0da38d65d871137dd Mon Sep 17 00:00:00 2001 From: Cody Oss Date: Mon, 15 Nov 2021 12:06:17 -0700 Subject: [PATCH 2/2] fixup --- internal/gapicgen/generator/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gapicgen/generator/config.go b/internal/gapicgen/generator/config.go index c285c90a3e3..d87e95f44ba 100644 --- a/internal/gapicgen/generator/config.go +++ b/internal/gapicgen/generator/config.go @@ -1289,7 +1289,7 @@ var microgenGapicConfigs = []*microgenConfig{ importPath: "cloud.google.com/go/contactcenterinsights/apiv1", gRPCServiceConfigPath: "contactcenterinsights_grpc_service_config.json", apiServiceConfigPath: "contactcenterinsights_v1.yaml", - releaseLevel: "ga", + releaseLevel: "ga", }, { inputDirectoryPath: "google/cloud/orchestration/airflow/service/v1",