pulp_deb_client 3.5.1 → 3.5.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 (136) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +32 -4
  3. data/docs/ContentGenericContentsApi.md +166 -2
  4. data/docs/ContentInstallerFileIndicesApi.md +170 -6
  5. data/docs/ContentInstallerPackagesApi.md +166 -2
  6. data/docs/ContentPackageIndicesApi.md +170 -6
  7. data/docs/ContentPackageReleaseComponentsApi.md +170 -6
  8. data/docs/ContentPackagesApi.md +166 -2
  9. data/docs/ContentReleaseArchitecturesApi.md +170 -6
  10. data/docs/ContentReleaseComponentsApi.md +170 -6
  11. data/docs/ContentReleaseFilesApi.md +170 -6
  12. data/docs/ContentReleasesApi.md +170 -6
  13. data/docs/ContentSourceIndicesApi.md +170 -6
  14. data/docs/ContentSourcePackagesApi.md +170 -6
  15. data/docs/ContentSourceReleaseComponentsApi.md +170 -6
  16. data/docs/DebCopyApi.md +8 -4
  17. data/docs/DebGenericContentResponse.md +2 -0
  18. data/docs/DebInstallerFileIndex.md +2 -0
  19. data/docs/DebInstallerFileIndexResponse.md +2 -0
  20. data/docs/DebInstallerPackageResponse.md +2 -0
  21. data/docs/DebPackageIndex.md +2 -0
  22. data/docs/DebPackageIndexResponse.md +2 -0
  23. data/docs/DebPackageReleaseComponent.md +2 -0
  24. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  25. data/docs/DebPackageResponse.md +2 -0
  26. data/docs/DebRelease.md +2 -0
  27. data/docs/DebReleaseArchitecture.md +2 -0
  28. data/docs/DebReleaseArchitectureResponse.md +2 -0
  29. data/docs/DebReleaseComponent.md +2 -0
  30. data/docs/DebReleaseComponentResponse.md +2 -0
  31. data/docs/DebReleaseFile.md +2 -0
  32. data/docs/DebReleaseFileResponse.md +2 -0
  33. data/docs/DebReleaseResponse.md +2 -0
  34. data/docs/DebSourceIndex.md +2 -0
  35. data/docs/DebSourceIndexResponse.md +2 -0
  36. data/docs/DebSourcePackage.md +2 -0
  37. data/docs/DebSourcePackageReleaseComponent.md +2 -0
  38. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  39. data/docs/DebSourcePackageResponse.md +2 -0
  40. data/docs/DistributionsAptApi.md +76 -34
  41. data/docs/PublicationsAptApi.md +44 -18
  42. data/docs/PublicationsVerbatimApi.md +44 -18
  43. data/docs/RemotesAptApi.md +72 -32
  44. data/docs/RepositoriesAptApi.md +88 -40
  45. data/docs/RepositoriesAptVersionsApi.md +22 -10
  46. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +172 -3
  47. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +169 -3
  48. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +172 -3
  49. data/lib/pulp_deb_client/api/content_package_indices_api.rb +169 -3
  50. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +169 -3
  51. data/lib/pulp_deb_client/api/content_packages_api.rb +172 -3
  52. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +169 -3
  53. data/lib/pulp_deb_client/api/content_release_components_api.rb +169 -3
  54. data/lib/pulp_deb_client/api/content_release_files_api.rb +169 -3
  55. data/lib/pulp_deb_client/api/content_releases_api.rb +169 -3
  56. data/lib/pulp_deb_client/api/content_source_indices_api.rb +169 -3
  57. data/lib/pulp_deb_client/api/content_source_packages_api.rb +169 -3
  58. data/lib/pulp_deb_client/api/content_source_release_components_api.rb +169 -3
  59. data/lib/pulp_deb_client/api/deb_copy_api.rb +3 -0
  60. data/lib/pulp_deb_client/api/distributions_apt_api.rb +42 -3
  61. data/lib/pulp_deb_client/api/publications_apt_api.rb +30 -3
  62. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +30 -3
  63. data/lib/pulp_deb_client/api/remotes_apt_api.rb +36 -0
  64. data/lib/pulp_deb_client/api/repositories_apt_api.rb +42 -0
  65. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +15 -3
  66. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +13 -1
  67. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +13 -1
  68. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +13 -1
  69. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +13 -1
  70. data/lib/pulp_deb_client/models/deb_package_index.rb +13 -1
  71. data/lib/pulp_deb_client/models/deb_package_index_response.rb +13 -1
  72. data/lib/pulp_deb_client/models/deb_package_release_component.rb +13 -1
  73. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +13 -1
  74. data/lib/pulp_deb_client/models/deb_package_response.rb +13 -1
  75. data/lib/pulp_deb_client/models/deb_release.rb +13 -1
  76. data/lib/pulp_deb_client/models/deb_release_architecture.rb +13 -1
  77. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +13 -1
  78. data/lib/pulp_deb_client/models/deb_release_component.rb +13 -1
  79. data/lib/pulp_deb_client/models/deb_release_component_response.rb +13 -1
  80. data/lib/pulp_deb_client/models/deb_release_file.rb +13 -1
  81. data/lib/pulp_deb_client/models/deb_release_file_response.rb +13 -1
  82. data/lib/pulp_deb_client/models/deb_release_response.rb +13 -1
  83. data/lib/pulp_deb_client/models/deb_source_index.rb +13 -1
  84. data/lib/pulp_deb_client/models/deb_source_index_response.rb +13 -1
  85. data/lib/pulp_deb_client/models/deb_source_package.rb +13 -1
  86. data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +13 -1
  87. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +13 -1
  88. data/lib/pulp_deb_client/models/deb_source_package_response.rb +13 -1
  89. data/lib/pulp_deb_client/models/unset_label.rb +1 -1
  90. data/lib/pulp_deb_client/models/unset_label_response.rb +1 -1
  91. data/lib/pulp_deb_client/version.rb +1 -1
  92. data/pulp_deb_client.gemspec +0 -1
  93. data/spec/api/content_generic_contents_api_spec.rb +34 -1
  94. data/spec/api/content_installer_file_indices_api_spec.rb +33 -1
  95. data/spec/api/content_installer_packages_api_spec.rb +34 -1
  96. data/spec/api/content_package_indices_api_spec.rb +33 -1
  97. data/spec/api/content_package_release_components_api_spec.rb +33 -1
  98. data/spec/api/content_packages_api_spec.rb +34 -1
  99. data/spec/api/content_release_architectures_api_spec.rb +33 -1
  100. data/spec/api/content_release_components_api_spec.rb +33 -1
  101. data/spec/api/content_release_files_api_spec.rb +33 -1
  102. data/spec/api/content_releases_api_spec.rb +33 -1
  103. data/spec/api/content_source_indices_api_spec.rb +33 -1
  104. data/spec/api/content_source_packages_api_spec.rb +33 -1
  105. data/spec/api/content_source_release_components_api_spec.rb +33 -1
  106. data/spec/api/deb_copy_api_spec.rb +1 -0
  107. data/spec/api/distributions_apt_api_spec.rb +14 -1
  108. data/spec/api/publications_apt_api_spec.rb +10 -1
  109. data/spec/api/publications_verbatim_api_spec.rb +10 -1
  110. data/spec/api/remotes_apt_api_spec.rb +12 -0
  111. data/spec/api/repositories_apt_api_spec.rb +14 -0
  112. data/spec/api/repositories_apt_versions_api_spec.rb +5 -1
  113. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  114. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  115. data/spec/models/deb_installer_file_index_spec.rb +6 -0
  116. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  117. data/spec/models/deb_package_index_response_spec.rb +6 -0
  118. data/spec/models/deb_package_index_spec.rb +6 -0
  119. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  120. data/spec/models/deb_package_release_component_spec.rb +6 -0
  121. data/spec/models/deb_package_response_spec.rb +6 -0
  122. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  123. data/spec/models/deb_release_architecture_spec.rb +6 -0
  124. data/spec/models/deb_release_component_response_spec.rb +6 -0
  125. data/spec/models/deb_release_component_spec.rb +6 -0
  126. data/spec/models/deb_release_file_response_spec.rb +6 -0
  127. data/spec/models/deb_release_file_spec.rb +6 -0
  128. data/spec/models/deb_release_response_spec.rb +6 -0
  129. data/spec/models/deb_release_spec.rb +6 -0
  130. data/spec/models/deb_source_index_response_spec.rb +6 -0
  131. data/spec/models/deb_source_index_spec.rb +6 -0
  132. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  133. data/spec/models/deb_source_package_release_component_spec.rb +6 -0
  134. data/spec/models/deb_source_package_response_spec.rb +6 -0
  135. data/spec/models/deb_source_package_spec.rb +6 -0
  136. metadata +73 -93
