Skip to content

Commit 4e5628e

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#354)
1 parent a9a1820 commit 4e5628e

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

packages/google-cloud-phishingprotection/.repo-metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"product_documentation": "https://cloud.google.com/phishing-protection/docs/",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/phishing-protection/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "preview",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-phishing-protection",
1010
"distribution_name": "@google-cloud/phishing-protection",
1111
"api_id": "phishingprotection.googleapis.com",
1212
"requires_billing": true,
13-
"default_version": "v1beta1"
13+
"default_version": "v1beta1",
14+
"api_shortname": "phishingprotection",
15+
"library_type": "GAPIC_AUTO"
1416
}

packages/google-cloud-phishingprotection/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# [Phishing Protection: Node.js Client](https://github.com/googleapis/nodejs-phishing-protection)
66

7-
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
7+
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/phishing-protection.svg)](https://www.npmjs.org/package/@google-cloud/phishing-protection)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-phishing-protection/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-phishing-protection)
1010

@@ -119,13 +119,12 @@ This library follows [Semantic Versioning](http://semver.org/).
119119

120120

121121

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

127123

128124

125+
This library is considered to be in **preview**. This means it is still a
126+
work-in-progress and under active development. Any release is subject to
127+
backwards-incompatible changes at any time.
129128

130129

131130
More Information: [Google Cloud Platform Launch Stages][launch_stages]

0 commit comments

Comments
 (0)