This repository was archived by the owner on Jul 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "product_documentation" : " https://cloud.google.com/memorystore/docs/redis/" ,
55 "client_documentation" : " https://googleapis.dev/nodejs/redis/latest" ,
66 "issue_tracker" : " https://issuetracker.google.com/savedsearches/5169231" ,
7- "release_level" : " alpha " ,
7+ "release_level" : " beta " ,
88 "language" : " nodejs" ,
99 "repo" : " googleapis/nodejs-redis" ,
1010 "distribution_name" : " @google-cloud/redis" ,
1111 "api_id" : " redis.googleapis.com" ,
1212 "requires_billing" : true
13- }
13+ }
Original file line number Diff line number Diff line change 44
55# [ Cloud Redis: Node.js Client] ( https://github.com/googleapis/nodejs-redis )
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/redis.svg )] ( https://www.npmjs.org/package/@google-cloud/redis )
99[ ![ codecov] ( https://img.shields.io/codecov/c/github/googleapis/nodejs-redis/master.svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-redis )
1010
@@ -95,10 +95,11 @@ This library follows [Semantic Versioning](http://semver.org/).
9595
9696
9797
98+ This library is considered to be in ** beta** . This means it is expected to be
99+ mostly stable while we work toward a general availability release; however,
100+ complete stability is not guaranteed. We will address issues and requests
101+ against beta libraries with a high priority.
98102
99- This library is considered to be in ** alpha** . This means it is still a
100- work-in-progress and under active development. Any release is subject to
101- backwards-incompatible changes at any time.
102103
103104
104105
Original file line number Diff line number Diff line change 1+ // Copyright 2019 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
115import * as Long from "long" ;
216import * as $protobuf from "protobufjs" ;
317/** Namespace google. */
Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-11-12T12:22:44.520925Z ",
2+ "updateTime": "2019-11-14T03:57:43.673187Z ",
33 "sources": [
44 {
55 "generator": {
1212 "git": {
1313 "name": "googleapis",
1414 "remote": "https://github.com/googleapis/googleapis.git",
15- "sha": "f69562be0608904932bdcfbc5ad8b9a22d9dceb8 ",
16- "internalRef": "279774957 "
15+ "sha": "218164b3deba1075979c9dca5f71461379e42dd1 ",
16+ "internalRef": "280279014 "
1717 }
1818 },
1919 {
Original file line number Diff line number Diff line change 2424s .replace ('**/doc/google/protobuf/doc_timestamp.js' ,
2525 'https:\/\/cloud\.google\.com[\s\*]*http:\/\/(.*)[\s\*]*\)' ,
2626 r"https://\1)" )
27-
28- s .replace ('**/doc/google/protobuf/doc_timestamp.js' ,
29- 'toISOString\]' ,
30- 'toISOString)' )
3127# [END fix-dead-link]
3228
3329subprocess .run (['npm' , 'install' ])
You can’t perform that action at this time.
0 commit comments