pulp_container_client 2.14.14 → 2.14.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (250) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +222 -246
  3. data/docs/AccessPoliciesApi.md +28 -32
  4. data/docs/ArtifactDistributionResponse.md +7 -7
  5. data/docs/ArtifactsApi.md +23 -27
  6. data/docs/ContainerContainerDistribution.md +5 -5
  7. data/docs/ContainerContainerDistributionResponse.md +8 -8
  8. data/docs/ContainerContainerPushRepository.md +5 -5
  9. data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
  10. data/docs/ContainerContainerRemote.md +1 -1
  11. data/docs/ContainerContainerRemoteResponse.md +1 -1
  12. data/docs/ContainerContainerRepository.md +1 -1
  13. data/docs/ContainerContainerRepositoryResponse.md +1 -1
  14. data/docs/ContentApi.md +8 -14
  15. data/docs/ContentBlobsApi.md +13 -17
  16. data/docs/ContentManifestsApi.md +15 -19
  17. data/docs/ContentSignaturesApi.md +13 -17
  18. data/docs/ContentTagsApi.md +15 -19
  19. data/docs/ContentguardsApi.md +8 -14
  20. data/docs/ContentguardsContentRedirectApi.md +53 -57
  21. data/docs/ContentguardsRbacApi.md +53 -57
  22. data/docs/DistributionsApi.md +8 -18
  23. data/docs/DistributionsArtifactsApi.md +13 -21
  24. data/docs/DistributionsContainerApi.md +53 -61
  25. data/docs/DocsApiJsonApi.md +6 -6
  26. data/docs/DocsApiYamlApi.md +6 -6
  27. data/docs/ExportersFilesystemApi.md +36 -40
  28. data/docs/ExportersFilesystemExportsApi.md +24 -24
  29. data/docs/ExportersPulpApi.md +33 -37
  30. data/docs/ExportersPulpExportsApi.md +21 -21
  31. data/docs/FilesystemExporter.md +1 -1
  32. data/docs/FilesystemExporterResponse.md +1 -1
  33. data/docs/GroupRole.md +1 -3
  34. data/docs/GroupRoleResponse.md +1 -3
  35. data/docs/GroupsApi.md +59 -63
  36. data/docs/GroupsRolesApi.md +27 -33
  37. data/docs/GroupsUsersApi.md +16 -16
  38. data/docs/ImportersPulpApi.md +33 -37
  39. data/docs/ImportersPulpImportCheckApi.md +1 -1
  40. data/docs/ImportersPulpImportsApi.md +21 -21
  41. data/docs/OrphansApi.md +6 -6
  42. data/docs/OrphansCleanupApi.md +6 -6
  43. data/docs/PatchedFilesystemExporter.md +1 -1
  44. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  45. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  46. data/docs/PatchedcontainerContainerRemote.md +1 -1
  47. data/docs/PatchedcontainerContainerRepository.md +1 -1
  48. data/docs/PublicationsApi.md +9 -15
  49. data/docs/PulpContainerNamespacesApi.md +43 -47
  50. data/docs/RemoteResponse.md +1 -1
  51. data/docs/RemoteResponseHiddenFields.md +2 -2
  52. data/docs/RemotesApi.md +8 -14
  53. data/docs/RemotesContainerApi.md +53 -57
  54. data/docs/RepairApi.md +6 -6
  55. data/docs/RepositoriesApi.md +8 -30
  56. data/docs/RepositoriesContainerApi.md +102 -122
  57. data/docs/RepositoriesContainerPushApi.md +68 -88
  58. data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
  59. data/docs/RepositoriesContainerVersionsApi.md +23 -25
  60. data/docs/RepositoriesReclaimSpaceApi.md +6 -6
  61. data/docs/RepositoryResponse.md +1 -1
  62. data/docs/RepositoryVersionsApi.md +8 -12
  63. data/docs/RolesApi.md +39 -43
  64. data/docs/SigningServicesApi.md +13 -17
  65. data/docs/StatusApi.md +1 -1
  66. data/docs/StatusResponse.md +1 -3
  67. data/docs/TaskGroupsApi.md +11 -11
  68. data/docs/TaskSchedulesApi.md +35 -39
  69. data/docs/TasksApi.md +101 -105
  70. data/docs/TokenApi.md +6 -6
  71. data/docs/UploadsApi.md +53 -57
  72. data/docs/UserRole.md +2 -4
  73. data/docs/UserRoleResponse.md +2 -4
  74. data/docs/UsersApi.md +39 -43
  75. data/docs/UsersRolesApi.md +27 -33
  76. data/docs/VersionResponse.md +1 -3
  77. data/docs/WorkersApi.md +13 -17
  78. data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
  79. data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
  80. data/lib/pulp_container_client/api/content_api.rb +7 -20
  81. data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
  82. data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
  83. data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
  84. data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
  85. data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
  86. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
  87. data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
  88. data/lib/pulp_container_client/api/distributions_api.rb +7 -26
  89. data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
  90. data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
  91. data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
  92. data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
  93. data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
  94. data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
  95. data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
  96. data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
  97. data/lib/pulp_container_client/api/groups_api.rb +77 -83
  98. data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
  99. data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
  100. data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
  101. data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
  102. data/lib/pulp_container_client/api/orphans_api.rb +5 -5
  103. data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
  104. data/lib/pulp_container_client/api/publications_api.rb +9 -18
  105. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
  106. data/lib/pulp_container_client/api/remotes_api.rb +7 -20
  107. data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
  108. data/lib/pulp_container_client/api/repair_api.rb +6 -6
  109. data/lib/pulp_container_client/api/repositories_api.rb +7 -44
  110. data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
  111. data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
  112. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
  113. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
  114. data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
  115. data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
  116. data/lib/pulp_container_client/api/roles_api.rb +51 -57
  117. data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
  118. data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
  119. data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
  120. data/lib/pulp_container_client/api/tasks_api.rb +125 -131
  121. data/lib/pulp_container_client/api/token_api.rb +5 -5
  122. data/lib/pulp_container_client/api/uploads_api.rb +67 -73
  123. data/lib/pulp_container_client/api/users_api.rb +51 -57
  124. data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
  125. data/lib/pulp_container_client/api/workers_api.rb +14 -20
  126. data/lib/pulp_container_client/configuration.rb +3 -3
  127. data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
  128. data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
  129. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
  130. data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
  131. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
  132. data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
  133. data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
  134. data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
  135. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
  136. data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
  137. data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
  138. data/lib/pulp_container_client/models/group_role.rb +5 -16
  139. data/lib/pulp_container_client/models/group_role_response.rb +4 -15
  140. data/lib/pulp_container_client/models/nested_role.rb +0 -19
  141. data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
  142. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
  143. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
  144. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
  145. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
  146. data/lib/pulp_container_client/models/remote_response.rb +21 -21
  147. data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
  148. data/lib/pulp_container_client/models/repository_response.rb +1 -1
  149. data/lib/pulp_container_client/models/status_response.rb +4 -19
  150. data/lib/pulp_container_client/models/user_role.rb +6 -17
  151. data/lib/pulp_container_client/models/user_role_response.rb +5 -16
  152. data/lib/pulp_container_client/models/version_response.rb +4 -19
  153. data/lib/pulp_container_client/version.rb +1 -1
  154. data/lib/pulp_container_client.rb +0 -11
  155. data/spec/api/access_policies_api_spec.rb +11 -13
  156. data/spec/api/artifacts_api_spec.rb +9 -11
  157. data/spec/api/content_api_spec.rb +3 -6
  158. data/spec/api/content_blobs_api_spec.rb +5 -7
  159. data/spec/api/content_manifests_api_spec.rb +6 -8
  160. data/spec/api/content_signatures_api_spec.rb +5 -7
  161. data/spec/api/content_tags_api_spec.rb +6 -8
  162. data/spec/api/contentguards_api_spec.rb +3 -6
  163. data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
  164. data/spec/api/contentguards_rbac_api_spec.rb +21 -23
  165. data/spec/api/distributions_api_spec.rb +3 -8
  166. data/spec/api/distributions_artifacts_api_spec.rb +5 -9
  167. data/spec/api/distributions_container_api_spec.rb +21 -25
  168. data/spec/api/docs_api_json_api_spec.rb +2 -2
  169. data/spec/api/docs_api_yaml_api_spec.rb +2 -2
  170. data/spec/api/exporters_filesystem_api_spec.rb +16 -18
  171. data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
  172. data/spec/api/exporters_pulp_api_spec.rb +13 -15
  173. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  174. data/spec/api/groups_api_spec.rb +27 -29
  175. data/spec/api/groups_roles_api_spec.rb +13 -16
  176. data/spec/api/groups_users_api_spec.rb +6 -6
  177. data/spec/api/importers_pulp_api_spec.rb +13 -15
  178. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  179. data/spec/api/orphans_api_spec.rb +2 -2
  180. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  181. data/spec/api/publications_api_spec.rb +4 -7
  182. data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
  183. data/spec/api/remotes_api_spec.rb +3 -6
  184. data/spec/api/remotes_container_api_spec.rb +21 -23
  185. data/spec/api/repair_api_spec.rb +2 -2
  186. data/spec/api/repositories_api_spec.rb +3 -14
  187. data/spec/api/repositories_container_api_spec.rb +39 -49
  188. data/spec/api/repositories_container_push_api_spec.rb +27 -37
  189. data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
  190. data/spec/api/repositories_container_versions_api_spec.rb +9 -10
  191. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  192. data/spec/api/repository_versions_api_spec.rb +3 -5
  193. data/spec/api/roles_api_spec.rb +19 -21
  194. data/spec/api/signing_services_api_spec.rb +5 -7
  195. data/spec/api/task_groups_api_spec.rb +4 -4
  196. data/spec/api/task_schedules_api_spec.rb +15 -17
  197. data/spec/api/tasks_api_spec.rb +32 -34
  198. data/spec/api/token_api_spec.rb +2 -2
  199. data/spec/api/uploads_api_spec.rb +21 -23
  200. data/spec/api/users_api_spec.rb +19 -21
  201. data/spec/api/users_roles_api_spec.rb +13 -16
  202. data/spec/api/workers_api_spec.rb +5 -7
  203. data/spec/configuration_spec.rb +3 -3
  204. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  205. data/spec/models/container_container_distribution_response_spec.rb +6 -6
  206. data/spec/models/container_container_distribution_spec.rb +4 -4
  207. data/spec/models/container_container_push_repository_response_spec.rb +6 -6
  208. data/spec/models/container_container_push_repository_spec.rb +4 -4
  209. data/spec/models/group_role_response_spec.rb +0 -6
  210. data/spec/models/group_role_spec.rb +0 -6
  211. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  212. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  213. data/spec/models/status_response_spec.rb +0 -6
  214. data/spec/models/user_role_response_spec.rb +0 -6
  215. data/spec/models/user_role_spec.rb +0 -6
  216. data/spec/models/version_response_spec.rb +0 -6
  217. metadata +196 -240
  218. data/docs/Domain.md +0 -27
  219. data/docs/DomainResponse.md +0 -31
  220. data/docs/DomainsApi.md +0 -366
  221. data/docs/PaginatedDomainResponseList.md +0 -23
  222. data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
  223. data/docs/PatchedDomain.md +0 -27
  224. data/docs/PatchedUpstreamPulp.md +0 -37
  225. data/docs/StorageClassEnum.md +0 -16
  226. data/docs/UpstreamPulp.md +0 -37
  227. data/docs/UpstreamPulpResponse.md +0 -39
  228. data/docs/UpstreamPulpsApi.md +0 -405
  229. data/lib/pulp_container_client/api/domains_api.rb +0 -452
  230. data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
  231. data/lib/pulp_container_client/models/domain.rb +0 -323
  232. data/lib/pulp_container_client/models/domain_response.rb +0 -318
  233. data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
  234. data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
  235. data/lib/pulp_container_client/models/patched_domain.rb +0 -304
  236. data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
  237. data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
  238. data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
  239. data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
  240. data/spec/api/domains_api_spec.rb +0 -122
  241. data/spec/api/upstream_pulps_api_spec.rb +0 -127
  242. data/spec/models/domain_response_spec.rb +0 -83
  243. data/spec/models/domain_spec.rb +0 -71
  244. data/spec/models/paginated_domain_response_list_spec.rb +0 -59
  245. data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
  246. data/spec/models/patched_domain_spec.rb +0 -71
  247. data/spec/models/patched_upstream_pulp_spec.rb +0 -101
  248. data/spec/models/storage_class_enum_spec.rb +0 -35
  249. data/spec/models/upstream_pulp_response_spec.rb +0 -107
  250. data/spec/models/upstream_pulp_spec.rb +0 -101
