lib/google/apis/backupdr_v1/classes.rb in google-apis-backupdr_v1-0.14.0 vs lib/google/apis/backupdr_v1/classes.rb in google-apis-backupdr_v1-0.15.0

- old
+ new

@@ -1094,16 +1094,10 @@ # Optional. Time after which the BackupVault resource is locked. # Corresponds to the JSON property `effectiveTime` # @return [String] attr_accessor :effective_time - # Required. The default retention period for each backup in the backup vault ( - # Deprecated). - # Corresponds to the JSON property `enforcedRetentionDuration` - # @return [String] - attr_accessor :enforced_retention_duration - # Optional. Server specified ETag for the backup vault resource to prevent # simultaneous updates from overwiting each other. # Corresponds to the JSON property `etag` # @return [String] attr_accessor :etag @@ -1158,10 +1152,9 @@ @backup_minimum_enforced_retention_duration = args[:backup_minimum_enforced_retention_duration] if args.key?(:backup_minimum_enforced_retention_duration) @create_time = args[:create_time] if args.key?(:create_time) @deletable = args[:deletable] if args.key?(:deletable) @description = args[:description] if args.key?(:description) @effective_time = args[:effective_time] if args.key?(:effective_time) - @enforced_retention_duration = args[:enforced_retention_duration] if args.key?(:enforced_retention_duration) @etag = args[:etag] if args.key?(:etag) @labels = args[:labels] if args.key?(:labels) @name = args[:name] if args.key?(:name) @service_account = args[:service_account] if args.key?(:service_account) @state = args[:state] if args.key?(:state)