We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97702c commit 2fbcefcCopy full SHA for 2fbcefc
packages/google-cloud-dns/src/index.ts
@@ -183,6 +183,7 @@ class DNS extends Service {
183
/**
184
* Create a managed zone.
185
*
186
+ * @method DNS#createZone
187
* @see [ManagedZones: create API Documentation]{@link https://cloud.google.com/dns/api/v1/managedZones/create}
188
189
* @throws {error} If a zone name is not provided.
@@ -276,6 +277,7 @@ class DNS extends Service {
276
277
278
* Gets a list of managed zones for the project.
279
280
+ * @method DNS#getZones
281
* @see [ManagedZones: list API Documentation]{@link https://cloud.google.com/dns/api/v1/managedZones/list}
282
283
* @param {GetZonesRequest} [query] Query object for listing zones.
0 commit comments