pulp_container_client 2.14.14 → 2.14.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -24,21 +24,19 @@ module PulpContainerClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :digest Multiple values may be separated by commas.
26
26
  # @option opts [Integer] :limit Number of results to return per page.
27
- # @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
27
+ # @option opts [Array<String>] :media_type
28
28
  # @option opts [String] :name Filter results where name matches value
29
29
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
30
30
  # @option opts [Integer] :offset The initial index from which to return the results.
31
- # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
32
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
33
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
31
+ # @option opts [Array<String>] :ordering Ordering
34
32
  # @option opts [String] :repository_version Repository Version referenced by HREF
35
33
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
36
34
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
37
35
  # @option opts [Array<String>] :fields A list of fields to include in the response.
38
36
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
39
37
  # @return [PaginatedcontainerTagResponseList]
40
- def list(opts = {})
41
- data, _status_code, _headers = list_with_http_info(opts)
38
+ def content_container_tags_list(opts = {})
39
+ data, _status_code, _headers = content_container_tags_list_with_http_info(opts)
42
40
  data
43
41
  end
44
42
 
@@ -47,22 +45,20 @@ module PulpContainerClient
47
45
  # @param [Hash] opts the optional parameters
48
46
  # @option opts [Array<String>] :digest Multiple values may be separated by commas.
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 [String] :name Filter results where name matches value
52
50
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
53
51
  # @option opts [Integer] :offset The initial index from which to return the results.
54
- # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
55
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
52
+ # @option opts [Array<String>] :ordering Ordering
57
53
  # @option opts [String] :repository_version Repository Version referenced by HREF
58
54
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
59
55
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
60
56
  # @option opts [Array<String>] :fields A list of fields to include in the response.
61
57
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
62
58
  # @return [Array<(PaginatedcontainerTagResponseList, Integer, Hash)>] PaginatedcontainerTagResponseList data, response status code and response headers
63
- def list_with_http_info(opts = {})
59
+ def content_container_tags_list_with_http_info(opts = {})
64
60
  if @api_client.config.debugging
65
- @api_client.config.logger.debug 'Calling API: ContentTagsApi.list ...'
61
+ @api_client.config.logger.debug 'Calling API: ContentTagsApi.content_container_tags_list ...'
66
62
  end
67
63
  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"]
68
64
  if @api_client.config.client_side_validation && opts[:'media_type'] && !opts[:'media_type'].all? { |item| allowable_values.include?(item) }
@@ -84,8 +80,6 @@ module PulpContainerClient
84
80
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
85
81
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
86
82
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
87
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
88
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
89
83
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
90
84
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
91
85
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -120,7 +114,7 @@ module PulpContainerClient
120
114
 
121
115
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
122
116
  if @api_client.config.debugging
123
- @api_client.config.logger.debug "API called: ContentTagsApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
117
+ @api_client.config.logger.debug "API called: ContentTagsApi#content_container_tags_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
124
118
  end
125
119
  return data, status_code, headers
126
120
  end
@@ -132,8 +126,8 @@ module PulpContainerClient
132
126
  # @option opts [Array<String>] :fields A list of fields to include in the response.
133
127
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
134
128
  # @return [ContainerTagResponse]
135
- def read(container_tag_href, opts = {})
136
- data, _status_code, _headers = read_with_http_info(container_tag_href, opts)
129
+ def content_container_tags_read(container_tag_href, opts = {})
130
+ data, _status_code, _headers = content_container_tags_read_with_http_info(container_tag_href, opts)
137
131
  data
138
132
  end
139
133
 
@@ -144,13 +138,13 @@ module PulpContainerClient
144
138
  # @option opts [Array<String>] :fields A list of fields to include in the response.
145
139
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
146
140
  # @return [Array<(ContainerTagResponse, Integer, Hash)>] ContainerTagResponse data, response status code and response headers
147
- def read_with_http_info(container_tag_href, opts = {})
141
+ def content_container_tags_read_with_http_info(container_tag_href, opts = {})
148
142
  if @api_client.config.debugging
149
- @api_client.config.logger.debug 'Calling API: ContentTagsApi.read ...'
143
+ @api_client.config.logger.debug 'Calling API: ContentTagsApi.content_container_tags_read ...'
150
144
  end
151
145
  # verify the required parameter 'container_tag_href' is set
