Skip to content

Commit ec76100

Browse files
chore: improve README and fix combined gapic rule generation
chore: request.id should be typecast to a string PiperOrigin-RevId: 803577907 Source-Link: googleapis/googleapis@8f0f886 Source-Link: googleapis/googleapis-gen@6c5556d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmM1NTU2ZDA1YjllM2U0YmJlMWE3OGIzNmRhYTAxZjlhMzk4ZGVjMSJ9
1 parent 8fb07ff commit ec76100

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

owl-bot-staging/v1/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,21 @@
22
[//]: # "The comments you see below are used to generate those parts of the template in later states."
33
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
44

5-
[homepage]: https://github.com/googleapis/google-cloud-node/blob/main/packages/google-pubsub
6-
7-
# [Pubsub: Nodejs Client][homepage]
5+
# [Cloud Pub/Sub API: Nodejs Client][homepage]
86

97
[//]: # "releaseLevel"
108

119
[![npm version](https://img.shields.io/npm/v/@google-cloud/pubsub.svg)](https://www.npmjs.org/package/@google-cloud/pubsub)
1210

13-
Pubsub client for Node.js
11+
Cloud Pub/Sub API client for Node.js
1412

1513
[//]: # "partials.introduction"
1614

1715
A comprehensive list of changes in each version may be found in
18-
[the CHANGELOG]([homepage]/CHANGELOG.md).
16+
[the CHANGELOG][homepage_changelog].
1917

20-
* [Pubsub Nodejs Client API Reference](https://cloud.google.com/nodejs/docs/reference/pubsub/latest)
21-
* [Pubsub Documentation](https://cloud.google.com/pubsub/docs)
18+
* [Cloud Pub/Sub API Nodejs Client API Reference](https://cloud.google.com/nodejs/docs/reference/pubsub/latest)
19+
* [Cloud Pub/Sub API Documentation](https://cloud.google.com/pubsub/docs)
2220

2321
Read more about the client libraries for Cloud APIs, including the older
2422
Google APIs Client Libraries, in [Client Libraries Explained][explained].
@@ -40,7 +38,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
4038

4139
1. [Select or create a Cloud Platform project][projects].
4240
1. [Enable billing for your project][billing].
43-
1. [Enable the Pubsub API][enable_api].
41+
1. [Enable the Cloud Pub/Sub API API][enable_api].
4442
1. [Set up authentication][auth] so you can access the
4543
API from your local workstation.
4644
### Installing the client library
@@ -53,7 +51,7 @@ npm install @google-cloud/pubsub
5351

5452
## Samples
5553

56-
Samples are in the [`samples/`]([homepage]/samples) directory. Each sample's `README.md` has instructions for running its sample.
54+
Samples are in the [`samples/`][homepage_samples] directory. Each sample's `README.md` has instructions for running its sample.
5755

5856
[//]: # "samples"
5957

@@ -104,4 +102,7 @@ See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/packages
104102
[projects]: https://console.cloud.google.com/project
105103
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
106104
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=pubsub.googleapis.com
107-
[auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local
105+
[auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local
106+
[homepage_samples]: https://github.com/googleapis/google-cloud-node/blob/main/packages/google-pubsub/samples
107+
[homepage_changelog]: https://github.com/googleapis/google-cloud-node/blob/main/packages/google-pubsub/CHANGELOG.md
108+
[homepage]: https://github.com/googleapis/google-cloud-node/blob/main/packages/google-pubsub

owl-bot-staging/v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@types/mocha": "^10.0.10",
44-
"@types/node": "^22.18.0",
44+
"@types/node": "^22.18.1",
4545
"@types/sinon": "^17.0.4",
4646
"c8": "^10.1.3",
4747
"gapic-tools": "^1.0.2",

0 commit comments

Comments
 (0)