pulp_maven_client 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -6
  3. data/docs/AsyncOperationResponse.md +8 -7
  4. data/docs/ContentArtifactApi.md +111 -61
  5. data/docs/ContentSummaryResponse.md +12 -11
  6. data/docs/DistributionsMavenApi.md +265 -130
  7. data/docs/MavenMavenArtifact.md +12 -11
  8. data/docs/MavenMavenArtifactResponse.md +24 -23
  9. data/docs/MavenMavenDistribution.md +20 -19
  10. data/docs/MavenMavenDistributionResponse.md +32 -31
  11. data/docs/MavenMavenRemote.md +48 -47
  12. data/docs/MavenMavenRemoteResponse.md +48 -47
  13. data/docs/MavenMavenRemoteResponseHiddenFieldsInner.md +20 -0
  14. data/docs/MavenMavenRepository.md +16 -15
  15. data/docs/MavenMavenRepositoryResponse.md +28 -27
  16. data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
  17. data/docs/PaginatedmavenMavenArtifactResponseList.md +14 -13
  18. data/docs/PaginatedmavenMavenDistributionResponseList.md +14 -13
  19. data/docs/PaginatedmavenMavenRemoteResponseList.md +14 -13
  20. data/docs/PaginatedmavenMavenRepositoryResponseList.md +14 -13
  21. data/docs/PatchedmavenMavenDistribution.md +20 -19
  22. data/docs/PatchedmavenMavenRemote.md +48 -47
  23. data/docs/PatchedmavenMavenRepository.md +16 -15
  24. data/docs/PolicyEnum.md +4 -5
  25. data/docs/PulpMavenApi.md +60 -25
  26. data/docs/RemotesMavenApi.md +269 -132
  27. data/docs/Repair.md +8 -7
  28. data/docs/RepositoriesMavenApi.md +296 -144
  29. data/docs/RepositoriesMavenVersionsApi.md +152 -82
  30. data/docs/RepositoryAddCachedContent.md +8 -7
  31. data/docs/RepositoryVersionResponse.md +22 -21
  32. data/docs/SetLabel.md +10 -9
  33. data/docs/SetLabelResponse.md +10 -9
  34. data/docs/UnsetLabel.md +8 -7
  35. data/docs/UnsetLabelResponse.md +10 -9
  36. data/lib/pulp_maven_client/api/content_artifact_api.rb +20 -14
  37. data/lib/pulp_maven_client/api/distributions_maven_api.rb +61 -38
  38. data/lib/pulp_maven_client/api/pulp_maven_api.rb +9 -7
  39. data/lib/pulp_maven_client/api/remotes_maven_api.rb +76 -50
  40. data/lib/pulp_maven_client/api/repositories_maven_api.rb +70 -43
  41. data/lib/pulp_maven_client/api/repositories_maven_versions_api.rb +40 -30
  42. data/lib/pulp_maven_client/api_client.rb +137 -102
  43. data/lib/pulp_maven_client/api_error.rb +2 -1
  44. data/lib/pulp_maven_client/configuration.rb +162 -21
  45. data/lib/pulp_maven_client/models/async_operation_response.rb +32 -22
  46. data/lib/pulp_maven_client/models/content_summary_response.rb +36 -22
  47. data/lib/pulp_maven_client/models/maven_maven_artifact.rb +34 -22
  48. data/lib/pulp_maven_client/models/maven_maven_artifact_response.rb +34 -24
  49. data/lib/pulp_maven_client/models/maven_maven_distribution.rb +34 -22
  50. data/lib/pulp_maven_client/models/maven_maven_distribution_response.rb +36 -24
  51. data/lib/pulp_maven_client/models/maven_maven_remote.rb +57 -38
  52. data/lib/pulp_maven_client/models/maven_maven_remote_response.rb +60 -41
  53. data/lib/pulp_maven_client/models/{maven_maven_remote_response_hidden_fields.rb → maven_maven_remote_response_hidden_fields_inner.rb} +37 -25
  54. data/lib/pulp_maven_client/models/maven_maven_repository.rb +32 -37
  55. data/lib/pulp_maven_client/models/maven_maven_repository_response.rb +34 -39
  56. data/lib/pulp_maven_client/models/paginated_repository_version_response_list.rb +34 -24
  57. data/lib/pulp_maven_client/models/paginatedmaven_maven_artifact_response_list.rb +34 -24
  58. data/lib/pulp_maven_client/models/paginatedmaven_maven_distribution_response_list.rb +34 -24
  59. data/lib/pulp_maven_client/models/paginatedmaven_maven_remote_response_list.rb +34 -24
  60. data/lib/pulp_maven_client/models/paginatedmaven_maven_repository_response_list.rb +34 -24
  61. data/lib/pulp_maven_client/models/patchedmaven_maven_distribution.rb +40 -24
  62. data/lib/pulp_maven_client/models/patchedmaven_maven_remote.rb +63 -40
  63. data/lib/pulp_maven_client/models/patchedmaven_maven_repository.rb +35 -38
  64. data/lib/pulp_maven_client/models/policy_enum.rb +8 -5
  65. data/lib/pulp_maven_client/models/repair.rb +30 -22
  66. data/lib/pulp_maven_client/models/repository_add_cached_content.rb +30 -22
  67. data/lib/pulp_maven_client/models/repository_version_response.rb +32 -24
  68. data/lib/pulp_maven_client/models/set_label.rb +34 -22
  69. data/lib/pulp_maven_client/models/set_label_response.rb +34 -22
  70. data/lib/pulp_maven_client/models/unset_label.rb +32 -22
  71. data/lib/pulp_maven_client/models/unset_label_response.rb +32 -22
  72. data/lib/pulp_maven_client/version.rb +2 -2
  73. data/lib/pulp_maven_client.rb +2 -2
  74. data/pulp_maven_client.gemspec +9 -6
  75. data/spec/api/content_artifact_api_spec.rb +4 -4
  76. data/spec/api/distributions_maven_api_spec.rb +9 -9
  77. data/spec/api/pulp_maven_api_spec.rb +3 -3
  78. data/spec/api/remotes_maven_api_spec.rb +16 -15
  79. data/spec/api/repositories_maven_api_spec.rb +10 -10
  80. data/spec/api/repositories_maven_versions_api_spec.rb +12 -11
  81. data/spec/models/async_operation_response_spec.rb +7 -12
  82. data/spec/models/content_summary_response_spec.rb +9 -14
  83. data/spec/models/maven_maven_artifact_response_spec.rb +15 -20
  84. data/spec/models/maven_maven_artifact_spec.rb +9 -14
  85. data/spec/models/maven_maven_distribution_response_spec.rb +19 -24
  86. data/spec/models/maven_maven_distribution_spec.rb +13 -18
  87. data/spec/models/{maven_maven_remote_response_hidden_fields_spec.rb → maven_maven_remote_response_hidden_fields_inner_spec.rb} +11 -16
  88. data/spec/models/maven_maven_remote_response_spec.rb +27 -32
  89. data/spec/models/maven_maven_remote_spec.rb +27 -32
  90. data/spec/models/maven_maven_repository_response_spec.rb +17 -22
  91. data/spec/models/maven_maven_repository_spec.rb +11 -16
  92. data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
  93. data/spec/models/paginatedmaven_maven_artifact_response_list_spec.rb +10 -15
  94. data/spec/models/paginatedmaven_maven_distribution_response_list_spec.rb +10 -15
  95. data/spec/models/paginatedmaven_maven_remote_response_list_spec.rb +10 -15
  96. data/spec/models/paginatedmaven_maven_repository_response_list_spec.rb +10 -15
  97. data/spec/models/patchedmaven_maven_distribution_spec.rb +13 -18
  98. data/spec/models/patchedmaven_maven_remote_spec.rb +27 -32
  99. data/spec/models/patchedmaven_maven_repository_spec.rb +11 -16
  100. data/spec/models/policy_enum_spec.rb +6 -11
  101. data/spec/models/repair_spec.rb +7 -12
  102. data/spec/models/repository_add_cached_content_spec.rb +7 -12
  103. data/spec/models/repository_version_response_spec.rb +14 -19
  104. data/spec/models/set_label_response_spec.rb +8 -13
  105. data/spec/models/set_label_spec.rb +8 -13
  106. data/spec/models/unset_label_response_spec.rb +8 -13
  107. data/spec/models/unset_label_spec.rb +7 -12
  108. data/spec/spec_helper.rb +1 -1
  109. metadata +67 -43
  110. data/docs/MavenMavenRemoteResponseHiddenFields.md +0 -19
  111. data/spec/api_client_spec.rb +0 -188
  112. data/spec/configuration_spec.rb +0 -42