152
146
  if @api_client.config.client_side_validation && container_tag_href.nil?
153
- fail ArgumentError, "Missing the required parameter 'container_tag_href' when calling ContentTagsApi.read"
147
+ fail ArgumentError, "Missing the required parameter 'container_tag_href' when calling ContentTagsApi.content_container_tags_read"
154
148
  end
155
149
  # resource path
156
150
  local_var_path = '{container_tag_href}'.sub('{' + 'container_tag_href' + '}', CGI.escape(container_tag_href.to_s).gsub('%2F', '/'))
@@ -188,7 +182,7 @@ module PulpContainerClient
188
182
 
189
183
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
190
184
  if @api_client.config.debugging
191
- @api_client.config.logger.debug "API called: ContentTagsApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
185
+ @api_client.config.logger.debug "API called: ContentTagsApi#content_container_tags_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
192
186
  end
193
187
  return data, status_code, headers
194
188
  end
@@ -29,15 +29,12 @@ module PulpContainerClient
29
29
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
30
30
  # @option opts [String] :name__startswith Filter results where name starts with value
31
31
  # @option opts [Integer] :offset The initial index from which to return the results.
32
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
33
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
34
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
35
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect
32
+ # @option opts [Array<String>] :ordering Ordering
36
33
  # @option opts [Array<String>] :fields A list of fields to include in the response.
37
34
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
38
35
  # @return [PaginatedContentGuardResponseList]
39
- def list(opts = {})
40
- data, _status_code, _headers = list_with_http_info(opts)
36
+ def contentguards_list(opts = {})
37
+ data, _status_code, _headers = contentguards_list_with_http_info(opts)
41
38
  data
42
39
  end
43
40
 
@@ -51,25 +48,18 @@ module PulpContainerClient
51
48
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
52
49
  # @option opts [String] :name__startswith Filter results where name starts with value
53
50
  # @option opts [Integer] :offset The initial index from which to return the results.
54
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
55
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
57
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect
51
+ # @option opts [Array<String>] :ordering Ordering
58
52
  # @option opts [Array<String>] :fields A list of fields to include in the response.
59
53
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
60
54
  # @return [Array<(PaginatedContentGuardResponseList, Integer, Hash)>] PaginatedContentGuardResponseList data, response status code and response headers
61
- def list_with_http_info(opts = {})
55
+ def contentguards_list_with_http_info(opts = {})
62
56
  if @api_client.config.debugging
63
- @api_client.config.logger.debug 'Calling API: ContentguardsApi.list ...'
57
+ @api_client.config.logger.debug 'Calling API: ContentguardsApi.contentguards_list ...'
64
58
  end
