Skip to content

Commit 4477288

Browse files
chore: [pubsub] migrate generator to google-cloud-node (#7978)
* docs: Fix documentation URL AIInference MessageTransform service_account_email field PiperOrigin-RevId: 895485801 Source-Link: googleapis/googleapis@afb6d4b Source-Link: googleapis/googleapis-gen@052d9ab Copy-Tag: eyJwIjoiaGFuZHdyaXR0ZW4vcHVic3ViLy5Pd2xCb3QueWFtbCIsImgiOiIwNTJkOWFiNTA2MzQxYmJlZmFlZjc4OGNjODRlYjM1NWM3NDVkMDQ2In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: migrate generator to google-cloud-node chore: update generator system tests PiperOrigin-RevId: 896174961 Source-Link: googleapis/googleapis@2233f63 Source-Link: googleapis/googleapis-gen@c4a8c4e Copy-Tag: eyJwIjoiaGFuZHdyaXR0ZW4vcHVic3ViLy5Pd2xCb3QueWFtbCIsImgiOiJjNGE4YzRlZWY5NTlhYTc0NGZiMWM2NzE0ODc1ZmEyOTVlMDZhYWQzIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Shivanee <46910562+shivanee-p@users.noreply.github.com>
1 parent 08455cc commit 4477288

4 files changed

Lines changed: 29 additions & 196 deletions

File tree

handwritten/pubsub/.OwlBot.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
1-
# Copyright 2021 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# http://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
16-
deep-remove-regex:
17-
- /owl-bot-staging
18-
1915
deep-copy-regex:
20-
- source: /google/pubsub/(v.*)/.*-nodejs
21-
dest: /owl-bot-staging/pubsub/$1
22-
23-
begin-after-commit-hash: 94496fa21b40a7f4d0c4881e8ed8b2bf4117e280
16+
- source: /google/pubsub/google-pubsub-nodejs
17+
dest: /owl-bot-staging/google-pubsub
2418

19+
api-name: pubsub

handwritten/pubsub/.eslintignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ docs/
55
protos/
66
system-test/
77
samples/generated/
8-
samples/typescript/
9-
owl-bot-staging/

0 commit comments

Comments
 (0)