@@ -6,11 +6,12 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
+ require 'time'
14
15
 
15
16
  module PulpMavenClient
16
17
  # A Serializer for MavenRemote. Add any new fields if defined on MavenRemote. Similar to the example above, in MavenArtifactSerializer. Additional validators can be added to the parent validators list For example:: class Meta: validators = platform.RemoteSerializer.Meta.validators + [myValidator1, myValidator2]
@@ -56,7 +57,7 @@ module PulpMavenClient
56
57
  # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
57
58
  attr_accessor :max_retries
58
59
 
59
- # The policy to use when downloading content. * `immediate` - immediate * `When syncing, download all metadata and content now.` - When syncing, download all metadata and content now.
60
+ # The policy to use when downloading content. * `immediate` - When syncing, download all metadata and content now.
60
61
  attr_accessor :policy
61
62
 
62
63
  # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
@@ -77,6 +78,28 @@ module PulpMavenClient
77
78
  # Limits requests per second for each concurrent downloader
78
79
  attr_accessor :rate_limit
79
80
 
81
+ class EnumAttributeValidator
82
+ attr_reader :datatype
83
+ attr_reader :allowable_values
84
+
85
+ def initialize(datatype, allowable_values)
86
+ @allowable_values = allowable_values.map do |value|
87
+ case datatype.to_s
88
+ when /Integer/i
89
+ value.to_i
90
+ when /Float/i
91
+ value.to_f
92
+ else
93
+ value
94
+ end
95
+ end
96
+ end
97
+
98
+ def valid?(value)
99
+ !value || allowable_values.include?(value)
100
+ end
101
+ end
102
+
80
103
  # Attribute mapping from ruby-style variable name to JSON key.