@@ -27,6 +27,9 @@ module PulpDebClient
27
27
  # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
28
28
  attr_accessor :pulp_last_updated
29
29
 
30
+ # A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
31
+ attr_accessor :pulp_labels
32
+
30
33
  # Source package that is contained in release_component.
31
34
  attr_accessor :source_package
32
35
 
@@ -40,6 +43,7 @@ module PulpDebClient
40
43
  :'prn' => :'prn',
41
44
  :'pulp_created' => :'pulp_created',
42
45
  :'pulp_last_updated' => :'pulp_last_updated',
46
+ :'pulp_labels' => :'pulp_labels',
43
47
  :'source_package' => :'source_package',
44
48
  :'release_component' => :'release_component'
45
49
  }
@@ -57,6 +61,7 @@ module PulpDebClient
57
61
  :'prn' => :'String',
58
62
  :'pulp_created' => :'Time',
59
63
  :'pulp_last_updated' => :'Time',
64
+ :'pulp_labels' => :'Hash<String, String>',
60
65
  :'source_package' => :'String',
61
66
  :'release_component' => :'String'
62
67
  }
@@ -99,6 +104,12 @@ module PulpDebClient
99
104
  self.pulp_last_updated = attributes[:'pulp_last_updated']
100
105
  end
101
106
 
