generated/google/apis/redis_v1beta1/classes.rb in google-api-client-0.37.3 vs generated/google/apis/redis_v1beta1/classes.rb in google-api-client-0.38.0

- old
+ new

@@ -272,13 +272,12 @@ # will be used. # Corresponds to the JSON property `authorizedNetwork` # @return [String] attr_accessor :authorized_network - # Optional. The connect mode of Redis instance. - # If not provided, default one will be used. - # Current default: DIRECT_PEERING. + # Optional. The network connect mode of the Redis instance. + # If not provided, the connect mode defaults to DIRECT_PEERING. # Corresponds to the JSON property `connectMode` # @return [String] attr_accessor :connect_mode # Output only. The time the instance was created. @@ -352,25 +351,30 @@ attr_accessor :port # Optional. Redis configuration parameters, according to # 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 # Corresponds to the JSON property `redisConfigs` # @return [Hash<String,String>] attr_accessor :redis_configs # Optional. The version of Redis software. # 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 # Corresponds to the JSON property `redisVersion` # @return [String] attr_accessor :redis_version # Optional. The CIDR range of internal addresses that are reserved for this