pulp_file_client 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +51 -37
  3. data/docs/ContentFilesApi.md +24 -24
  4. data/docs/ContentSummary.md +3 -3
  5. data/docs/ContentSummaryResponse.md +21 -0
  6. data/docs/DistributionsFileApi.md +108 -60
  7. data/docs/{Export.md → ExportResponse.md} +2 -2
  8. data/docs/ExportersFileExportsApi.md +34 -34
  9. data/docs/ExportersFilesystemApi.md +61 -61
  10. data/docs/FileFileContent.md +5 -17
  11. data/docs/FileFileContentResponse.md +35 -0
  12. data/docs/FileFileDistribution.md +1 -7
  13. data/docs/FileFileDistributionResponse.md +29 -0
  14. data/docs/FileFileFilesystemExporter.md +1 -5
  15. data/docs/FileFileFilesystemExporterResponse.md +23 -0
  16. data/docs/FileFilePublication.md +1 -7
  17. data/docs/FileFilePublicationResponse.md +27 -0
  18. data/docs/FileFileRemote.md +4 -10
  19. data/docs/FileFileRemoteResponse.md +43 -0
  20. data/docs/FileFileRepository.md +4 -10
  21. data/docs/FileFileRepositoryResponse.md +29 -0
  22. data/docs/InlineResponse200.md +3 -3
  23. data/docs/InlineResponse2001.md +3 -3
  24. data/docs/InlineResponse2002.md +3 -3
  25. data/docs/InlineResponse2003.md +3 -3
  26. data/docs/InlineResponse2004.md +3 -3
  27. data/docs/InlineResponse2005.md +3 -3
  28. data/docs/InlineResponse2006.md +3 -3
  29. data/docs/InlineResponse2007.md +3 -3
  30. data/docs/PatchedfileFileDistribution.md +23 -0
  31. data/docs/PatchedfileFileFilesystemExporter.md +19 -0
  32. data/docs/PatchedfileFileRemote.md +37 -0
  33. data/docs/PatchedfileFileRepository.md +21 -0
  34. data/docs/PolicyEnum.md +16 -0
  35. data/docs/PublicationsFileApi.md +40 -40
  36. data/docs/RemotesFileApi.md +125 -65
  37. data/docs/RepositoriesFileApi.md +97 -73
  38. data/docs/RepositoriesFileVersionsApi.md +94 -62
  39. data/docs/RepositoryAddRemoveContent.md +2 -2
  40. data/docs/RepositorySyncURL.md +1 -1
  41. data/docs/RepositoryVersion.md +1 -9
  42. data/docs/RepositoryVersionResponse.md +25 -0
  43. data/lib/pulp_file_client/api/content_files_api.rb +32 -36
  44. data/lib/pulp_file_client/api/distributions_file_api.rb +153 -90
  45. data/lib/pulp_file_client/api/exporters_file_exports_api.rb +55 -55
  46. data/lib/pulp_file_client/api/exporters_filesystem_api.rb +102 -102
  47. data/lib/pulp_file_client/api/publications_file_api.rb +59 -59
  48. data/lib/pulp_file_client/api/remotes_file_api.rb +181 -100
  49. data/lib/pulp_file_client/api/repositories_file_api.rb +145 -118
  50. data/lib/pulp_file_client/api/repositories_file_versions_api.rb +137 -92
  51. data/lib/pulp_file_client/api_client.rb +2 -2
  52. data/lib/pulp_file_client/api_error.rb +2 -2
  53. data/lib/pulp_file_client/configuration.rb +3 -3
  54. data/lib/pulp_file_client/models/async_operation_response.rb +3 -2
  55. data/lib/pulp_file_client/models/content_summary.rb +9 -15
  56. data/lib/pulp_file_client/models/content_summary_response.rb +240 -0
  57. data/lib/pulp_file_client/models/{export.rb → export_response.rb} +6 -5
  58. data/lib/pulp_file_client/models/file_file_content.rb +18 -185
  59. data/lib/pulp_file_client/models/file_file_content_response.rb +302 -0
  60. data/lib/pulp_file_client/models/file_file_distribution.rb +4 -85
  61. data/lib/pulp_file_client/models/file_file_distribution_response.rb +279 -0
  62. data/lib/pulp_file_client/models/file_file_filesystem_exporter.rb +4 -60
  63. data/lib/pulp_file_client/models/file_file_filesystem_exporter_response.rb +247 -0
  64. data/lib/pulp_file_client/models/file_file_publication.rb +4 -49
  65. data/lib/pulp_file_client/models/file_file_publication_response.rb +260 -0
  66. data/lib/pulp_file_client/models/file_file_remote.rb +7 -199
  67. data/lib/pulp_file_client/models/file_file_remote_response.rb +368 -0
  68. data/lib/pulp_file_client/models/file_file_repository.rb +18 -78
  69. data/lib/pulp_file_client/models/file_file_repository_response.rb +271 -0
  70. data/lib/pulp_file_client/models/inline_response200.rb +3 -13
  71. data/lib/pulp_file_client/models/inline_response2001.rb +3 -13
  72. data/lib/pulp_file_client/models/inline_response2002.rb +3 -13
  73. data/lib/pulp_file_client/models/inline_response2003.rb +3 -13
  74. data/lib/pulp_file_client/models/inline_response2004.rb +3 -13
  75. data/lib/pulp_file_client/models/inline_response2005.rb +3 -13
  76. data/lib/pulp_file_client/models/inline_response2006.rb +3 -13
  77. data/lib/pulp_file_client/models/inline_response2007.rb +3 -13
  78. data/lib/pulp_file_client/models/patchedfile_file_distribution.rb +240 -0
  79. data/lib/pulp_file_client/models/patchedfile_file_filesystem_exporter.rb +218 -0
  80. data/lib/pulp_file_client/models/patchedfile_file_remote.rb +329 -0
  81. data/lib/pulp_file_client/models/patchedfile_file_repository.rb +229 -0
  82. data/lib/pulp_file_client/models/policy_enum.rb +37 -0
  83. data/lib/pulp_file_client/models/publication_export.rb +3 -2
  84. data/lib/pulp_file_client/models/repository_add_remove_content.rb +5 -4
  85. data/lib/pulp_file_client/models/repository_sync_url.rb +3 -8
  86. data/lib/pulp_file_client/models/repository_version.rb +7 -43
  87. data/lib/pulp_file_client/models/repository_version_response.rb +246 -0
  88. data/lib/pulp_file_client/version.rb +3 -3
  89. data/lib/pulp_file_client.rb +16 -3
  90. data/pulp_file_client.gemspec +4 -4
  91. data/spec/api/content_files_api_spec.rb +10 -10
  92. data/spec/api/distributions_file_api_spec.rb +39 -18
  93. data/spec/api/exporters_file_exports_api_spec.rb +9 -9
  94. data/spec/api/exporters_filesystem_api_spec.rb +23 -23
  95. data/spec/api/publications_file_api_spec.rb +14 -14
  96. data/spec/api/remotes_file_api_spec.rb +48 -21
  97. data/spec/api/repositories_file_api_spec.rb +28 -19
  98. data/spec/api/repositories_file_versions_api_spec.rb +38 -23
  99. data/spec/api_client_spec.rb +2 -2
  100. data/spec/configuration_spec.rb +2 -2
  101. data/spec/models/async_operation_response_spec.rb +2 -2
  102. data/spec/models/content_summary_response_spec.rb +53 -0
  103. data/spec/models/content_summary_spec.rb +2 -2
  104. data/spec/models/{export_spec.rb → export_response_spec.rb} +8 -8
  105. data/spec/models/file_file_content_response_spec.rb +95 -0
  106. data/spec/models/file_file_content_spec.rb +4 -40
  107. data/spec/models/file_file_distribution_response_spec.rb +77 -0
  108. data/spec/models/file_file_distribution_spec.rb +2 -20
  109. data/spec/models/file_file_filesystem_exporter_response_spec.rb +59 -0
  110. data/spec/models/file_file_filesystem_exporter_spec.rb +2 -14
  111. data/spec/models/file_file_publication_response_spec.rb +71 -0
  112. data/spec/models/file_file_publication_spec.rb +2 -20
  113. data/spec/models/file_file_remote_response_spec.rb +119 -0
  114. data/spec/models/file_file_remote_spec.rb +2 -24
  115. data/spec/models/file_file_repository_response_spec.rb +77 -0
  116. data/spec/models/file_file_repository_spec.rb +5 -23
  117. data/spec/models/inline_response2001_spec.rb +2 -2
  118. data/spec/models/inline_response2002_spec.rb +2 -2
  119. data/spec/models/inline_response2003_spec.rb +2 -2
  120. data/spec/models/inline_response2004_spec.rb +2 -2
  121. data/spec/models/inline_response2005_spec.rb +2 -2
  122. data/spec/models/inline_response2006_spec.rb +2 -2
  123. data/spec/models/inline_response2007_spec.rb +2 -2
  124. data/spec/models/inline_response200_spec.rb +2 -2
  125. data/spec/models/patchedfile_file_distribution_spec.rb +59 -0
  126. data/spec/models/patchedfile_file_filesystem_exporter_spec.rb +47 -0
  127. data/spec/models/patchedfile_file_remote_spec.rb +101 -0
  128. data/spec/models/patchedfile_file_repository_spec.rb +53 -0
  129. data/spec/models/policy_enum_spec.rb +35 -0
  130. data/spec/models/publication_export_spec.rb +2 -2
  131. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  132. data/spec/models/repository_sync_url_spec.rb +2 -2
  133. data/spec/models/repository_version_response_spec.rb +65 -0
  134. data/spec/models/repository_version_spec.rb +2 -26
  135. data/spec/spec_helper.rb +2 -2
  136. metadata +76 -24