107
+ if attributes.key?(:'pulp_labels')
108
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
109
+ self.pulp_labels = value
110
+ end
111
+ end
112
+
102
113
  if attributes.key?(:'source_package')
103
114
  self.source_package = attributes[:'source_package']
104
115
  else
@@ -146,6 +157,7 @@ module PulpDebClient
146
157
  prn == o.prn &&
147
158
  pulp_created == o.pulp_created &&
148
159
  pulp_last_updated == o.pulp_last_updated &&
160
+ pulp_labels == o.pulp_labels &&
149
161
  source_package == o.source_package &&
150
162
  release_component == o.release_component
151
163
  end
@@ -159,7 +171,7 @@ module PulpDebClient
159
171
  # Calculates hash code according to all attributes.
160
172
  # @return [Integer] Hash code
161
173
  def hash
162
- [pulp_href, prn, pulp_created, pulp_last_updated, source_package, release_component].hash
174
+ [pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, source_package, release_component].hash
163
175
  end
164
176
 
165
177
  # Builds the object from hash
@@ -27,6 +27,9 @@ module PulpDebClient
27
27
  # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
28
28
  attr_accessor :pulp_last_updated
29
29
 
30
+ # A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
31
+ attr_accessor :pulp_labels
32
+
30
33
  # A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/'
31
34
  attr_accessor :artifacts
32
35
 
@@ -97,6 +100,7 @@ module PulpDebClient
97
100
  :'prn' => :'prn',
98
101
  :'pulp_created' => :'pulp_created',
99
102
  :'pulp_last_updated' => :'pulp_last_updated',
103
+ :'pulp_labels' => :'pulp_labels',
100
104
  :'artifacts' => :'artifacts',
101
105
  :'relative_path' => :'relative_path',
102
106
  :'sha256' => :'sha256',
@@ -142,6 +146,7 @@ module PulpDebClient
142
146
  :'prn' => :'String',
143
147
  :'pulp_created' => :'Time',
144
148
  :'pulp_last_updated' => :'Time',
149
+ :'pulp_labels' => :'Hash<String, String>',
145
150
  :'artifacts' => :'Object',
146
151
  :'relative_path' => :'String',
147
152
  :'sha256' => :'String',
@@ -212,6 +217,12 @@ module PulpDebClient
212
217
  self.pulp_last_updated = attributes[:'pulp_last_updated']
213
218
  end
214
219
 
220
+ if attributes.key?(:'pulp_labels')
221
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
222
+ self.pulp_labels = value
223
+ end
224
+ end
225
+
215
226
  if attributes.key?(:'artifacts')
216
227
  self.artifacts = attributes[:'artifacts']
217
228
  else
@@ -364,6 +375,7 @@ module PulpDebClient
364
375
  prn == o.prn &&
365
376
  pulp_created == o.pulp_created &&
366
377
  pulp_last_updated == o.pulp_last_updated &&
378
+ pulp_labels == o.pulp_labels &&
367
379
  artifacts == o.artifacts &&
368
380
  relative_path == o.relative_path &&
369
381
  sha256 == o.sha256 &&
@@ -405,7 +417,7 @@ module PulpDebClient
405
417
  # Calculates hash code according to all attributes.
406
418
  # @return [Integer] Hash code
407
419
  def hash
