diff --git a/src/index.js b/src/index.js index c1595c12d..a0962e08c 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ /*! - * Copyright 2014 Google Inc. All Rights Reserved. + * Copyright 2018 Google LLC. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,6 +14,28 @@ * limitations under the License. */ +/** + * @namespace google + */ +/** + * @namespace google.cloud + */ +/** + * @namespace google.cloud.datastore + */ +/** + * @namespace google.cloud.datastore.v1 + */ +/** + * @namespace google.protobuf + */ +/** + * @namespace google.rpc + */ +/** + * @namespace google.type + */ + 'use strict'; const arrify = require('arrify');