Skip to content

Commit e1557e4

Browse files
summer-ji-engBenjamin E. CoeSurferJeffAtGoogle
authored
fix: clarify the gax-nodejs usage in README (#1352)
Co-authored-by: Benjamin E. Coe <[email protected]> Co-authored-by: Jeffrey Rennie <[email protected]>
1 parent 35819f3 commit e1557e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • synthtool/gcp/templates/node_library

synthtool/gcp/templates/node_library/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
7272
{% endif %}{% if 'partials' in metadata and metadata['partials']['body'] %}{{ metadata['partials']['body'] }}{% endif %}
7373

7474
{% if metadata['samples']|length %}
75+
76+
This library is built on top of google-gax as its transport layer. To customize the common behavior of this client library (timeout, retry, etc), see [Client Library Howto](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md).
77+
7578
## Samples
7679

7780
Samples are in the [`samples/`](https://github.com/{{ metadata['repo']['repo'] }}/tree/{{ metadata['repo']['default_branch'] }}/samples) directory. Each sample's `README.md` has instructions for running its sample.

0 commit comments

Comments
 (0)