408
- [pulp_href, prn, pulp_created, pulp_last_updated, artifacts, relative_path, sha256, format, source, binary, architecture, version, maintainer, uploaders, homepage, vcs_browser, vcs_arch, vcs_bzr, vcs_cvs, vcs_darcs, vcs_git, vcs_hg, vcs_mtn, vcs_snv, testsuite, dgit, standards_version, build_depends, build_depends_indep, build_depends_arch, build_conflicts, build_conflicts_indep, build_conflicts_arch, package_list].hash
420
+ [pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, artifacts, relative_path, sha256, format, source, binary, architecture, version, maintainer, uploaders, homepage, vcs_browser, vcs_arch, vcs_bzr, vcs_cvs, vcs_darcs, vcs_git, vcs_hg, vcs_mtn, vcs_snv, testsuite, dgit, standards_version, build_depends, build_depends_indep, build_depends_arch, build_conflicts, build_conflicts_indep, build_conflicts_arch, package_list].hash
409
421
  end
410
422
 
411
423
  # Builds the object from hash
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module PulpDebClient
17
- # Serializer for synchronously setting a label.
17
+ # Serializer for synchronously UNsetting a label.
18
18
  class UnsetLabel
19
19
  attr_accessor :key
20
20
 
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module PulpDebClient
17
- # Serializer for synchronously setting a label.
17
+ # Serializer for synchronously UNsetting a label.
18
18
  class UnsetLabelResponse
19
19
  attr_accessor :key
20
20
 
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpDebClient
14
- VERSION = '3.5.1'
14
+ VERSION = '3.5.3'
15
15
  end
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
28
28
  s.required_ruby_version = ">= 2.7"
29
29
  s.metadata = {}
30
30
 
31
- s.add_runtime_dependency 'faraday-net_http', '>= 2.0', '< 3.1'
32
31
  s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 2.9'
33
32
  s.add_runtime_dependency 'faraday-multipart'
34
33
  s.add_runtime_dependency 'marcel'
@@ -37,7 +37,9 @@ 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.
42
+ # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
41
43
  # @option opts [String] :artifact Artifact file representing the physical content
42
44
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
43
45
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
@@ -53,13 +55,15 @@ describe 'ContentGenericContentsApi' do
53
55
  # List generic contents
54
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.
55
57
  # @param [Hash] opts the optional parameters
58
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
56
59
  # @option opts [Integer] :limit Number of results to return per page.
57
60
  # @option opts [Integer] :offset The initial index from which to return the results.
58
- # @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;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)
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)
59
62
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
60
63
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
61
64
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
62
65
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
66
+ # @option opts [String] :pulp_label_select Filter labels by search string
63
67
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
64
68
  # @option opts [String] :relative_path Filter results where relative_path matches value
65
69
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
@@ -80,6 +84,7 @@ describe 'ContentGenericContentsApi' do
80
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.
81
85
  # @param deb_generic_content_href
82
86
  # @param [Hash] opts the optional parameters
87
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
83
88
  # @option opts [Array<String>] :fields A list of fields to include in the response.
84
89
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
85
90
  # @return [DebGenericContentResponse]
@@ -89,4 +94,32 @@ describe 'ContentGenericContentsApi' do
89
94
  end
90
95
  end
91
96
 
97
+ # unit tests for set_label
98
+ # Set a label
99
+ # Set a single pulp_label on the object to a specific value or null.
100
+ # @param deb_generic_content_href
101
+ # @param set_label
102
+ # @param [Hash] opts the optional parameters
103
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
104
+ # @return [SetLabelResponse]
105
+ describe 'set_label test' do
106
+ it 'should work' do
107
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
108
+ end
109
+ end
110
+
111
+ # unit tests for unset_label
112
+ # Unset a label
113
+ # Unset a single pulp_label on the object.
114
+ # @param deb_generic_content_href
115
+ # @param unset_label
116
+ # @param [Hash] opts the optional parameters
117
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
118
+ # @return [UnsetLabelResponse]
119
+ describe 'unset_label test' do
120
+ it 'should work' do
121
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
122
+ end
123
+ end
124
+
92
125
  end
@@ -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,15 +49,17 @@ 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.
54
56
  # @option opts [Integer] :offset The initial index from which to return the results.
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;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (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)
57
+ # @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;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (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)
56
58
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
57
59
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
58
60
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
59
61
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
62
+ # @option opts [String] :pulp_label_select Filter labels by search string
60
63
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
61
64
  # @option opts [String] :relative_path Filter results where relative_path matches value
62
65
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
@@ -77,6 +80,7 @@ describe 'ContentInstallerFileIndicesApi' do
77
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.
78
81
  # @param deb_installer_file_index_href
79
82
  # @param [Hash] opts the optional parameters
83
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
84
  # @option opts [Array<String>] :fields A list of fields to include in the response.
81
85
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
82
86
  # @return [DebInstallerFileIndexResponse]
@@ -86,4 +90,32 @@ describe 'ContentInstallerFileIndicesApi' do
86
90
  end
87
91
  end
88
92
 