@@ -31,8 +31,8 @@ module PulpContainerClient
31
31
  # @option opts [String] :sha384 The SHA-384 checksum of the file if available.
32
32
  # @option opts [String] :sha512 The SHA-512 checksum of the file if available.
33
33
  # @return [ArtifactResponse]
34
- def create(file, opts = {})
35
- data, _status_code, _headers = create_with_http_info(file, opts)
34
+ def artifacts_create(file, opts = {})
35
+ data, _status_code, _headers = artifacts_create_with_http_info(file, opts)
36
36
  data
37
37
  end
38
38
 
@@ -48,36 +48,36 @@ module PulpContainerClient
48
48
  # @option opts [String] :sha384 The SHA-384 checksum of the file if available.
49
49
  # @option opts [String] :sha512 The SHA-512 checksum of the file if available.
50
50
  # @return [Array<(ArtifactResponse, Integer, Hash)>] ArtifactResponse data, response status code and response headers
51
- def create_with_http_info(file, opts = {})
51
+ def artifacts_create_with_http_info(file, opts = {})
52
52
  if @api_client.config.debugging
53
- @api_client.config.logger.debug 'Calling API: ArtifactsApi.create ...'
53
+ @api_client.config.logger.debug 'Calling API: ArtifactsApi.artifacts_create ...'
54
54
  end
