From ccb26047d123a91cda74395e0c3fd7edb4f7b7a9 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Mon, 15 Jun 2020 12:06:26 -0700 Subject: [PATCH 1/2] fix: promote to GA --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 58ba628a..55d4404c 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -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", From b5930dc792bb2b35e006b13e27a0bbd4281c92af Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Mon, 15 Jun 2020 12:09:45 -0700 Subject: [PATCH 2/2] fix: run synthtool --- README.md | 11 ++++++----- .../cloud/datacatalog/v1/gcs_fileset_spec.proto | 8 +++++--- .../cloud/datacatalog/v1beta1/gcs_fileset_spec.proto | 8 +++++--- synth.metadata | 10 +++++----- 4 files changed, 21 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 44efb074..61b2dfe4 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. diff --git a/protos/google/cloud/datacatalog/v1/gcs_fileset_spec.proto b/protos/google/cloud/datacatalog/v1/gcs_fileset_spec.proto index b0605c13..bcf0ead6 100644 --- a/protos/google/cloud/datacatalog/v1/gcs_fileset_spec.proto +++ b/protos/google/cloud/datacatalog/v1/gcs_fileset_spec.proto @@ -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: // diff --git a/protos/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto b/protos/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto index 57cdcdfa..c8ca9779 100644 --- a/protos/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto +++ b/protos/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto @@ -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: // diff --git a/synth.metadata b/synth.metadata index 89d9002e..e6e019f5 100644 --- a/synth.metadata +++ b/synth.metadata @@ -3,23 +3,23 @@ { "git": { "name": ".", - "remote": "https://github.com/googleapis/nodejs-datacatalog.git", - "sha": "7acc699a45f6fd9fdafbe34c923b802640590552" + "remote": "git@github.com:googleapis/nodejs-datacatalog.git", + "sha": "ccb26047d123a91cda74395e0c3fd7edb4f7b7a9" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "c4e37010d74071851ff24121f522e802231ac86e", - "internalRef": "313460921" + "sha": "9b170a4f3beb16f7dab513520a07be48fcb88670", + "internalRef": "316514901" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "e7034945fbdc0e79d3c57f6e299e5c90b0f11469" + "sha": "d1addcdf80aa9ddef8c932c89c919024bbad7af3" } } ],