81
104
  def self.attribute_map
82
105
  {
@@ -104,6 +127,11 @@ module PulpMavenClient
104
127
  }
105
128
  end
106
129
 
130
+ # Returns all the JSON keys this model knows about
131
+ def self.acceptable_attributes
132
+ attribute_map.values
133
+ end
134
+
107
135
  # Attribute type mapping.
108
136
  def self.openapi_types
109
137
  {
@@ -259,6 +287,7 @@ module PulpMavenClient
259
287
  # Show invalid properties with the reasons. Usually used together with valid?
260
288
  # @return Array for valid properties with the reasons
261
289
  def list_invalid_properties
290
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
262
291
  invalid_properties = Array.new
263
292
  if !@name.nil? && @name.to_s.length < 1
264
293
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
@@ -300,10 +329,6 @@ module PulpMavenClient
300
329
  invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
301
330
  end
302
331
 
303
- if !@download_concurrency.nil? && @download_concurrency < 1
304
- invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
305
- end
306
-
307
332
  if !@total_timeout.nil? && @total_timeout < 0.0
308
333
  invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
309
334
  end
@@ -326,6 +351,7 @@ module PulpMavenClient
326
351
  # Check to see if the all the properties in the model are valid
327
352
  # @return true if the model is valid
328
353
  def valid?
354
+ warn '[DEPRECATED] the `valid?` method is obsolete'
329
355
  return false if !@name.nil? && @name.to_s.length < 1
330
356
  return false if !@url.nil? && @url.to_s.length < 1
331
357
  return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
@@ -336,7 +362,6 @@ module PulpMavenClient
336
362
  return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
337
363
  return false if !@username.nil? && @username.to_s.length < 1
338
364
  return false if !@password.nil? && @password.to_s.length < 1
339
- return false if !@download_concurrency.nil? && @download_concurrency < 1
340
365
  return false if !@total_timeout.nil? && @total_timeout < 0.0
341
366
  return false if !@connect_timeout.nil? && @connect_timeout < 0.0
342
367
  return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
@@ -347,7 +372,11 @@ module PulpMavenClient
347
372
  # Custom attribute writer method with validation
348
373
  # @param [Object] name Value to be assigned
349
374
  def name=(name)
350
- if !name.nil? && name.to_s.length < 1
375
+ if name.nil?
376
+ fail ArgumentError, 'name cannot be nil'
377
+ end
378
+
379
+ if name.to_s.length < 1
351
380
  fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
352
381
  end
353
382
 
@@ -357,7 +386,11 @@ module PulpMavenClient
357
386
  # Custom attribute writer method with validation
358
387
  # @param [Object] url Value to be assigned
359
388
  def url=(url)
360
- if !url.nil? && url.to_s.length < 1
389
+ if url.nil?
390
+ fail ArgumentError, 'url cannot be nil'
391
+ end
392
+
393
+ if url.to_s.length < 1
361
394
  fail ArgumentError, 'invalid value for "url", the character length must be great than or equal to 1.'
362
395
  end
363
396
 
@@ -444,16 +477,6 @@ module PulpMavenClient
444
477
  @password = password
445
478
  end
446
479
 
447
- # Custom attribute writer method with validation
448
- # @param [Object] download_concurrency Value to be assigned
449
- def download_concurrency=(download_concurrency)
450
- if !download_concurrency.nil? && download_concurrency < 1
451
- fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
452
- end
453
-
454
- @download_concurrency = download_concurrency
455
- end
456
-
457
480
  # Custom attribute writer method with validation
458
481
  # @param [Object] total_timeout Value to be assigned
459
482
  def total_timeout=(total_timeout)
@@ -538,37 +561,33 @@ module PulpMavenClient
538
561
  # @param [Hash] attributes Model attributes in the form of hash
539
562
  # @return [Object] Returns the model itself
540
563
  def self.build_from_hash(attributes)
541
- new.build_from_hash(attributes)
542
- end
543
-
544
- # Builds the object from hash
545
- # @param [Hash] attributes Model attributes in the form of hash
546
- # @return [Object] Returns the model itself
547
- def build_from_hash(attributes)
548
564
  return nil unless attributes.is_a?(Hash)
549
- self.class.openapi_types.each_pair do |key, type|
550
- if type =~ /\AArray<(.*)>/i
565
+ attributes = attributes.transform_keys(&:to_sym)
566
+ transformed_hash = {}
567
+ openapi_types.each_pair do |key, type|
568
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
569
+ transformed_hash["#{key}"] = nil
570
+ elsif type =~ /\AArray<(.*)>/i
551
571
  # check to ensure the input is an array given that the attribute
552
572
  # is documented as an array but the input is not
553
- if attributes[self.class.attribute_map[key]].is_a?(Array)
554
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
573
+ if attributes[attribute_map[key]].is_a?(Array)
574
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
555
575
  end
556
- elsif !attributes[self.class.attribute_map[key]].nil?
557
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
558
- end # or else data not found in attributes(hash), not an issue as the data can be optional
576
+ elsif !attributes[attribute_map[key]].nil?
577
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
578
+ end
559
579
  end
560
-
561
- self
580
+ new(transformed_hash)
562
581
  end
563
582
 
564
583
  # Deserializes the data based on type
565
584
  # @param string type Data type
566
585
  # @param string value Value to be deserialized
567
586
  # @return [Object] Deserialized data
568
- def _deserialize(type, value)
587
+ def self._deserialize(type, value)
569
588
  case type.to_sym
570
- when :DateTime
571
- DateTime.parse(value)
589
+ when :Time
590
+ Time.parse(value)
572
591
  when :Date
573
592
  Date.parse(value)
574
593
  when :String
@@ -598,7 +617,9 @@ module PulpMavenClient
598
617
  end
599
618
  end
600
619
  else # model
601
- PulpMavenClient.const_get(type).build_from_hash(value)
620
+ # models (e.g. Pet) or oneOf
621
+ klass = PulpMavenClient.const_get(type)
622
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
602
623
  end
603
624
  end
604
625
 
@@ -624,7 +645,7 @@ module PulpMavenClient
624
645
  is_nullable = self.class.openapi_nullable.include?(attr)
625
646
  next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
626
647
  end
627
-
648
+
628
649
  hash[param] = _to_hash(value)
629
650
  end
630
651
  hash
@@ -647,5 +668,7 @@ module PulpMavenClient
647
668
  value
648
669
  end
649
670
  end
671
+
650
672
  end
673
+
651
674
  end
@@ -6,11 +6,12 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
+ require 'time'
14
15
 
15
16
  module PulpMavenClient
16
17
  # Serializer for Maven Repositories.
@@ -40,6 +41,11 @@ module PulpMavenClient
40
41
  }