55
55
  # verify the required parameter 'file' is set
56
56
  if @api_client.config.client_side_validation && file.nil?
57
- fail ArgumentError, "Missing the required parameter 'file' when calling ArtifactsApi.create"
57
+ fail ArgumentError, "Missing the required parameter 'file' when calling ArtifactsApi.artifacts_create"
58
58
  end
59
59
  if @api_client.config.client_side_validation && !opts[:'md5'].nil? && opts[:'md5'].to_s.length < 1
60
- fail ArgumentError, 'invalid value for "opts[:"md5"]" when calling ArtifactsApi.create, the character length must be great than or equal to 1.'
60
+ fail ArgumentError, 'invalid value for "opts[:"md5"]" when calling ArtifactsApi.artifacts_create, the character length must be great than or equal to 1.'
61
61
  end
62
62
 
63
63
  if @api_client.config.client_side_validation && !opts[:'sha1'].nil? && opts[:'sha1'].to_s.length < 1
64
- fail ArgumentError, 'invalid value for "opts[:"sha1"]" when calling ArtifactsApi.create, the character length must be great than or equal to 1.'
64
+ fail ArgumentError, 'invalid value for "opts[:"sha1"]" when calling ArtifactsApi.artifacts_create, the character length must be great than or equal to 1.'
65
65
  end
66
66
 
67
67
  if @api_client.config.client_side_validation && !opts[:'sha224'].nil? && opts[:'sha224'].to_s.length < 1
68
- fail ArgumentError, 'invalid value for "opts[:"sha224"]" when calling ArtifactsApi.create, the character length must be great than or equal to 1.'
68
+ fail ArgumentError, 'invalid value for "opts[:"sha224"]" when calling ArtifactsApi.artifacts_create, the character length must be great than or equal to 1.'
69
69
  end
70
70
 
71
71
  if @api_client.config.client_side_validation && !opts[:'sha256'].nil? && opts[:'sha256'].to_s.length < 1
72
- fail ArgumentError, 'invalid value for "opts[:"sha256"]" when calling ArtifactsApi.create, the character length must be great than or equal to 1.'
72
+ fail ArgumentError, 'invalid value for "opts[:"sha256"]" when calling ArtifactsApi.artifacts_create, the character length must be great than or equal to 1.'
73
73
  end
74
74
 
75
75
  if @api_client.config.client_side_validation && !opts[:'sha384'].nil? && opts[:'sha384'].to_s.length < 1
76
- fail ArgumentError, 'invalid value for "opts[:"sha384"]" when calling ArtifactsApi.create, the character length must be great than or equal to 1.'
76
+ fail ArgumentError, 'invalid value for "opts[:"sha384"]" when calling ArtifactsApi.artifacts_create, the character length must be great than or equal to 1.'
77
77
  end
78
78
 
79
79
  if @api_client.config.client_side_validation && !opts[:'sha512'].nil? && opts[:'sha512'].to_s.length < 1
80
- fail ArgumentError, 'invalid value for "opts[:"sha512"]" when calling ArtifactsApi.create, the character length must be great than or equal to 1.'
80
+ fail ArgumentError, 'invalid value for "opts[:"sha512"]" when calling ArtifactsApi.artifacts_create, the character length must be great than or equal to 1.'
81
81
  end
