pulp_deb_client 3.5.2 → 3.7.0

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 (149) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/ContentGenericContentsApi.md +22 -8
  4. data/docs/ContentInstallerFileIndicesApi.md +28 -12
  5. data/docs/ContentInstallerPackagesApi.md +24 -10
  6. data/docs/ContentPackageIndicesApi.md +28 -12
  7. data/docs/ContentPackageReleaseComponentsApi.md +28 -12
  8. data/docs/ContentPackagesApi.md +24 -10
  9. data/docs/ContentReleaseArchitecturesApi.md +28 -12
  10. data/docs/ContentReleaseComponentsApi.md +28 -12
  11. data/docs/ContentReleaseFilesApi.md +28 -12
  12. data/docs/ContentReleasesApi.md +28 -12
  13. data/docs/ContentSourceIndicesApi.md +28 -12
  14. data/docs/ContentSourcePackagesApi.md +28 -12
  15. data/docs/ContentSourceReleaseComponentsApi.md +28 -12
  16. data/docs/Copy.md +1 -1
  17. data/docs/DebAptDistribution.md +3 -1
  18. data/docs/DebAptDistributionResponse.md +3 -1
  19. data/docs/DebAptPublication.md +2 -0
  20. data/docs/DebAptPublicationResponse.md +2 -0
  21. data/docs/DebAptRemoteResponse.md +1 -1
  22. data/docs/DebCopyApi.md +8 -4
  23. data/docs/DebGenericContentResponse.md +2 -0
  24. data/docs/DebInstallerFileIndexResponse.md +2 -0
  25. data/docs/DebInstallerPackageResponse.md +2 -0
  26. data/docs/DebPackageIndexResponse.md +2 -0
  27. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  28. data/docs/DebPackageResponse.md +2 -0
  29. data/docs/DebReleaseArchitectureResponse.md +2 -0
  30. data/docs/DebReleaseComponentResponse.md +2 -0
  31. data/docs/DebReleaseFileResponse.md +2 -0
  32. data/docs/DebReleaseResponse.md +2 -0
  33. data/docs/DebSourceIndexResponse.md +2 -0
  34. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  35. data/docs/DebSourcePackageResponse.md +2 -0
  36. data/docs/DistributionsAptApi.md +72 -32
  37. data/docs/PatcheddebAptDistribution.md +3 -1
  38. data/docs/PublicationsAptApi.md +40 -16
  39. data/docs/PublicationsVerbatimApi.md +40 -16
  40. data/docs/RemotesAptApi.md +72 -32
  41. data/docs/RepositoriesAptApi.md +88 -40
  42. data/docs/RepositoriesAptVersionsApi.md +22 -10
  43. data/docs/RepositoryVersionResponse.md +3 -1
  44. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +15 -0
  45. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +15 -0
  46. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +23 -0
  47. data/lib/pulp_deb_client/api/content_package_indices_api.rb +15 -0
  48. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +15 -0
  49. data/lib/pulp_deb_client/api/content_packages_api.rb +23 -0
  50. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +15 -0
  51. data/lib/pulp_deb_client/api/content_release_components_api.rb +15 -0
  52. data/lib/pulp_deb_client/api/content_release_files_api.rb +15 -0
  53. data/lib/pulp_deb_client/api/content_releases_api.rb +15 -0
  54. data/lib/pulp_deb_client/api/content_source_indices_api.rb +15 -0
  55. data/lib/pulp_deb_client/api/content_source_packages_api.rb +15 -0
  56. data/lib/pulp_deb_client/api/content_source_release_components_api.rb +15 -0
  57. data/lib/pulp_deb_client/api/deb_copy_api.rb +3 -0
  58. data/lib/pulp_deb_client/api/distributions_apt_api.rb +36 -0
  59. data/lib/pulp_deb_client/api/publications_apt_api.rb +24 -0
  60. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +24 -0
  61. data/lib/pulp_deb_client/api/remotes_apt_api.rb +36 -0
  62. data/lib/pulp_deb_client/api/repositories_apt_api.rb +42 -0
  63. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +15 -3
  64. data/lib/pulp_deb_client/models/copy.rb +0 -1
  65. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +14 -5
  66. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +14 -5
  67. data/lib/pulp_deb_client/models/deb_apt_publication.rb +10 -1
  68. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +10 -1
  69. data/lib/pulp_deb_client/models/deb_apt_remote.rb +0 -15
  70. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +0 -15
  71. data/lib/pulp_deb_client/models/deb_apt_repository.rb +0 -15
  72. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +0 -15
  73. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +10 -1
  74. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +10 -1
  75. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +10 -1
  76. data/lib/pulp_deb_client/models/deb_package_index_response.rb +10 -1
  77. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +10 -1
  78. data/lib/pulp_deb_client/models/deb_package_response.rb +10 -1
  79. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +10 -1
  80. data/lib/pulp_deb_client/models/deb_release_component_response.rb +10 -1
  81. data/lib/pulp_deb_client/models/deb_release_file_response.rb +10 -1
  82. data/lib/pulp_deb_client/models/deb_release_response.rb +10 -1
  83. data/lib/pulp_deb_client/models/deb_source_index_response.rb +10 -1
  84. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +10 -1
  85. data/lib/pulp_deb_client/models/deb_source_package_response.rb +10 -1
  86. data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +0 -2
  87. data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +0 -2
  88. data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +0 -2
  89. data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +0 -2
  90. data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +0 -2
  91. data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +0 -2
  92. data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +0 -2
  93. data/lib/pulp_deb_client/models/paginateddeb_installer_package_response_list.rb +0 -2
  94. data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +0 -2
  95. data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +0 -2
  96. data/lib/pulp_deb_client/models/paginateddeb_package_response_list.rb +0 -2
  97. data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +0 -2
  98. data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +0 -2
  99. data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +0 -2
  100. data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +0 -2
  101. data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +0 -2
  102. data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +0 -2
  103. data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +0 -2
  104. data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +0 -2
  105. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +14 -5
  106. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +0 -15
  107. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +0 -15
  108. data/lib/pulp_deb_client/models/repository_version_response.rb +13 -4
  109. data/lib/pulp_deb_client/version.rb +1 -1
  110. data/spec/api/content_generic_contents_api_spec.rb +5 -0
  111. data/spec/api/content_installer_file_indices_api_spec.rb +5 -0
  112. data/spec/api/content_installer_packages_api_spec.rb +5 -0
  113. data/spec/api/content_package_indices_api_spec.rb +5 -0
  114. data/spec/api/content_package_release_components_api_spec.rb +5 -0
  115. data/spec/api/content_packages_api_spec.rb +5 -0
  116. data/spec/api/content_release_architectures_api_spec.rb +5 -0
  117. data/spec/api/content_release_components_api_spec.rb +5 -0
  118. data/spec/api/content_release_files_api_spec.rb +5 -0
  119. data/spec/api/content_releases_api_spec.rb +5 -0
  120. data/spec/api/content_source_indices_api_spec.rb +5 -0
  121. data/spec/api/content_source_packages_api_spec.rb +5 -0
  122. data/spec/api/content_source_release_components_api_spec.rb +5 -0
  123. data/spec/api/deb_copy_api_spec.rb +1 -0
  124. data/spec/api/distributions_apt_api_spec.rb +12 -0
  125. data/spec/api/publications_apt_api_spec.rb +8 -0
  126. data/spec/api/publications_verbatim_api_spec.rb +8 -0
  127. data/spec/api/remotes_apt_api_spec.rb +12 -0
  128. data/spec/api/repositories_apt_api_spec.rb +14 -0
  129. data/spec/api/repositories_apt_versions_api_spec.rb +5 -1
  130. data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
  131. data/spec/models/deb_apt_distribution_spec.rb +6 -0
  132. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  133. data/spec/models/deb_apt_publication_spec.rb +6 -0
  134. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  135. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  136. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  137. data/spec/models/deb_package_index_response_spec.rb +6 -0
  138. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  139. data/spec/models/deb_package_response_spec.rb +6 -0
  140. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  141. data/spec/models/deb_release_component_response_spec.rb +6 -0
  142. data/spec/models/deb_release_file_response_spec.rb +6 -0
  143. data/spec/models/deb_release_response_spec.rb +6 -0
  144. data/spec/models/deb_source_index_response_spec.rb +6 -0
  145. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  146. data/spec/models/deb_source_package_response_spec.rb +6 -0
  147. data/spec/models/patcheddeb_apt_distribution_spec.rb +6 -0
  148. data/spec/models/repository_version_response_spec.rb +6 -0
  149. metadata +71 -71
