generated/google/apis/redis_v1beta1/classes.rb in google-api-client-0.28.4 vs generated/google/apis/redis_v1beta1/classes.rb in google-api-client-0.28.5
- old
+ new
@@ -212,19 +212,10 @@
# [alternative_location_id] fields for more details.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
- # Output only. Cloud IAM identity used by import / export operations to
- # transfer data to/from Cloud Storage. Format is
- # "serviceAccount:<service_account_email>". The value may change over time
- # for a given instance so should be checked before each import/export
- # operation.
- # Corresponds to the JSON property `persistenceIamIdentity`
- # @return [String]
- attr_accessor :persistence_iam_identity
-
# Output only. The port number of the exposed Redis endpoint.
# Corresponds to the JSON property `port`
# @return [Fixnum]
attr_accessor :port
@@ -283,10 +274,9 @@
@host = args[:host] if args.key?(:host)
@labels = args[:labels] if args.key?(:labels)
@location_id = args[:location_id] if args.key?(:location_id)
@memory_size_gb = args[:memory_size_gb] if args.key?(:memory_size_gb)
@name = args[:name] if args.key?(:name)
- @persistence_iam_identity = args[:persistence_iam_identity] if args.key?(:persistence_iam_identity)
@port = args[:port] if args.key?(:port)
@redis_configs = args[:redis_configs] if args.key?(:redis_configs)
@redis_version = args[:redis_version] if args.key?(:redis_version)
@reserved_ip_range = args[:reserved_ip_range] if args.key?(:reserved_ip_range)
@state = args[:state] if args.key?(:state)