82
82
 
83
83
  # resource path
@@ -124,7 +124,7 @@ module PulpContainerClient
124
124
 
125
125
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
126
126
  if @api_client.config.debugging
127
- @api_client.config.logger.debug "API called: ArtifactsApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
127
+ @api_client.config.logger.debug "API called: ArtifactsApi#artifacts_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
128
128
  end
129
129
  return data, status_code, headers
130
130
  end
@@ -134,8 +134,8 @@ module PulpContainerClient
134
134
  # @param artifact_href [String]
135
135
  # @param [Hash] opts the optional parameters
136
136
  # @return [nil]
137
- def delete(artifact_href, opts = {})
138
- delete_with_http_info(artifact_href, opts)
137
+ def artifacts_delete(artifact_href, opts = {})
138
+ artifacts_delete_with_http_info(artifact_href, opts)
139
139
  nil
140
140
  end
141
141
 
@@ -144,13 +144,13 @@ module PulpContainerClient
144
144
  # @param artifact_href [String]
145
145
  # @param [Hash] opts the optional parameters
146
146
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
147
- def delete_with_http_info(artifact_href, opts = {})
147
+ def artifacts_delete_with_http_info(artifact_href, opts = {})
148
148
  if @api_client.config.debugging
149
- @api_client.config.logger.debug 'Calling API: ArtifactsApi.delete ...'
149
+ @api_client.config.logger.debug 'Calling API: ArtifactsApi.artifacts_delete ...'
150
150
  end
151
151
  # verify the required parameter 'artifact_href' is set
152
152
  if @api_client.config.client_side_validation && artifact_href.nil?
153
- fail ArgumentError, "Missing the required parameter 'artifact_href' when calling ArtifactsApi.delete"
153
+ fail ArgumentError, "Missing the required parameter 'artifact_href' when calling ArtifactsApi.artifacts_delete"
154
154
  end
155
155
  # resource path
156
156
  local_var_path = '{artifact_href}'.sub('{' + 'artifact_href' + '}', CGI.escape(artifact_href.to_s).gsub('%2F', '/'))
@@ -184,7 +184,7 @@ module PulpContainerClient
184
184
 
185
185
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
186
186
  if @api_client.config.debugging
187
- @api_client.config.logger.debug "API called: ArtifactsApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
187
+ @api_client.config.logger.debug "API called: ArtifactsApi#artifacts_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
188
188
  end
189
189
  return data, status_code, headers
190
190
  end
@@ -195,9 +195,7 @@ module PulpContainerClient
195
195
  # @option opts [Integer] :limit Number of results to return per page.
196
196
  # @option opts [String] :md5 Filter results where md5 matches value
197
197
  # @option opts [Integer] :offset The initial index from which to return the results.
198
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;file&#x60; - File * &#x60;-file&#x60; - File (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;md5&#x60; - Md5 * &#x60;-md5&#x60; - Md5 (descending) * &#x60;sha1&#x60; - Sha1 * &#x60;-sha1&#x60; - Sha1 (descending) * &#x60;sha224&#x60; - Sha224 * &#x60;-sha224&#x60; - Sha224 (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;sha384&#x60; - Sha384 * &#x60;-sha384&#x60; - Sha384 (descending) * &#x60;sha512&#x60; - Sha512 * &#x60;-sha512&#x60; - Sha512 (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
199
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
200
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
198
+ # @option opts [Array<String>] :ordering Ordering
201
199
  # @option opts [String] :repository_version Repository Version referenced by HREF
202
200
  # @option opts [String] :sha1 Filter results where sha1 matches value
203
201
  # @option opts [String] :sha224 Filter results where sha224 matches value
@@ -207,8 +205,8 @@ module PulpContainerClient
207
205
  # @option opts [Array<String>] :fields A list of fields to include in the response.
208
206
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
209
207
  # @return [PaginatedArtifactResponseList]
210
- def list(opts = {})
211
- data, _status_code, _headers = list_with_http_info(opts)
208
+ def artifacts_list(opts = {})
209
+ data, _status_code, _headers = artifacts_list_with_http_info(opts)
212
210
  data
213
211
  end
214
212
 
@@ -218,9 +216,7 @@ module PulpContainerClient
218
216
  # @option opts [Integer] :limit Number of results to return per page.
219
217
  # @option opts [String] :md5 Filter results where md5 matches value
220
218
  # @option opts [Integer] :offset The initial index from which to return the results.
221
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;file&#x60; - File * &#x60;-file&#x60; - File (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;md5&#x60; - Md5 * &#x60;-md5&#x60; - Md5 (descending) * &#x60;sha1&#x60; - Sha1 * &#x60;-sha1&#x60; - Sha1 (descending) * &#x60;sha224&#x60; - Sha224 * &#x60;-sha224&#x60; - Sha224 (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;sha384&#x60; - Sha384 * &#x60;-sha384&#x60; - Sha384 (descending) * &#x60;sha512&#x60; - Sha512 * &#x60;-sha512&#x60; - Sha512 (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
222
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
223
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
219
+ # @option opts [Array<String>] :ordering Ordering
224
220
  # @option opts [String] :repository_version Repository Version referenced by HREF
225
221
  # @option opts [String] :sha1 Filter results where sha1 matches value
226
222
  # @option opts [String] :sha224 Filter results where sha224 matches value
@@ -230,9 +226,9 @@ module PulpContainerClient
230
226
  # @option opts [Array<String>] :fields A list of fields to include in the response.
231
227
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
232
228
  # @return [Array<(PaginatedArtifactResponseList, Integer, Hash)>] PaginatedArtifactResponseList data, response status code and response headers
233
- def list_with_http_info(opts = {})
229
+ def artifacts_list_with_http_info(opts = {})
234
230
  if @api_client.config.debugging
