Skip to content

Commit 635927b

Browse files
committed
chore: fix Pub/Sub replacements to prepare for removing overrides
1 parent b864da4 commit 635927b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.librarian/generator-input/client-post-processing/pubsub-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ replacements:
178178
# --- FIX: Restore custom README.rst Introduction ---
179179
- paths:
180180
- "packages/google-cloud-pubsub/README.rst"
181-
before: '`Google Cloud Pub/Sub`_: is designed to provide reliable, many-to-many, asynchronous messaging between applications\. Publisher applications can send messages to a topic and other applications can subscribe to that topic to receive the messages\. By decoupling senders and receivers, Google Cloud Pub/Sub allows developers to communicate between independently written applications\.'
181+
before: '`Cloud Pub/Sub`_: is designed to provide reliable, many-to-many, asynchronous messaging between applications\. Publisher applications can send messages to a topic and other applications can subscribe to that topic to receive the messages\. By decoupling senders and receivers, Google Cloud Pub/Sub allows developers to communicate between independently written applications\.'
182182
after: |-
183-
'Google Cloud Pub/Sub:' is a fully-managed real-time messaging service that
183+
'Cloud Pub/Sub:' is a fully-managed real-time messaging service that
184184
allows you to send and receive messages between independent applications. You
185185
can leverage Cloud Pub/Sub’s flexibility to decouple systems and components
186186
hosted on Google Cloud Platform or elsewhere on the Internet. By building on

0 commit comments

Comments
 (0)