From 4ece34300283977fac28ffdd442cfb456048e356 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 7 Apr 2022 16:53:37 +0000 Subject: [PATCH] fix: clarify the gax-nodejs usage in README (#1352) Co-authored-by: Benjamin E. Coe Co-authored-by: Jeffrey Rennie Source-Link: https://github.com/googleapis/synthtool/commit/e1557e468fd986c952ba718d9ff90e1d87390209 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:c2641f0628c1077d504eca6b065517b0cc54336f09a9a38e3614c4b412dd9d37 --- .github/.OwlBot.lock.yaml | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index c6ddf44f..52ba8989 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:bb4d47d0e770abad62699a4664ce6b9ff1629d50c276a6c75860a6a1853dd19b -# created: 2022-04-01T19:19:56.587347289Z + digest: sha256:c2641f0628c1077d504eca6b065517b0cc54336f09a9a38e3614c4b412dd9d37 +# created: 2022-04-07T16:48:24.139011696Z diff --git a/README.md b/README.md index 1585ed67..43e18077 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ npm install @google-cloud/compute + +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/googleapis/nodejs-compute/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.