235
- @api_client.config.logger.debug 'Calling API: ArtifactsApi.list ...'
231
+ @api_client.config.logger.debug 'Calling API: ArtifactsApi.artifacts_list ...'
236
232
  end
237
233
  allowable_values = ["-file", "-md5", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-sha1", "-sha224", "-sha256", "-sha384", "-sha512", "-size", "-timestamp_of_interest", "file", "md5", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "sha1", "sha224", "sha256", "sha384", "sha512", "size", "timestamp_of_interest"]
238
234
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
@@ -247,8 +243,6 @@ module PulpContainerClient
247
243
  query_params[:'md5'] = opts[:'md5'] if !opts[:'md5'].nil?
248
244
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
249
245
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
250
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
251
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
252
246
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
253
247
  query_params[:'sha1'] = opts[:'sha1'] if !opts[:'sha1'].nil?
254
248
  query_params[:'sha224'] = opts[:'sha224'] if !opts[:'sha224'].nil?
@@ -286,7 +280,7 @@ module PulpContainerClient
286
280
 
287
281
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
288
282
  if @api_client.config.debugging
289
- @api_client.config.logger.debug "API called: ArtifactsApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
283
+ @api_client.config.logger.debug "API called: ArtifactsApi#artifacts_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
290
284
  end
291
285
  return data, status_code, headers
292
286
  end
@@ -298,8 +292,8 @@ module PulpContainerClient
298
292
  # @option opts [Array<String>] :fields A list of fields to include in the response.
299
293
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
300
294
  # @return [ArtifactResponse]
301
- def read(artifact_href, opts = {})
302
- data, _status_code, _headers = read_with_http_info(artifact_href, opts)
295
+ def artifacts_read(artifact_href, opts = {})
296
+ data, _status_code, _headers = artifacts_read_with_http_info(artifact_href, opts)
303
297
  data
304
298
  end
305
299
 
@@ -310,13 +304,13 @@ module PulpContainerClient
310
304
  # @option opts [Array<String>] :fields A list of fields to include in the response.
311
305
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
312
306
  # @return [Array<(ArtifactResponse, Integer, Hash)>] ArtifactResponse data, response status code and response headers
313
- def read_with_http_info(artifact_href, opts = {})
307
+ def artifacts_read_with_http_info(artifact_href, opts = {})
314
308
  if @api_client.config.debugging
315
- @api_client.config.logger.debug 'Calling API: ArtifactsApi.read ...'
309
+ @api_client.config.logger.debug 'Calling API: ArtifactsApi.artifacts_read ...'
316
310
  end
317
311
  # verify the required parameter 'artifact_href' is set
318
312
  if @api_client.config.client_side_validation && artifact_href.nil?
319
- fail ArgumentError, "Missing the required parameter 'artifact_href' when calling ArtifactsApi.read"
313
+ fail ArgumentError, "Missing the required parameter 'artifact_href' when calling ArtifactsApi.artifacts_read"
320
314
  end
321
315
  # resource path
322
316
  local_var_path = '{artifact_href}'.sub('{' + 'artifact_href' + '}', CGI.escape(artifact_href.to_s).gsub('%2F', '/'))
@@ -354,7 +348,7 @@ module PulpContainerClient
354
348
 
355
349
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
356
350
  if @api_client.config.debugging
357
- @api_client.config.logger.debug "API called: ArtifactsApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
351
+ @api_client.config.logger.debug "API called: ArtifactsApi#artifacts_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
358
352
  end
359
353
  return data, status_code, headers
360
354
  end
@@ -24,18 +24,15 @@ module PulpContainerClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Integer] :limit Number of results to return per page.
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;container.blob&#x60; - container.blob * &#x60;container.manifest&#x60; - container.manifest * &#x60;container.tag&#x60; - container.tag * &#x60;container.signature&#x60; - container.signature
27
+ # @option opts [Array<String>] :ordering Ordering
31
28
  # @option opts [String] :repository_version Repository Version referenced by HREF
32
29
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
33
30
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
34
31
  # @option opts [Array<String>] :fields A list of fields to include in the response.
35
32
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
36
33
  # @return [PaginatedMultipleArtifactContentResponseList]
37
- def list(opts = {})
38
- data, _status_code, _headers = list_with_http_info(opts)
34
+ def content_list(opts = {})
35
+ data, _status_code, _headers = content_list_with_http_info(opts)
39
36
  data
40
37
  end
41
38
 
@@ -44,28 +41,21 @@ module PulpContainerClient
44
41
  # @param [Hash] opts the optional parameters
45
42
  # @option opts [Integer] :limit Number of results to return per page.
46
43
  # @option opts [Integer] :offset The initial index from which to return the results.
47
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
48
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
49
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;container.blob&#x60; - container.blob * &#x60;container.manifest&#x60; - container.manifest * &#x60;container.tag&#x60; - container.tag * &#x60;container.signature&#x60; - container.signature
44
+ # @option opts [Array<String>] :ordering Ordering
51
45
  # @option opts [String] :repository_version Repository Version referenced by HREF
52
46
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
53
47
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
54
48
  # @option opts [Array<String>] :fields A list of fields to include in the response.
55
49
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
56
50
  # @return [Array<(PaginatedMultipleArtifactContentResponseList, Integer, Hash)>] PaginatedMultipleArtifactContentResponseList data, response status code and response headers
57
- def list_with_http_info(opts = {})
51
+ def content_list_with_http_info(opts = {})
58
52
  if @api_client.config.debugging
59
- @api_client.config.logger.debug 'Calling API: ContentApi.list ...'
53
+ @api_client.config.logger.debug 'Calling API: ContentApi.content_list ...'
60
54
  end
61
55
  allowable_values = ["-pk", "pk"]
62
56
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
63
57
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
64
58
  end
