Skip to content

Commit

Permalink
fix(build): migrate to using main branch (#285)
Browse files Browse the repository at this point in the history
* fix(build): migrate to using main branch

* 🦉 Updates from OwlBot

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

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl and gcf-owl-bot[bot] authored Aug 14, 2021
1 parent 9c5e97f commit 98aab47
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
24 changes: 12 additions & 12 deletions packages/google-cloud-datacatalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/datacatalog.svg)](https://www.npmjs.org/package/@google-cloud/datacatalog)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-datacatalog/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-datacatalog)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-datacatalog/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-datacatalog)



Expand All @@ -15,7 +15,7 @@ Google Cloud Data Catalog API client for Node.js


A comprehensive list of changes in each version may be found in
[the CHANGELOG](https://github.com/googleapis/nodejs-datacatalog/blob/master/CHANGELOG.md).
[the CHANGELOG](https://github.com/googleapis/nodejs-datacatalog/blob/main/CHANGELOG.md).

* [Data Catalog Node.js Client API Reference][client-docs]
* [Data Catalog Documentation][product-docs]
Expand Down Expand Up @@ -214,15 +214,15 @@ quickstart();

## Samples

Samples are in the [`samples/`](https://github.com/googleapis/nodejs-datacatalog/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-datacatalog/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.

| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
| Create Custom Entry | [source code](https://github.com/googleapis/nodejs-datacatalog/blob/master/samples/createCustomEntry.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/createCustomEntry.js,samples/README.md) |
| Create Fileset | [source code](https://github.com/googleapis/nodejs-datacatalog/blob/master/samples/createFileset.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/createFileset.js,samples/README.md) |
| Grant Tag Template User Role | [source code](https://github.com/googleapis/nodejs-datacatalog/blob/master/samples/grantTagTemplateUserRole.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/grantTagTemplateUserRole.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/nodejs-datacatalog/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
| Search Assets | [source code](https://github.com/googleapis/nodejs-datacatalog/blob/master/samples/searchAssets.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/searchAssets.js,samples/README.md) |
| Create Custom Entry | [source code](https://github.com/googleapis/nodejs-datacatalog/blob/main/samples/createCustomEntry.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/createCustomEntry.js,samples/README.md) |
| Create Fileset | [source code](https://github.com/googleapis/nodejs-datacatalog/blob/main/samples/createFileset.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/createFileset.js,samples/README.md) |
| Grant Tag Template User Role | [source code](https://github.com/googleapis/nodejs-datacatalog/blob/main/samples/grantTagTemplateUserRole.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/grantTagTemplateUserRole.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/nodejs-datacatalog/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
| Search Assets | [source code](https://github.com/googleapis/nodejs-datacatalog/blob/main/samples/searchAssets.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/searchAssets.js,samples/README.md) |



Expand Down Expand Up @@ -271,19 +271,19 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]

## Contributing

Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-datacatalog/blob/master/CONTRIBUTING.md).
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-datacatalog/blob/main/CONTRIBUTING.md).

Please note that this `README.md`, the `samples/README.md`,
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
are generated from a central template. To edit one of these files, make an edit
to its template in this
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library).
to its templates in
[directory](https://github.com/googleapis/synthtool).

## License

Apache Version 2.0

See [LICENSE](https://github.com/googleapis/nodejs-datacatalog/blob/master/LICENSE)
See [LICENSE](https://github.com/googleapis/nodejs-datacatalog/blob/main/LICENSE)

[client-docs]: https://cloud.google.com/nodejs/docs/reference/datacatalog/latest
[product-docs]: https://cloud.google.com/data-catalog/
Expand Down
10 changes: 5 additions & 5 deletions packages/google-cloud-datacatalog/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Before running the samples, make sure you've followed the steps outlined in

### Create Custom Entry

View the [source code](https://github.com/googleapis/nodejs-datacatalog/blob/master/samples/createCustomEntry.js).
View the [source code](https://github.com/googleapis/nodejs-datacatalog/blob/main/samples/createCustomEntry.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/createCustomEntry.js,samples/README.md)

Expand All @@ -52,7 +52,7 @@ __Usage:__

### Create Fileset

View the [source code](https://github.com/googleapis/nodejs-datacatalog/blob/master/samples/createFileset.js).
View the [source code](https://github.com/googleapis/nodejs-datacatalog/blob/main/samples/createFileset.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/createFileset.js,samples/README.md)

Expand All @@ -69,7 +69,7 @@ __Usage:__

### Grant Tag Template User Role

View the [source code](https://github.com/googleapis/nodejs-datacatalog/blob/master/samples/grantTagTemplateUserRole.js).
View the [source code](https://github.com/googleapis/nodejs-datacatalog/blob/main/samples/grantTagTemplateUserRole.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/grantTagTemplateUserRole.js,samples/README.md)

Expand All @@ -86,7 +86,7 @@ __Usage:__

### Quickstart

View the [source code](https://github.com/googleapis/nodejs-datacatalog/blob/master/samples/quickstart.js).
View the [source code](https://github.com/googleapis/nodejs-datacatalog/blob/main/samples/quickstart.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)

Expand All @@ -103,7 +103,7 @@ __Usage:__

### Search Assets

View the [source code](https://github.com/googleapis/nodejs-datacatalog/blob/master/samples/searchAssets.js).
View the [source code](https://github.com/googleapis/nodejs-datacatalog/blob/main/samples/searchAssets.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datacatalog&page=editor&open_in_editor=samples/searchAssets.js,samples/README.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2943,7 +2943,7 @@ export class DataCatalogClient {
* @param {string} [request.query]
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
* [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
*
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
Expand Down Expand Up @@ -3040,7 +3040,7 @@ export class DataCatalogClient {
* @param {string} [request.query]
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
* [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
*
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
Expand Down Expand Up @@ -3115,7 +3115,7 @@ export class DataCatalogClient {
* @param {string} [request.query]
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
* [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
*
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
Expand Down

0 comments on commit 98aab47

Please sign in to comment.