93
+ # unit tests for set_label
94
+ # Set a label
95
+ # Set a single pulp_label on the object to a specific value or null.
96
+ # @param deb_installer_file_index_href
97
+ # @param set_label
98
+ # @param [Hash] opts the optional parameters
99
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
100
+ # @return [SetLabelResponse]
101
+ describe 'set_label test' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
104
+ end
105
+ end
106
+
107
+ # unit tests for unset_label
108
+ # Unset a label
109
+ # Unset a single pulp_label on the object.
110
+ # @param deb_installer_file_index_href
111
+ # @param unset_label
112
+ # @param [Hash] opts the optional parameters
113
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
114
+ # @return [UnsetLabelResponse]
115
+ describe 'unset_label test' do
116
+ it 'should work' do
117
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
118
+ end
119
+ end
120
+
89
121
  end
@@ -36,7 +36,9 @@ 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.
41
+ # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
40
42
  # @option opts [String] :artifact Artifact file representing the physical content
41
43
  # @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
42
44
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
@@ -53,6 +55,7 @@ describe 'ContentInstallerPackagesApi' do
53
55
  # List installer packages
54
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.
55
57
  # @param [Hash] opts the optional parameters
58
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
56
59
  # @option opts [String] :architecture Filter results where architecture matches value
57
60
  # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
58
61
  # @option opts [Boolean] :build_essential Filter results where build_essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no
@@ -63,7 +66,7 @@ describe 'ContentInstallerPackagesApi' do
63
66
  # @option opts [String] :maintainer Filter results where maintainer matches value
64
67
  # @option opts [String] :multi_arch Filter results where multi_arch matches value * &#x60;no&#x60; - no * &#x60;same&#x60; - same * &#x60;foreign&#x60; - foreign * &#x60;allowed&#x60; - allowed
65
68
  # @option opts [Integer] :offset The initial index from which to return the results.
66
- # @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;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;package&#x60; - Package * &#x60;-package&#x60; - Package (descending) * &#x60;source&#x60; - Source * &#x60;-source&#x60; - Source (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;section&#x60; - Section * &#x60;-section&#x60; - Section (descending) * &#x60;priority&#x60; - Priority * &#x60;-priority&#x60; - Priority (descending) * &#x60;origin&#x60; - Origin * &#x60;-origin&#x60; - Origin (descending) * &#x60;tag&#x60; - Tag * &#x60;-tag&#x60; - Tag (descending) * &#x60;bugs&#x60; - Bugs * &#x60;-bugs&#x60; - Bugs (descending) * &#x60;essential&#x60; - Essential * &#x60;-essential&#x60; - Essential (descending) * &#x60;build_essential&#x60; - Build essential * &#x60;-build_essential&#x60; - Build essential (descending) * &#x60;installed_size&#x60; - Installed size * &#x60;-installed_size&#x60; - Installed size (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;original_maintainer&#x60; - Original maintainer * &#x60;-original_maintainer&#x60; - Original maintainer (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;description_md5&#x60; - Description md5 * &#x60;-description_md5&#x60; - Description md5 (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;built_using&#x60; - Built using * &#x60;-built_using&#x60; - Built using (descending) * &#x60;auto_built_package&#x60; - Auto built package * &#x60;-auto_built_package&#x60; - Auto built package (descending) * &#x60;multi_arch&#x60; - Multi arch * &#x60;-multi_arch&#x60; - Multi arch (descending) * &#x60;breaks&#x60; - Breaks * &#x60;-breaks&#x60; - Breaks (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;depends&#x60; - Depends * &#x60;-depends&#x60; - Depends (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;pre_depends&#x60; - Pre depends * &#x60;-pre_depends&#x60; - Pre depends (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;replaces&#x60; - Replaces * &#x60;-replaces&#x60; - Replaces (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;custom_fields&#x60; - Custom fields * &#x60;-custom_fields&#x60; - Custom fields (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
69
+ # @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;package&#x60; - Package * &#x60;-package&#x60; - Package (descending) * &#x60;source&#x60; - Source * &#x60;-source&#x60; - Source (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;section&#x60; - Section * &#x60;-section&#x60; - Section (descending) * &#x60;priority&#x60; - Priority * &#x60;-priority&#x60; - Priority (descending) * &#x60;origin&#x60; - Origin * &#x60;-origin&#x60; - Origin (descending) * &#x60;tag&#x60; - Tag * &#x60;-tag&#x60; - Tag (descending) * &#x60;bugs&#x60; - Bugs * &#x60;-bugs&#x60; - Bugs (descending) * &#x60;essential&#x60; - Essential * &#x60;-essential&#x60; - Essential (descending) * &#x60;build_essential&#x60; - Build essential * &#x60;-build_essential&#x60; - Build essential (descending) * &#x60;installed_size&#x60; - Installed size * &#x60;-installed_size&#x60; - Installed size (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;original_maintainer&#x60; - Original maintainer * &#x60;-original_maintainer&#x60; - Original maintainer (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;description_md5&#x60; - Description md5 * &#x60;-description_md5&#x60; - Description md5 (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;built_using&#x60; - Built using * &#x60;-built_using&#x60; - Built using (descending) * &#x60;auto_built_package&#x60; - Auto built package * &#x60;-auto_built_package&#x60; - Auto built package (descending) * &#x60;multi_arch&#x60; - Multi arch * &#x60;-multi_arch&#x60; - Multi arch (descending) * &#x60;breaks&#x60; - Breaks * &#x60;-breaks&#x60; - Breaks (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;depends&#x60; - Depends * &#x60;-depends&#x60; - Depends (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;pre_depends&#x60; - Pre depends * &#x60;-pre_depends&#x60; - Pre depends (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;replaces&#x60; - Replaces * &#x60;-replaces&#x60; - Replaces (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;custom_fields&#x60; - Custom fields * &#x60;-custom_fields&#x60; - Custom fields (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
67
70
  # @option opts [String] :origin Filter results where origin matches value