65
- allowable_values = ["container.blob", "container.manifest", "container.signature", "container.tag", "core.publishedmetadata"]
66
- if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
67
- fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
68
- end
69
59
  # resource path
70
60
  local_var_path = '/pulp/api/v3/content/'
71
61
 
@@ -74,9 +64,6 @@ module PulpContainerClient
74
64
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
75
65
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
76
66
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
77
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
78
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
79
- query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
80
67
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
81
68
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
82
69
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -111,7 +98,7 @@ module PulpContainerClient
111
98
 
112
99
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
113
100
  if @api_client.config.debugging
114
- @api_client.config.logger.debug "API called: ContentApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
101
+ @api_client.config.logger.debug "API called: ContentApi#content_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
115
102
  end
116
103
  return data, status_code, headers
117
104
  end
@@ -26,17 +26,15 @@ module PulpContainerClient
26
26
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
27
27
  # @option opts [Integer] :limit Number of results to return per page.
28
28
  # @option opts [Integer] :offset The initial index from which to return the results.
29
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
30
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
31
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
29
+ # @option opts [Array<String>] :ordering Ordering
32
30
  # @option opts [String] :repository_version Repository Version referenced by HREF
33
31
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
34
32
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
35
33
  # @option opts [Array<String>] :fields A list of fields to include in the response.
36
34
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
37
35
  # @return [PaginatedcontainerBlobResponseList]
38
- def list(opts = {})
39
- data, _status_code, _headers = list_with_http_info(opts)
36
+ def content_container_blobs_list(opts = {})
37
+ data, _status_code, _headers = content_container_blobs_list_with_http_info(opts)
40
38
  data
41
39
  end
42
40
 
@@ -47,18 +45,16 @@ module PulpContainerClient
47
45
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
48
46
  # @option opts [Integer] :limit Number of results to return per page.
49
47
  # @option opts [Integer] :offset The initial index from which to return the results.
50
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :ordering Ordering
53
49
  # @option opts [String] :repository_version Repository Version referenced by HREF
54
50
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
55
51
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
56
52
  # @option opts [Array<String>] :fields A list of fields to include in the response.
57
53
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
58
54
  # @return [Array<(PaginatedcontainerBlobResponseList, Integer, Hash)>] PaginatedcontainerBlobResponseList data, response status code and response headers
59
- def list_with_http_info(opts = {})
55
+ def content_container_blobs_list_with_http_info(opts = {})
60
56
  if @api_client.config.debugging
61
- @api_client.config.logger.debug 'Calling API: ContentBlobsApi.list ...'
57
+ @api_client.config.logger.debug 'Calling API: ContentBlobsApi.content_container_blobs_list ...'
62
58
  end