@@ -51,8 +51,6 @@ module PulpDebClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpDebClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpDebClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpDebClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpDebClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpDebClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpDebClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpDebClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpDebClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpDebClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -36,6 +36,8 @@ module PulpDebClient
36
36
  # Publication to be served
37
37
  attr_accessor :publication
38
38
 
39
+ attr_accessor :checkpoint
40
+
39
41
  # Attribute mapping from ruby-style variable name to JSON key.
40
42
  def self.attribute_map
41
43
  {
@@ -45,7 +47,8 @@ module PulpDebClient
45
47
  :'pulp_labels' => :'pulp_labels',
46
48
  :'name' => :'name',
47
49
  :'repository' => :'repository',
48
- :'publication' => :'publication'
50
+ :'publication' => :'publication',
51
+ :'checkpoint' => :'checkpoint'
49
52
  }
50
53
  end
51
54
 
@@ -63,7 +66,8 @@ module PulpDebClient
63
66
  :'pulp_labels' => :'Hash<String, String>',
64
67
  :'name' => :'String',
65
68
  :'repository' => :'String',
66
- :'publication' => :'String'
69
+ :'publication' => :'String',
70
+ :'checkpoint' => :'Boolean'
67
71
  }
68
72
  end
69
73
 
