diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 7ae6f089eb09..407df79a4222 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -2,7 +2,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li libraries: - id: google-cloud-dlp version: 3.32.0 - last_generated_commit: d89b4d093fa1526255dbc724495c3bdb0e5dd384 + last_generated_commit: 68bc915cb97cdd13347215377f2ca997dff245ad apis: - path: google/privacy/dlp/v2 service_config: dlp_v2.yaml @@ -23,7 +23,7 @@ libraries: tag_format: '{id}-v{version}' - id: google-cloud-eventarc version: 1.15.3 - last_generated_commit: d89b4d093fa1526255dbc724495c3bdb0e5dd384 + last_generated_commit: 68bc915cb97cdd13347215377f2ca997dff245ad apis: - path: google/cloud/eventarc/v1 service_config: eventarc_v1.yaml @@ -44,7 +44,7 @@ libraries: tag_format: '{id}-v{version}' - id: google-cloud-video-live-stream version: 1.12.0 - last_generated_commit: d89b4d093fa1526255dbc724495c3bdb0e5dd384 + last_generated_commit: 68bc915cb97cdd13347215377f2ca997dff245ad apis: - path: google/cloud/video/livestream/v1 service_config: livestream_v1.yaml @@ -65,7 +65,7 @@ libraries: tag_format: '{id}-v{version}' - id: google-ads-marketingplatform-admin version: 0.1.6 - last_generated_commit: d89b4d093fa1526255dbc724495c3bdb0e5dd384 + last_generated_commit: 68bc915cb97cdd13347215377f2ca997dff245ad apis: - path: google/marketingplatform/admin/v1alpha service_config: marketingplatformadmin_v1alpha.yaml @@ -86,7 +86,7 @@ libraries: tag_format: '{id}-v{version}' - id: google-ai-generativelanguage version: 0.7.0 - last_generated_commit: d89b4d093fa1526255dbc724495c3bdb0e5dd384 + last_generated_commit: 68bc915cb97cdd13347215377f2ca997dff245ad apis: - path: google/ai/generativelanguage/v1 service_config: generativelanguage_v1.yaml @@ -115,7 +115,7 @@ libraries: tag_format: '{id}-v{version}' - id: google-analytics-admin version: 0.25.0 - last_generated_commit: d89b4d093fa1526255dbc724495c3bdb0e5dd384 + last_generated_commit: 68bc915cb97cdd13347215377f2ca997dff245ad apis: - path: google/analytics/admin/v1beta service_config: analyticsadmin_v1beta.yaml @@ -138,7 +138,7 @@ libraries: tag_format: '{id}-v{version}' - id: google-analytics-data version: 0.18.19 - last_generated_commit: d89b4d093fa1526255dbc724495c3bdb0e5dd384 + last_generated_commit: 68bc915cb97cdd13347215377f2ca997dff245ad apis: - path: google/analytics/data/v1alpha service_config: analyticsdata_v1alpha.yaml @@ -161,7 +161,7 @@ libraries: tag_format: '{id}-v{version}' - id: google-ads-admanager version: 0.3.0 - last_generated_commit: d89b4d093fa1526255dbc724495c3bdb0e5dd384 + last_generated_commit: 68bc915cb97cdd13347215377f2ca997dff245ad apis: - path: google/ads/admanager/v1 service_config: admanager_v1.yaml @@ -182,9 +182,10 @@ libraries: tag_format: '{id}-v{version}' - id: google-apps-card version: 0.1.8 - last_generated_commit: d300b151a973ce0425ae4ad07b3de957ca31bec6 + last_generated_commit: 68bc915cb97cdd13347215377f2ca997dff245ad apis: - path: google/apps/card/v1 + service_config: "" source_roots: - packages/google-apps-card preserve_regex: @@ -203,9 +204,10 @@ libraries: tag_format: '{id}-v{version}' - id: google-apps-chat version: 0.2.9 - last_generated_commit: d300b151a973ce0425ae4ad07b3de957ca31bec6 + last_generated_commit: 68bc915cb97cdd13347215377f2ca997dff245ad apis: - path: google/chat/v1 + service_config: chat_v1.yaml source_roots: - packages/google-apps-chat preserve_regex: diff --git a/packages/google-apps-card/.OwlBot.yaml b/packages/google-apps-card/.OwlBot.yaml deleted file mode 100644 index 5d11a56a79d7..000000000000 --- a/packages/google-apps-card/.OwlBot.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022 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-copy-regex: - - source: /google/apps/card/(v.*)/.*-py - dest: /owl-bot-staging/google-apps-card/$1 -api-name: google-apps-card diff --git a/packages/google-apps-chat/.OwlBot.yaml b/packages/google-apps-chat/.OwlBot.yaml deleted file mode 100644 index 9155b2e66e10..000000000000 --- a/packages/google-apps-chat/.OwlBot.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022 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-copy-regex: - - source: /google/chat/(v.*)/.*-py - dest: /owl-bot-staging/google-apps-chat/$1 -api-name: google-apps-chat