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 distribution
23
23
  # Trigger an asynchronous create task
24
- # @param data [FileFileDistribution]
24
+ # @param file_file_distribution [FileFileDistribution]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [AsyncOperationResponse]
27
- def create(data, opts = {})
28
- data, _status_code, _headers = create_with_http_info(data, opts)
27
+ def create(file_file_distribution, opts = {})
28
+ data, _status_code, _headers = create_with_http_info(file_file_distribution, opts)
29
29
  data
30
30
  end
31
31
 
32
32
  # Create a file distribution
33
33
  # Trigger an asynchronous create task
34
- # @param data [FileFileDistribution]
34
+ # @param file_file_distribution [FileFileDistribution]
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
37
- def create_with_http_info(data, opts = {})
37
+ def create_with_http_info(file_file_distribution, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: DistributionsFileApi.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 DistributionsFileApi.create"
41
+ # verify the required parameter 'file_file_distribution' is set
42
+ if @api_client.config.client_side_validation && file_file_distribution.nil?
43
+ fail ArgumentError, "Missing the required parameter 'file_file_distribution' when calling DistributionsFileApi.create"
44
44
  end
45
45
  # resource path
46
46
  local_var_path = '/pulp/api/v3/distributions/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_distribution)
63
63
 
64
64
  # return_type
65
65
  return_type = opts[:return_type] || 'AsyncOperationResponse'
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,53 @@ module PulpFileClient
85
85
 
86
86
  # Delete a file distribution
87
87
  # Trigger an asynchronous delete task
88
- # @param file_distribution_href [String] URI of File Distribution. e.g.: /pulp/api/v3/distributions/file/file/1/
88
+ # @param file_file_distribution_href [String]
89
89
  # @param [Hash] opts the optional parameters
90
+ # @option opts [String] :base_path base_path
91
+ # @option opts [String] :base_path__contains base_path__contains
92
+ # @option opts [String] :base_path__icontains base_path__icontains
93
+ # @option opts [String] :base_path__in base_path__in
94
+ # @option opts [String] :name name
95
+ # @option opts [String] :name__in name__in
96
+ # @option opts [String] :ordering Which field to use when ordering the results.
90
97
  # @return [AsyncOperationResponse]
91
- def delete(file_distribution_href, opts = {})
92
- data, _status_code, _headers = delete_with_http_info(file_distribution_href, opts)
98
+ def delete(file_file_distribution_href, opts = {})
99
+ data, _status_code, _headers = delete_with_http_info(file_file_distribution_href, opts)
93
100
  data
94
101
  end
95
102
 
96
103
  # Delete a file distribution
97
104
  # Trigger an asynchronous delete task
98
- # @param file_distribution_href [String] URI of File Distribution. e.g.: /pulp/api/v3/distributions/file/file/1/
105
+ # @param file_file_distribution_href [String]
99
106
  # @param [Hash] opts the optional parameters
107
+ # @option opts [String] :base_path base_path
108
+ # @option opts [String] :base_path__contains base_path__contains
109
+ # @option opts [String] :base_path__icontains base_path__icontains
110
+ # @option opts [String] :base_path__in base_path__in
111
+ # @option opts [String] :name name
112
+ # @option opts [String] :name__in name__in
113
+ # @option opts [String] :ordering Which field to use when ordering the results.
100
114
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
101
- def delete_with_http_info(file_distribution_href, opts = {})
115
+ def delete_with_http_info(file_file_distribution_href, opts = {})
102
116
  if @api_client.config.debugging
103
117
  @api_client.config.logger.debug 'Calling API: DistributionsFileApi.delete ...'
104
118
  end
105
- # verify the required parameter 'file_distribution_href' is set
106
- if @api_client.config.client_side_validation && file_distribution_href.nil?
107
- fail ArgumentError, "Missing the required parameter 'file_distribution_href' when calling DistributionsFileApi.delete"
119
+ # verify the required parameter 'file_file_distribution_href' is set
120
+ if @api_client.config.client_side_validation && file_file_distribution_href.nil?
121
+ fail ArgumentError, "Missing the required parameter 'file_file_distribution_href' when calling DistributionsFileApi.delete"
108
122
  end
109
123
  # resource path
110
- local_var_path = '{file_distribution_href}'.sub('{' + 'file_distribution_href' + '}', CGI.escape(file_distribution_href.to_s).gsub('%2F', '/'))
124
+ local_var_path = '{file_file_distribution_href}'.sub('{' + 'file_file_distribution_href' + '}', CGI.escape(file_file_distribution_href.to_s).gsub('%2F', '/'))
111
125
 
112
126
  # query parameters
113
127
  query_params = opts[:query_params] || {}
128
+ query_params[:'base_path'] = opts[:'base_path'] if !opts[:'base_path'].nil?
129
+ query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
130
+ query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
131
+ query_params[:'base_path__in'] = opts[:'base_path__in'] if !opts[:'base_path__in'].nil?
132
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
133
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
134
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
114
135
 
115
136
  # header parameters
116
137
  header_params = opts[:header_params] || {}
@@ -127,7 +148,7 @@ module PulpFileClient
127
148
  return_type = opts[:return_type] || 'AsyncOperationResponse'
128
149
 
129
150
  # auth_names
130
- auth_names = opts[:auth_names] || ['Basic']
151
+ auth_names = opts[:auth_names] || ['basicAuth']
131
152
 
132
153
  new_options = opts.merge(
133
154
  :header_params => header_params,
@@ -148,15 +169,15 @@ module PulpFileClient
148
169
  # List file distributions
149
170
  # FileDistributions host File Publications which makes the metadata and the referenced File Content available to HTTP clients. Additionally, a FileDistribution with an associated FilePublication can be the target url of a File Remote , allowing another instance of Pulp to sync the content.
150
171
  # @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
- # @option opts [String] :base_path
155
- # @option opts [String] :base_path__contains Filter results where base_path contains value
156
- # @option opts [String] :base_path__icontains Filter results where base_path contains value
157
- # @option opts [String] :base_path__in Filter results where base_path is in a comma-separated list of values
172
+ # @option opts [String] :base_path base_path
173
+ # @option opts [String] :base_path__contains base_path__contains
174
+ # @option opts [String] :base_path__icontains base_path__icontains
175
+ # @option opts [String] :base_path__in base_path__in
158
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
159
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.
160
181
  # @option opts [String] :fields A list of fields to include in the response.
161
182
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
162
183
  # @return [InlineResponse2001]
@@ -168,15 +189,15 @@ module PulpFileClient
168
189
  # List file distributions
169
190
  # FileDistributions host File Publications which makes the metadata and the referenced File Content available to HTTP clients. Additionally, a FileDistribution with an associated FilePublication can be the target url of a File Remote , allowing another instance of Pulp to sync the content.
170
191
  # @param [Hash] opts the optional parameters
171
- # @option opts [String] :ordering Which field to use when ordering the results.
172
- # @option opts [String] :name
173
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
174
- # @option opts [String] :base_path
175
- # @option opts [String] :base_path__contains Filter results where base_path contains value
176
- # @option opts [String] :base_path__icontains Filter results where base_path contains value
177
- # @option opts [String] :base_path__in Filter results where base_path is in a comma-separated list of values
192
+ # @option opts [String] :base_path base_path
193
+ # @option opts [String] :base_path__contains base_path__contains
194
+ # @option opts [String] :base_path__icontains base_path__icontains
195
+ # @option opts [String] :base_path__in base_path__in
178
196
  # @option opts [Integer] :limit Number of results to return per page.
197
+ # @option opts [String] :name name
198
+ # @option opts [String] :name__in name__in
179
199
  # @option opts [Integer] :offset The initial index from which to return the results.
200
+ # @option opts [String] :ordering Which field to use when ordering the results.
180
201
  # @option opts [String] :fields A list of fields to include in the response.
181
202
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
203
  # @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
@@ -189,15 +210,15 @@ module PulpFileClient
189
210
 
190
211
  # query parameters
191
212
  query_params = opts[:query_params] || {}
192
- query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
193
- query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
194
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
195
213
  query_params[:'base_path'] = opts[:'base_path'] if !opts[:'base_path'].nil?
196
214
  query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
197
215
  query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
198
216
  query_params[:'base_path__in'] = opts[:'base_path__in'] if !opts[:'base_path__in'].nil?
199
217
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
218
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
219
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
200
220
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
221
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
201
222
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
202
223
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
203
224
 
@@ -216,7 +237,7 @@ module PulpFileClient
216
237
  return_type = opts[:return_type] || 'InlineResponse2001'
217
238
 
218
239
  # auth_names
219
- auth_names = opts[:auth_names] || ['Basic']
240
+ auth_names = opts[:auth_names] || ['basicAuth']
220
241
 
221
242
  new_options = opts.merge(
222
243
  :header_params => header_params,
@@ -234,59 +255,80 @@ module PulpFileClient
234
255
  return data, status_code, headers
235
256
  end
236
257
 
237
- # Partially update a file distribution
258
+ # Update a file distribution
238
259
  # Trigger an asynchronous partial update task
239
- # @param file_distribution_href [String] URI of File Distribution. e.g.: /pulp/api/v3/distributions/file/file/1/
240
- # @param data [FileFileDistribution]
260
+ # @param file_file_distribution_href [String]
261
+ # @param patchedfile_file_distribution [PatchedfileFileDistribution]
241
262
  # @param [Hash] opts the optional parameters
263
+ # @option opts [String] :base_path base_path
264
+ # @option opts [String] :base_path__contains base_path__contains
265
+ # @option opts [String] :base_path__icontains base_path__icontains
266
+ # @option opts [String] :base_path__in base_path__in
267
+ # @option opts [String] :name name
268
+ # @option opts [String] :name__in name__in
269
+ # @option opts [String] :ordering Which field to use when ordering the results.
242
270
  # @return [AsyncOperationResponse]
243
- def partial_update(file_distribution_href, data, opts = {})
244
- data, _status_code, _headers = partial_update_with_http_info(file_distribution_href, data, opts)
271
+ def partial_update(file_file_distribution_href, patchedfile_file_distribution, opts = {})
272
+ data, _status_code, _headers = partial_update_with_http_info(file_file_distribution_href, patchedfile_file_distribution, opts)
245
273
  data
246
274
  end
247
275
 
248
- # Partially update a file distribution
276
+ # Update a file distribution
249
277
  # Trigger an asynchronous partial update task
250
- # @param file_distribution_href [String] URI of File Distribution. e.g.: /pulp/api/v3/distributions/file/file/1/
251
- # @param data [FileFileDistribution]
278
+ # @param file_file_distribution_href [String]
279
+ # @param patchedfile_file_distribution [PatchedfileFileDistribution]
252
280
  # @param [Hash] opts the optional parameters
281
+ # @option opts [String] :base_path base_path
282
+ # @option opts [String] :base_path__contains base_path__contains
283
+ # @option opts [String] :base_path__icontains base_path__icontains
284
+ # @option opts [String] :base_path__in base_path__in
285
+ # @option opts [String] :name name
286
+ # @option opts [String] :name__in name__in
287
+ # @option opts [String] :ordering Which field to use when ordering the results.
253
288
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
254
- def partial_update_with_http_info(file_distribution_href, data, opts = {})
289
+ def partial_update_with_http_info(file_file_distribution_href, patchedfile_file_distribution, opts = {})
255
290
  if @api_client.config.debugging
256
291
  @api_client.config.logger.debug 'Calling API: DistributionsFileApi.partial_update ...'
257
292
  end
258
- # verify the required parameter 'file_distribution_href' is set
259
- if @api_client.config.client_side_validation && file_distribution_href.nil?
260
- fail ArgumentError, "Missing the required parameter 'file_distribution_href' when calling DistributionsFileApi.partial_update"
293
+ # verify the required parameter 'file_file_distribution_href' is set
294
+ if @api_client.config.client_side_validation && file_file_distribution_href.nil?
295
+ fail ArgumentError, "Missing the required parameter 'file_file_distribution_href' when calling DistributionsFileApi.partial_update"
261
296
  end
262
- # verify the required parameter 'data' is set
263
- if @api_client.config.client_side_validation && data.nil?
264
- fail ArgumentError, "Missing the required parameter 'data' when calling DistributionsFileApi.partial_update"
297
+ # verify the required parameter 'patchedfile_file_distribution' is set
298
+ if @api_client.config.client_side_validation && patchedfile_file_distribution.nil?
299
+ fail ArgumentError, "Missing the required parameter 'patchedfile_file_distribution' when calling DistributionsFileApi.partial_update"
265
300
  end
266
301
  # resource path
267
- local_var_path = '{file_distribution_href}'.sub('{' + 'file_distribution_href' + '}', CGI.escape(file_distribution_href.to_s).gsub('%2F', '/'))
302
+ local_var_path = '{file_file_distribution_href}'.sub('{' + 'file_file_distribution_href' + '}', CGI.escape(file_file_distribution_href.to_s).gsub('%2F', '/'))
268
303
 
269
304
  # query parameters
270
305
  query_params = opts[:query_params] || {}
306
+ query_params[:'base_path'] = opts[:'base_path'] if !opts[:'base_path'].nil?
307
+ query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
308
+ query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
309
+ query_params[:'base_path__in'] = opts[:'base_path__in'] if !opts[:'base_path__in'].nil?
310
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
311
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
312
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
271
313
 
272
314
  # header parameters
273
315
  header_params = opts[:header_params] || {}
274
316
  # HTTP header 'Accept' (if needed)
275
317
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
276
318
  # HTTP header 'Content-Type'
277
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
319
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
278
320
 
279
321
  # form parameters
280
322
  form_params = opts[:form_params] || {}
281
323
 
282
324
  # http body (model)
283
- post_body = opts[:body] || @api_client.object_to_http_body(data)
325
+ post_body = opts[:body] || @api_client.object_to_http_body(patchedfile_file_distribution)
284
326
 
285
327
  # return_type
286
328
  return_type = opts[:return_type] || 'AsyncOperationResponse'
287
329
 
288
330
  # auth_names
289
- auth_names = opts[:auth_names] || ['Basic']
331
+ auth_names = opts[:auth_names] || ['basicAuth']
290
332
 
291
333
  new_options = opts.merge(
292
334
  :header_params => header_params,
@@ -306,33 +348,33 @@ module PulpFileClient
306
348
 
307
349
  # Inspect a file distribution
308
350
  # FileDistributions host File Publications which makes the metadata and the referenced File Content available to HTTP clients. Additionally, a FileDistribution with an associated FilePublication can be the target url of a File Remote , allowing another instance of Pulp to sync the content.
309
- # @param file_distribution_href [String] URI of File Distribution. e.g.: /pulp/api/v3/distributions/file/file/1/
351
+ # @param file_file_distribution_href [String]
310
352
  # @param [Hash] opts the optional parameters
311
353
  # @option opts [String] :fields A list of fields to include in the response.
312
354
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
313
- # @return [FileFileDistribution]
314
- def read(file_distribution_href, opts = {})
315
- data, _status_code, _headers = read_with_http_info(file_distribution_href, opts)
355
+ # @return [FileFileDistributionResponse]
356
+ def read(file_file_distribution_href, opts = {})
357
+ data, _status_code, _headers = read_with_http_info(file_file_distribution_href, opts)
316
358
  data
317
359
  end
318
360
 
319
361
  # Inspect a file distribution
320
362
  # FileDistributions host File Publications which makes the metadata and the referenced File Content available to HTTP clients. Additionally, a FileDistribution with an associated FilePublication can be the target url of a File Remote , allowing another instance of Pulp to sync the content.
321
- # @param file_distribution_href [String] URI of File Distribution. e.g.: /pulp/api/v3/distributions/file/file/1/
363
+ # @param file_file_distribution_href [String]
322
364
  # @param [Hash] opts the optional parameters
323
365
  # @option opts [String] :fields A list of fields to include in the response.
324
366
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
325
- # @return [Array<(FileFileDistribution, Integer, Hash)>] FileFileDistribution data, response status code and response headers
326
- def read_with_http_info(file_distribution_href, opts = {})
367
+ # @return [Array<(FileFileDistributionResponse, Integer, Hash)>] FileFileDistributionResponse data, response status code and response headers
368
+ def read_with_http_info(file_file_distribution_href, opts = {})
327
369
  if @api_client.config.debugging
328
370
  @api_client.config.logger.debug 'Calling API: DistributionsFileApi.read ...'
329
371
  end
330
- # verify the required parameter 'file_distribution_href' is set
331
- if @api_client.config.client_side_validation && file_distribution_href.nil?
332
- fail ArgumentError, "Missing the required parameter 'file_distribution_href' when calling DistributionsFileApi.read"
372
+ # verify the required parameter 'file_file_distribution_href' is set
373
+ if @api_client.config.client_side_validation && file_file_distribution_href.nil?
374
+ fail ArgumentError, "Missing the required parameter 'file_file_distribution_href' when calling DistributionsFileApi.read"
333
375
  end
334
376
  # resource path
335
- local_var_path = '{file_distribution_href}'.sub('{' + 'file_distribution_href' + '}', CGI.escape(file_distribution_href.to_s).gsub('%2F', '/'))
377
+ local_var_path = '{file_file_distribution_href}'.sub('{' + 'file_file_distribution_href' + '}', CGI.escape(file_file_distribution_href.to_s).gsub('%2F', '/'))
336
378
 
337
379
  # query parameters
338
380
  query_params = opts[:query_params] || {}
@@ -351,10 +393,10 @@ module PulpFileClient
351
393
  post_body = opts[:body]
352
394
 
353
395
  # return_type
354
- return_type = opts[:return_type] || 'FileFileDistribution'
396
+ return_type = opts[:return_type] || 'FileFileDistributionResponse'
355
397
 
356
398
  # auth_names
357
- auth_names = opts[:auth_names] || ['Basic']
399
+ auth_names = opts[:auth_names] || ['basicAuth']
358
400
 
359
401
  new_options = opts.merge(
360
402
  :header_params => header_params,
@@ -374,57 +416,78 @@ module PulpFileClient
374
416
 
375
417
  # Update a file distribution
376
418
  # Trigger an asynchronous update task
377
- # @param file_distribution_href [String] URI of File Distribution. e.g.: /pulp/api/v3/distributions/file/file/1/
378
- # @param data [FileFileDistribution]
419
+ # @param file_file_distribution_href [String]
420
+ # @param file_file_distribution [FileFileDistribution]
379
421
  # @param [Hash] opts the optional parameters
422
+ # @option opts [String] :base_path base_path
423
+ # @option opts [String] :base_path__contains base_path__contains
424
+ # @option opts [String] :base_path__icontains base_path__icontains
425
+ # @option opts [String] :base_path__in base_path__in
426
+ # @option opts [String] :name name
427
+ # @option opts [String] :name__in name__in
428
+ # @option opts [String] :ordering Which field to use when ordering the results.
380
429
  # @return [AsyncOperationResponse]
381
- def update(file_distribution_href, data, opts = {})
382
- data, _status_code, _headers = update_with_http_info(file_distribution_href, data, opts)
430
+ def update(file_file_distribution_href, file_file_distribution, opts = {})
431
+ data, _status_code, _headers = update_with_http_info(file_file_distribution_href, file_file_distribution, opts)
383
432
  data
384
433
  end
385
434
 
386
435
  # Update a file distribution
387
436
  # Trigger an asynchronous update task
388
- # @param file_distribution_href [String] URI of File Distribution. e.g.: /pulp/api/v3/distributions/file/file/1/
389
- # @param data [FileFileDistribution]
437
+ # @param file_file_distribution_href [String]
438
+ # @param file_file_distribution [FileFileDistribution]
390
439
  # @param [Hash] opts the optional parameters
440
+ # @option opts [String] :base_path base_path
441
+ # @option opts [String] :base_path__contains base_path__contains
442
+ # @option opts [String] :base_path__icontains base_path__icontains
443
+ # @option opts [String] :base_path__in base_path__in
444
+ # @option opts [String] :name name
445
+ # @option opts [String] :name__in name__in
446
+ # @option opts [String] :ordering Which field to use when ordering the results.
391
447
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
392
- def update_with_http_info(file_distribution_href, data, opts = {})
448
+ def update_with_http_info(file_file_distribution_href, file_file_distribution, opts = {})
393
449
  if @api_client.config.debugging
394
450
  @api_client.config.logger.debug 'Calling API: DistributionsFileApi.update ...'
395
451
  end
396
- # verify the required parameter 'file_distribution_href' is set
397
- if @api_client.config.client_side_validation && file_distribution_href.nil?
398
- fail ArgumentError, "Missing the required parameter 'file_distribution_href' when calling DistributionsFileApi.update"
452
+ # verify the required parameter 'file_file_distribution_href' is set
453
+ if @api_client.config.client_side_validation && file_file_distribution_href.nil?
454
+ fail ArgumentError, "Missing the required parameter 'file_file_distribution_href' when calling DistributionsFileApi.update"
399
455
  end
400
- # verify the required parameter 'data' is set
401
- if @api_client.config.client_side_validation && data.nil?
402
- fail ArgumentError, "Missing the required parameter 'data' when calling DistributionsFileApi.update"
456
+ # verify the required parameter 'file_file_distribution' is set
457
+ if @api_client.config.client_side_validation && file_file_distribution.nil?
458
+ fail ArgumentError, "Missing the required parameter 'file_file_distribution' when calling DistributionsFileApi.update"
403
459
  end
404
460
  # resource path
405
- local_var_path = '{file_distribution_href}'.sub('{' + 'file_distribution_href' + '}', CGI.escape(file_distribution_href.to_s).gsub('%2F', '/'))
461
+ local_var_path = '{file_file_distribution_href}'.sub('{' + 'file_file_distribution_href' + '}', CGI.escape(file_file_distribution_href.to_s).gsub('%2F', '/'))
406
462
 
407
463
  # query parameters
408
464
  query_params = opts[:query_params] || {}
465
+ query_params[:'base_path'] = opts[:'base_path'] if !opts[:'base_path'].nil?
466
+ query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
467
+ query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
468
+ query_params[:'base_path__in'] = opts[:'base_path__in'] if !opts[:'base_path__in'].nil?
469
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
470
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
471
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
409
472
 
410
473
  # header parameters
411
474
  header_params = opts[:header_params] || {}
412
475
  # HTTP header 'Accept' (if needed)
413
476
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
414
477
  # HTTP header 'Content-Type'
415
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
478
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
416
479
 
417
480
  # form parameters
418
481
  form_params = opts[:form_params] || {}
419
482
 
420
483
  # http body (model)
421
- post_body = opts[:body] || @api_client.object_to_http_body(data)
484
+ post_body = opts[:body] || @api_client.object_to_http_body(file_file_distribution)
422
485
 
423
486
  # return_type
424
487
  return_type = opts[:return_type] || 'AsyncOperationResponse'
425
488
 
426
489
  # auth_names
427
- auth_names = opts[:auth_names] || ['Basic']
490
+ auth_names = opts[:auth_names] || ['basicAuth']
428
491
 
429
492
  new_options = opts.merge(
430
493
  :header_params => header_params,