@@ -72,7 +76,7 @@ module PulpDebClient
72
76
  Set.new([
73
77
  :'content_guard',
74
78
  :'repository',
75
- :'publication'
79
+ :'publication',
76
80
  ])
77
81
  end
78
82
 
@@ -122,6 +126,10 @@ module PulpDebClient
122
126
  if attributes.key?(:'publication')
123
127
  self.publication = attributes[:'publication']
124
128
  end
129
+
130
+ if attributes.key?(:'checkpoint')
131
+ self.checkpoint = attributes[:'checkpoint']
132
+ end
125
133
  end
126
134
 
127
135
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -188,7 +196,8 @@ module PulpDebClient
188
196
  pulp_labels == o.pulp_labels &&
189
197
  name == o.name &&
190
198
  repository == o.repository &&
191
- publication == o.publication
199
+ publication == o.publication &&
200
+ checkpoint == o.checkpoint
192
201
  end
193
202
 
194
203
  # @see the `==` method
@@ -200,7 +209,7 @@ module PulpDebClient
200
209
  # Calculates hash code according to all attributes.
201
210
  # @return [Integer] Hash code
202
211
  def hash
203
- [base_path, content_guard, hidden, pulp_labels, name, repository, publication].hash
212
+ [base_path, content_guard, hidden, pulp_labels, name, repository, publication, checkpoint].hash
204
213
  end
205
214
 
206
215
  # Builds the object from hash
@@ -404,10 +404,6 @@ module PulpDebClient
404
404
  invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
405
405
  end
406
406
 
407
- if !@download_concurrency.nil? && @download_concurrency < 1
408
- invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
409
- end
410
-
411
407
  if !@total_timeout.nil? && @total_timeout < 0.0
412
408
  invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
413
409
  end
@@ -457,7 +453,6 @@ module PulpDebClient
457
453
  return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