68
71
  # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
69
72
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
@@ -72,6 +75,7 @@ describe 'ContentInstallerPackagesApi' do
72
75
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
73
76
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
74
77
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
78
+ # @option opts [String] :pulp_label_select Filter labels by search string
75
79
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
76
80
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
77
81
  # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
@@ -95,6 +99,7 @@ describe 'ContentInstallerPackagesApi' do
95
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.
96
100
  # @param deb_installer_package_href
97
101
  # @param [Hash] opts the optional parameters
102
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
98
103
  # @option opts [Array<String>] :fields A list of fields to include in the response.
99
104
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
100
105
  # @return [DebInstallerPackageResponse]
@@ -104,4 +109,32 @@ describe 'ContentInstallerPackagesApi' do
104
109
  end
105
110
  end
106
111
 
112
+ # unit tests for set_label
113
+ # Set a label
114
+ # Set a single pulp_label on the object to a specific value or null.
115
+ # @param deb_installer_package_href
116
+ # @param set_label
117
+ # @param [Hash] opts the optional parameters
118
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
119
+ # @return [SetLabelResponse]
120
+ describe 'set_label test' do
121
+ it 'should work' do
122
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
123
+ end
124
+ end
125
+
126
+ # unit tests for unset_label
127
+ # Unset a label
128
+ # Unset a single pulp_label on the object.
129
+ # @param deb_installer_package_href
130
+ # @param unset_label
131
+ # @param [Hash] opts the optional parameters
132
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
133
+ # @return [UnsetLabelResponse]
134
+ describe 'unset_label test' do
135
+ it 'should work' do
136
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
137
+ end
138
+ end
139
+
107
140
  end
@@ -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,15 +49,17 @@ 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.
54
56
  # @option opts [Integer] :offset The initial index from which to return the results.
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;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;artifact_set_sha256&#x60; - Artifact set sha256 * &#x60;-artifact_set_sha256&#x60; - Artifact set sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
57
+ # @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;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;artifact_set_sha256&#x60; - Artifact set sha256 * &#x60;-artifact_set_sha256&#x60; - Artifact set sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
56
58
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
57
59
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
58
60
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
59
61
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
62
+ # @option opts [String] :pulp_label_select Filter labels by search string
60
63
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
61
64
  # @option opts [String] :relative_path Filter results where relative_path matches value
62
65
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
@@ -77,6 +80,7 @@ describe 'ContentPackageIndicesApi' do
77
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.
78
81
  # @param deb_package_index_href
79
82
  # @param [Hash] opts the optional parameters
83
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
84
  # @option opts [Array<String>] :fields A list of fields to include in the response.
81
85
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
82
86
  # @return [DebPackageIndexResponse]
@@ -86,4 +90,32 @@ describe 'ContentPackageIndicesApi' do
86
90
  end
87
91
  end
88
92
 
93
+ # unit tests for set_label
94
+ # Set a label
95
+ # Set a single pulp_label on the object to a specific value or null.
96
+ # @param deb_package_index_href
97
+ # @param set_label
98
+ # @param [Hash] opts the optional parameters
99
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
100
+ # @return [SetLabelResponse]
101
+ describe 'set_label test' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
104
+ end
105
+ end
106
+
107
+ # unit tests for unset_label
108
+ # Unset a label
109
+ # Unset a single pulp_label on the object.
110
+ # @param deb_package_index_href
111
+ # @param unset_label
112
+ # @param [Hash] opts the optional parameters
113
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
114
+ # @return [UnsetLabelResponse]
115
+ describe 'unset_label test' do
116
+ it 'should work' do
117
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
118
+ end
119
+ end
120
+
89
121
  end
