Skip to content

Commit aa2c5cd

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#415)
1 parent bba2040 commit aa2c5cd

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

packages/google-cloud-resourcemanager/.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/resource-manager",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/resource-manager/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559757",
7-
"release_level": "alpha",
7+
"release_level": "preview",
88
"language": "nodejs",
99
"default_version": "v3",
1010
"repo": "googleapis/nodejs-resource-manager",
1111
"distribution_name": "@google-cloud/resource-manager",
1212
"api_id": "cloudresourcemanager.googleapis.com",
13-
"requires_billing": true
13+
"requires_billing": true,
14+
"api_shortname": "resource",
15+
"library_type": "GAPIC_AUTO"
1416
}

packages/google-cloud-resourcemanager/README.md

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

55
# [Google Cloud Resource Manager API: Node.js Client](https://github.com/googleapis/nodejs-resource-manager)
66

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

@@ -132,11 +132,11 @@ This library follows [Semantic Versioning](http://semver.org/).
132132

133133

134134

135-
This library is considered to be in **alpha**. This means it is still a
136-
work-in-progress and under active development. Any release is subject to
137-
backwards-incompatible changes at any time.
138135

139136

137+
This library is considered to be in **preview**. This means it is still a
138+
work-in-progress and under active development. Any release is subject to
139+
backwards-incompatible changes at any time.
140140

141141

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

0 commit comments

Comments
 (0)