458
454
  return false if !@username.nil? && @username.to_s.length < 1
459
455
  return false if !@password.nil? && @password.to_s.length < 1
460
- return false if !@download_concurrency.nil? && @download_concurrency < 1
461
456
  return false if !@total_timeout.nil? && @total_timeout < 0.0
462
457
  return false if !@connect_timeout.nil? && @connect_timeout < 0.0
463
458
  return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
@@ -577,16 +572,6 @@ module PulpDebClient
577
572
  @password = password
578
573
  end
579
574
 
580
- # Custom attribute writer method with validation
581
- # @param [Object] download_concurrency Value to be assigned
582
- def download_concurrency=(download_concurrency)
583
- if !download_concurrency.nil? && download_concurrency < 1
584
- fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
585
- end
586
-
587
- @download_concurrency = download_concurrency
588
- end
589
-
590
575
  # Custom attribute writer method with validation
591
576
  # @param [Object] total_timeout Value to be assigned
592
577
  def total_timeout=(total_timeout)
@@ -147,10 +147,6 @@ module PulpDebClient
147
147
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
148
148
  end
149
149
 
150
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
151
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
152
- end
153
-
154
150
  invalid_properties
155
151
  end
156
152
 
@@ -160,7 +156,6 @@ module PulpDebClient
160
156
  warn '[DEPRECATED] the `valid?` method is obsolete'
161
157
  return false if !@name.nil? && @name.to_s.length < 1
162
158
  return false if !@description.nil? && @description.to_s.length < 1
163
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
164
159
  true
165
160
  end
166
161
 
@@ -188,16 +183,6 @@ module PulpDebClient
188
183
  @description = description
189
184
  end
190
185
 
191
- # Custom attribute writer method with validation
192
- # @param [Object] retain_repo_versions Value to be assigned
193
- def retain_repo_versions=(retain_repo_versions)
194
- if !retain_repo_versions.nil? && retain_repo_versions < 1
195
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
196
- end
197
-
198
- @retain_repo_versions = retain_repo_versions
199
- end
200
-
201
186
  # Checks equality by comparing each attribute.
202
187
  # @param [Object] Object to be compared
203
188
  def ==(o)
@@ -37,6 +37,8 @@ module PulpDebClient
37
37
  # Various count summaries of the content in the version and the HREF to view them.
38
38
  attr_accessor :content_summary
39
39
 
40
+ attr_accessor :vuln_report
41
+
40
42
  # Attribute mapping from ruby-style variable name to JSON key.
41
43
  def self.attribute_map
42
44
  {
@@ -47,7 +49,8 @@ module PulpDebClient
47
49
  :'number' => :'number',
48
50
  :'repository' => :'repository',
49
51
  :'base_version' => :'base_version',
50
- :'content_summary' => :'content_summary'
52
+ :'content_summary' => :'content_summary',
53
+ :'vuln_report' => :'vuln_report'
51
54
  }
52
55
  end
53
56
 
@@ -66,7 +69,8 @@ module PulpDebClient
66
69
  :'number' => :'Integer',
67
70
  :'repository' => :'String',
68
71
  :'base_version' => :'String',
69
- :'content_summary' => :'ContentSummaryResponse'
72
+ :'content_summary' => :'ContentSummaryResponse',
73
+ :'vuln_report' => :'String'
70
74
  }
71
75
  end
72
76
 
@@ -122,6 +126,10 @@ module PulpDebClient
122
126
  if attributes.key?(:'content_summary')
123
127
  self.content_summary = attributes[:'content_summary']
124
128
  end
129
+
130
+ if attributes.key?(:'vuln_report')
131
+ self.vuln_report = attributes[:'vuln_report']
132
+ end
125
133
  end
126
134
 
127
135
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -151,7 +159,8 @@ module PulpDebClient
151
159
  number == o.number &&
152
160
  repository == o.repository &&
153
161
  base_version == o.base_version &&
