Skip to content

Commit 611c1a4

Browse files
yoshi-automationcallmehiphop
authored andcommitted
docs: fix import example (#21)
1 parent 01a5e8b commit 611c1a4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/google-cloud-recaptchaenterprise/src/v1beta1/recaptcha_enterprise_service_v1_beta1_client.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class RecaptchaEnterpriseServiceV1Beta1Client {
212212
*
213213
* @example
214214
*
215-
* const recaptchaenterprise = require('recaptchaenterprise.v1beta1');
215+
* const recaptchaenterprise = require('@google-cloud/recaptchaenterprise');
216216
*
217217
* const client = new recaptchaenterprise.v1beta1.RecaptchaEnterpriseServiceV1Beta1Client({
218218
* // optional auth parameters.
@@ -276,7 +276,7 @@ class RecaptchaEnterpriseServiceV1Beta1Client {
276276
*
277277
* @example
278278
*
279-
* const recaptchaenterprise = require('recaptchaenterprise.v1beta1');
279+
* const recaptchaenterprise = require('@google-cloud/recaptchaenterprise');
280280
*
281281
* const client = new recaptchaenterprise.v1beta1.RecaptchaEnterpriseServiceV1Beta1Client({
282282
* // optional auth parameters.

packages/google-cloud-recaptchaenterprise/synth.metadata

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-05-14T17:26:37.612221Z",
2+
"updateTime": "2019-05-15T11:21:09.217206Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,15 +12,15 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "ffa256646fb15c4a6c720f0ed8f984a0ea513416",
16-
"internalRef": "248066377"
15+
"sha": "275cdfcdc3188a60456f43acd139b8cc037379f4",
16+
"internalRef": "248217300"
1717
}
1818
},
1919
{
2020
"template": {
2121
"name": "node_library",
2222
"origin": "synthtool.gcp",
23-
"version": "2019.4.10"
23+
"version": "2019.5.2"
2424
}
2525
}
2626
],

0 commit comments

Comments
 (0)