diff --git a/src/table.ts b/src/table.ts index 79299f9b5..16ac805a5 100644 --- a/src/table.ts +++ b/src/table.ts @@ -1164,6 +1164,11 @@ export class Table extends TabularApiSurface { ); } + /** + * Gets an Authorized View object for making authorized view grpc calls. + * + * @param {string} viewName The name for the Authorized view + */ view(viewName: string): AuthorizedView { return new AuthorizedView(this, viewName); }