From 4bc0553c2ce6709bdaa3da0f07c2ebc0628e27cc Mon Sep 17 00:00:00 2001 From: Summer Ji Date: Wed, 9 Feb 2022 10:33:33 -0800 Subject: [PATCH] fix: clarify the gax-nodejs usage in README --- synthtool/gcp/templates/node_library/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synthtool/gcp/templates/node_library/README.md b/synthtool/gcp/templates/node_library/README.md index e5a6fa5f2..f8e20c1d1 100644 --- a/synthtool/gcp/templates/node_library/README.md +++ b/synthtool/gcp/templates/node_library/README.md @@ -72,6 +72,9 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained]. {% endif %}{% if 'partials' in metadata and metadata['partials']['body'] %}{{ metadata['partials']['body'] }}{% endif %} {% if metadata['samples']|length %} + +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). + ## Samples 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.