Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

feat: promote library to GA #177

Merged
merged 2 commits into from
Jun 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/data-catalog/",
"client_documentation": "https://googleapis.dev/nodejs/datacatalog/latest",
"issue_tracker": "",
"release_level": "beta",
"release_level": "ga",
"language": "nodejs",
"repo": "googleapis/nodejs-datacatalog",
"distribution_name": "@google-cloud/datacatalog",
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Data Catalog: Node.js Client](https://github.com/googleapis/nodejs-datacatalog)

[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![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)

Expand Down Expand Up @@ -84,11 +84,12 @@ _Legacy Node.js versions are supported as a best effort:_
This library follows [Semantic Versioning](http://semver.org/).


This library is considered to be **General Availability (GA)**. This means it
is stable; the code surface will not change in backwards-incompatible ways
unless absolutely necessary (e.g. because of critical security issues) or with
an extensive deprecation period. Issues and requests against **GA** libraries
are addressed with the highest priority.

This library is considered to be in **beta**. This means it is expected to be
mostly stable while we work toward a general availability release; however,
complete stability is not guaranteed. We will address issues and requests
against beta libraries with a high priority.



Expand Down
8 changes: 5 additions & 3 deletions protos/google/cloud/datacatalog/v1/gcs_fileset_spec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ option ruby_package = "Google::Cloud::DataCatalog::V1";

// Describes a Cloud Storage fileset entry.
message GcsFilesetSpec {
// Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
// Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
// more information. Note that bucket wildcards are currently not supported.
// Required. Patterns to identify a set of files in Google Cloud Storage.
// See [Cloud Storage
// documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
// for more information. Note that bucket wildcards are currently not
// supported.
//
// Examples of valid file_patterns:
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ option ruby_package = "Google::Cloud::DataCatalog::V1beta1";

// Describes a Cloud Storage fileset entry.
message GcsFilesetSpec {
// Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
// Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
// more information. Note that bucket wildcards are currently not supported.
// Required. Patterns to identify a set of files in Google Cloud Storage.
// See [Cloud Storage
// documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
// for more information. Note that bucket wildcards are currently not
// supported.
//
// Examples of valid file_patterns:
//
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata