Skip to content

Commit

Permalink
address docs issue in linking
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Jun 21, 2019
1 parent 3755975 commit 63609ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Expand Up @@ -35,6 +35,12 @@
/**
* @namespace google.protobuf
*/
/**
* @namespace google.type
*/
/**
* @namespace google.longrunning
*/

import {Service} from '@google-cloud/common-grpc';
import {replaceProjectIdToken} from '@google-cloud/projectify';
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-06-21T18:28:29.441373Z",
"updateTime": "2019-06-21T21:16:41.537197Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c9546320bb83441a5a49b13a22d5552eef352105",
"internalRef": "254331898"
"sha": "de1150ccad2a3daa4e265a0948bec54fdf9c8b54",
"internalRef": "254446031"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions synth.py
Expand Up @@ -34,6 +34,7 @@
s.replace("src/v2/bigtable_instance_admin_client.js", "../../package.json", "../../../package.json")
s.replace("src/v2/bigtable_table_admin_client.js", "../../package.json", "../../../package.json")


common_templates = gcp.CommonTemplates()
templates = common_templates.node_library(
source_location='build/src'
Expand Down

0 comments on commit 63609ce

Please sign in to comment.