pulp_rpm_client 3.5.1 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (232) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +73 -55
  3. data/docs/{Addon.md → AddonResponse.md} +2 -2
  4. data/docs/{Artifact.md → ArtifactResponse.md} +3 -3
  5. data/docs/{Checksum.md → ChecksumResponse.md} +2 -2
  6. data/docs/ContentAdvisoriesApi.md +44 -44
  7. data/docs/ContentDistributionTreesApi.md +25 -25
  8. data/docs/ContentModulemdDefaultsApi.md +32 -32
  9. data/docs/ContentModulemdsApi.md +34 -34
  10. data/docs/ContentPackagecategoriesApi.md +25 -25
  11. data/docs/ContentPackageenvironmentsApi.md +25 -25
  12. data/docs/ContentPackagegroupsApi.md +25 -25
  13. data/docs/ContentPackagelangpacksApi.md +25 -25
  14. data/docs/ContentPackagesApi.md +64 -64
  15. data/docs/ContentRepoMetadataFilesApi.md +25 -25
  16. data/docs/ContentSummary.md +3 -3
  17. data/docs/ContentSummaryResponse.md +21 -0
  18. data/docs/DistributionsRpmApi.md +108 -60
  19. data/docs/{Image.md → ImageResponse.md} +3 -3
  20. data/docs/InlineResponse200.md +3 -3
  21. data/docs/InlineResponse2001.md +3 -3
  22. data/docs/InlineResponse20010.md +3 -3
  23. data/docs/InlineResponse20011.md +3 -3
  24. data/docs/InlineResponse20012.md +3 -3
  25. data/docs/InlineResponse20013.md +3 -3
  26. data/docs/InlineResponse20014.md +3 -3
  27. data/docs/InlineResponse2002.md +3 -3
  28. data/docs/InlineResponse2003.md +3 -3
  29. data/docs/InlineResponse2004.md +3 -3
  30. data/docs/InlineResponse2005.md +3 -3
  31. data/docs/InlineResponse2006.md +3 -3
  32. data/docs/InlineResponse2007.md +3 -3
  33. data/docs/InlineResponse2008.md +3 -3
  34. data/docs/InlineResponse2009.md +3 -3
  35. data/docs/MetadataChecksumTypeEnum.md +16 -0
  36. data/docs/PackageChecksumTypeEnum.md +16 -0
  37. data/docs/PatchedrpmRpmDistribution.md +23 -0
  38. data/docs/PatchedrpmRpmRemote.md +39 -0
  39. data/docs/PatchedrpmRpmRepository.md +25 -0
  40. data/docs/PolicyEnum.md +16 -0
  41. data/docs/PublicationsRpmApi.md +40 -40
  42. data/docs/RemotesRpmApi.md +125 -65
  43. data/docs/RepositoriesRpmApi.md +97 -73
  44. data/docs/RepositoriesRpmVersionsApi.md +94 -62
  45. data/docs/RepositoryAddRemoveContent.md +2 -2
  46. data/docs/RepositoryVersion.md +1 -9
  47. data/docs/RepositoryVersionResponse.md +25 -0
  48. data/docs/RpmCopyApi.md +10 -10
  49. data/docs/{RpmDistributionTree.md → RpmDistributionTreeResponse.md} +6 -6
  50. data/docs/RpmModulemd.md +8 -8
  51. data/docs/RpmModulemdDefaults.md +8 -8
  52. data/docs/RpmModulemdDefaultsResponse.md +29 -0
  53. data/docs/RpmModulemdResponse.md +39 -0
  54. data/docs/RpmPackage.md +7 -79
  55. data/docs/{RpmPackageCategory.md → RpmPackageCategoryResponse.md} +2 -2
  56. data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentResponse.md} +2 -2
  57. data/docs/{RpmPackageGroup.md → RpmPackageGroupResponse.md} +2 -2
  58. data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksResponse.md} +2 -2
  59. data/docs/RpmPackageResponse.md +95 -0
  60. data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileResponse.md} +2 -2
  61. data/docs/RpmRepositorySyncURL.md +1 -1
  62. data/docs/RpmRpmDistribution.md +1 -7
  63. data/docs/RpmRpmDistributionResponse.md +29 -0
  64. data/docs/RpmRpmPublication.md +3 -7
  65. data/docs/RpmRpmPublicationResponse.md +27 -0
  66. data/docs/RpmRpmRemote.md +4 -10
  67. data/docs/RpmRpmRemoteResponse.md +45 -0
  68. data/docs/RpmRpmRepository.md +3 -9
  69. data/docs/RpmRpmRepositoryResponse.md +33 -0
  70. data/docs/RpmUpdateCollection.md +1 -3
  71. data/docs/RpmUpdateCollectionResponse.md +23 -0
  72. data/docs/RpmUpdateRecord.md +4 -40
  73. data/docs/RpmUpdateRecordResponse.md +55 -0
  74. data/docs/{Variant.md → VariantResponse.md} +2 -2
  75. data/lib/pulp_rpm_client/api/content_advisories_api.rb +60 -60
  76. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +36 -36
  77. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +42 -54
  78. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +44 -76
  79. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +36 -36
  80. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +36 -36
  81. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +36 -36
  82. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +36 -36
  83. data/lib/pulp_rpm_client/api/content_packages_api.rb +92 -92
  84. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +36 -36
  85. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +153 -90
  86. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +59 -59
  87. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +181 -100
  88. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +145 -118
  89. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +137 -92
  90. data/lib/pulp_rpm_client/api/rpm_copy_api.rb +15 -15
  91. data/lib/pulp_rpm_client/api_client.rb +2 -2
  92. data/lib/pulp_rpm_client/api_error.rb +2 -2
  93. data/lib/pulp_rpm_client/configuration.rb +3 -3
  94. data/lib/pulp_rpm_client/models/{addon.rb → addon_response.rb} +6 -100
  95. data/lib/pulp_rpm_client/models/{artifact.rb → artifact_response.rb} +9 -93
  96. data/lib/pulp_rpm_client/models/async_operation_response.rb +3 -2
  97. data/lib/pulp_rpm_client/models/{checksum.rb → checksum_response.rb} +6 -43
  98. data/lib/pulp_rpm_client/models/content_summary.rb +9 -15
  99. data/lib/pulp_rpm_client/models/content_summary_response.rb +240 -0
  100. data/lib/pulp_rpm_client/models/copy.rb +3 -2
  101. data/lib/pulp_rpm_client/models/{image.rb → image_response.rb} +7 -63
  102. data/lib/pulp_rpm_client/models/inline_response200.rb +3 -13
  103. data/lib/pulp_rpm_client/models/inline_response2001.rb +3 -13
  104. data/lib/pulp_rpm_client/models/inline_response20010.rb +3 -13
  105. data/lib/pulp_rpm_client/models/inline_response20011.rb +3 -13
  106. data/lib/pulp_rpm_client/models/inline_response20012.rb +3 -13
  107. data/lib/pulp_rpm_client/models/inline_response20013.rb +3 -13
  108. data/lib/pulp_rpm_client/models/inline_response20014.rb +3 -13
  109. data/lib/pulp_rpm_client/models/inline_response2002.rb +3 -13
  110. data/lib/pulp_rpm_client/models/inline_response2003.rb +3 -13
  111. data/lib/pulp_rpm_client/models/inline_response2004.rb +3 -13
  112. data/lib/pulp_rpm_client/models/inline_response2005.rb +3 -13
  113. data/lib/pulp_rpm_client/models/inline_response2006.rb +3 -13
  114. data/lib/pulp_rpm_client/models/inline_response2007.rb +3 -13
  115. data/lib/pulp_rpm_client/models/inline_response2008.rb +3 -13
  116. data/lib/pulp_rpm_client/models/inline_response2009.rb +3 -13
  117. data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +41 -0
  118. data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +41 -0
  119. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +240 -0
  120. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +340 -0
  121. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +265 -0
  122. data/lib/pulp_rpm_client/models/policy_enum.rb +37 -0
  123. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +5 -4
  124. data/lib/pulp_rpm_client/models/repository_version.rb +7 -43
  125. data/lib/pulp_rpm_client/models/repository_version_response.rb +246 -0
  126. data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_response.rb} +17 -234
  127. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +42 -153
  128. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +40 -86
  129. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +282 -0
  130. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +346 -0
  131. data/lib/pulp_rpm_client/models/rpm_package.rb +28 -501
  132. data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_response.rb} +10 -63
  133. data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_response.rb} +11 -68
  134. data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_response.rb} +10 -63
  135. data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_response.rb} +8 -34
  136. data/lib/pulp_rpm_client/models/rpm_package_response.rb +597 -0
  137. data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_response.rb} +6 -96
  138. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +4 -30
  139. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -85
  140. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +279 -0
  141. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +6 -74
  142. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +256 -0
  143. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +7 -214
  144. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +379 -0
  145. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +14 -74
  146. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +307 -0
  147. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +10 -34
  148. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +243 -0
  149. data/lib/pulp_rpm_client/models/rpm_update_record.rb +18 -245
  150. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +401 -0
  151. data/lib/pulp_rpm_client/models/{variant.rb → variant_response.rb} +6 -195
  152. data/lib/pulp_rpm_client/version.rb +3 -3
  153. data/lib/pulp_rpm_client.rb +30 -13
  154. data/pulp_rpm_client.gemspec +4 -4
  155. data/spec/api/content_advisories_api_spec.rb +21 -21
  156. data/spec/api/content_distribution_trees_api_spec.rb +9 -9
  157. data/spec/api/content_modulemd_defaults_api_spec.rb +13 -13
  158. data/spec/api/content_modulemds_api_spec.rb +13 -13
  159. data/spec/api/content_packagecategories_api_spec.rb +9 -9
  160. data/spec/api/content_packageenvironments_api_spec.rb +9 -9
  161. data/spec/api/content_packagegroups_api_spec.rb +9 -9
  162. data/spec/api/content_packagelangpacks_api_spec.rb +9 -9
  163. data/spec/api/content_packages_api_spec.rb +31 -31
  164. data/spec/api/content_repo_metadata_files_api_spec.rb +9 -9
  165. data/spec/api/distributions_rpm_api_spec.rb +39 -18
  166. data/spec/api/publications_rpm_api_spec.rb +14 -14
  167. data/spec/api/remotes_rpm_api_spec.rb +48 -21
  168. data/spec/api/repositories_rpm_api_spec.rb +28 -19
  169. data/spec/api/repositories_rpm_versions_api_spec.rb +38 -23
  170. data/spec/api/rpm_copy_api_spec.rb +5 -5
  171. data/spec/api_client_spec.rb +2 -2
  172. data/spec/configuration_spec.rb +2 -2
  173. data/spec/models/{addon_spec.rb → addon_response_spec.rb} +8 -8
  174. data/spec/models/{artifact_spec.rb → artifact_response_spec.rb} +8 -8
  175. data/spec/models/async_operation_response_spec.rb +2 -2
  176. data/spec/models/{checksum_spec.rb → checksum_response_spec.rb} +8 -8
  177. data/spec/models/content_summary_response_spec.rb +53 -0
  178. data/spec/models/content_summary_spec.rb +2 -2
  179. data/spec/models/copy_spec.rb +2 -2
  180. data/spec/models/{image_spec.rb → image_response_spec.rb} +8 -8
  181. data/spec/models/inline_response20010_spec.rb +2 -2
  182. data/spec/models/inline_response20011_spec.rb +2 -2
  183. data/spec/models/inline_response20012_spec.rb +2 -2
  184. data/spec/models/inline_response20013_spec.rb +2 -2
  185. data/spec/models/inline_response20014_spec.rb +2 -2
  186. data/spec/models/inline_response2001_spec.rb +2 -2
  187. data/spec/models/inline_response2002_spec.rb +2 -2
  188. data/spec/models/inline_response2003_spec.rb +2 -2
  189. data/spec/models/inline_response2004_spec.rb +2 -2
  190. data/spec/models/inline_response2005_spec.rb +2 -2
  191. data/spec/models/inline_response2006_spec.rb +2 -2
  192. data/spec/models/inline_response2007_spec.rb +2 -2
  193. data/spec/models/inline_response2008_spec.rb +2 -2
  194. data/spec/models/inline_response2009_spec.rb +2 -2
  195. data/spec/models/inline_response200_spec.rb +2 -2
  196. data/spec/models/metadata_checksum_type_enum_spec.rb +35 -0
  197. data/spec/models/package_checksum_type_enum_spec.rb +35 -0
  198. data/spec/models/patchedrpm_rpm_distribution_spec.rb +59 -0
  199. data/spec/models/patchedrpm_rpm_remote_spec.rb +107 -0
  200. data/spec/models/patchedrpm_rpm_repository_spec.rb +65 -0
  201. data/spec/models/policy_enum_spec.rb +35 -0
  202. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  203. data/spec/models/repository_version_response_spec.rb +65 -0
  204. data/spec/models/repository_version_spec.rb +2 -26
  205. data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_response_spec.rb} +8 -8
  206. data/spec/models/rpm_modulemd_defaults_response_spec.rb +77 -0
  207. data/spec/models/rpm_modulemd_defaults_spec.rb +9 -9
  208. data/spec/models/rpm_modulemd_response_spec.rb +107 -0
  209. data/spec/models/rpm_modulemd_spec.rb +11 -11
  210. data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_response_spec.rb} +8 -8
  211. data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_response_spec.rb} +8 -8
  212. data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_response_spec.rb} +8 -8
  213. data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_response_spec.rb} +8 -8
  214. data/spec/models/rpm_package_response_spec.rb +275 -0
  215. data/spec/models/rpm_package_spec.rb +5 -221
  216. data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_response_spec.rb} +8 -8
  217. data/spec/models/rpm_repository_sync_url_spec.rb +2 -6
  218. data/spec/models/rpm_rpm_distribution_response_spec.rb +77 -0
  219. data/spec/models/rpm_rpm_distribution_spec.rb +2 -20
  220. data/spec/models/rpm_rpm_publication_response_spec.rb +71 -0
  221. data/spec/models/rpm_rpm_publication_spec.rb +2 -22
  222. data/spec/models/rpm_rpm_remote_response_spec.rb +125 -0
  223. data/spec/models/rpm_rpm_remote_spec.rb +2 -24
  224. data/spec/models/rpm_rpm_repository_response_spec.rb +89 -0
  225. data/spec/models/rpm_rpm_repository_spec.rb +5 -23
  226. data/spec/models/rpm_update_collection_response_spec.rb +59 -0
  227. data/spec/models/rpm_update_collection_spec.rb +2 -8
  228. data/spec/models/rpm_update_record_response_spec.rb +155 -0
  229. data/spec/models/rpm_update_record_spec.rb +4 -112
  230. data/spec/models/{variant_spec.rb → variant_response_spec.rb} +8 -8
  231. data/spec/spec_helper.rb +2 -2
  232. metadata +116 -48
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -21,26 +21,26 @@ module PulpRpmClient
21
21
  end