63
59
  allowable_values = ["-digest", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-timestamp_of_interest", "-upstream_id", "digest", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "timestamp_of_interest", "upstream_id"]
64
60
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
@@ -74,8 +70,6 @@ module PulpContainerClient
74
70
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
75
71
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
76
72
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
77
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
78
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
79
73
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
80
74
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
81
75
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -110,7 +104,7 @@ module PulpContainerClient
110
104
 
111
105
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
112
106
  if @api_client.config.debugging
113
- @api_client.config.logger.debug "API called: ContentBlobsApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
107
+ @api_client.config.logger.debug "API called: ContentBlobsApi#content_container_blobs_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
114
108
  end
115
109
  return data, status_code, headers
116
110
  end
@@ -122,8 +116,8 @@ module PulpContainerClient
122
116
  # @option opts [Array<String>] :fields A list of fields to include in the response.
123
117
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
124
118
  # @return [ContainerBlobResponse]
125
- def read(container_blob_href, opts = {})
126
- data, _status_code, _headers = read_with_http_info(container_blob_href, opts)
119
+ def content_container_blobs_read(container_blob_href, opts = {})
120
+ data, _status_code, _headers = content_container_blobs_read_with_http_info(container_blob_href, opts)
127
121
  data
128
122
  end
129
123
 
@@ -134,13 +128,13 @@ module PulpContainerClient
134
128
  # @option opts [Array<String>] :fields A list of fields to include in the response.
135
129
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
136
130
  # @return [Array<(ContainerBlobResponse, Integer, Hash)>] ContainerBlobResponse data, response status code and response headers
137
- def read_with_http_info(container_blob_href, opts = {})
131
+ def content_container_blobs_read_with_http_info(container_blob_href, opts = {})
138
132
  if @api_client.config.debugging
139
- @api_client.config.logger.debug 'Calling API: ContentBlobsApi.read ...'
133
+ @api_client.config.logger.debug 'Calling API: ContentBlobsApi.content_container_blobs_read ...'
140
134
  end
141
135
  # verify the required parameter 'container_blob_href' is set
142
136
  if @api_client.config.client_side_validation && container_blob_href.nil?
143
- fail ArgumentError, "Missing the required parameter 'container_blob_href' when calling ContentBlobsApi.read"
137
+ fail ArgumentError, "Missing the required parameter 'container_blob_href' when calling ContentBlobsApi.content_container_blobs_read"
144
138
  end
145
139
  # resource path
146
140
  local_var_path = '{container_blob_href}'.sub('{' + 'container_blob_href' + '}', CGI.escape(container_blob_href.to_s).gsub('%2F', '/'))
@@ -178,7 +172,7 @@ module PulpContainerClient
178
172
 
179
173
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
180
174
  if @api_client.config.debugging
181
- @api_client.config.logger.debug "API called: ContentBlobsApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
175
+ @api_client.config.logger.debug "API called: ContentBlobsApi#content_container_blobs_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
182
176
  end
183
177
  return data, status_code, headers
184
178
  end
@@ -25,19 +25,17 @@ module PulpContainerClient
25
25
  # @option opts [String] :digest Filter results where digest matches value
26
26
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
27
27
  # @option opts [Integer] :limit Number of results to return per page.
28
- # @option opts [Array<String>] :media_type * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json
28
+ # @option opts [Array<String>] :media_type
29
29
  # @option opts [Integer] :offset The initial index from which to return the results.
30
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;schema_version&#x60; - Schema version * &#x60;-schema_version&#x60; - Schema version (descending) * &#x60;media_type&#x60; - Media type * &#x60;-media_type&#x60; - Media type (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
31
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
32
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
+ # @option opts [Array<String>] :ordering Ordering
33
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
34
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
35
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
36
34
  # @option opts [Array<String>] :fields A list of fields to include in the response.
37
35
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
38
36
  # @return [PaginatedcontainerManifestResponseList]
39
- def list(opts = {})
40
- data, _status_code, _headers = list_with_http_info(opts)
37
+ def content_container_manifests_list(opts = {})
38
+ data, _status_code, _headers = content_container_manifests_list_with_http_info(opts)
41
39
  data
42
40
  end
43
41
 
@@ -47,20 +45,18 @@ module PulpContainerClient
47
45
  # @option opts [String] :digest Filter results where digest matches value
48
46
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
49
47
  # @option opts [Integer] :limit Number of results to return per page.
50
- # @option opts [Array<String>] :media_type * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json
48
+ # @option opts [Array<String>] :media_type
51
49
  # @option opts [Integer] :offset The initial index from which to return the results.
52
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;schema_version&#x60; - Schema version * &#x60;-schema_version&#x60; - Schema version (descending) * &#x60;media_type&#x60; - Media type * &#x60;-media_type&#x60; - Media type (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
53
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
54
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [Array<String>] :ordering Ordering
55
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
56
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
57
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
58
54
  # @option opts [Array<String>] :fields A list of fields to include in the response.
59
55
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
60
56
  # @return [Array<(PaginatedcontainerManifestResponseList, Integer, Hash)>] PaginatedcontainerManifestResponseList data, response status code and response headers
61
- def list_with_http_info(opts = {})
57
+ def content_container_manifests_list_with_http_info(opts = {})
62
58
  if @api_client.config.debugging
63
- @api_client.config.logger.debug 'Calling API: ContentManifestsApi.list ...'
59
+ @api_client.config.logger.debug 'Calling API: ContentManifestsApi.content_container_manifests_list ...'
64
60
  end
65
61
  allowable_values = ["application/vnd.docker.distribution.manifest.list.v2+json", "application/vnd.docker.distribution.manifest.v1+json", "application/vnd.docker.distribution.manifest.v2+json", "application/vnd.oci.image.index.v1+json", "application/vnd.oci.image.manifest.v1+json"]
66
62
  if @api_client.config.client_side_validation && opts[:'media_type'] && !opts[:'media_type'].all? { |item| allowable_values.include?(item) }
@@ -81,8 +77,6 @@ module PulpContainerClient
81
77
  query_params[:'media_type'] = @api_client.build_collection_param(opts[:'media_type'], :multi) if !opts[:'media_type'].nil?
82
78
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
83
79
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
84
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
85
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
86
80
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
87
81
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
88
82
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -117,7 +111,7 @@ module PulpContainerClient
117
111
 
118
112
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
119
113
  if @api_client.config.debugging
120
- @api_client.config.logger.debug "API called: ContentManifestsApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
114
+ @api_client.config.logger.debug "API called: ContentManifestsApi#content_container_manifests_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
121
115
  end
122
116
  return data, status_code, headers
123
117
  end
@@ -129,8 +123,8 @@ module PulpContainerClient
129
123
  # @option opts [Array<String>] :fields A list of fields to include in the response.
130
124
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
131
125
  # @return [ContainerManifestResponse]
132
- def read(container_manifest_href, opts = {})
133
- data, _status_code, _headers = read_with_http_info(container_manifest_href, opts)
126
+ def content_container_manifests_read(container_manifest_href, opts = {})
127
+ data, _status_code, _headers = content_container_manifests_read_with_http_info(container_manifest_href, opts)
134
128
  data
135
129
  end
136
130
 
@@ -141,13 +135,13 @@ module PulpContainerClient
141
135
  # @option opts [Array<String>] :fields A list of fields to include in the response.
142
136
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
143
137
  # @return [Array<(ContainerManifestResponse, Integer, Hash)>] ContainerManifestResponse data, response status code and response headers
144
- def read_with_http_info(container_manifest_href, opts = {})
138
+ def content_container_manifests_read_with_http_info(container_manifest_href, opts = {})
145
139
  if @api_client.config.debugging
146
- @api_client.config.logger.debug 'Calling API: ContentManifestsApi.read ...'
140
+ @api_client.config.logger.debug 'Calling API: ContentManifestsApi.content_container_manifests_read ...'
147
141
  end
148
142
  # verify the required parameter 'container_manifest_href' is set
149
143
  if @api_client.config.client_side_validation && container_manifest_href.nil?
150
- fail ArgumentError, "Missing the required parameter 'container_manifest_href' when calling ContentManifestsApi.read"
144
+ fail ArgumentError, "Missing the required parameter 'container_manifest_href' when calling ContentManifestsApi.content_container_manifests_read"
151
145
  end
152
146
  # resource path
153
147
  local_var_path = '{container_manifest_href}'.sub('{' + 'container_manifest_href' + '}', CGI.escape(container_manifest_href.to_s).gsub('%2F', '/'))
@@ -185,7 +179,7 @@ module PulpContainerClient
185
179
 
186
180
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
187
181
  if @api_client.config.debugging
188
- @api_client.config.logger.debug "API called: ContentManifestsApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
182
+ @api_client.config.logger.debug "API called: ContentManifestsApi#content_container_manifests_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
189
183
  end
190
184
  return data, status_code, headers
191
185
  end
@@ -34,17 +34,15 @@ module PulpContainerClient
34
34
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
35
35
  # @option opts [String] :name__startswith Filter results where name starts with value
36
36
  # @option opts [Integer] :offset The initial index from which to return the results.
37
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;key_id&#x60; - Key id * &#x60;-key_id&#x60; - Key id (descending) * &#x60;timestamp&#x60; - Timestamp * &#x60;-timestamp&#x60; - Timestamp (descending) * &#x60;creator&#x60; - Creator * &#x60;-creator&#x60; - Creator (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
38
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
39
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
37
+ # @option opts [Array<String>] :ordering Ordering
40
38
  # @option opts [String] :repository_version Repository Version referenced by HREF
41
39
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
42
40
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
43
41
  # @option opts [Array<String>] :fields A list of fields to include in the response.
44
42
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
45
43
  # @return [PaginatedcontainerManifestSignatureResponseList]
46
- def list(opts = {})
47
- data, _status_code, _headers = list_with_http_info(opts)
44
+ def content_container_signatures_list(opts = {})
45
+ data, _status_code, _headers = content_container_signatures_list_with_http_info(opts)
48
46
  data
49
47
  end
50
48
 
@@ -63,18 +61,16 @@ module PulpContainerClient
63
61
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
64
62
  # @option opts [String] :name__startswith Filter results where name starts with value
65
63
  # @option opts [Integer] :offset The initial index from which to return the results.
66
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;key_id&#x60; - Key id * &#x60;-key_id&#x60; - Key id (descending) * &#x60;timestamp&#x60; - Timestamp * &#x60;-timestamp&#x60; - Timestamp (descending) * &#x60;creator&#x60; - Creator * &#x60;-creator&#x60; - Creator (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
67
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
68
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
64
+ # @option opts [Array<String>] :ordering Ordering
69
65
  # @option opts [String] :repository_version Repository Version referenced by HREF
70
66
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
71
67
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
72
68
  # @option opts [Array<String>] :fields A list of fields to include in the response.
73
69
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
74
70
  # @return [Array<(PaginatedcontainerManifestSignatureResponseList, Integer, Hash)>] PaginatedcontainerManifestSignatureResponseList data, response status code and response headers
75
- def list_with_http_info(opts = {})
71
+ def content_container_signatures_list_with_http_info(opts = {})
76
72
  if @api_client.config.debugging
77
- @api_client.config.logger.debug 'Calling API: ContentSignaturesApi.list ...'
73
+ @api_client.config.logger.debug 'Calling API: ContentSignaturesApi.content_container_signatures_list ...'
78
74
  end
79
75
  allowable_values = ["-creator", "-data", "-digest", "-key_id", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-timestamp", "-timestamp_of_interest", "-type", "-upstream_id", "creator", "data", "digest", "key_id", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "timestamp", "timestamp_of_interest", "type", "upstream_id"]
80
76
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
@@ -98,8 +94,6 @@ module PulpContainerClient
98
94
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
99
95
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
100
96
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
101
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
102
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
103
97
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
104
98
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
105
99
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -134,7 +128,7 @@ module PulpContainerClient
134
128
 
135
129
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
136
130
  if @api_client.config.debugging
137
- @api_client.config.logger.debug "API called: ContentSignaturesApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
131
+ @api_client.config.logger.debug "API called: ContentSignaturesApi#content_container_signatures_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
138
132
  end
139
133
  return data, status_code, headers
140
134
  end
@@ -146,8 +140,8 @@ module PulpContainerClient
146
140
  # @option opts [Array<String>] :fields A list of fields to include in the response.
147
141
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
148
142
  # @return [ContainerManifestSignatureResponse]
149
- def read(container_manifest_signature_href, opts = {})
150
- data, _status_code, _headers = read_with_http_info(container_manifest_signature_href, opts)
143
+ def content_container_signatures_read(container_manifest_signature_href, opts = {})
144
+ data, _status_code, _headers = content_container_signatures_read_with_http_info(container_manifest_signature_href, opts)
151
145
  data
152
146
  end
153
147
 
@@ -158,13 +152,13 @@ module PulpContainerClient
158
152
  # @option opts [Array<String>] :fields A list of fields to include in the response.
159
153
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
160
154
  # @return [Array<(ContainerManifestSignatureResponse, Integer, Hash)>] ContainerManifestSignatureResponse data, response status code and response headers
161
- def read_with_http_info(container_manifest_signature_href, opts = {})
155
+ def content_container_signatures_read_with_http_info(container_manifest_signature_href, opts = {})
162
156
  if @api_client.config.debugging
163
- @api_client.config.logger.debug 'Calling API: ContentSignaturesApi.read ...'
157
+ @api_client.config.logger.debug 'Calling API: ContentSignaturesApi.content_container_signatures_read ...'
164
158
  end
165
159
  # verify the required parameter 'container_manifest_signature_href' is set
166
160
  if @api_client.config.client_side_validation && container_manifest_signature_href.nil?
167
- fail ArgumentError, "Missing the required parameter 'container_manifest_signature_href' when calling ContentSignaturesApi.read"
161
+ fail ArgumentError, "Missing the required parameter 'container_manifest_signature_href' when calling ContentSignaturesApi.content_container_signatures_read"
168
162
  end
169
163
  # resource path
170
164
  local_var_path = '{container_manifest_signature_href}'.sub('{' + 'container_manifest_signature_href' + '}', CGI.escape(container_manifest_signature_href.to_s).gsub('%2F', '/'))
@@ -202,7 +196,7 @@ module PulpContainerClient
202
196
 
203
197
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
204
198
  if @api_client.config.debugging
205
- @api_client.config.logger.debug "API called: ContentSignaturesApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
199
+ @api_client.config.logger.debug "API called: ContentSignaturesApi#content_container_signatures_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
206
200
  end
207
201
  return data, status_code, headers
208
202
  end