41
42
  end
42
43
 
44
+ # Returns all the JSON keys this model knows about
45
+ def self.acceptable_attributes
46
+ attribute_map.values
47
+ end
48
+
43
49
  # Attribute type mapping.
44
50
  def self.openapi_types
45
51
  {
@@ -101,6 +107,7 @@ module PulpMavenClient
101
107
  # Show invalid properties with the reasons. Usually used together with valid?
102
108
  # @return Array for valid properties with the reasons
103
109
  def list_invalid_properties
110
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
104
111
  invalid_properties = Array.new
105
112
  if !@name.nil? && @name.to_s.length < 1
106
113
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
@@ -110,26 +117,26 @@ module PulpMavenClient
110
117
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
111
118
  end
112
119
 
113
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
114
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
115
- end
116
-
117
120
  invalid_properties
118
121
  end
119
122
 
120
123
  # Check to see if the all the properties in the model are valid
121
124
  # @return true if the model is valid
122
125
  def valid?
126
+ warn '[DEPRECATED] the `valid?` method is obsolete'
123
127
  return false if !@name.nil? && @name.to_s.length < 1
124
128
  return false if !@description.nil? && @description.to_s.length < 1
125
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
126
129
  true
127
130
  end
128
131
 
129
132
  # Custom attribute writer method with validation
130
133
  # @param [Object] name Value to be assigned
131
134
  def name=(name)
132
- if !name.nil? && name.to_s.length < 1
135
+ if name.nil?
136
+ fail ArgumentError, 'name cannot be nil'
137
+ end
138
+
139
+ if name.to_s.length < 1
133
140
  fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
134
141
  end
135
142
 
@@ -146,16 +153,6 @@ module PulpMavenClient
146
153
  @description = description
147
154
  end
148
155
 
149
- # Custom attribute writer method with validation
150
- # @param [Object] retain_repo_versions Value to be assigned
151
- def retain_repo_versions=(retain_repo_versions)
152
- if !retain_repo_versions.nil? && retain_repo_versions < 1
153
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
154
- end
155
-
156
- @retain_repo_versions = retain_repo_versions
157
- end
158
-
159
156
  # Checks equality by comparing each attribute.
160
157
  # @param [Object] Object to be compared
161
158
  def ==(o)
@@ -184,37 +181,33 @@ module PulpMavenClient
184
181
  # @param [Hash] attributes Model attributes in the form of hash
185
182
  # @return [Object] Returns the model itself
186
183
  def self.build_from_hash(attributes)
187
- new.build_from_hash(attributes)
188
- end
189
-
190
- # Builds the object from hash
191
- # @param [Hash] attributes Model attributes in the form of hash
192
- # @return [Object] Returns the model itself
193
- def build_from_hash(attributes)
194
184
  return nil unless attributes.is_a?(Hash)
195
- self.class.openapi_types.each_pair do |key, type|
196
- if type =~ /\AArray<(.*)>/i
185
+ attributes = attributes.transform_keys(&:to_sym)
186
+ transformed_hash = {}
187
+ openapi_types.each_pair do |key, type|
188
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
189
+ transformed_hash["#{key}"] = nil
190
+ elsif type =~ /\AArray<(.*)>/i
197
191
  # check to ensure the input is an array given that the attribute
198
192
  # is documented as an array but the input is not
199
- if attributes[self.class.attribute_map[key]].is_a?(Array)
200
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
193
+ if attributes[attribute_map[key]].is_a?(Array)
194
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
201
195
  end
202
- elsif !attributes[self.class.attribute_map[key]].nil?
203
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
204
- end # or else data not found in attributes(hash), not an issue as the data can be optional
196
+ elsif !attributes[attribute_map[key]].nil?
197
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
198
+ end
205
199
  end
206
-
207
- self
200
+ new(transformed_hash)
208
201
  end
209
202
 
210
203
  # Deserializes the data based on type
211
204
  # @param string type Data type
212
205
  # @param string value Value to be deserialized
213
206
  # @return [Object] Deserialized data
214
- def _deserialize(type, value)
207
+ def self._deserialize(type, value)
215
208
  case type.to_sym
216
- when :DateTime
217
- DateTime.parse(value)
209
+ when :Time
210
+ Time.parse(value)
218
211
  when :Date
219
212
  Date.parse(value)
220
213
  when :String
@@ -244,7 +237,9 @@ module PulpMavenClient
244
237
  end
245
238
  end
246
239
  else # model
247
- PulpMavenClient.const_get(type).build_from_hash(value)
240
+ # models (e.g. Pet) or oneOf
241
+ klass = PulpMavenClient.const_get(type)
242
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
248
243
  end
249
244
  end
250
245
 
@@ -270,7 +265,7 @@ module PulpMavenClient
270
265
  is_nullable = self.class.openapi_nullable.include?(attr)
271
266
  next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
272
267
  end
273
-
268
+
274
269
  hash[param] = _to_hash(value)
275
270
  end
276
271
  hash
@@ -293,5 +288,7 @@ module PulpMavenClient
293
288
  value
294
289
  end
295
290
  end
291
+
296
292
  end
293
+
297
294
  end
@@ -6,16 +6,20 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
+ require 'time'
14
15
 
15
16
  module PulpMavenClient
16
17
  class PolicyEnum
17
18
  IMMEDIATE = "immediate".freeze
18
- WHEN_SYNCING_DOWNLOAD_ALL_METADATA_AND_CONTENT_NOW = "When syncing, download all metadata and content now.".freeze
19
+
20
+ def self.all_vars
21
+ @all_vars ||= [IMMEDIATE].freeze
22
+ end
19
23
 
20
24
  # Builds the enum from string
21
25
  # @param [String] The enum value in the form of the string
@@ -28,9 +32,8 @@ module PulpMavenClient
28
32
  # @param [String] The enum value in the form of the string
29
33
  # @return [String] The enum value
30
34
  def build_from_hash(value)
31
- constantValues = PolicyEnum.constants.select { |c| PolicyEnum::const_get(c) == value }
32
- raise "Invalid ENUM value #{value} for class #PolicyEnum" if constantValues.empty?
33
- value
35
+ return value if PolicyEnum.all_vars.include?(value)
36
+ raise "Invalid ENUM value #{value} for class #PolicyEnum"
34
37
  end
35
38
  end
36
39
  end
@@ -6,11 +6,12 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
+ require 'time'
14
15
 
15
16
  module PulpMavenClient
16
17
  class Repair
@@ -24,6 +25,11 @@ module PulpMavenClient
24
25
  }