22
22
  # Create a rpm repository
23
23
  # A ViewSet for RpmRepository.
24
- # @param data [RpmRpmRepository]
24
+ # @param rpm_rpm_repository [RpmRpmRepository]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [RpmRpmRepository]
27
- def create(data, opts = {})
28
- data, _status_code, _headers = create_with_http_info(data, opts)
26
+ # @return [RpmRpmRepositoryResponse]
27
+ def create(rpm_rpm_repository, opts = {})
28
+ data, _status_code, _headers = create_with_http_info(rpm_rpm_repository, opts)
29
29
  data
30
30
  end
31
31
 
32
32
  # Create a rpm repository
33
33
  # A ViewSet for RpmRepository.
34
- # @param data [RpmRpmRepository]
34
+ # @param rpm_rpm_repository [RpmRpmRepository]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(RpmRpmRepository, Integer, Hash)>] RpmRpmRepository data, response status code and response headers
37
- def create_with_http_info(data, opts = {})
36
+ # @return [Array<(RpmRpmRepositoryResponse, Integer, Hash)>] RpmRpmRepositoryResponse data, response status code and response headers
37
+ def create_with_http_info(rpm_rpm_repository, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.create ...'
40
40
  end
41
- # verify the required parameter 'data' is set
42
- if @api_client.config.client_side_validation && data.nil?
43
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesRpmApi.create"
41
+ # verify the required parameter 'rpm_rpm_repository' is set
42
+ if @api_client.config.client_side_validation && rpm_rpm_repository.nil?
43
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_repository' when calling RepositoriesRpmApi.create"
44
44
  end
45
45
  # resource path
46
46
  local_var_path = '/pulp/api/v3/repositories/rpm/rpm/'
@@ -53,19 +53,19 @@ module PulpRpmClient
53
53
  # HTTP header 'Accept' (if needed)
54
54
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
55
55
  # HTTP header 'Content-Type'
56
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
56
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
57
57
 
58
58
  # form parameters
59
59
  form_params = opts[:form_params] || {}
60
60
 
61
61
  # http body (model)
62
- post_body = opts[:body] || @api_client.object_to_http_body(data)
62
+ post_body = opts[:body] || @api_client.object_to_http_body(rpm_rpm_repository)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'RpmRpmRepository'
65
+ return_type = opts[:return_type] || 'RpmRpmRepositoryResponse'
66
66
 
67
67
  # auth_names
68
- auth_names = opts[:auth_names] || ['Basic']
68
+ auth_names = opts[:auth_names] || ['basicAuth']
69
69
 
70
70
  new_options = opts.merge(
71
71
  :header_params => header_params,
@@ -85,32 +85,41 @@ module PulpRpmClient
85
85
 
86
86
  # Delete a rpm repository
87
87
  # Trigger an asynchronous delete task
88
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
88
+ # @param rpm_rpm_repository_href [String]
89
89
  # @param [Hash] opts the optional parameters
90
+ # @option opts [String] :name name
91
+ # @option opts [String] :name__in name__in
92
+ # @option opts [String] :ordering Which field to use when ordering the results.
90
93
  # @return [AsyncOperationResponse]
91
- def delete(rpm_repository_href, opts = {})
92
- data, _status_code, _headers = delete_with_http_info(rpm_repository_href, opts)
94
+ def delete(rpm_rpm_repository_href, opts = {})
95
+ data, _status_code, _headers = delete_with_http_info(rpm_rpm_repository_href, opts)
93
96
  data
94
97
  end
95
98
 
96
99
  # Delete a rpm repository
97
100
  # Trigger an asynchronous delete task
98
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
101
+ # @param rpm_rpm_repository_href [String]
99
102
  # @param [Hash] opts the optional parameters
103
+ # @option opts [String] :name name
104
+ # @option opts [String] :name__in name__in
105
+ # @option opts [String] :ordering Which field to use when ordering the results.
100
106
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
101
- def delete_with_http_info(rpm_repository_href, opts = {})
107
+ def delete_with_http_info(rpm_rpm_repository_href, opts = {})
102
108
  if @api_client.config.debugging
103
109
  @api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.delete ...'
104
110
  end
105
- # verify the required parameter 'rpm_repository_href' is set
106
- if @api_client.config.client_side_validation && rpm_repository_href.nil?
107
- fail ArgumentError, "Missing the required parameter 'rpm_repository_href' when calling RepositoriesRpmApi.delete"
111
+ # verify the required parameter 'rpm_rpm_repository_href' is set
112
+ if @api_client.config.client_side_validation && rpm_rpm_repository_href.nil?
113
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_repository_href' when calling RepositoriesRpmApi.delete"
108
114
  end
109
115
  # resource path
110
- local_var_path = '{rpm_repository_href}'.sub('{' + 'rpm_repository_href' + '}', CGI.escape(rpm_repository_href.to_s).gsub('%2F', '/'))
116
+ local_var_path = '{rpm_rpm_repository_href}'.sub('{' + 'rpm_rpm_repository_href' + '}', CGI.escape(rpm_rpm_repository_href.to_s).gsub('%2F', '/'))
111
117
 
112
118
  # query parameters
113
119
  query_params = opts[:query_params] || {}
120
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
121
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
122
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
114
123
 
115
124
  # header parameters
116
125
  header_params = opts[:header_params] || {}
@@ -127,7 +136,7 @@ module PulpRpmClient
127
136
  return_type = opts[:return_type] || 'AsyncOperationResponse'
128
137
 
129
138
  # auth_names
130
- auth_names = opts[:auth_names] || ['Basic']
139
+ auth_names = opts[:auth_names] || ['basicAuth']
131
140
 
132
141
  new_options = opts.merge(
133
142
  :header_params => header_params,
@@ -148,11 +157,11 @@ module PulpRpmClient
148
157
  # List rpm repositorys
149
158
  # A ViewSet for RpmRepository.
150
159
  # @param [Hash] opts the optional parameters
151
- # @option opts [String] :ordering Which field to use when ordering the results.
152
- # @option opts [String] :name
153
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
154
160
  # @option opts [Integer] :limit Number of results to return per page.
161
+ # @option opts [String] :name name
162
+ # @option opts [String] :name__in name__in
155
163
  # @option opts [Integer] :offset The initial index from which to return the results.
164
+ # @option opts [String] :ordering Which field to use when ordering the results.
156
165
  # @option opts [String] :fields A list of fields to include in the response.
157
166
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
158
167
  # @return [InlineResponse20013]
@@ -164,11 +173,11 @@ module PulpRpmClient
164
173
  # List rpm repositorys
165
174
  # A ViewSet for RpmRepository.
166
175
  # @param [Hash] opts the optional parameters
167
- # @option opts [String] :ordering Which field to use when ordering the results.
168
- # @option opts [String] :name
169
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
170
176
  # @option opts [Integer] :limit Number of results to return per page.
177
+ # @option opts [String] :name name
178
+ # @option opts [String] :name__in name__in
171
179
  # @option opts [Integer] :offset The initial index from which to return the results.
180
+ # @option opts [String] :ordering Which field to use when ordering the results.
172
181
  # @option opts [String] :fields A list of fields to include in the response.
173
182
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
174
183
  # @return [Array<(InlineResponse20013, Integer, Hash)>] InlineResponse20013 data, response status code and response headers
@@ -181,11 +190,11 @@ module PulpRpmClient
181
190
 
182
191
  # query parameters
183
192
  query_params = opts[:query_params] || {}
184
- query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
193
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
185
194
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
186
195
  query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
187
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
188
196
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
197
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
189
198
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
190
199
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
191
200
 
@@ -204,7 +213,7 @@ module PulpRpmClient
204
213
  return_type = opts[:return_type] || 'InlineResponse20013'
205
214
 
206
215
  # auth_names
207
- auth_names = opts[:auth_names] || ['Basic']
216
+ auth_names = opts[:auth_names] || ['basicAuth']
208
217
 
209
218
  new_options = opts.merge(
210
219
  :header_params => header_params,
@@ -224,35 +233,35 @@ module PulpRpmClient
224
233
 
225
234
  # Modify Repository Content
226
235
  # Trigger an asynchronous task to create a new repository version.
227
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
228
- # @param data [RepositoryAddRemoveContent]
236
+ # @param rpm_rpm_repository_href [String]
237
+ # @param repository_add_remove_content [RepositoryAddRemoveContent]
229
238
  # @param [Hash] opts the optional parameters
230
239
  # @return [AsyncOperationResponse]
231
- def modify(rpm_repository_href, data, opts = {})
232
- data, _status_code, _headers = modify_with_http_info(rpm_repository_href, data, opts)
240
+ def modify(rpm_rpm_repository_href, repository_add_remove_content, opts = {})
241
+ data, _status_code, _headers = modify_with_http_info(rpm_rpm_repository_href, repository_add_remove_content, opts)
233
242
  data
234
243
  end
235
244
 
236
245
  # Modify Repository Content
237
246
  # Trigger an asynchronous task to create a new repository version.
238
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
239
- # @param data [RepositoryAddRemoveContent]
247
+ # @param rpm_rpm_repository_href [String]
248
+ # @param repository_add_remove_content [RepositoryAddRemoveContent]
240
249
  # @param [Hash] opts the optional parameters
241
250
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
242
- def modify_with_http_info(rpm_repository_href, data, opts = {})
251
+ def modify_with_http_info(rpm_rpm_repository_href, repository_add_remove_content, opts = {})
243
252
  if @api_client.config.debugging
244
253
  @api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.modify ...'
245
254
  end
246
- # verify the required parameter 'rpm_repository_href' is set
247
- if @api_client.config.client_side_validation && rpm_repository_href.nil?
248
- fail ArgumentError, "Missing the required parameter 'rpm_repository_href' when calling RepositoriesRpmApi.modify"
255
+ # verify the required parameter 'rpm_rpm_repository_href' is set
256
+ if @api_client.config.client_side_validation && rpm_rpm_repository_href.nil?
257
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_repository_href' when calling RepositoriesRpmApi.modify"
249
258
  end
250
- # verify the required parameter 'data' is set
251
- if @api_client.config.client_side_validation && data.nil?
252
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesRpmApi.modify"
259
+ # verify the required parameter 'repository_add_remove_content' is set
260
+ if @api_client.config.client_side_validation && repository_add_remove_content.nil?
261
+ fail ArgumentError, "Missing the required parameter 'repository_add_remove_content' when calling RepositoriesRpmApi.modify"
253
262
  end
254
263
  # resource path
255
- local_var_path = '{rpm_repository_href}modify/'.sub('{' + 'rpm_repository_href' + '}', CGI.escape(rpm_repository_href.to_s).gsub('%2F', '/'))
264
+ local_var_path = '{rpm_rpm_repository_href}modify/'.sub('{' + 'rpm_rpm_repository_href' + '}', CGI.escape(rpm_rpm_repository_href.to_s).gsub('%2F', '/'))
256
265
 
257
266
  # query parameters
258
267
  query_params = opts[:query_params] || {}
@@ -262,19 +271,19 @@ module PulpRpmClient
262
271
  # HTTP header 'Accept' (if needed)
263
272
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
264
273
  # HTTP header 'Content-Type'
265
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
274
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
266
275
 
267
276
  # form parameters
268
277
  form_params = opts[:form_params] || {}
269
278
 
270
279
  # http body (model)
271
- post_body = opts[:body] || @api_client.object_to_http_body(data)
280
+ post_body = opts[:body] || @api_client.object_to_http_body(repository_add_remove_content)
272
281
 
273
282
  # return_type
274
283
  return_type = opts[:return_type] || 'AsyncOperationResponse'
275
284
 
276
285
  # auth_names
277
- auth_names = opts[:auth_names] || ['Basic']
286
+ auth_names = opts[:auth_names] || ['basicAuth']
278
287
 
279
288
  new_options = opts.merge(
280
289
  :header_params => header_params,
@@ -292,59 +301,68 @@ module PulpRpmClient
292
301
  return data, status_code, headers
293
302
  end
294
303
 
295
- # Partially update a rpm repository
304
+ # Update a rpm repository
296
305
  # Trigger an asynchronous partial update task
297
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
298
- # @param data [RpmRpmRepository]
306
+ # @param rpm_rpm_repository_href [String]
307
+ # @param patchedrpm_rpm_repository [PatchedrpmRpmRepository]
299
308
  # @param [Hash] opts the optional parameters
309
+ # @option opts [String] :name name
310
+ # @option opts [String] :name__in name__in
311
+ # @option opts [String] :ordering Which field to use when ordering the results.
300
312
  # @return [AsyncOperationResponse]
301
- def partial_update(rpm_repository_href, data, opts = {})
302
- data, _status_code, _headers = partial_update_with_http_info(rpm_repository_href, data, opts)
313
+ def partial_update(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts = {})
314
+ data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts)
303
315
  data
304
316
  end
305
317
 
306
- # Partially update a rpm repository
318
+ # Update a rpm repository
307
319
  # Trigger an asynchronous partial update task
308
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
309
- # @param data [RpmRpmRepository]
320
+ # @param rpm_rpm_repository_href [String]
321
+ # @param patchedrpm_rpm_repository [PatchedrpmRpmRepository]
310
322
  # @param [Hash] opts the optional parameters
323
+ # @option opts [String] :name name
324
+ # @option opts [String] :name__in name__in
325
+ # @option opts [String] :ordering Which field to use when ordering the results.
311
326
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
312
- def partial_update_with_http_info(rpm_repository_href, data, opts = {})
327
+ def partial_update_with_http_info(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts = {})
313
328
  if @api_client.config.debugging
314
329
  @api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.partial_update ...'
315
330
  end
316
- # verify the required parameter 'rpm_repository_href' is set
317
- if @api_client.config.client_side_validation && rpm_repository_href.nil?
318
- fail ArgumentError, "Missing the required parameter 'rpm_repository_href' when calling RepositoriesRpmApi.partial_update"
331
+ # verify the required parameter 'rpm_rpm_repository_href' is set
332
+ if @api_client.config.client_side_validation && rpm_rpm_repository_href.nil?
333
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_repository_href' when calling RepositoriesRpmApi.partial_update"
319
334
  end
320
- # verify the required parameter 'data' is set
321
- if @api_client.config.client_side_validation && data.nil?
322
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesRpmApi.partial_update"
335
+ # verify the required parameter 'patchedrpm_rpm_repository' is set
336
+ if @api_client.config.client_side_validation && patchedrpm_rpm_repository.nil?
337
+ fail ArgumentError, "Missing the required parameter 'patchedrpm_rpm_repository' when calling RepositoriesRpmApi.partial_update"
323
338
  end
324
339
  # resource path
325
- local_var_path = '{rpm_repository_href}'.sub('{' + 'rpm_repository_href' + '}', CGI.escape(rpm_repository_href.to_s).gsub('%2F', '/'))
340
+ local_var_path = '{rpm_rpm_repository_href}'.sub('{' + 'rpm_rpm_repository_href' + '}', CGI.escape(rpm_rpm_repository_href.to_s).gsub('%2F', '/'))
326
341
 
327
342
  # query parameters
328
343
  query_params = opts[:query_params] || {}
344
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
345
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
346
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
329
347
 
330
348
  # header parameters
331
349
  header_params = opts[:header_params] || {}
332
350
  # HTTP header 'Accept' (if needed)
333
351
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
334
352
  # HTTP header 'Content-Type'
335
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
353
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
336
354
 
337
355
  # form parameters
338
356
  form_params = opts[:form_params] || {}
339
357
 
340
358
  # http body (model)
341
- post_body = opts[:body] || @api_client.object_to_http_body(data)
359
+ post_body = opts[:body] || @api_client.object_to_http_body(patchedrpm_rpm_repository)
342
360
 
343
361
  # return_type
344
362
  return_type = opts[:return_type] || 'AsyncOperationResponse'
345
363
 
346
364
  # auth_names
347
- auth_names = opts[:auth_names] || ['Basic']
365
+ auth_names = opts[:auth_names] || ['basicAuth']
348
366
 
349
367
  new_options = opts.merge(
350
368
  :header_params => header_params,
@@ -364,33 +382,33 @@ module PulpRpmClient
364
382
 
365
383
  # Inspect a rpm repository
366
384
  # A ViewSet for RpmRepository.
367
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
385
+ # @param rpm_rpm_repository_href [String]
368
386
  # @param [Hash] opts the optional parameters
369
387
  # @option opts [String] :fields A list of fields to include in the response.
370
388
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
371
- # @return [RpmRpmRepository]
372
- def read(rpm_repository_href, opts = {})
373
- data, _status_code, _headers = read_with_http_info(rpm_repository_href, opts)
389
+ # @return [RpmRpmRepositoryResponse]
390
+ def read(rpm_rpm_repository_href, opts = {})
391
+ data, _status_code, _headers = read_with_http_info(rpm_rpm_repository_href, opts)
374
392
  data
375
393
  end
376
394
 
377
395
  # Inspect a rpm repository
378
396
  # A ViewSet for RpmRepository.
379
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
397
+ # @param rpm_rpm_repository_href [String]
380
398
  # @param [Hash] opts the optional parameters
381
399
  # @option opts [String] :fields A list of fields to include in the response.
382
400
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
383
- # @return [Array<(RpmRpmRepository, Integer, Hash)>] RpmRpmRepository data, response status code and response headers
384
- def read_with_http_info(rpm_repository_href, opts = {})
401
+ # @return [Array<(RpmRpmRepositoryResponse, Integer, Hash)>] RpmRpmRepositoryResponse data, response status code and response headers
402
+ def read_with_http_info(rpm_rpm_repository_href, opts = {})
385
403
  if @api_client.config.debugging
386
404
  @api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.read ...'
387
405
  end
388
- # verify the required parameter 'rpm_repository_href' is set
389
- if @api_client.config.client_side_validation && rpm_repository_href.nil?
390
- fail ArgumentError, "Missing the required parameter 'rpm_repository_href' when calling RepositoriesRpmApi.read"
406
+ # verify the required parameter 'rpm_rpm_repository_href' is set
407
+ if @api_client.config.client_side_validation && rpm_rpm_repository_href.nil?
408
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_repository_href' when calling RepositoriesRpmApi.read"
391
409
  end
392
410
  # resource path
393
- local_var_path = '{rpm_repository_href}'.sub('{' + 'rpm_repository_href' + '}', CGI.escape(rpm_repository_href.to_s).gsub('%2F', '/'))
411
+ local_var_path = '{rpm_rpm_repository_href}'.sub('{' + 'rpm_rpm_repository_href' + '}', CGI.escape(rpm_rpm_repository_href.to_s).gsub('%2F', '/'))
394
412
 
395
413
  # query parameters
396
414
  query_params = opts[:query_params] || {}
@@ -409,10 +427,10 @@ module PulpRpmClient
409
427
  post_body = opts[:body]
410
428
 
411
429
  # return_type
412
- return_type = opts[:return_type] || 'RpmRpmRepository'
430
+ return_type = opts[:return_type] || 'RpmRpmRepositoryResponse'
413
431
 
414
432
  # auth_names
415
- auth_names = opts[:auth_names] || ['Basic']
433
+ auth_names = opts[:auth_names] || ['basicAuth']
416
434
 
417
435
  new_options = opts.merge(
418
436
  :header_params => header_params,
@@ -432,35 +450,35 @@ module PulpRpmClient
432
450
 
433
451
  # Sync from remote
434
452
  # Trigger an asynchronous task to sync RPM content.
435
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
436
- # @param data [RpmRepositorySyncURL]
453
+ # @param rpm_rpm_repository_href [String]
454
+ # @param rpm_repository_sync_url [RpmRepositorySyncURL]
437
455
  # @param [Hash] opts the optional parameters
438
456
  # @return [AsyncOperationResponse]
439
- def sync(rpm_repository_href, data, opts = {})
440
- data, _status_code, _headers = sync_with_http_info(rpm_repository_href, data, opts)
457
+ def sync(rpm_rpm_repository_href, rpm_repository_sync_url, opts = {})
458
+ data, _status_code, _headers = sync_with_http_info(rpm_rpm_repository_href, rpm_repository_sync_url, opts)
441
459
  data
442
460
  end
443
461
 
444
462
  # Sync from remote
445
463
  # Trigger an asynchronous task to sync RPM content.
446
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
447
- # @param data [RpmRepositorySyncURL]
464
+ # @param rpm_rpm_repository_href [String]
465
+ # @param rpm_repository_sync_url [RpmRepositorySyncURL]
448
466
  # @param [Hash] opts the optional parameters
449
467
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
450
- def sync_with_http_info(rpm_repository_href, data, opts = {})
468
+ def sync_with_http_info(rpm_rpm_repository_href, rpm_repository_sync_url, opts = {})
451
469
  if @api_client.config.debugging
452
470
  @api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.sync ...'
453
471
  end
454
- # verify the required parameter 'rpm_repository_href' is set
455
- if @api_client.config.client_side_validation && rpm_repository_href.nil?
456
- fail ArgumentError, "Missing the required parameter 'rpm_repository_href' when calling RepositoriesRpmApi.sync"
472
+ # verify the required parameter 'rpm_rpm_repository_href' is set
473
+ if @api_client.config.client_side_validation && rpm_rpm_repository_href.nil?
474
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_repository_href' when calling RepositoriesRpmApi.sync"
457
475
  end
458
- # verify the required parameter 'data' is set
459
- if @api_client.config.client_side_validation && data.nil?
460
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesRpmApi.sync"
476
+ # verify the required parameter 'rpm_repository_sync_url' is set
477
+ if @api_client.config.client_side_validation && rpm_repository_sync_url.nil?
478
+ fail ArgumentError, "Missing the required parameter 'rpm_repository_sync_url' when calling RepositoriesRpmApi.sync"
461
479
  end
462
480
  # resource path
463
- local_var_path = '{rpm_repository_href}sync/'.sub('{' + 'rpm_repository_href' + '}', CGI.escape(rpm_repository_href.to_s).gsub('%2F', '/'))
481
+ local_var_path = '{rpm_rpm_repository_href}sync/'.sub('{' + 'rpm_rpm_repository_href' + '}', CGI.escape(rpm_rpm_repository_href.to_s).gsub('%2F', '/'))
464
482
 
465
483
  # query parameters
466
484
  query_params = opts[:query_params] || {}
@@ -470,19 +488,19 @@ module PulpRpmClient
470
488
  # HTTP header 'Accept' (if needed)
471
489
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
472
490
  # HTTP header 'Content-Type'
473
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
491
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
474
492
 
475
493
  # form parameters
476
494
  form_params = opts[:form_params] || {}
477
495
 
478
496
  # http body (model)
479
- post_body = opts[:body] || @api_client.object_to_http_body(data)
497
+ post_body = opts[:body] || @api_client.object_to_http_body(rpm_repository_sync_url)
480
498
 
481
499
  # return_type
482
500
  return_type = opts[:return_type] || 'AsyncOperationResponse'
483
501
 
484
502
  # auth_names
485
- auth_names = opts[:auth_names] || ['Basic']
503
+ auth_names = opts[:auth_names] || ['basicAuth']
486
504
 
487
505
  new_options = opts.merge(
488
506
  :header_params => header_params,
@@ -502,57 +520,66 @@ module PulpRpmClient
502
520
 
503
521
  # Update a rpm repository
504
522
  # Trigger an asynchronous update task
505
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
506
- # @param data [RpmRpmRepository]
523
+ # @param rpm_rpm_repository_href [String]
524
+ # @param rpm_rpm_repository [RpmRpmRepository]
507
525
  # @param [Hash] opts the optional parameters
526
+ # @option opts [String] :name name
527
+ # @option opts [String] :name__in name__in
528
+ # @option opts [String] :ordering Which field to use when ordering the results.
508
529
  # @return [AsyncOperationResponse]
509
- def update(rpm_repository_href, data, opts = {})
510
- data, _status_code, _headers = update_with_http_info(rpm_repository_href, data, opts)
530
+ def update(rpm_rpm_repository_href, rpm_rpm_repository, opts = {})
531
+ data, _status_code, _headers = update_with_http_info(rpm_rpm_repository_href, rpm_rpm_repository, opts)
511
532
  data
512
533
  end
513
534
 
514
535
  # Update a rpm repository
515
536
  # Trigger an asynchronous update task
516
- # @param rpm_repository_href [String] URI of Rpm Repository. e.g.: /pulp/api/v3/repositories/rpm/rpm/1/
517
- # @param data [RpmRpmRepository]
537
+ # @param rpm_rpm_repository_href [String]
538
+ # @param rpm_rpm_repository [RpmRpmRepository]
518
539
  # @param [Hash] opts the optional parameters
540
+ # @option opts [String] :name name
541
+ # @option opts [String] :name__in name__in
542
+ # @option opts [String] :ordering Which field to use when ordering the results.
519
543
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
520
- def update_with_http_info(rpm_repository_href, data, opts = {})
544
+ def update_with_http_info(rpm_rpm_repository_href, rpm_rpm_repository, opts = {})
521
545
  if @api_client.config.debugging
522
546
  @api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.update ...'
523
547
  end
524
- # verify the required parameter 'rpm_repository_href' is set
525
- if @api_client.config.client_side_validation && rpm_repository_href.nil?
526
- fail ArgumentError, "Missing the required parameter 'rpm_repository_href' when calling RepositoriesRpmApi.update"
548
+ # verify the required parameter 'rpm_rpm_repository_href' is set
549
+ if @api_client.config.client_side_validation && rpm_rpm_repository_href.nil?
550
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_repository_href' when calling RepositoriesRpmApi.update"
527
551
  end
528
- # verify the required parameter 'data' is set
529
- if @api_client.config.client_side_validation && data.nil?
530
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesRpmApi.update"
552
+ # verify the required parameter 'rpm_rpm_repository' is set
553
+ if @api_client.config.client_side_validation && rpm_rpm_repository.nil?
554
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_repository' when calling RepositoriesRpmApi.update"
531
555
  end
532
556
  # resource path
533
- local_var_path = '{rpm_repository_href}'.sub('{' + 'rpm_repository_href' + '}', CGI.escape(rpm_repository_href.to_s).gsub('%2F', '/'))
557
+ local_var_path = '{rpm_rpm_repository_href}'.sub('{' + 'rpm_rpm_repository_href' + '}', CGI.escape(rpm_rpm_repository_href.to_s).gsub('%2F', '/'))
534
558
 
535
559
  # query parameters
536
560
  query_params = opts[:query_params] || {}
561
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
562
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
563
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
537
564
 
538
565
  # header parameters
539
566
  header_params = opts[:header_params] || {}
540
567
  # HTTP header 'Accept' (if needed)
541
568
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
542
569
  # HTTP header 'Content-Type'
543
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
570
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
544
571
 
545
572
  # form parameters
546
573
  form_params = opts[:form_params] || {}
547
574
 
548
575
  # http body (model)
549
- post_body = opts[:body] || @api_client.object_to_http_body(data)
576
+ post_body = opts[:body] || @api_client.object_to_http_body(rpm_rpm_repository)
550
577
 
551
578
  # return_type
552
579
  return_type = opts[:return_type] || 'AsyncOperationResponse'
553
580
 
554
581
  # auth_names
555
- auth_names = opts[:auth_names] || ['Basic']
582
+ auth_names = opts[:auth_names] || ['basicAuth']
556
583
 
557
584
  new_options = opts.merge(
558
585
  :header_params => header_params,