generated/google/apis/redis_v1beta1/classes.rb in google-api-client-0.28.5 vs generated/google/apis/redis_v1beta1/classes.rb in google-api-client-0.28.6

- old
+ new

@@ -220,20 +220,27 @@ 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: # * maxmemory-policy # * notify-keyspace-events + # Redis 4.0 and above: + # * activedefrag + # * lfu-log-factor + # * lfu-decay-time # 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. Updating the # version will perform an upgrade/downgrade to the new version. Currently, - # the supported values are `REDIS_3_2` for Redis 3.2. + # the supported values are: + # * `REDIS_4_0` for Redis 4.0 compatibility + # * `REDIS_3_2` for Redis 3.2 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 @@ -436,18 +443,18 @@ # Corresponds to the JSON property `done` # @return [Boolean] attr_accessor :done alias_method :done?, :done - # The `Status` type defines a logical error model that is suitable for different - # programming environments, including REST APIs and RPC APIs. It is used by - # [gRPC](https://github.com/grpc). The error model is designed to be: + # The `Status` type defines a logical error model that is suitable for + # different programming environments, including REST APIs and RPC APIs. It is + # used by [gRPC](https://github.com/grpc). The error model is designed to be: # - Simple to use and understand for most users # - Flexible enough to meet unexpected needs # # Overview - # The `Status` message contains three pieces of data: error code, error message, - # and error details. The error code should be an enum value of + # The `Status` message contains three pieces of data: error code, error + # message, and error details. The error code should be an enum value of # google.rpc.Code, but it may accept additional error codes if needed. The # error message should be a developer-facing English message that helps # developers *understand* and *resolve* the error. If a localized user-facing # error message is needed, put the localized message in the error details or # localize it in the client. The optional error details may contain arbitrary @@ -528,17 +535,17 @@ @name = args[:name] if args.key?(:name) @response = args[:response] if args.key?(:response) end end - # The `Status` type defines a logical error model that is suitable for different - # programming environments, including REST APIs and RPC APIs. It is used by - # [gRPC](https://github.com/grpc). The error model is designed to be: + # The `Status` type defines a logical error model that is suitable for + # different programming environments, including REST APIs and RPC APIs. It is + # used by [gRPC](https://github.com/grpc). The error model is designed to be: # - Simple to use and understand for most users # - Flexible enough to meet unexpected needs # # Overview - # The `Status` message contains three pieces of data: error code, error message, - # and error details. The error code should be an enum value of + # The `Status` message contains three pieces of data: error code, error + # message, and error details. The error code should be an enum value of # google.rpc.Code, but it may accept additional error codes if needed. The # error message should be a developer-facing English message that helps # developers *understand* and *resolve* the error. If a localized user-facing # error message is needed, put the localized message in the error details or # localize it in the client. The optional error details may contain arbitrary