25
26
  end
26
27
 
28
+ # Returns all the JSON keys this model knows about
29
+ def self.acceptable_attributes
30
+ attribute_map.values
31
+ end
32
+
27
33
  # Attribute type mapping.
28
34
  def self.openapi_types
29
35
  {
@@ -62,6 +68,7 @@ module PulpMavenClient
62
68
  # Show invalid properties with the reasons. Usually used together with valid?
63
69
  # @return Array for valid properties with the reasons
64
70
  def list_invalid_properties
71
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
65
72
  invalid_properties = Array.new
66
73
  invalid_properties
67
74
  end
@@ -69,6 +76,7 @@ module PulpMavenClient
69
76
  # Check to see if the all the properties in the model are valid
70
77
  # @return true if the model is valid
71
78
  def valid?
79
+ warn '[DEPRECATED] the `valid?` method is obsolete'
72
80
  true
73
81
  end
74
82
 
@@ -96,37 +104,33 @@ module PulpMavenClient
96
104
  # @param [Hash] attributes Model attributes in the form of hash
97
105
  # @return [Object] Returns the model itself
98
106
  def self.build_from_hash(attributes)
99
- new.build_from_hash(attributes)
100
- end
101
-
102
- # Builds the object from hash
103
- # @param [Hash] attributes Model attributes in the form of hash
104
- # @return [Object] Returns the model itself
105
- def build_from_hash(attributes)
106
107
  return nil unless attributes.is_a?(Hash)
107
- self.class.openapi_types.each_pair do |key, type|
108
- if type =~ /\AArray<(.*)>/i
108
+ attributes = attributes.transform_keys(&:to_sym)
109
+ transformed_hash = {}
110
+ openapi_types.each_pair do |key, type|
111
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
112
+ transformed_hash["#{key}"] = nil
113
+ elsif type =~ /\AArray<(.*)>/i
109
114
  # check to ensure the input is an array given that the attribute
110
115
  # is documented as an array but the input is not
111
- if attributes[self.class.attribute_map[key]].is_a?(Array)
112
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
116
+ if attributes[attribute_map[key]].is_a?(Array)
117
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
113
118
  end
114
- elsif !attributes[self.class.attribute_map[key]].nil?
115
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
116
- end # or else data not found in attributes(hash), not an issue as the data can be optional
119
+ elsif !attributes[attribute_map[key]].nil?
120
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
121
+ end
117
122
  end
118
-
119
- self
123
+ new(transformed_hash)
120
124
  end
121
125
 
122
126
  # Deserializes the data based on type
123
127
  # @param string type Data type
124
128
  # @param string value Value to be deserialized
125
129
  # @return [Object] Deserialized data
126
- def _deserialize(type, value)
130
+ def self._deserialize(type, value)
127
131
  case type.to_sym
128
- when :DateTime
129
- DateTime.parse(value)
132
+ when :Time
133
+ Time.parse(value)
130
134
  when :Date
131
135
  Date.parse(value)
132
136
  when :String
@@ -156,7 +160,9 @@ module PulpMavenClient
156
160
  end
157
161
  end
158
162
  else # model
159
- PulpMavenClient.const_get(type).build_from_hash(value)
163
+ # models (e.g. Pet) or oneOf
164
+ klass = PulpMavenClient.const_get(type)
165
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
160
166
  end
161
167
  end
162
168
 
@@ -182,7 +188,7 @@ module PulpMavenClient
182
188
  is_nullable = self.class.openapi_nullable.include?(attr)
183
189
  next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
184
190
  end
185
-
191
+
186
192
  hash[param] = _to_hash(value)
187
193
  end
188
194
  hash
@@ -205,5 +211,7 @@ module PulpMavenClient
205
211
  value
206
212
  end
207
213
  end
214
+
208
215
  end
216
+
209
217
  end
@@ -6,11 +6,12 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
+ require 'time'
14
15
 
15
16
  module PulpMavenClient
16
17
  # A mixin for validating unknown serializers' fields.
@@ -25,6 +26,11 @@ module PulpMavenClient
25
26
  }
