Skip to content

Commit

Permalink
feat!: removed auto-pagination from searchJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 29, 2020
1 parent 40437ad commit 9e4d28f
Show file tree
Hide file tree
Showing 7 changed files with 687 additions and 1,215 deletions.
31 changes: 16 additions & 15 deletions packages/google-cloud-talent/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
/*!
* Copyright 2019 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **
*/

'use strict';

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
Expand All @@ -32,6 +32,7 @@ module.exports = {
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
Expand Down
2 changes: 2 additions & 0 deletions packages/google-cloud-talent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ export default {
ProfileServiceClient,
TenantServiceClient,
};
import * as protos from '../protos/protos';
export {protos};
Loading

0 comments on commit 9e4d28f

Please sign in to comment.