@@ -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 PulpFileClient
21
21
  end
22
22
  # Create a file repository
23
23
  # FileRepository represents a single file repository, to which content can be synced, added, or removed.
24
- # @param data [FileFileRepository]
24
+ # @param file_file_repository [FileFileRepository]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [FileFileRepository]
27
- def create(data, opts = {})
28
- data, _status_code, _headers = create_with_http_info(data, opts)
26
+ # @return [FileFileRepositoryResponse]
27
+ def create(file_file_repository, opts = {})
28
+ data, _status_code, _headers = create_with_http_info(file_file_repository, opts)
29
29
  data
30
30
  end
31
31
 
32
32
  # Create a file repository
33
33
  # FileRepository represents a single file repository, to which content can be synced, added, or removed.
34
- # @param data [FileFileRepository]
34
+ # @param file_file_repository [FileFileRepository]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(FileFileRepository, Integer, Hash)>] FileFileRepository data, response status code and response headers
37
- def create_with_http_info(data, opts = {})
36
+ # @return [Array<(FileFileRepositoryResponse, Integer, Hash)>] FileFileRepositoryResponse data, response status code and response headers
37
+ def create_with_http_info(file_file_repository, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: RepositoriesFileApi.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 RepositoriesFileApi.create"
41
+ # verify the required parameter 'file_file_repository' is set
42
+ if @api_client.config.client_side_validation && file_file_repository.nil?
43
+ fail ArgumentError, "Missing the required parameter 'file_file_repository' when calling RepositoriesFileApi.create"
44
44
  end
45
45
  # resource path
46
46
  local_var_path = '/pulp/api/v3/repositories/file/file/'
@@ -53,19 +53,19 @@ module PulpFileClient
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(file_file_repository)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'FileFileRepository'
65
+ return_type = opts[:return_type] || 'FileFileRepositoryResponse'
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 PulpFileClient
85
85
 
86
86
  # Delete a file repository
87
87
  # Trigger an asynchronous delete task
88
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
88
+ # @param file_file_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(file_repository_href, opts = {})
92
- data, _status_code, _headers = delete_with_http_info(file_repository_href, opts)
94
+ def delete(file_file_repository_href, opts = {})
95
+ data, _status_code, _headers = delete_with_http_info(file_file_repository_href, opts)
93
96
  data
94
97
  end
95
98
 
96
99
  # Delete a file repository
97
100
  # Trigger an asynchronous delete task
98
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
101
+ # @param file_file_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(file_repository_href, opts = {})
107
+ def delete_with_http_info(file_file_repository_href, opts = {})
102
108
  if @api_client.config.debugging
103
109
  @api_client.config.logger.debug 'Calling API: RepositoriesFileApi.delete ...'
104
110
  end
105
- # verify the required parameter 'file_repository_href' is set
106
- if @api_client.config.client_side_validation && file_repository_href.nil?
107
- fail ArgumentError, "Missing the required parameter 'file_repository_href' when calling RepositoriesFileApi.delete"
111
+ # verify the required parameter 'file_file_repository_href' is set
112
+ if @api_client.config.client_side_validation && file_file_repository_href.nil?
113
+ fail ArgumentError, "Missing the required parameter 'file_file_repository_href' when calling RepositoriesFileApi.delete"
108
114
  end
109
115
  # resource path
110
- local_var_path = '{file_repository_href}'.sub('{' + 'file_repository_href' + '}', CGI.escape(file_repository_href.to_s).gsub('%2F', '/'))
116
+ local_var_path = '{file_file_repository_href}'.sub('{' + 'file_file_repository_href' + '}', CGI.escape(file_file_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 PulpFileClient
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 PulpFileClient
148
157
  # List file repositorys
149
158
  # FileRepository represents a single file repository, to which content can be synced, added, or removed.
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 [InlineResponse2006]
@@ -164,11 +173,11 @@ module PulpFileClient
164
173
  # List file repositorys
165
174
  # FileRepository represents a single file repository, to which content can be synced, added, or removed.
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<(InlineResponse2006, Integer, Hash)>] InlineResponse2006 data, response status code and response headers
@@ -181,11 +190,11 @@ module PulpFileClient
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 PulpFileClient
204
213
  return_type = opts[:return_type] || 'InlineResponse2006'
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 PulpFileClient
224
233
 
225
234
  # Modify Repository Content
226
235
  # Trigger an asynchronous task to create a new repository version.
227
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
228
- # @param data [RepositoryAddRemoveContent]
236
+ # @param file_file_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(file_repository_href, data, opts = {})
232
- data, _status_code, _headers = modify_with_http_info(file_repository_href, data, opts)
240
+ def modify(file_file_repository_href, repository_add_remove_content, opts = {})
241
+ data, _status_code, _headers = modify_with_http_info(file_file_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 file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
239
- # @param data [RepositoryAddRemoveContent]
247
+ # @param file_file_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(file_repository_href, data, opts = {})
251
+ def modify_with_http_info(file_file_repository_href, repository_add_remove_content, opts = {})
243
252
  if @api_client.config.debugging
244
253
  @api_client.config.logger.debug 'Calling API: RepositoriesFileApi.modify ...'
245
254
  end
246
- # verify the required parameter 'file_repository_href' is set
247
- if @api_client.config.client_side_validation && file_repository_href.nil?
248
- fail ArgumentError, "Missing the required parameter 'file_repository_href' when calling RepositoriesFileApi.modify"
255
+ # verify the required parameter 'file_file_repository_href' is set
256
+ if @api_client.config.client_side_validation && file_file_repository_href.nil?
257
+ fail ArgumentError, "Missing the required parameter 'file_file_repository_href' when calling RepositoriesFileApi.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 RepositoriesFileApi.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 RepositoriesFileApi.modify"
253
262
  end
254
263
  # resource path
255
- local_var_path = '{file_repository_href}modify/'.sub('{' + 'file_repository_href' + '}', CGI.escape(file_repository_href.to_s).gsub('%2F', '/'))
264
+ local_var_path = '{file_file_repository_href}modify/'.sub('{' + 'file_file_repository_href' + '}', CGI.escape(file_file_repository_href.to_s).gsub('%2F', '/'))
256
265
 
257
266
  # query parameters
258
267
  query_params = opts[:query_params] || {}
@@ -262,19 +271,19 @@ module PulpFileClient
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 PulpFileClient
292
301
  return data, status_code, headers
293
302
  end
294
303
 
295
- # Partially update a file repository
304
+ # Update a file repository
296
305
  # Trigger an asynchronous partial update task
297
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
298
- # @param data [FileFileRepository]
306
+ # @param file_file_repository_href [String]
307
+ # @param patchedfile_file_repository [PatchedfileFileRepository]
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(file_repository_href, data, opts = {})
302
- data, _status_code, _headers = partial_update_with_http_info(file_repository_href, data, opts)
313
+ def partial_update(file_file_repository_href, patchedfile_file_repository, opts = {})
314
+ data, _status_code, _headers = partial_update_with_http_info(file_file_repository_href, patchedfile_file_repository, opts)
303
315
  data
304
316
  end
305
317
 
306
- # Partially update a file repository
318
+ # Update a file repository
307
319
  # Trigger an asynchronous partial update task
308
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
309
- # @param data [FileFileRepository]
320
+ # @param file_file_repository_href [String]
321
+ # @param patchedfile_file_repository [PatchedfileFileRepository]
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(file_repository_href, data, opts = {})
327
+ def partial_update_with_http_info(file_file_repository_href, patchedfile_file_repository, opts = {})
313
328
  if @api_client.config.debugging
314
329
  @api_client.config.logger.debug 'Calling API: RepositoriesFileApi.partial_update ...'
315
330
  end
316
- # verify the required parameter 'file_repository_href' is set
317
- if @api_client.config.client_side_validation && file_repository_href.nil?
318
- fail ArgumentError, "Missing the required parameter 'file_repository_href' when calling RepositoriesFileApi.partial_update"
331
+ # verify the required parameter 'file_file_repository_href' is set
332
+ if @api_client.config.client_side_validation && file_file_repository_href.nil?
333
+ fail ArgumentError, "Missing the required parameter 'file_file_repository_href' when calling RepositoriesFileApi.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 RepositoriesFileApi.partial_update"
335
+ # verify the required parameter 'patchedfile_file_repository' is set
336
+ if @api_client.config.client_side_validation && patchedfile_file_repository.nil?
337
+ fail ArgumentError, "Missing the required parameter 'patchedfile_file_repository' when calling RepositoriesFileApi.partial_update"
323
338
  end
324
339
  # resource path
325
- local_var_path = '{file_repository_href}'.sub('{' + 'file_repository_href' + '}', CGI.escape(file_repository_href.to_s).gsub('%2F', '/'))
340
+ local_var_path = '{file_file_repository_href}'.sub('{' + 'file_file_repository_href' + '}', CGI.escape(file_file_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(patchedfile_file_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 PulpFileClient
364
382
 
365
383
  # Inspect a file repository
366
384
  # FileRepository represents a single file repository, to which content can be synced, added, or removed.
367
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
385
+ # @param file_file_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 [FileFileRepository]
372
- def read(file_repository_href, opts = {})
373
- data, _status_code, _headers = read_with_http_info(file_repository_href, opts)
389
+ # @return [FileFileRepositoryResponse]
390
+ def read(file_file_repository_href, opts = {})
391
+ data, _status_code, _headers = read_with_http_info(file_file_repository_href, opts)
374
392
  data
375
393
  end
376
394
 
377
395
  # Inspect a file repository
378
396
  # FileRepository represents a single file repository, to which content can be synced, added, or removed.
379
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
397
+ # @param file_file_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<(FileFileRepository, Integer, Hash)>] FileFileRepository data, response status code and response headers
384
- def read_with_http_info(file_repository_href, opts = {})
401
+ # @return [Array<(FileFileRepositoryResponse, Integer, Hash)>] FileFileRepositoryResponse data, response status code and response headers
402
+ def read_with_http_info(file_file_repository_href, opts = {})
385
403
  if @api_client.config.debugging
386
404
  @api_client.config.logger.debug 'Calling API: RepositoriesFileApi.read ...'
387
405
  end
388
- # verify the required parameter 'file_repository_href' is set
389
- if @api_client.config.client_side_validation && file_repository_href.nil?
390
- fail ArgumentError, "Missing the required parameter 'file_repository_href' when calling RepositoriesFileApi.read"
406
+ # verify the required parameter 'file_file_repository_href' is set
407
+ if @api_client.config.client_side_validation && file_file_repository_href.nil?
408
+ fail ArgumentError, "Missing the required parameter 'file_file_repository_href' when calling RepositoriesFileApi.read"
391
409
  end
392
410
  # resource path
393
- local_var_path = '{file_repository_href}'.sub('{' + 'file_repository_href' + '}', CGI.escape(file_repository_href.to_s).gsub('%2F', '/'))
411
+ local_var_path = '{file_file_repository_href}'.sub('{' + 'file_file_repository_href' + '}', CGI.escape(file_file_repository_href.to_s).gsub('%2F', '/'))
394
412
 
395
413
  # query parameters
396
414
  query_params = opts[:query_params] || {}
@@ -409,10 +427,10 @@ module PulpFileClient
409
427
  post_body = opts[:body]
410
428
 
411
429
  # return_type
412
- return_type = opts[:return_type] || 'FileFileRepository'
430
+ return_type = opts[:return_type] || 'FileFileRepositoryResponse'
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,
@@ -431,34 +449,34 @@ module PulpFileClient
431
449
  end
432
450
 
433
451
  # Trigger an asynchronous task to sync file content.
434
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
435
- # @param data [RepositorySyncURL]
452
+ # @param file_file_repository_href [String]
453
+ # @param repository_sync_url [RepositorySyncURL]
436
454
  # @param [Hash] opts the optional parameters
437
455
  # @return [AsyncOperationResponse]
438
- def sync(file_repository_href, data, opts = {})
439
- data, _status_code, _headers = sync_with_http_info(file_repository_href, data, opts)
456
+ def sync(file_file_repository_href, repository_sync_url, opts = {})
457
+ data, _status_code, _headers = sync_with_http_info(file_file_repository_href, repository_sync_url, opts)
440
458
  data
441
459
  end
442
460
 
443
461
  # Trigger an asynchronous task to sync file content.
444
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
445
- # @param data [RepositorySyncURL]
462
+ # @param file_file_repository_href [String]
463
+ # @param repository_sync_url [RepositorySyncURL]
446
464
  # @param [Hash] opts the optional parameters
447
465
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
448
- def sync_with_http_info(file_repository_href, data, opts = {})
466
+ def sync_with_http_info(file_file_repository_href, repository_sync_url, opts = {})
449
467
  if @api_client.config.debugging
450
468
  @api_client.config.logger.debug 'Calling API: RepositoriesFileApi.sync ...'
451
469
  end
452
- # verify the required parameter 'file_repository_href' is set
453
- if @api_client.config.client_side_validation && file_repository_href.nil?
454
- fail ArgumentError, "Missing the required parameter 'file_repository_href' when calling RepositoriesFileApi.sync"
470
+ # verify the required parameter 'file_file_repository_href' is set
471
+ if @api_client.config.client_side_validation && file_file_repository_href.nil?
472
+ fail ArgumentError, "Missing the required parameter 'file_file_repository_href' when calling RepositoriesFileApi.sync"
455
473
  end
456
- # verify the required parameter 'data' is set
457
- if @api_client.config.client_side_validation && data.nil?
458
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesFileApi.sync"
474
+ # verify the required parameter 'repository_sync_url' is set
475
+ if @api_client.config.client_side_validation && repository_sync_url.nil?
476
+ fail ArgumentError, "Missing the required parameter 'repository_sync_url' when calling RepositoriesFileApi.sync"
459
477
  end
460
478
  # resource path
461
- local_var_path = '{file_repository_href}sync/'.sub('{' + 'file_repository_href' + '}', CGI.escape(file_repository_href.to_s).gsub('%2F', '/'))
479
+ local_var_path = '{file_file_repository_href}sync/'.sub('{' + 'file_file_repository_href' + '}', CGI.escape(file_file_repository_href.to_s).gsub('%2F', '/'))
462
480
 
463
481
  # query parameters
464
482
  query_params = opts[:query_params] || {}
@@ -468,19 +486,19 @@ module PulpFileClient
468
486
  # HTTP header 'Accept' (if needed)
469
487
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
470
488
  # HTTP header 'Content-Type'
471
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
489
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
472
490
 
473
491
  # form parameters
474
492
  form_params = opts[:form_params] || {}
475
493
 
476
494
  # http body (model)
477
- post_body = opts[:body] || @api_client.object_to_http_body(data)
495
+ post_body = opts[:body] || @api_client.object_to_http_body(repository_sync_url)
478
496
 
479
497
  # return_type
480
498
  return_type = opts[:return_type] || 'AsyncOperationResponse'
481
499
 
482
500
  # auth_names
483
- auth_names = opts[:auth_names] || ['Basic']
501
+ auth_names = opts[:auth_names] || ['basicAuth']
484
502
 
485
503
  new_options = opts.merge(
486
504
  :header_params => header_params,
@@ -500,57 +518,66 @@ module PulpFileClient
500
518
 
501
519
  # Update a file repository
502
520
  # Trigger an asynchronous update task
503
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
504
- # @param data [FileFileRepository]
521
+ # @param file_file_repository_href [String]
522
+ # @param file_file_repository [FileFileRepository]
505
523
  # @param [Hash] opts the optional parameters
524
+ # @option opts [String] :name name
525
+ # @option opts [String] :name__in name__in
526
+ # @option opts [String] :ordering Which field to use when ordering the results.
506
527
  # @return [AsyncOperationResponse]
507
- def update(file_repository_href, data, opts = {})
508
- data, _status_code, _headers = update_with_http_info(file_repository_href, data, opts)
528
+ def update(file_file_repository_href, file_file_repository, opts = {})
529
+ data, _status_code, _headers = update_with_http_info(file_file_repository_href, file_file_repository, opts)
509
530
  data
510
531
  end
511
532
 
512
533
  # Update a file repository
513
534
  # Trigger an asynchronous update task
514
- # @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
515
- # @param data [FileFileRepository]
535
+ # @param file_file_repository_href [String]
536
+ # @param file_file_repository [FileFileRepository]
516
537
  # @param [Hash] opts the optional parameters
538
+ # @option opts [String] :name name
539
+ # @option opts [String] :name__in name__in
540
+ # @option opts [String] :ordering Which field to use when ordering the results.
517
541
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
518
- def update_with_http_info(file_repository_href, data, opts = {})
542
+ def update_with_http_info(file_file_repository_href, file_file_repository, opts = {})
519
543
  if @api_client.config.debugging
520
544
  @api_client.config.logger.debug 'Calling API: RepositoriesFileApi.update ...'
521
545
  end
522
- # verify the required parameter 'file_repository_href' is set
523
- if @api_client.config.client_side_validation && file_repository_href.nil?
524
- fail ArgumentError, "Missing the required parameter 'file_repository_href' when calling RepositoriesFileApi.update"
546
+ # verify the required parameter 'file_file_repository_href' is set
547
+ if @api_client.config.client_side_validation && file_file_repository_href.nil?
548
+ fail ArgumentError, "Missing the required parameter 'file_file_repository_href' when calling RepositoriesFileApi.update"
525
549
  end
526
- # verify the required parameter 'data' is set
527
- if @api_client.config.client_side_validation && data.nil?
528
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesFileApi.update"
550
+ # verify the required parameter 'file_file_repository' is set
551
+ if @api_client.config.client_side_validation && file_file_repository.nil?
552
+ fail ArgumentError, "Missing the required parameter 'file_file_repository' when calling RepositoriesFileApi.update"
529
553
  end
530
554
  # resource path
531
- local_var_path = '{file_repository_href}'.sub('{' + 'file_repository_href' + '}', CGI.escape(file_repository_href.to_s).gsub('%2F', '/'))
555
+ local_var_path = '{file_file_repository_href}'.sub('{' + 'file_file_repository_href' + '}', CGI.escape(file_file_repository_href.to_s).gsub('%2F', '/'))
532
556
 
533
557
  # query parameters
534
558
  query_params = opts[:query_params] || {}
559
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
560
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
561
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
535
562
 
536
563
  # header parameters
537
564
  header_params = opts[:header_params] || {}
538
565
  # HTTP header 'Accept' (if needed)
539
566
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
540
567
  # HTTP header 'Content-Type'
541
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
568
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
542
569
 
543
570
  # form parameters
544
571
  form_params = opts[:form_params] || {}
545
572
 
546
573
  # http body (model)
547
- post_body = opts[:body] || @api_client.object_to_http_body(data)
574
+ post_body = opts[:body] || @api_client.object_to_http_body(file_file_repository)
548
575
 
549
576
  # return_type
550
577
  return_type = opts[:return_type] || 'AsyncOperationResponse'
551
578
 
552
579
  # auth_names
553
- auth_names = opts[:auth_names] || ['Basic']
580
+ auth_names = opts[:auth_names] || ['basicAuth']
554
581
 
555
582
  new_options = opts.merge(
556
583
  :header_params => header_params,