@@ -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,14 +49,16 @@ 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
- # @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;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)
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)
54
56
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
55
57
  # @option opts [String] :package Filter results where package matches value
56
58
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
57
59
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
58
60
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
61
+ # @option opts [String] :pulp_label_select Filter labels by search string
59
62
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
60
63
  # @option opts [String] :release_component Filter results where release_component matches value
61
64
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
@@ -75,6 +78,7 @@ describe 'ContentPackageReleaseComponentsApi' do
75
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.
76
79
  # @param deb_package_release_component_href
77
80
  # @param [Hash] opts the optional parameters
81
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
78
82
  # @option opts [Array<String>] :fields A list of fields to include in the response.
79
83
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
84
  # @return [DebPackageReleaseComponentResponse]
@@ -84,4 +88,32 @@ describe 'ContentPackageReleaseComponentsApi' do
84
88
  end
85
89
  end
86
90
 
91
+ # unit tests for set_label
92
+ # Set a label
93
+ # Set a single pulp_label on the object to a specific value or null.
94
+ # @param deb_package_release_component_href
95
+ # @param set_label
96
+ # @param [Hash] opts the optional parameters
97
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
98
+ # @return [SetLabelResponse]
99
+ describe 'set_label test' do
100
+ it 'should work' do
101
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
102
+ end
103
+ end
104
+
105
+ # unit tests for unset_label
106
+ # Unset a label
107
+ # Unset a single pulp_label on the object.
108
+ # @param deb_package_release_component_href
109
+ # @param unset_label
110
+ # @param [Hash] opts the optional parameters
111
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
112
+ # @return [UnsetLabelResponse]
113
+ describe 'unset_label test' do
114
+ it 'should work' do
115
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
116
+ end
117
+ end
118
+
87
119
  end
@@ -36,7 +36,9 @@ 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.
41
+ # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
40
42
  # @option opts [String] :artifact Artifact file representing the physical content
41
43
  # @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
42
44
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
@@ -55,6 +57,7 @@ describe 'ContentPackagesApi' do
55
57
  # List packages
56
58
  # A Package represents a &#39;.deb&#39; binary package. Associated artifacts: Exactly one &#39;.deb&#39; package file.
57
59
  # @param [Hash] opts the optional parameters
60
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
58
61
  # @option opts [String] :architecture Filter results where architecture matches value
59
62
  # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
60
63
  # @option opts [Boolean] :build_essential Filter results where build_essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no
@@ -65,7 +68,7 @@ describe 'ContentPackagesApi' do
65
68
  # @option opts [String] :maintainer Filter results where maintainer matches value
66
69
  # @option opts [String] :multi_arch Filter results where multi_arch matches value * &#x60;no&#x60; - no * &#x60;same&#x60; - same * &#x60;foreign&#x60; - foreign * &#x60;allowed&#x60; - allowed
67
70
  # @option opts [Integer] :offset The initial index from which to return the results.
