Skip to content

Commit

Permalink
build(nodejs): name should be @google-cloud/private-cataglog (#20)
Browse files Browse the repository at this point in the history
* build(nodejs): name should be @google-cloud/private-cataglog

PiperOrigin-RevId: 382382058

Source-Link: googleapis/googleapis@b8b50f1

Source-Link: googleapis/googleapis-gen@0846825

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 1, 2021
1 parent 512ca67 commit 6a11c3b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-privatecatalog/.jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
copyright: 'Copyright 2021 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/privatecatalog',
systemName: '@google-cloud/private-catalog',
theme: 'lumen',
default: {
outputSourceFiles: false
Expand Down
11 changes: 10 additions & 1 deletion packages/google-cloud-privatecatalog/linkinator.config.json
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
{"recurse":true,"skip":["https://github.com/googleapis/nodejs-private-catalog/blob/master/CHANGELOG.md", "https://codecov.io/gh/googleapis/","www.googleapis.com","img.shields.io"],"silent":true,"concurrency":10}
{
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
],
"silent": true,
"concurrency": 10
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.privatecatalog.v1beta1",
"libraryPackage": "@google-cloud/privatecatalog",
"libraryPackage": "@google-cloud/private-catalog",
"services": {
"PrivateCatalog": {
"clients": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export class PrivateCatalogClient {
// -------------------

searchCatalogs(
request: protos.google.cloud.privatecatalog.v1beta1.ISearchCatalogsRequest,
request?: protos.google.cloud.privatecatalog.v1beta1.ISearchCatalogsRequest,
options?: CallOptions
): Promise<
[
Expand Down Expand Up @@ -404,7 +404,7 @@ export class PrivateCatalogClient {
* for more details and examples.
*/
searchCatalogs(
request: protos.google.cloud.privatecatalog.v1beta1.ISearchCatalogsRequest,
request?: protos.google.cloud.privatecatalog.v1beta1.ISearchCatalogsRequest,
optionsOrCallback?:
| CallOptions
| PaginationCallback<
Expand Down Expand Up @@ -558,7 +558,7 @@ export class PrivateCatalogClient {
) as AsyncIterable<protos.google.cloud.privatecatalog.v1beta1.ICatalog>;
}
searchProducts(
request: protos.google.cloud.privatecatalog.v1beta1.ISearchProductsRequest,
request?: protos.google.cloud.privatecatalog.v1beta1.ISearchProductsRequest,
options?: CallOptions
): Promise<
[
Expand Down Expand Up @@ -624,7 +624,7 @@ export class PrivateCatalogClient {
* for more details and examples.
*/
searchProducts(
request: protos.google.cloud.privatecatalog.v1beta1.ISearchProductsRequest,
request?: protos.google.cloud.privatecatalog.v1beta1.ISearchProductsRequest,
optionsOrCallback?:
| CallOptions
| PaginationCallback<
Expand Down Expand Up @@ -780,7 +780,7 @@ export class PrivateCatalogClient {
) as AsyncIterable<protos.google.cloud.privatecatalog.v1beta1.IProduct>;
}
searchVersions(
request: protos.google.cloud.privatecatalog.v1beta1.ISearchVersionsRequest,
request?: protos.google.cloud.privatecatalog.v1beta1.ISearchVersionsRequest,
options?: CallOptions
): Promise<
[
Expand Down Expand Up @@ -846,7 +846,7 @@ export class PrivateCatalogClient {
* for more details and examples.
*/
searchVersions(
request: protos.google.cloud.privatecatalog.v1beta1.ISearchVersionsRequest,
request?: protos.google.cloud.privatecatalog.v1beta1.ISearchVersionsRequest,
optionsOrCallback?:
| CallOptions
| PaginationCallback<
Expand Down

0 comments on commit 6a11c3b

Please sign in to comment.