Skip to content

Commit 2fbcefc

Browse files
authored
fix(docs): add missing methods jsdoc declaration (#129)
1 parent d97702c commit 2fbcefc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/google-cloud-dns/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ class DNS extends Service {
183183
/**
184184
* Create a managed zone.
185185
*
186+
* @method DNS#createZone
186187
* @see [ManagedZones: create API Documentation]{@link https://cloud.google.com/dns/api/v1/managedZones/create}
187188
*
188189
* @throws {error} If a zone name is not provided.
@@ -276,6 +277,7 @@ class DNS extends Service {
276277
/**
277278
* Gets a list of managed zones for the project.
278279
*
280+
* @method DNS#getZones
279281
* @see [ManagedZones: list API Documentation]{@link https://cloud.google.com/dns/api/v1/managedZones/list}
280282
*
281283
* @param {GetZonesRequest} [query] Query object for listing zones.

0 commit comments

Comments
 (0)