154
- content_summary == o.content_summary
162
+ content_summary == o.content_summary &&
163
+ vuln_report == o.vuln_report
155
164
  end
156
165
 
157
166
  # @see the `==` method
@@ -163,7 +172,7 @@ module PulpDebClient
163
172
  # Calculates hash code according to all attributes.
164
173
  # @return [Integer] Hash code
165
174
  def hash
166
- [pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
175
+ [pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary, vuln_report].hash
167
176
  end
168
177
 
169
178
  # Builds the object from hash
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpDebClient
14
- VERSION = '3.5.2'
14
+ VERSION = '3.7.0'
15
15
  end
@@ -37,6 +37,7 @@ describe 'ContentGenericContentsApi' do
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param relative_path Path where the artifact is located relative to distributions base_path
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
41
42
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
42
43
  # @option opts [String] :artifact Artifact file representing the physical content
@@ -54,6 +55,7 @@ describe 'ContentGenericContentsApi' do
54
55
  # List generic contents
55
56
  # GenericContent is a catch all category for storing files not covered by any other type. Associated artifacts: Exactly one arbitrary file that does not match any other type. This is needed to store arbitrary files for use with the verbatim publisher. If you are not using the verbatim publisher, you may ignore this type.
56
57
  # @param [Hash] opts the optional parameters
58
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
57
59
  # @option opts [Integer] :limit Number of results to return per page.
58
60
  # @option opts [Integer] :offset The initial index from which to return the results.
59
61
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -82,6 +84,7 @@ describe 'ContentGenericContentsApi' do
82
84
  # GenericContent is a catch all category for storing files not covered by any other type. Associated artifacts: Exactly one arbitrary file that does not match any other type. This is needed to store arbitrary files for use with the verbatim publisher. If you are not using the verbatim publisher, you may ignore this type.
83
85
  # @param deb_generic_content_href
84
86
  # @param [Hash] opts the optional parameters
87
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
85
88
  # @option opts [Array<String>] :fields A list of fields to include in the response.
86
89
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
87
90
  # @return [DebGenericContentResponse]
@@ -97,6 +100,7 @@ describe 'ContentGenericContentsApi' do
97
100
  # @param deb_generic_content_href
98
101
  # @param set_label
99
102
  # @param [Hash] opts the optional parameters
103
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
100
104
  # @return [SetLabelResponse]
101
105
  describe 'set_label test' do
102
106
  it 'should work' do
@@ -110,6 +114,7 @@ describe 'ContentGenericContentsApi' do
110
114
  # @param deb_generic_content_href
111
115
  # @param unset_label
112
116
  # @param [Hash] opts the optional parameters
117
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
113
118
  # @return [UnsetLabelResponse]
114
119
  describe 'unset_label test' do
115
120
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ContentInstallerFileIndicesApi' do
37
37
  # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one &#39;SHA256SUMS&#39; and/or &#39;MD5SUMS&#39; file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
38
38
  # @param deb_installer_file_index
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [DebInstallerFileIndexResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -48,6 +49,7 @@ describe 'ContentInstallerFileIndicesApi' do
48
49
  # List InstallerFileIndices
49
50
  # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one &#39;SHA256SUMS&#39; and/or &#39;MD5SUMS&#39; file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
50
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
51
53
  # @option opts [String] :architecture Filter results where architecture matches value
52
54
  # @option opts [String] :component Filter results where component matches value
53
55
  # @option opts [Integer] :limit Number of results to return per page.
@@ -78,6 +80,7 @@ describe 'ContentInstallerFileIndicesApi' do
78
80
  # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one &#39;SHA256SUMS&#39; and/or &#39;MD5SUMS&#39; file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
79
81
  # @param deb_installer_file_index_href
80
82
  # @param [Hash] opts the optional parameters
83
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
81
84
  # @option opts [Array<String>] :fields A list of fields to include in the response.
82
85
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
83
86
  # @return [DebInstallerFileIndexResponse]
@@ -93,6 +96,7 @@ describe 'ContentInstallerFileIndicesApi' do
93
96
  # @param deb_installer_file_index_href
94
97
  # @param set_label
95
98
  # @param [Hash] opts the optional parameters
99
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
96
100
  # @return [SetLabelResponse]
97
101
  describe 'set_label test' do
98
102
  it 'should work' do
@@ -106,6 +110,7 @@ describe 'ContentInstallerFileIndicesApi' do
106
110
  # @param deb_installer_file_index_href
107
111
  # @param unset_label
108
112
  # @param [Hash] opts the optional parameters
113
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
109
114
  # @return [UnsetLabelResponse]
110
115
  describe 'unset_label test' do
111
116
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'ContentInstallerPackagesApi' do
36
36
  # Create an installer package
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
40
41
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
41
42
  # @option opts [String] :artifact Artifact file representing the physical content
@@ -54,6 +55,7 @@ describe 'ContentInstallerPackagesApi' do
54
55
  # List installer packages
55
56
  # An InstallerPackage represents a &#39;.udeb&#39; installer package. Associated artifacts: Exactly one &#39;.udeb&#39; installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
56
57
  # @param [Hash] opts the optional parameters
58
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
57
59
  # @option opts [String] :architecture Filter results where architecture matches value
58
60
  # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
59
61
  # @option opts [Boolean] :build_essential Filter results where build_essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no
@@ -97,6 +99,7 @@ describe 'ContentInstallerPackagesApi' do
97
99
  # An InstallerPackage represents a &#39;.udeb&#39; installer package. Associated artifacts: Exactly one &#39;.udeb&#39; installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
98
100
  # @param deb_installer_package_href
99
101
  # @param [Hash] opts the optional parameters
102
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
100
103
  # @option opts [Array<String>] :fields A list of fields to include in the response.
101
104
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
102
105
  # @return [DebInstallerPackageResponse]
@@ -112,6 +115,7 @@ describe 'ContentInstallerPackagesApi' do
112
115
  # @param deb_installer_package_href
113
116
  # @param set_label
114
117
  # @param [Hash] opts the optional parameters
118
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
115
119
  # @return [SetLabelResponse]
116
120
  describe 'set_label test' do
117
121
  it 'should work' do
@@ -125,6 +129,7 @@ describe 'ContentInstallerPackagesApi' do
125
129
  # @param deb_installer_package_href
126
130
  # @param unset_label
127
131
  # @param [Hash] opts the optional parameters
132
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
128
133
  # @return [UnsetLabelResponse]
129
134
  describe 'unset_label test' do
130
135
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ContentPackageIndicesApi' do
37
37
  # A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one &#39;Packages&#39; file. May optionally include one or more of &#39;Packages.gz&#39;, &#39;Packages.xz&#39;, &#39;Release&#39;. If included, the &#39;Release&#39; file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any &#39;Packages&#39; files it needs when creating the publication. It does not make use of PackageIndex content.
38
38
  # @param deb_package_index
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [DebPackageIndexResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -48,6 +49,7 @@ describe 'ContentPackageIndicesApi' do
48
49
  # List PackageIndices
49
50
  # A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one &#39;Packages&#39; file. May optionally include one or more of &#39;Packages.gz&#39;, &#39;Packages.xz&#39;, &#39;Release&#39;. If included, the &#39;Release&#39; file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any &#39;Packages&#39; files it needs when creating the publication. It does not make use of PackageIndex content.
50
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
51
53
  # @option opts [String] :architecture Filter results where architecture matches value
52
54
  # @option opts [String] :component Filter results where component matches value
53
55
  # @option opts [Integer] :limit Number of results to return per page.
@@ -78,6 +80,7 @@ describe 'ContentPackageIndicesApi' do
78
80
  # A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one &#39;Packages&#39; file. May optionally include one or more of &#39;Packages.gz&#39;, &#39;Packages.xz&#39;, &#39;Release&#39;. If included, the &#39;Release&#39; file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any &#39;Packages&#39; files it needs when creating the publication. It does not make use of PackageIndex content.
79
81
  # @param deb_package_index_href
80
82
  # @param [Hash] opts the optional parameters
83
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
81
84
  # @option opts [Array<String>] :fields A list of fields to include in the response.
82
85
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
83
86
  # @return [DebPackageIndexResponse]
@@ -93,6 +96,7 @@ describe 'ContentPackageIndicesApi' do
93
96
  # @param deb_package_index_href
94
97
  # @param set_label
95
98
  # @param [Hash] opts the optional parameters
99
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
96
100
  # @return [SetLabelResponse]
97
101
  describe 'set_label test' do
98
102
  it 'should work' do
@@ -106,6 +110,7 @@ describe 'ContentPackageIndicesApi' do
106
110
  # @param deb_package_index_href
107
111
  # @param unset_label
108
112
  # @param [Hash] opts the optional parameters
113
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
109
114
  # @return [UnsetLabelResponse]
110
115
  describe 'unset_label test' do
111
116
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ContentPackageReleaseComponentsApi' do
37
37
  # A PackageReleaseComponent associates a Package with a ReleaseComponent. Associated artifacts: None; contains only metadata. This simply stores the information which packages are part of which components.
38
38
  # @param deb_package_release_component
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [DebPackageReleaseComponentResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -48,6 +49,7 @@ describe 'ContentPackageReleaseComponentsApi' do
48
49
  # List package release components
49
50
  # A PackageReleaseComponent associates a Package with a ReleaseComponent. Associated artifacts: None; contains only metadata. This simply stores the information which packages are part of which components.
50
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
51
53
  # @option opts [Integer] :limit Number of results to return per page.
52
54
  # @option opts [Integer] :offset The initial index from which to return the results.
53
55
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -76,6 +78,7 @@ describe 'ContentPackageReleaseComponentsApi' do
76
78
  # A PackageReleaseComponent associates a Package with a ReleaseComponent. Associated artifacts: None; contains only metadata. This simply stores the information which packages are part of which components.
77
79
  # @param deb_package_release_component_href
78
80
  # @param [Hash] opts the optional parameters
81
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
79
82
  # @option opts [Array<String>] :fields A list of fields to include in the response.
80
83
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
81
84
  # @return [DebPackageReleaseComponentResponse]
@@ -91,6 +94,7 @@ describe 'ContentPackageReleaseComponentsApi' do
91
94
  # @param deb_package_release_component_href
92
95
  # @param set_label
93
96
  # @param [Hash] opts the optional parameters
97
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
94
98
  # @return [SetLabelResponse]
95
99
  describe 'set_label test' do
96
100
  it 'should work' do
@@ -104,6 +108,7 @@ describe 'ContentPackageReleaseComponentsApi' do
104
108
  # @param deb_package_release_component_href
105
109
  # @param unset_label
106
110
  # @param [Hash] opts the optional parameters
111
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
107
112
  # @return [UnsetLabelResponse]
108
113
  describe 'unset_label test' do
109
114
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'ContentPackagesApi' do
36
36
  # Create a package
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
40
41
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
41
42
  # @option opts [String] :artifact Artifact file representing the physical content
@@ -56,6 +57,7 @@ describe 'ContentPackagesApi' do
56
57
  # List packages
57
58
  # A Package represents a &#39;.deb&#39; binary package. Associated artifacts: Exactly one &#39;.deb&#39; package file.
58
59
  # @param [Hash] opts the optional parameters
60
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
59
61
  # @option opts [String] :architecture Filter results where architecture matches value
60
62
  # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
61
63
  # @option opts [Boolean] :build_essential Filter results where build_essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no
@@ -110,6 +112,7 @@ describe 'ContentPackagesApi' do
110
112
  # A Package represents a &#39;.deb&#39; binary package. Associated artifacts: Exactly one &#39;.deb&#39; package file.
111
113
  # @param deb_package_href
112
114
  # @param [Hash] opts the optional parameters
115
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
113
116
  # @option opts [Array<String>] :fields A list of fields to include in the response.
114
117
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
115
118
  # @return [DebPackageResponse]
@@ -125,6 +128,7 @@ describe 'ContentPackagesApi' do
125
128
  # @param deb_package_href
126
129
  # @param set_label
127
130
  # @param [Hash] opts the optional parameters
131
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
128
132
  # @return [SetLabelResponse]
129
133
  describe 'set_label test' do
130
134
  it 'should work' do
@@ -138,6 +142,7 @@ describe 'ContentPackagesApi' do
138
142
  # @param deb_package_href
139
143
  # @param unset_label
140
144
  # @param [Hash] opts the optional parameters
145
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
141
146
  # @return [UnsetLabelResponse]
142
147
  describe 'unset_label test' do
143
148
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ContentReleaseArchitecturesApi' do
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param deb_release_architecture
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [AsyncOperationResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -48,6 +49,7 @@ describe 'ContentReleaseArchitecturesApi' do
48
49
  # List release architectures
49
50
  # A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
50
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
51
53
  # @option opts [String] :architecture Filter results where architecture matches value
52
54
  # @option opts [String] :distribution Filter results where distribution matches value
53
55
  # @option opts [Integer] :limit Number of results to return per page.
@@ -76,6 +78,7 @@ describe 'ContentReleaseArchitecturesApi' do
76
78
  # A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
77
79
  # @param deb_release_architecture_href
78
80
  # @param [Hash] opts the optional parameters
81
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
79
82
  # @option opts [Array<String>] :fields A list of fields to include in the response.
80
83
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
81
84
  # @return [DebReleaseArchitectureResponse]
@@ -91,6 +94,7 @@ describe 'ContentReleaseArchitecturesApi' do
91
94
  # @param deb_release_architecture_href
92
95
  # @param set_label
93
96
  # @param [Hash] opts the optional parameters
97
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
94
98
  # @return [SetLabelResponse]
95
99
  describe 'set_label test' do
96
100
  it 'should work' do
@@ -104,6 +108,7 @@ describe 'ContentReleaseArchitecturesApi' do
104
108
  # @param deb_release_architecture_href
105
109
  # @param unset_label
106
110
  # @param [Hash] opts the optional parameters
111
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
107
112
  # @return [UnsetLabelResponse]
108
113
  describe 'unset_label test' do
109
114
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ContentReleaseComponentsApi' do
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param deb_release_component
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [AsyncOperationResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -48,6 +49,7 @@ describe 'ContentReleaseComponentsApi' do
48
49
  # List release components
49
50
  # A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata.
50
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
51
53
  # @option opts [String] :component Filter results where component matches value
52
54
  # @option opts [String] :distribution Filter results where distribution matches value
53
55
  # @option opts [Integer] :limit Number of results to return per page.
@@ -77,6 +79,7 @@ describe 'ContentReleaseComponentsApi' do
77
79
  # A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata.
78
80
  # @param deb_release_component_href
79
81
  # @param [Hash] opts the optional parameters
82
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
83
  # @option opts [Array<String>] :fields A list of fields to include in the response.
81
84
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
82
85
  # @return [DebReleaseComponentResponse]
@@ -92,6 +95,7 @@ describe 'ContentReleaseComponentsApi' do
92
95
  # @param deb_release_component_href
93
96
  # @param set_label
94
97
  # @param [Hash] opts the optional parameters
98
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
95
99
  # @return [SetLabelResponse]
96
100
  describe 'set_label test' do
97
101
  it 'should work' do
@@ -105,6 +109,7 @@ describe 'ContentReleaseComponentsApi' do
105
109
  # @param deb_release_component_href
106
110
  # @param unset_label
107
111
  # @param [Hash] opts the optional parameters
112
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
108
113
  # @return [UnsetLabelResponse]
109
114
  describe 'unset_label test' do
110
115
  it 'should work' do