Skip to content

Commit

Permalink
Regenerate Google.Cloud.Redis.V1 (#4660)
Browse files Browse the repository at this point in the history
Comment-only changes.
  • Loading branch information
yoshi-automation authored Mar 26, 2020
1 parent 2c4b73f commit c9149b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
15 changes: 11 additions & 4 deletions apis/Google.Cloud.Redis.V1/Google.Cloud.Redis.V1/CloudRedis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,9 @@ public string AlternativeLocationId {
/// If not provided, latest supported version will be used. Currently, the
/// supported values are:
///
/// * `REDIS_4_0` for Redis 4.0 compatibility (default)
/// * `REDIS_3_2` for Redis 3.2 compatibility
/// * `REDIS_4_0` for Redis 4.0 compatibility (default)
/// * `REDIS_5_0` for Redis 5.0 compatibility
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string RedisVersion {
Expand Down Expand Up @@ -447,16 +448,22 @@ public string StatusMessage {
/// http://redis.io/topics/config. Currently, the only supported parameters
/// are:
///
/// Redis 3.2 and above:
/// Redis version 3.2 and newer:
///
/// * maxmemory-policy
/// * notify-keyspace-events
///
/// Redis 4.0 and above:
/// Redis version 4.0 and newer:
///
/// * activedefrag
/// * lfu-log-factor
/// * lfu-decay-time
/// * lfu-log-factor
/// * maxmemory-gb
///
/// Redis version 5.0 and newer:
///
/// * stream-node-max-bytes
/// * stream-node-max-entries
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pbc::MapField<string, string> RedisConfigs {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// source: google/cloud/redis/v1/cloud_redis.proto
// </auto-generated>
// Original file comments:
// Copyright 2019 Google LLC.
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
#pragma warning disable 0414, 1591
#region Designer generated code

Expand Down

0 comments on commit c9149b9

Please sign in to comment.