68
- # @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;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;package&#x60; - Package * &#x60;-package&#x60; - Package (descending) * &#x60;source&#x60; - Source * &#x60;-source&#x60; - Source (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;section&#x60; - Section * &#x60;-section&#x60; - Section (descending) * &#x60;priority&#x60; - Priority * &#x60;-priority&#x60; - Priority (descending) * &#x60;origin&#x60; - Origin * &#x60;-origin&#x60; - Origin (descending) * &#x60;tag&#x60; - Tag * &#x60;-tag&#x60; - Tag (descending) * &#x60;bugs&#x60; - Bugs * &#x60;-bugs&#x60; - Bugs (descending) * &#x60;essential&#x60; - Essential * &#x60;-essential&#x60; - Essential (descending) * &#x60;build_essential&#x60; - Build essential * &#x60;-build_essential&#x60; - Build essential (descending) * &#x60;installed_size&#x60; - Installed size * &#x60;-installed_size&#x60; - Installed size (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;original_maintainer&#x60; - Original maintainer * &#x60;-original_maintainer&#x60; - Original maintainer (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;description_md5&#x60; - Description md5 * &#x60;-description_md5&#x60; - Description md5 (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;built_using&#x60; - Built using * &#x60;-built_using&#x60; - Built using (descending) * &#x60;auto_built_package&#x60; - Auto built package * &#x60;-auto_built_package&#x60; - Auto built package (descending) * &#x60;multi_arch&#x60; - Multi arch * &#x60;-multi_arch&#x60; - Multi arch (descending) * &#x60;breaks&#x60; - Breaks * &#x60;-breaks&#x60; - Breaks (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;depends&#x60; - Depends * &#x60;-depends&#x60; - Depends (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;pre_depends&#x60; - Pre depends * &#x60;-pre_depends&#x60; - Pre depends (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;replaces&#x60; - Replaces * &#x60;-replaces&#x60; - Replaces (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;custom_fields&#x60; - Custom fields * &#x60;-custom_fields&#x60; - Custom fields (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
+ # @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;package&#x60; - Package * &#x60;-package&#x60; - Package (descending) * &#x60;source&#x60; - Source * &#x60;-source&#x60; - Source (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;section&#x60; - Section * &#x60;-section&#x60; - Section (descending) * &#x60;priority&#x60; - Priority * &#x60;-priority&#x60; - Priority (descending) * &#x60;origin&#x60; - Origin * &#x60;-origin&#x60; - Origin (descending) * &#x60;tag&#x60; - Tag * &#x60;-tag&#x60; - Tag (descending) * &#x60;bugs&#x60; - Bugs * &#x60;-bugs&#x60; - Bugs (descending) * &#x60;essential&#x60; - Essential * &#x60;-essential&#x60; - Essential (descending) * &#x60;build_essential&#x60; - Build essential * &#x60;-build_essential&#x60; - Build essential (descending) * &#x60;installed_size&#x60; - Installed size * &#x60;-installed_size&#x60; - Installed size (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;original_maintainer&#x60; - Original maintainer * &#x60;-original_maintainer&#x60; - Original maintainer (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;description_md5&#x60; - Description md5 * &#x60;-description_md5&#x60; - Description md5 (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;built_using&#x60; - Built using * &#x60;-built_using&#x60; - Built using (descending) * &#x60;auto_built_package&#x60; - Auto built package * &#x60;-auto_built_package&#x60; - Auto built package (descending) * &#x60;multi_arch&#x60; - Multi arch * &#x60;-multi_arch&#x60; - Multi arch (descending) * &#x60;breaks&#x60; - Breaks * &#x60;-breaks&#x60; - Breaks (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;depends&#x60; - Depends * &#x60;-depends&#x60; - Depends (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;pre_depends&#x60; - Pre depends * &#x60;-pre_depends&#x60; - Pre depends (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;replaces&#x60; - Replaces * &#x60;-replaces&#x60; - Replaces (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;custom_fields&#x60; - Custom fields * &#x60;-custom_fields&#x60; - Custom fields (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
69
72
  # @option opts [String] :origin Filter results where origin matches value
70
73
  # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
71
74
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
@@ -82,6 +85,7 @@ describe 'ContentPackagesApi' do
82
85
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
83
86
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
87
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
88
+ # @option opts [String] :pulp_label_select Filter labels by search string
85
89
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
86
90
  # @option opts [String] :relative_path Filter results where relative_path matches value
87
91
  # @option opts [String] :release Must be a comma-separated string: \&quot;release_href,repository_or_repository_version_href\&quot; release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
@@ -108,6 +112,7 @@ describe 'ContentPackagesApi' do
108
112
  # A Package represents a &#39;.deb&#39; binary package. Associated artifacts: Exactly one &#39;.deb&#39; package file.
109
113
  # @param deb_package_href
110
114
  # @param [Hash] opts the optional parameters
115
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
111
116
  # @option opts [Array<String>] :fields A list of fields to include in the response.
112
117
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
113
118
  # @return [DebPackageResponse]
@@ -117,4 +122,32 @@ describe 'ContentPackagesApi' do
117
122
  end
118
123
  end
119
124
 
125
+ # unit tests for set_label
126
+ # Set a label
127
+ # Set a single pulp_label on the object to a specific value or null.
128
+ # @param deb_package_href
129
+ # @param set_label
130
+ # @param [Hash] opts the optional parameters
131
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
132
+ # @return [SetLabelResponse]
133
+ describe 'set_label test' do
134
+ it 'should work' do
135
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
136
+ end
137
+ end
138
+
139
+ # unit tests for unset_label
140
+ # Unset a label
141
+ # Unset a single pulp_label on the object.
142
+ # @param deb_package_href
143
+ # @param unset_label
144
+ # @param [Hash] opts the optional parameters
145
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
146
+ # @return [UnsetLabelResponse]
147
+ describe 'unset_label test' do
148
+ it 'should work' do
149
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
150
+ end
151
+ end
152
+
120
153
  end