Skip to content

Commit f29a2fc

Browse files
fix(docs): bump release level to beta (#297)
1 parent d957145 commit f29a2fc

File tree

5 files changed

+22
-27
lines changed

5 files changed

+22
-27
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"product_documentation": "https://cloud.google.com/text-to-speech",
55
"client_documentation": "https://googleapis.dev/nodejs/text-to-speech/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5235428",
7-
"release_level": "alpha",
7+
"release_level": "beta",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-text-to-speech",
1010
"distribution_name": "@google-cloud/text-to-speech",
1111
"api_id": "texttospeech.googleapis.com",
1212
"requires_billing": true
13-
}
13+
}

packages/google-cloud-texttospeech/README.md

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

55
# [Google Cloud Text-to-Speech: Node.js Client](https://github.com/googleapis/nodejs-text-to-speech)
66

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

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

114114

115115

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

117-
This library is considered to be in **alpha**. This means it is still a
118-
work-in-progress and under active development. Any release is subject to
119-
backwards-incompatible changes at any time.
120121

121122

122123

packages/google-cloud-texttospeech/src/v1/text_to_speech_client.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,9 @@ export class TextToSpeechClient {
322322
): Promise<
323323
[
324324
protosTypes.google.cloud.texttospeech.v1.ISynthesizeSpeechResponse,
325-
(
325+
326326
| protosTypes.google.cloud.texttospeech.v1.ISynthesizeSpeechRequest
327-
| undefined
328-
),
327+
| undefined,
329328
{} | undefined
330329
]
331330
>;
@@ -376,10 +375,9 @@ export class TextToSpeechClient {
376375
): Promise<
377376
[
378377
protosTypes.google.cloud.texttospeech.v1.ISynthesizeSpeechResponse,
379-
(
378+
380379
| protosTypes.google.cloud.texttospeech.v1.ISynthesizeSpeechRequest
381-
| undefined
382-
),
380+
| undefined,
383381
{} | undefined
384382
]
385383
> | void {

packages/google-cloud-texttospeech/src/v1beta1/text_to_speech_client.ts

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,9 @@ export class TextToSpeechClient {
250250
): Promise<
251251
[
252252
protosTypes.google.cloud.texttospeech.v1beta1.IListVoicesResponse,
253-
(
253+
254254
| protosTypes.google.cloud.texttospeech.v1beta1.IListVoicesRequest
255-
| undefined
256-
),
255+
| undefined,
257256
{} | undefined
258257
]
259258
>;
@@ -306,10 +305,9 @@ export class TextToSpeechClient {
306305
): Promise<
307306
[
308307
protosTypes.google.cloud.texttospeech.v1beta1.IListVoicesResponse,
309-
(
308+
310309
| protosTypes.google.cloud.texttospeech.v1beta1.IListVoicesRequest
311-
| undefined
312-
),
310+
| undefined,
313311
{} | undefined
314312
]
315313
> | void {
@@ -330,10 +328,9 @@ export class TextToSpeechClient {
330328
): Promise<
331329
[
332330
protosTypes.google.cloud.texttospeech.v1beta1.ISynthesizeSpeechResponse,
333-
(
331+
334332
| protosTypes.google.cloud.texttospeech.v1beta1.ISynthesizeSpeechRequest
335-
| undefined
336-
),
333+
| undefined,
337334
{} | undefined
338335
]
339336
>;
@@ -384,10 +381,9 @@ export class TextToSpeechClient {
384381
): Promise<
385382
[
386383
protosTypes.google.cloud.texttospeech.v1beta1.ISynthesizeSpeechResponse,
387-
(
384+
388385
| protosTypes.google.cloud.texttospeech.v1beta1.ISynthesizeSpeechRequest
389-
| undefined
390-
),
386+
| undefined,
391387
{} | undefined
392388
]
393389
> | void {

packages/google-cloud-texttospeech/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"updateTime": "2019-11-15T12:22:06.755814Z",
2+
"updateTime": "2019-11-19T04:10:28.515707Z",
33
"sources": [
44
{
55
"git": {
66
"name": "googleapis",
77
"remote": "https://github.com/googleapis/googleapis.git",
8-
"sha": "f6808ff4e8b966cd571e99279d4a2780ed97dff2",
9-
"internalRef": "280581337"
8+
"sha": "d8dd7fe8d5304f7bd1c52207703d7f27d5328c5a",
9+
"internalRef": "281088257"
1010
}
1111
},
1212
{

0 commit comments

Comments
 (0)