You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove name_pretty_override from selected packages (#16861)
This removes name_pretty_override from just four packages:
- google-cloud-storage
- google-cloud-bigquery-storage
- google-cloud-pubsub
- googleapis-common-protos
These are the packages with post-processing files that need changing at
the same time.
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\.'
182
182
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
184
184
allows you to send and receive messages between independent applications. You
185
185
can leverage Cloud Pub/Sub’s flexibility to decouple systems and components
186
186
hosted on Google Cloud Platform or elsewhere on the Internet. By building on
0 commit comments