26
27
  end
27
28
 
29
+ # Returns all the JSON keys this model knows about
30
+ def self.acceptable_attributes
31
+ attribute_map.values
32
+ end
33
+
28
34
  # Attribute type mapping.
29
35
  def self.openapi_types
30
36
  {
@@ -61,6 +67,7 @@ module PulpMavenClient
61
67
  # Show invalid properties with the reasons. Usually used together with valid?
62
68
  # @return Array for valid properties with the reasons
63
69
  def list_invalid_properties
70
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
64
71
  invalid_properties = Array.new
65
72
  invalid_properties
66
73
  end
@@ -68,6 +75,7 @@ module PulpMavenClient
68
75
  # Check to see if the all the properties in the model are valid
69
76
  # @return true if the model is valid
70
77
  def valid?
78
+ warn '[DEPRECATED] the `valid?` method is obsolete'
71
79
  true
72
80
  end
73
81
 
@@ -95,37 +103,33 @@ module PulpMavenClient
95
103
  # @param [Hash] attributes Model attributes in the form of hash
96
104
  # @return [Object] Returns the model itself
97
105
  def self.build_from_hash(attributes)
98
- new.build_from_hash(attributes)
99
- end
100
-
101
- # Builds the object from hash
102
- # @param [Hash] attributes Model attributes in the form of hash
103
- # @return [Object] Returns the model itself
104
- def build_from_hash(attributes)
105
106
  return nil unless attributes.is_a?(Hash)
106
- self.class.openapi_types.each_pair do |key, type|
107
- if type =~ /\AArray<(.*)>/i
107
+ attributes = attributes.transform_keys(&:to_sym)
108
+ transformed_hash = {}
109
+ openapi_types.each_pair do |key, type|
110
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
111
+ transformed_hash["#{key}"] = nil
112
+ elsif type =~ /\AArray<(.*)>/i
108
113
  # check to ensure the input is an array given that the attribute
109
114
  # is documented as an array but the input is not
110
- if attributes[self.class.attribute_map[key]].is_a?(Array)
111
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
115
+ if attributes[attribute_map[key]].is_a?(Array)
116
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
112
117
  end
113
- elsif !attributes[self.class.attribute_map[key]].nil?
114
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
115
- end # or else data not found in attributes(hash), not an issue as the data can be optional
118
+ elsif !attributes[attribute_map[key]].nil?
119
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
120
+ end
116
121
  end
117
-
118
- self
122
+ new(transformed_hash)
119
123
  end
120
124
 
121
125
  # Deserializes the data based on type
122
126
  # @param string type Data type
123
127
  # @param string value Value to be deserialized
124
128
  # @return [Object] Deserialized data
125
- def _deserialize(type, value)
129
+ def self._deserialize(type, value)
126
130
  case type.to_sym
127
- when :DateTime
128
- DateTime.parse(value)
131
+ when :Time
132
+ Time.parse(value)
129
133
  when :Date
130
134
  Date.parse(value)
131
135
  when :String
@@ -155,7 +159,9 @@ module PulpMavenClient
155
159
  end
156
160
  end
157
161
  else # model
158
- PulpMavenClient.const_get(type).build_from_hash(value)
162
+ # models (e.g. Pet) or oneOf
163
+ klass = PulpMavenClient.const_get(type)
164
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
159
165
  end
160
166
  end
161
167
 
@@ -181,7 +187,7 @@ module PulpMavenClient
181
187
  is_nullable = self.class.openapi_nullable.include?(attr)
182
188
  next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
183
189
  end
184
-
190
+
185
191
  hash[param] = _to_hash(value)
186
192
  end
187
193
  hash
@@ -204,5 +210,7 @@ module PulpMavenClient
204
210
  value
205
211
  end
206
212
  end
213
+
207
214
  end
215
+
208
216
  end