From 4e5628e2cbe7cdf3d281b7e878f2c217d4789fe1 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 30 Dec 2021 12:25:07 -0500 Subject: [PATCH] chore: add api_shortname and library_type to repo metadata (#354) --- .../google-cloud-phishingprotection/.repo-metadata.json | 6 ++++-- packages/google-cloud-phishingprotection/README.md | 9 ++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/google-cloud-phishingprotection/.repo-metadata.json b/packages/google-cloud-phishingprotection/.repo-metadata.json index 8701c8386e6..e2a95b7a611 100644 --- a/packages/google-cloud-phishingprotection/.repo-metadata.json +++ b/packages/google-cloud-phishingprotection/.repo-metadata.json @@ -4,11 +4,13 @@ "product_documentation": "https://cloud.google.com/phishing-protection/docs/", "client_documentation": "https://cloud.google.com/nodejs/docs/reference/phishing-protection/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "preview", "language": "nodejs", "repo": "googleapis/nodejs-phishing-protection", "distribution_name": "@google-cloud/phishing-protection", "api_id": "phishingprotection.googleapis.com", "requires_billing": true, - "default_version": "v1beta1" + "default_version": "v1beta1", + "api_shortname": "phishingprotection", + "library_type": "GAPIC_AUTO" } diff --git a/packages/google-cloud-phishingprotection/README.md b/packages/google-cloud-phishingprotection/README.md index 0639690ba59..41d25c1f7f4 100644 --- a/packages/google-cloud-phishingprotection/README.md +++ b/packages/google-cloud-phishingprotection/README.md @@ -4,7 +4,7 @@ # [Phishing Protection: Node.js Client](https://github.com/googleapis/nodejs-phishing-protection) -[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages) + [![npm version](https://img.shields.io/npm/v/@google-cloud/phishing-protection.svg)](https://www.npmjs.org/package/@google-cloud/phishing-protection) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-phishing-protection/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-phishing-protection) @@ -119,13 +119,12 @@ This library follows [Semantic Versioning](http://semver.org/). -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. +This library is considered to be in **preview**. This means it is still a +work-in-progress and under active development. Any release is subject to +backwards-incompatible changes at any time. More Information: [Google Cloud Platform Launch Stages][launch_stages]