diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 5bea29628bc2..5d2c20d8bd15 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -4606,3 +4606,24 @@ libraries: remove_regex: - packages/google-cloud-org-policy tag_format: '{id}-v{version}' + - id: google-cloud-dialogflow-cx + version: 2.0.0 + last_generated_commit: b153a9181ce3a5e76009ab69988889cc91fa4530 + apis: + - path: google/cloud/dialogflow/cx/v3 + service_config: dialogflow_v3.yaml + - path: google/cloud/dialogflow/cx/v3beta1 + service_config: dialogflow_v3beta1.yaml + source_roots: + - packages/google-cloud-dialogflow-cx + preserve_regex: + - packages/google-cloud-dialogflow-cx/CHANGELOG.md + - docs/CHANGELOG.md + - docs/README.rst + - samples/README.txt + - scripts/client-post-processing + - samples/snippets/README.rst + - tests/system + remove_regex: + - packages/google-cloud-dialogflow-cx + tag_format: '{id}-v{version}' diff --git a/packages/google-cloud-dialogflow-cx/.OwlBot.yaml b/packages/google-cloud-dialogflow-cx/.OwlBot.yaml deleted file mode 100644 index 985783ee7943..000000000000 --- a/packages/google-cloud-dialogflow-cx/.OwlBot.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - - -deep-remove-regex: - - /owl-bot-staging - -deep-copy-regex: - - source: /google/cloud/dialogflow/cx/(v.*)/.*-py - dest: /owl-bot-staging/google-cloud-dialogflow-cx/$1 - -begin-after-commit-hash: be977610daf8d4ae6259ed2baf5e5e36c4d32f0b - -api-name: google-cloud-dialogflow-cx diff --git a/scripts/configure_state_yaml/packages_to_onboard.yaml b/scripts/configure_state_yaml/packages_to_onboard.yaml index 7ff491fb48cb..2ec5aa93d8d3 100644 --- a/scripts/configure_state_yaml/packages_to_onboard.yaml +++ b/scripts/configure_state_yaml/packages_to_onboard.yaml @@ -97,6 +97,7 @@ packages_to_onboard: [ "google-cloud-developerconnect", "google-cloud-devicestreaming", "google-cloud-dialogflow", + "google-cloud-dialogflow-cx", "google-cloud-discoveryengine", "google-cloud-dlp", "google-cloud-dms",