65
59
  allowable_values = ["-description", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "description", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
66
60
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
67
61
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
68
62
  end
69
- allowable_values = ["core.content_redirect", "core.rbac"]
70
- if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
71
- fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
72
- end
73
63
  # resource path
74
64
  local_var_path = '/pulp/api/v3/contentguards/'
75
65
 
@@ -83,9 +73,6 @@ module PulpContainerClient
83
73
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
84
74
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
85
75
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
86
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
87
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
88
- query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
89
76
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
90
77
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
91
78
 
@@ -117,7 +104,7 @@ module PulpContainerClient
117
104
 
118
105
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
119
106
  if @api_client.config.debugging
120
- @api_client.config.logger.debug "API called: ContentguardsApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
107
+ @api_client.config.logger.debug "API called: ContentguardsApi#contentguards_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
121
108
  end
122
109
  return data, status_code, headers
123
110
  end
@@ -24,8 +24,8 @@ module PulpContainerClient
24
24
  # @param nested_role [NestedRole]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [NestedRoleResponse]
27
- def add_role(content_redirect_content_guard_href, nested_role, opts = {})
28
- data, _status_code, _headers = add_role_with_http_info(content_redirect_content_guard_href, nested_role, opts)
27
+ def contentguards_core_content_redirect_add_role(content_redirect_content_guard_href, nested_role, opts = {})
28
+ data, _status_code, _headers = contentguards_core_content_redirect_add_role_with_http_info(content_redirect_content_guard_href, nested_role, opts)
29
29
  data
30
30
  end
31
31
 
@@ -34,17 +34,17 @@ module PulpContainerClient
34
34
  # @param nested_role [NestedRole]
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
37
- def add_role_with_http_info(content_redirect_content_guard_href, nested_role, opts = {})
37
+ def contentguards_core_content_redirect_add_role_with_http_info(content_redirect_content_guard_href, nested_role, opts = {})
38
38
  if @api_client.config.debugging
39
- @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.add_role ...'
39
+ @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.contentguards_core_content_redirect_add_role ...'
40
40
  end
41
41
  # verify the required parameter 'content_redirect_content_guard_href' is set
42
42
  if @api_client.config.client_side_validation && content_redirect_content_guard_href.nil?
43
- fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.add_role"
43
+ fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_add_role"
44
44
  end
45
45
  # verify the required parameter 'nested_role' is set
46
46
  if @api_client.config.client_side_validation && nested_role.nil?
47
- fail ArgumentError, "Missing the required parameter 'nested_role' when calling ContentguardsContentRedirectApi.add_role"
47
+ fail ArgumentError, "Missing the required parameter 'nested_role' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_add_role"
48
48
  end
49
49
  # resource path
50
50
  local_var_path = '{content_redirect_content_guard_href}add_role/'.sub('{' + 'content_redirect_content_guard_href' + '}', CGI.escape(content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
@@ -82,7 +82,7 @@ module PulpContainerClient
82
82
 
83
83
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
84
84
  if @api_client.config.debugging
85
- @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#add_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
85
+ @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#contentguards_core_content_redirect_add_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
86
86
  end
87
87
  return data, status_code, headers
88
88
  end
@@ -92,8 +92,8 @@ module PulpContainerClient
92
92
  # @param content_redirect_content_guard [ContentRedirectContentGuard]
93
93
  # @param [Hash] opts the optional parameters
94
94
  # @return [ContentRedirectContentGuardResponse]
95
- def create(content_redirect_content_guard, opts = {})
96
- data, _status_code, _headers = create_with_http_info(content_redirect_content_guard, opts)
95
+ def contentguards_core_content_redirect_create(content_redirect_content_guard, opts = {})
96
+ data, _status_code, _headers = contentguards_core_content_redirect_create_with_http_info(content_redirect_content_guard, opts)
97
97
  data
98
98
  end
99
99
 
@@ -102,13 +102,13 @@ module PulpContainerClient
102
102
  # @param content_redirect_content_guard [ContentRedirectContentGuard]
103
103
  # @param [Hash] opts the optional parameters
104
104
  # @return [Array<(ContentRedirectContentGuardResponse, Integer, Hash)>] ContentRedirectContentGuardResponse data, response status code and response headers
105
- def create_with_http_info(content_redirect_content_guard, opts = {})
105
+ def contentguards_core_content_redirect_create_with_http_info(content_redirect_content_guard, opts = {})
106
106
  if @api_client.config.debugging
107
- @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.create ...'
107
+ @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.contentguards_core_content_redirect_create ...'
108
108
  end
109
109
  # verify the required parameter 'content_redirect_content_guard' is set
110
110
  if @api_client.config.client_side_validation && content_redirect_content_guard.nil?
111
- fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard' when calling ContentguardsContentRedirectApi.create"
111
+ fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_create"
112
112
  end
113
113
  # resource path
114
114
  local_var_path = '/pulp/api/v3/contentguards/core/content_redirect/'
@@ -146,7 +146,7 @@ module PulpContainerClient
146
146
 
147
147
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
148
148
  if @api_client.config.debugging
149
- @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
149
+ @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#contentguards_core_content_redirect_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
150
150
  end
151
151
  return data, status_code, headers
152
152
  end
@@ -156,8 +156,8 @@ module PulpContainerClient
156
156
  # @param content_redirect_content_guard_href [String]
157
157
  # @param [Hash] opts the optional parameters
158
158
  # @return [nil]
159
- def delete(content_redirect_content_guard_href, opts = {})
160
- delete_with_http_info(content_redirect_content_guard_href, opts)
159
+ def contentguards_core_content_redirect_delete(content_redirect_content_guard_href, opts = {})
160
+ contentguards_core_content_redirect_delete_with_http_info(content_redirect_content_guard_href, opts)
161
161
  nil
162
162
  end
163
163
 
@@ -166,13 +166,13 @@ module PulpContainerClient
166
166
  # @param content_redirect_content_guard_href [String]
167
167
  # @param [Hash] opts the optional parameters
168
168
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
169
- def delete_with_http_info(content_redirect_content_guard_href, opts = {})
169
+ def contentguards_core_content_redirect_delete_with_http_info(content_redirect_content_guard_href, opts = {})
170
170
  if @api_client.config.debugging
171
- @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.delete ...'
171
+ @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.contentguards_core_content_redirect_delete ...'
172
172
  end
173
173
  # verify the required parameter 'content_redirect_content_guard_href' is set
174
174
  if @api_client.config.client_side_validation && content_redirect_content_guard_href.nil?
175
- fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.delete"
175
+ fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_delete"
176
176
  end
177
177
  # resource path
178
178
  local_var_path = '{content_redirect_content_guard_href}'.sub('{' + 'content_redirect_content_guard_href' + '}', CGI.escape(content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
@@ -206,7 +206,7 @@ module PulpContainerClient
206
206
 
207
207
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
208
208
  if @api_client.config.debugging
209
- @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
209
+ @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#contentguards_core_content_redirect_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
210
210
  end
211
211
  return data, status_code, headers
212
212
  end
@@ -221,14 +221,12 @@ module PulpContainerClient
221
221
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
222
222
  # @option opts [String] :name__startswith Filter results where name starts with value
223
223
  # @option opts [Integer] :offset The initial index from which to return the results.
224
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
225
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
226
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
224
+ # @option opts [Array<String>] :ordering Ordering
227
225
  # @option opts [Array<String>] :fields A list of fields to include in the response.
228
226
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
229
227
  # @return [PaginatedContentRedirectContentGuardResponseList]
230
- def list(opts = {})
231
- data, _status_code, _headers = list_with_http_info(opts)
228
+ def contentguards_core_content_redirect_list(opts = {})
229
+ data, _status_code, _headers = contentguards_core_content_redirect_list_with_http_info(opts)
232
230
  data
233
231
  end
234
232
 
@@ -242,15 +240,13 @@ module PulpContainerClient
242
240
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
243
241
  # @option opts [String] :name__startswith Filter results where name starts with value
244
242
  # @option opts [Integer] :offset The initial index from which to return the results.
245
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
246
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
247
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
243
+ # @option opts [Array<String>] :ordering Ordering
248
244
  # @option opts [Array<String>] :fields A list of fields to include in the response.
249
245
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
250
246
  # @return [Array<(PaginatedContentRedirectContentGuardResponseList, Integer, Hash)>] PaginatedContentRedirectContentGuardResponseList data, response status code and response headers
251
- def list_with_http_info(opts = {})
247
+ def contentguards_core_content_redirect_list_with_http_info(opts = {})
252
248
  if @api_client.config.debugging
253
- @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.list ...'
249
+ @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.contentguards_core_content_redirect_list ...'
254
250
  end
255
251
  allowable_values = ["-description", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "description", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
256
252
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
@@ -269,8 +265,6 @@ module PulpContainerClient
269
265
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
270
266
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
271
267
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
272
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
273
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
274
268
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
275
269
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
276
270
 
@@ -302,7 +296,7 @@ module PulpContainerClient
302
296
 
303
297
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
304
298
  if @api_client.config.debugging
305
- @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
299
+ @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#contentguards_core_content_redirect_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
306
300
  end
307
301
  return data, status_code, headers
308
302
  end
@@ -313,8 +307,8 @@ module PulpContainerClient
313
307
  # @option opts [Array<String>] :fields A list of fields to include in the response.
314
308
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
315
309
  # @return [ObjectRolesResponse]
316
- def list_roles(content_redirect_content_guard_href, opts = {})
317
- data, _status_code, _headers = list_roles_with_http_info(content_redirect_content_guard_href, opts)
310
+ def contentguards_core_content_redirect_list_roles(content_redirect_content_guard_href, opts = {})
311
+ data, _status_code, _headers = contentguards_core_content_redirect_list_roles_with_http_info(content_redirect_content_guard_href, opts)
318
312
  data
319
313
  end
320
314
 
@@ -324,13 +318,13 @@ module PulpContainerClient
324
318
  # @option opts [Array<String>] :fields A list of fields to include in the response.
325
319
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
326
320
  # @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
327
- def list_roles_with_http_info(content_redirect_content_guard_href, opts = {})
321
+ def contentguards_core_content_redirect_list_roles_with_http_info(content_redirect_content_guard_href, opts = {})
328
322
  if @api_client.config.debugging
329
- @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.list_roles ...'
323
+ @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.contentguards_core_content_redirect_list_roles ...'
330
324
  end
331
325
  # verify the required parameter 'content_redirect_content_guard_href' is set
332
326
  if @api_client.config.client_side_validation && content_redirect_content_guard_href.nil?
333
- fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.list_roles"
327
+ fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_list_roles"
334
328
  end
335
329
  # resource path
336
330
  local_var_path = '{content_redirect_content_guard_href}list_roles/'.sub('{' + 'content_redirect_content_guard_href' + '}', CGI.escape(content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
@@ -368,7 +362,7 @@ module PulpContainerClient
368
362
 
369
363
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
370
364
  if @api_client.config.debugging
371
- @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#list_roles\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
365
+ @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#contentguards_core_content_redirect_list_roles\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
372
366
  end
373
367
  return data, status_code, headers
374
368
  end
@@ -379,8 +373,8 @@ module PulpContainerClient
379
373
  # @option opts [Array<String>] :fields A list of fields to include in the response.
380
374
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
381
375
  # @return [MyPermissionsResponse]
382
- def my_permissions(content_redirect_content_guard_href, opts = {})
383
- data, _status_code, _headers = my_permissions_with_http_info(content_redirect_content_guard_href, opts)
376
+ def contentguards_core_content_redirect_my_permissions(content_redirect_content_guard_href, opts = {})
377
+ data, _status_code, _headers = contentguards_core_content_redirect_my_permissions_with_http_info(content_redirect_content_guard_href, opts)
384
378
  data
385
379
  end
386
380
 
@@ -390,13 +384,13 @@ module PulpContainerClient
390
384
  # @option opts [Array<String>] :fields A list of fields to include in the response.
391
385
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
392
386
  # @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
393
- def my_permissions_with_http_info(content_redirect_content_guard_href, opts = {})
387
+ def contentguards_core_content_redirect_my_permissions_with_http_info(content_redirect_content_guard_href, opts = {})
394
388
  if @api_client.config.debugging
395
- @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.my_permissions ...'
389
+ @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.contentguards_core_content_redirect_my_permissions ...'
396
390
  end
397
391
  # verify the required parameter 'content_redirect_content_guard_href' is set
398
392
  if @api_client.config.client_side_validation && content_redirect_content_guard_href.nil?
399
- fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.my_permissions"
393
+ fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_my_permissions"
400
394
  end
401
395
  # resource path
402
396
  local_var_path = '{content_redirect_content_guard_href}my_permissions/'.sub('{' + 'content_redirect_content_guard_href' + '}', CGI.escape(content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
@@ -434,7 +428,7 @@ module PulpContainerClient
434
428
 
435
429
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
436
430
  if @api_client.config.debugging
437
- @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#my_permissions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
431
+ @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#contentguards_core_content_redirect_my_permissions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
438
432
  end
439
433
  return data, status_code, headers
440
434
  end
@@ -445,8 +439,8 @@ module PulpContainerClient
445
439
  # @param patched_content_redirect_content_guard [PatchedContentRedirectContentGuard]
446
440
  # @param [Hash] opts the optional parameters
447
441
  # @return [ContentRedirectContentGuardResponse]
448
- def partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts = {})
449
- data, _status_code, _headers = partial_update_with_http_info(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts)
442
+ def contentguards_core_content_redirect_partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts = {})
443
+ data, _status_code, _headers = contentguards_core_content_redirect_partial_update_with_http_info(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts)
450
444
  data
451
445
  end
452
446
 
@@ -456,17 +450,17 @@ module PulpContainerClient
456
450
  # @param patched_content_redirect_content_guard [PatchedContentRedirectContentGuard]
457
451
  # @param [Hash] opts the optional parameters
458
452
  # @return [Array<(ContentRedirectContentGuardResponse, Integer, Hash)>] ContentRedirectContentGuardResponse data, response status code and response headers
459
- def partial_update_with_http_info(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts = {})
453
+ def contentguards_core_content_redirect_partial_update_with_http_info(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts = {})
460
454
  if @api_client.config.debugging
461
- @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.partial_update ...'
455
+ @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.contentguards_core_content_redirect_partial_update ...'
462
456
  end
463
457
  # verify the required parameter 'content_redirect_content_guard_href' is set
464
458
  if @api_client.config.client_side_validation && content_redirect_content_guard_href.nil?
465
- fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.partial_update"
459
+ fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_partial_update"
466
460
  end
467
461
  # verify the required parameter 'patched_content_redirect_content_guard' is set
468
462
  if @api_client.config.client_side_validation && patched_content_redirect_content_guard.nil?
469
- fail ArgumentError, "Missing the required parameter 'patched_content_redirect_content_guard' when calling ContentguardsContentRedirectApi.partial_update"
463
+ fail ArgumentError, "Missing the required parameter 'patched_content_redirect_content_guard' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_partial_update"
470
464
  end
471
465
  # resource path
472
466
  local_var_path = '{content_redirect_content_guard_href}'.sub('{' + 'content_redirect_content_guard_href' + '}', CGI.escape(content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
@@ -504,7 +498,7 @@ module PulpContainerClient
504
498
 
505
499
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
506
500
  if @api_client.config.debugging
507
- @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
501
+ @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#contentguards_core_content_redirect_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
508
502
  end
509
503
  return data, status_code, headers
510
504
  end
@@ -516,8 +510,8 @@ module PulpContainerClient
516
510
  # @option opts [Array<String>] :fields A list of fields to include in the response.
517
511
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
518
512
  # @return [ContentRedirectContentGuardResponse]
519
- def read(content_redirect_content_guard_href, opts = {})
520
- data, _status_code, _headers = read_with_http_info(content_redirect_content_guard_href, opts)
513
+ def contentguards_core_content_redirect_read(content_redirect_content_guard_href, opts = {})
514
+ data, _status_code, _headers = contentguards_core_content_redirect_read_with_http_info(content_redirect_content_guard_href, opts)
521
515
  data
522
516
  end
523
517
 
@@ -528,13 +522,13 @@ module PulpContainerClient
528
522
  # @option opts [Array<String>] :fields A list of fields to include in the response.
529
523
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
530
524
  # @return [Array<(ContentRedirectContentGuardResponse, Integer, Hash)>] ContentRedirectContentGuardResponse data, response status code and response headers
531
- def read_with_http_info(content_redirect_content_guard_href, opts = {})
525
+ def contentguards_core_content_redirect_read_with_http_info(content_redirect_content_guard_href, opts = {})
532
526
  if @api_client.config.debugging
533
- @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.read ...'
527
+ @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.contentguards_core_content_redirect_read ...'
534
528
  end
535
529
  # verify the required parameter 'content_redirect_content_guard_href' is set
536
530
  if @api_client.config.client_side_validation && content_redirect_content_guard_href.nil?
537
- fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.read"
531
+ fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_read"
538
532
  end
539
533
  # resource path
540
534
  local_var_path = '{content_redirect_content_guard_href}'.sub('{' + 'content_redirect_content_guard_href' + '}', CGI.escape(content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
@@ -572,7 +566,7 @@ module PulpContainerClient
572
566
 
573
567
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
574
568
  if @api_client.config.debugging
575
- @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
569
+ @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#contentguards_core_content_redirect_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
576
570
  end
577
571
  return data, status_code, headers
578
572
  end
@@ -582,8 +576,8 @@ module PulpContainerClient
582
576
  # @param nested_role [NestedRole]
583
577
  # @param [Hash] opts the optional parameters
584
578
  # @return [NestedRoleResponse]
585
- def remove_role(content_redirect_content_guard_href, nested_role, opts = {})
586
- data, _status_code, _headers = remove_role_with_http_info(content_redirect_content_guard_href, nested_role, opts)
579
+ def contentguards_core_content_redirect_remove_role(content_redirect_content_guard_href, nested_role, opts = {})
580
+ data, _status_code, _headers = contentguards_core_content_redirect_remove_role_with_http_info(content_redirect_content_guard_href, nested_role, opts)
587
581
  data
588
582
  end
589
583
 
@@ -592,17 +586,17 @@ module PulpContainerClient
592
586
  # @param nested_role [NestedRole]
593
587
  # @param [Hash] opts the optional parameters
594
588
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
595
- def remove_role_with_http_info(content_redirect_content_guard_href, nested_role, opts = {})
589
+ def contentguards_core_content_redirect_remove_role_with_http_info(content_redirect_content_guard_href, nested_role, opts = {})
596
590
  if @api_client.config.debugging
597
- @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.remove_role ...'
591
+ @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.contentguards_core_content_redirect_remove_role ...'
598
592
  end
599
593
  # verify the required parameter 'content_redirect_content_guard_href' is set
600
594
  if @api_client.config.client_side_validation && content_redirect_content_guard_href.nil?
601
- fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.remove_role"
595
+ fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_remove_role"
602
596
  end
603
597
  # verify the required parameter 'nested_role' is set
604
598
  if @api_client.config.client_side_validation && nested_role.nil?
605
- fail ArgumentError, "Missing the required parameter 'nested_role' when calling ContentguardsContentRedirectApi.remove_role"
599
+ fail ArgumentError, "Missing the required parameter 'nested_role' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_remove_role"
606
600
  end
607
601
  # resource path
608
602
  local_var_path = '{content_redirect_content_guard_href}remove_role/'.sub('{' + 'content_redirect_content_guard_href' + '}', CGI.escape(content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
@@ -640,7 +634,7 @@ module PulpContainerClient
640
634
 
641
635
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
642
636
  if @api_client.config.debugging
643
- @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#remove_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
637
+ @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#contentguards_core_content_redirect_remove_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
644
638
  end
645
639
  return data, status_code, headers
646
640
  end
@@ -651,8 +645,8 @@ module PulpContainerClient
651
645
  # @param content_redirect_content_guard [ContentRedirectContentGuard]
652
646
  # @param [Hash] opts the optional parameters
653
647
  # @return [ContentRedirectContentGuardResponse]
654
- def update(content_redirect_content_guard_href, content_redirect_content_guard, opts = {})
655
- data, _status_code, _headers = update_with_http_info(content_redirect_content_guard_href, content_redirect_content_guard, opts)
648
+ def contentguards_core_content_redirect_update(content_redirect_content_guard_href, content_redirect_content_guard, opts = {})
649
+ data, _status_code, _headers = contentguards_core_content_redirect_update_with_http_info(content_redirect_content_guard_href, content_redirect_content_guard, opts)
656
650
  data
657
651
  end
658
652
 
@@ -662,17 +656,17 @@ module PulpContainerClient
662
656
  # @param content_redirect_content_guard [ContentRedirectContentGuard]
663
657
  # @param [Hash] opts the optional parameters
664
658
  # @return [Array<(ContentRedirectContentGuardResponse, Integer, Hash)>] ContentRedirectContentGuardResponse data, response status code and response headers
665
- def update_with_http_info(content_redirect_content_guard_href, content_redirect_content_guard, opts = {})
659
+ def contentguards_core_content_redirect_update_with_http_info(content_redirect_content_guard_href, content_redirect_content_guard, opts = {})
666
660
  if @api_client.config.debugging
667
- @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.update ...'
661
+ @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.contentguards_core_content_redirect_update ...'
668
662
  end
669
663
  # verify the required parameter 'content_redirect_content_guard_href' is set
670
664
  if @api_client.config.client_side_validation && content_redirect_content_guard_href.nil?
671
- fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.update"
665
+ fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard_href' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_update"
672
666
  end
673
667
  # verify the required parameter 'content_redirect_content_guard' is set
674
668
  if @api_client.config.client_side_validation && content_redirect_content_guard.nil?
675
- fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard' when calling ContentguardsContentRedirectApi.update"
669
+ fail ArgumentError, "Missing the required parameter 'content_redirect_content_guard' when calling ContentguardsContentRedirectApi.contentguards_core_content_redirect_update"
676
670
  end
677
671
  # resource path
678
672
  local_var_path = '{content_redirect_content_guard_href}'.sub('{' + 'content_redirect_content_guard_href' + '}', CGI.escape(content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
@@ -710,7 +704,7 @@ module PulpContainerClient
710
704
 
711
705
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
712
706
  if @api_client.config.debugging
713
- @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
707
+ @api_client.config.logger.debug "API called: ContentguardsContentRedirectApi#contentguards_core_content_redirect_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
714
708
  end
715
709
  return data, status_code, headers
716
710
  end