pulp_container_client 2.24.2 → 2.24.3

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 (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/ContainerContainerDistribution.md +8 -8
  4. data/docs/ContainerContainerDistributionResponse.md +12 -12
  5. data/docs/ContainerContainerPullThroughDistribution.md +8 -8
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
  7. data/docs/ContainerContainerPushRepository.md +6 -6
  8. data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
  9. data/docs/ContentBlobsApi.md +20 -8
  10. data/docs/ContentManifestsApi.md +20 -8
  11. data/docs/ContentSignaturesApi.md +20 -8
  12. data/docs/ContentTagsApi.md +20 -8
  13. data/docs/DistributionsContainerApi.md +72 -32
  14. data/docs/DistributionsPullThroughApi.md +72 -32
  15. data/docs/PatchedcontainerContainerDistribution.md +8 -8
  16. data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -8
  17. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  18. data/docs/PulpContainerNamespacesApi.md +40 -16
  19. data/docs/RemotesContainerApi.md +72 -32
  20. data/docs/RemotesPullThroughApi.md +72 -32
  21. data/docs/RepositoriesContainerApi.md +138 -64
  22. data/docs/RepositoriesContainerPushApi.md +80 -36
  23. data/docs/RepositoriesContainerPushVersionsApi.md +22 -10
  24. data/docs/RepositoriesContainerVersionsApi.md +22 -10
  25. data/docs/TokenApi.md +14 -5
  26. data/lib/pulp_container_client/api/content_blobs_api.rb +12 -0
  27. data/lib/pulp_container_client/api/content_manifests_api.rb +12 -0
  28. data/lib/pulp_container_client/api/content_signatures_api.rb +12 -0
  29. data/lib/pulp_container_client/api/content_tags_api.rb +12 -0
  30. data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
  31. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
  32. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
  33. data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
  34. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
  35. data/lib/pulp_container_client/api/repositories_container_api.rb +63 -0
  36. data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
  37. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +15 -3
  38. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +15 -3
  39. data/lib/pulp_container_client/api/token_api.rb +9 -0
  40. data/lib/pulp_container_client/models/container_container_distribution.rb +36 -36
  41. data/lib/pulp_container_client/models/container_container_distribution_response.rb +53 -53
  42. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +36 -36
  43. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +53 -53
  44. data/lib/pulp_container_client/models/container_container_push_repository.rb +47 -47
  45. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +58 -58
  46. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +34 -34
  47. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +34 -34
  48. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +45 -45
  49. data/lib/pulp_container_client/version.rb +1 -1
  50. data/spec/api/content_blobs_api_spec.rb +4 -0
  51. data/spec/api/content_manifests_api_spec.rb +4 -0
  52. data/spec/api/content_signatures_api_spec.rb +4 -0
  53. data/spec/api/content_tags_api_spec.rb +4 -0
  54. data/spec/api/distributions_container_api_spec.rb +12 -0
  55. data/spec/api/distributions_pull_through_api_spec.rb +12 -0
  56. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
  57. data/spec/api/remotes_container_api_spec.rb +12 -0
  58. data/spec/api/remotes_pull_through_api_spec.rb +12 -0
  59. data/spec/api/repositories_container_api_spec.rb +21 -0
  60. data/spec/api/repositories_container_push_api_spec.rb +13 -0
  61. data/spec/api/repositories_container_push_versions_api_spec.rb +5 -1
  62. data/spec/api/repositories_container_versions_api_spec.rb +5 -1
  63. data/spec/api/token_api_spec.rb +3 -0
  64. data/spec/models/container_container_distribution_response_spec.rb +8 -8
  65. data/spec/models/container_container_distribution_spec.rb +5 -5
  66. data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
  67. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  68. data/spec/models/container_container_push_repository_response_spec.rb +11 -11
  69. data/spec/models/container_container_push_repository_spec.rb +5 -5
  70. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  71. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  72. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  73. metadata +60 -60
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '088c131e6796833f83422ba2a4d57b75066dfab9d532946538fbe124ea11c73f'
4
- data.tar.gz: 224f3fa591cf4ffba625ecec95085620c708f81d91f100d0f562a0e0838b28ee
3
+ metadata.gz: '0975465b639d08e715d508e55ef2c5b538f02120f3655006c223517198c71257'
4
+ data.tar.gz: 3b060d9e644a2c58623018d335835e45d1b94f59a4e108485dcde62f204bef94
5
5
  SHA512:
6
- metadata.gz: ea2dee51d520b5df699cd96c6f592ad351490f00634e479049c6121878a2c79f22d7d0f59034f631b76f9b606622ec7210296512f8bcd8562a89ac3d2ab8902e
7
- data.tar.gz: 2b1c02769b3684d3604c6f8cc382b7df44aa7082cd513d1f4b264e0f9d77ec20af72b1a16bd16a47e5ccd16e4691f03d0ff85d658d859317a26aa4e10bcf77e2
6
+ metadata.gz: 9a0623dbd93b90d555db4a6df8f96e416f953bda0a2296702bd78ff50f1dbe5404f042202354cb0e4b410adea4ba04b817d02f0bff2e8adae1b721032ab46782
7
+ data.tar.gz: 33945a4469e9d0084e54a9e2d0bdab5ca1976236e403a67c00cc6de613927a089c9ba6e26350f95a982c753ace380a45db00b3f3612c11e6665e8eeeca27c482
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.24.2
10
+ - Package version: 2.24.3
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_container_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_container_client-2.24.2.gem
28
+ gem install ./pulp_container_client-2.24.3.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_container_client-2.24.2.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_container_client-2.24.3.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_container_client', '~> 2.24.2'
37
+ gem 'pulp_container_client', '~> 2.24.3'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -69,6 +69,7 @@ end
69
69
 
70
70
  api_instance = PulpContainerClient::ContentBlobsApi.new
71
71
  opts = {
72
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
72
73
  digest: 'digest_example', # String | Filter results where digest matches value
73
74
  digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
74
75
  limit: 56, # Integer | Number of results to return per page.
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
8
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
9
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
- | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
7
  | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
12
8
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
9
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
11
+ | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
12
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
13
  | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
14
14
  | **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional] |
15
15
  | **description** | **String** | An optional description. | [optional] |
@@ -20,12 +20,12 @@
20
20
  require 'pulp_container_client'
21
21
 
22
22
  instance = PulpContainerClient::ContainerContainerDistribution.new(
23
- hidden: null,
24
- content_guard: null,
25
- pulp_labels: null,
26
- repository: null,
27
23
  base_path: null,
28
24
  name: null,
25
+ pulp_labels: null,
26
+ content_guard: null,
27
+ repository: null,
28
+ hidden: null,
29
29
  repository_version: null,
30
30
  private: null,
31
31
  description: null
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
8
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
7
+ | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
8
+ | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
9
9
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
10
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
11
- | **pulp_href** | **String** | | [optional][readonly] |
11
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
12
  | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional][readonly] |
13
- | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
14
13
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
- | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
16
- | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
17
14
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
15
+ | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
16
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
17
+ | **pulp_href** | **String** | | [optional][readonly] |
18
18
  | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
19
19
  | **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional][readonly] |
20
20
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional][readonly] |
@@ -28,17 +28,17 @@
28
28
  require 'pulp_container_client'
29
29
 
30
30
  instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
31
- hidden: null,
32
- content_guard: null,
31
+ base_path: null,
32
+ name: null,
33
33
  prn: null,
34
34
  pulp_labels: null,
35
- pulp_href: null,
35
+ content_guard: null,
36
36
  no_content_change_since: null,
37
- repository: null,
38
37
  pulp_created: null,
39
- base_path: null,
40
- name: null,
41
38
  pulp_last_updated: null,
39
+ repository: null,
40
+ hidden: null,
41
+ pulp_href: null,
42
42
  repository_version: null,
43
43
  registry_path: null,
44
44
  remote: null,
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
8
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
9
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
- | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
7
  | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
12
8
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
9
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
11
+ | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
12
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
13
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
14
14
  | **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional] |
15
15
  | **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
@@ -21,12 +21,12 @@
21
21
  require 'pulp_container_client'
22
22
 
23
23
  instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
24
- hidden: null,
25
- content_guard: null,
26
- pulp_labels: null,
27
- repository: null,
28
24
  base_path: null,
29
25
  name: null,
26
+ pulp_labels: null,
27
+ content_guard: null,
28
+ repository: null,
29
+ hidden: null,
30
30
  remote: null,
31
31
  distributions: null,
32
32
  private: null,
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
8
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
7
+ | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
8
+ | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
9
9
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
10
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
11
- | **pulp_href** | **String** | | [optional][readonly] |
11
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
12
  | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional][readonly] |
13
- | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
14
13
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
- | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
16
- | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
17
14
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
15
+ | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
16
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
17
+ | **pulp_href** | **String** | | [optional][readonly] |
18
18
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
19
19
  | **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional] |
20
20
  | **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
@@ -27,17 +27,17 @@
27
27
  require 'pulp_container_client'
28
28
 
29
29
  instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
30
- hidden: null,
31
- content_guard: null,
30
+ base_path: null,
31
+ name: null,
32
32
  prn: null,
33
33
  pulp_labels: null,
34
- pulp_href: null,
34
+ content_guard: null,
35
35
  no_content_change_since: null,
36
- repository: null,
37
36
  pulp_created: null,
38
- base_path: null,
39
- name: null,
40
37
  pulp_last_updated: null,
38
+ repository: null,
39
+ hidden: null,
40
+ pulp_href: null,
41
41
  remote: null,
42
42
  distributions: null,
43
43
  namespace: null,
@@ -4,11 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
8
- | **description** | **String** | An optional description. | [optional] |
9
- | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
10
7
  | **name** | **String** | A unique name for this repository. | |
11
8
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
9
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
+ | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
11
+ | **description** | **String** | An optional description. | [optional] |
12
12
 
13
13
  ## Example
14
14
 
@@ -16,11 +16,11 @@
16
16
  require 'pulp_container_client'
17
17
 
18
18
  instance = PulpContainerClient::ContainerContainerPushRepository.new(
19
+ name: null,
20
+ retain_repo_versions: null,
19
21
  pulp_labels: null,
20
- description: null,
21
22
  manifest_signing_service: null,
22
- name: null,
23
- retain_repo_versions: null
23
+ description: null
24
24
  )
25
25
  ```
26
26
 
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
7
+ | **name** | **String** | A unique name for this repository. | |
8
+ | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
8
9
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
+ | **versions_href** | **String** | | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
9
12
  | **latest_version_href** | **String** | | [optional][readonly] |
10
- | **pulp_href** | **String** | | [optional][readonly] |
11
- | **description** | **String** | An optional description. | [optional] |
12
13
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
13
- | **versions_href** | **String** | | [optional][readonly] |
14
+ | **description** | **String** | An optional description. | [optional] |
14
15
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
- | **name** | **String** | A unique name for this repository. | |
16
- | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
17
16
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
17
+ | **pulp_href** | **String** | | [optional][readonly] |
18
18
 
19
19
  ## Example
20
20
 
@@ -22,17 +22,17 @@
22
22
  require 'pulp_container_client'
23
23
 
24
24
  instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
25
- pulp_labels: null,
25
+ name: null,
26
+ retain_repo_versions: null,
26
27
  prn: null,
28
+ versions_href: null,
29
+ pulp_labels: null,
27
30
  latest_version_href: null,
28
- pulp_href: null,
29
- description: null,
30
31
  manifest_signing_service: null,
31
- versions_href: null,
32
+ description: null,
32
33
  pulp_created: null,
33
- name: null,
34
- retain_repo_versions: null,
35
- pulp_last_updated: null
34
+ pulp_last_updated: null,
35
+ pulp_href: null
36
36
  )
37
37
  ```
38
38
 
@@ -32,6 +32,7 @@ end
32
32
 
33
33
  api_instance = PulpContainerClient::ContentBlobsApi.new
34
34
  opts = {
35
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
35
36
  digest: 'digest_example', # String | Filter results where digest matches value
36
37
  digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
37
38
  limit: 56, # Integer | Number of results to return per page.
@@ -81,6 +82,7 @@ end
81
82
 
82
83
  | Name | Type | Description | Notes |
83
84
  | ---- | ---- | ----------- | ----- |
85
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
84
86
  | **digest** | **String** | Filter results where digest matches value | [optional] |
85
87
  | **digest__in** | [**Array&lt;String&gt;**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
86
88
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
@@ -135,6 +137,7 @@ end
135
137
  api_instance = PulpContainerClient::ContentBlobsApi.new
136
138
  container_blob_href = 'container_blob_href_example' # String |
137
139
  opts = {
140
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
138
141
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
139
142
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
140
143
  }
@@ -171,6 +174,7 @@ end
171
174
  | Name | Type | Description | Notes |
172
175
  | ---- | ---- | ----------- | ----- |
173
176
  | **container_blob_href** | **String** | | |
177
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
174
178
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
175
179
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
176
180
 
@@ -190,7 +194,7 @@ end
190
194
 
191
195
  ## set_label
192
196
 
193
- > <SetLabelResponse> set_label(container_blob_href, set_label)
197
+ > <SetLabelResponse> set_label(container_blob_href, set_label, opts)
194
198
 
195
199
  Set a label
196
200
 
@@ -211,10 +215,13 @@ end
211
215
  api_instance = PulpContainerClient::ContentBlobsApi.new
212
216
  container_blob_href = 'container_blob_href_example' # String |
213
217
  set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
218
+ opts = {
219
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
220
+ }
214
221
 
215
222
  begin
216
223
  # Set a label
217
- result = api_instance.set_label(container_blob_href, set_label)
224
+ result = api_instance.set_label(container_blob_href, set_label, opts)
218
225
  p result
219
226
  rescue PulpContainerClient::ApiError => e
220
227
  puts "Error when calling ContentBlobsApi->set_label: #{e}"
@@ -225,12 +232,12 @@ end
225
232
 
226
233
  This returns an Array which contains the response data, status code and headers.
227
234
 
228
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_blob_href, set_label)
235
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_blob_href, set_label, opts)
229
236
 
230
237
  ```ruby
231
238
  begin
232
239
  # Set a label
233
- data, status_code, headers = api_instance.set_label_with_http_info(container_blob_href, set_label)
240
+ data, status_code, headers = api_instance.set_label_with_http_info(container_blob_href, set_label, opts)
234
241
  p status_code # => 2xx
235
242
  p headers # => { ... }
236
243
  p data # => <SetLabelResponse>
@@ -245,6 +252,7 @@ end
245
252
  | ---- | ---- | ----------- | ----- |
246
253
  | **container_blob_href** | **String** | | |
247
254
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
255
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
248
256
 
249
257
  ### Return type
250
258
 
@@ -262,7 +270,7 @@ end
262
270
 
263
271
  ## unset_label
264
272
 
265
- > <UnsetLabelResponse> unset_label(container_blob_href, unset_label)
273
+ > <UnsetLabelResponse> unset_label(container_blob_href, unset_label, opts)
266
274
 
267
275
  Unset a label
268
276
 
@@ -283,10 +291,13 @@ end
283
291
  api_instance = PulpContainerClient::ContentBlobsApi.new
284
292
  container_blob_href = 'container_blob_href_example' # String |
285
293
  unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
294
+ opts = {
295
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
296
+ }
286
297
 
287
298
  begin
288
299
  # Unset a label
289
- result = api_instance.unset_label(container_blob_href, unset_label)
300
+ result = api_instance.unset_label(container_blob_href, unset_label, opts)
290
301
  p result
291
302
  rescue PulpContainerClient::ApiError => e
292
303
  puts "Error when calling ContentBlobsApi->unset_label: #{e}"
@@ -297,12 +308,12 @@ end
297
308
 
298
309
  This returns an Array which contains the response data, status code and headers.
299
310
 
300
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_blob_href, unset_label)
311
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_blob_href, unset_label, opts)
301
312
 
302
313
  ```ruby
303
314
  begin
304
315
  # Unset a label
305
- data, status_code, headers = api_instance.unset_label_with_http_info(container_blob_href, unset_label)
316
+ data, status_code, headers = api_instance.unset_label_with_http_info(container_blob_href, unset_label, opts)
306
317
  p status_code # => 2xx
307
318
  p headers # => { ... }
308
319
  p data # => <UnsetLabelResponse>
@@ -317,6 +328,7 @@ end
317
328
  | ---- | ---- | ----------- | ----- |
318
329
  | **container_blob_href** | **String** | | |
319
330
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
331
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
320
332
 
321
333
  ### Return type
322
334
 
@@ -32,6 +32,7 @@ end
32
32
 
33
33
  api_instance = PulpContainerClient::ContentManifestsApi.new
34
34
  opts = {
35
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
35
36
  digest: 'digest_example', # String | Filter results where digest matches value
36
37
  digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
37
38
  is_bootable: true, # Boolean | Filter results where is_bootable matches value
@@ -84,6 +85,7 @@ end
84
85
 
85
86
  | Name | Type | Description | Notes |
86
87
  | ---- | ---- | ----------- | ----- |
88
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
87
89
  | **digest** | **String** | Filter results where digest matches value | [optional] |
88
90
  | **digest__in** | [**Array&lt;String&gt;**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
89
91
  | **is_bootable** | **Boolean** | Filter results where is_bootable matches value | [optional] |
@@ -141,6 +143,7 @@ end
141
143
  api_instance = PulpContainerClient::ContentManifestsApi.new
142
144
  container_manifest_href = 'container_manifest_href_example' # String |
143
145
  opts = {
146
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
144
147
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
145
148
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
146
149
  }
@@ -177,6 +180,7 @@ end
177
180
  | Name | Type | Description | Notes |
178
181
  | ---- | ---- | ----------- | ----- |
179
182
  | **container_manifest_href** | **String** | | |
183
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
180
184
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
181
185
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
182
186
 
@@ -196,7 +200,7 @@ end
196
200
 
197
201
  ## set_label
198
202
 
199
- > <SetLabelResponse> set_label(container_manifest_href, set_label)
203
+ > <SetLabelResponse> set_label(container_manifest_href, set_label, opts)
200
204
 
201
205
  Set a label
202
206
 
@@ -217,10 +221,13 @@ end
217
221
  api_instance = PulpContainerClient::ContentManifestsApi.new
218
222
  container_manifest_href = 'container_manifest_href_example' # String |
219
223
  set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
224
+ opts = {
225
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
226
+ }
220
227
 
221
228
  begin
222
229
  # Set a label
223
- result = api_instance.set_label(container_manifest_href, set_label)
230
+ result = api_instance.set_label(container_manifest_href, set_label, opts)
224
231
  p result
225
232
  rescue PulpContainerClient::ApiError => e
226
233
  puts "Error when calling ContentManifestsApi->set_label: #{e}"
@@ -231,12 +238,12 @@ end
231
238
 
232
239
  This returns an Array which contains the response data, status code and headers.
233
240
 
234
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_href, set_label)
241
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_href, set_label, opts)
235
242
 
236
243
  ```ruby
237
244
  begin
238
245
  # Set a label
239
- data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_href, set_label)
246
+ data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_href, set_label, opts)
240
247
  p status_code # => 2xx
241
248
  p headers # => { ... }
242
249
  p data # => <SetLabelResponse>
@@ -251,6 +258,7 @@ end
251
258
  | ---- | ---- | ----------- | ----- |
252
259
  | **container_manifest_href** | **String** | | |
253
260
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
261
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
254
262
 
255
263
  ### Return type
256
264
 
@@ -268,7 +276,7 @@ end
268
276
 
269
277
  ## unset_label
270
278
 
271
- > <UnsetLabelResponse> unset_label(container_manifest_href, unset_label)
279
+ > <UnsetLabelResponse> unset_label(container_manifest_href, unset_label, opts)
272
280
 
273
281
  Unset a label
274
282
 
@@ -289,10 +297,13 @@ end
289
297
  api_instance = PulpContainerClient::ContentManifestsApi.new
290
298
  container_manifest_href = 'container_manifest_href_example' # String |
291
299
  unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
300
+ opts = {
301
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
302
+ }
292
303
 
293
304
  begin
294
305
  # Unset a label
295
- result = api_instance.unset_label(container_manifest_href, unset_label)
306
+ result = api_instance.unset_label(container_manifest_href, unset_label, opts)
296
307
  p result
297
308
  rescue PulpContainerClient::ApiError => e
298
309
  puts "Error when calling ContentManifestsApi->unset_label: #{e}"
@@ -303,12 +314,12 @@ end
303
314
 
304
315
  This returns an Array which contains the response data, status code and headers.
305
316
 
306
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_href, unset_label)
317
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_href, unset_label, opts)
307
318
 
308
319
  ```ruby
309
320
  begin
310
321
  # Unset a label
311
- data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_href, unset_label)
322
+ data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_href, unset_label, opts)
312
323
  p status_code # => 2xx
313
324
  p headers # => { ... }
314
325
  p data # => <UnsetLabelResponse>
@@ -323,6 +334,7 @@ end
323
334
  | ---- | ---- | ----------- | ----- |
324
335
  | **container_manifest_href** | **String** | | |
325
336
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
337
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
326
338
 
327
339
  ### Return type
328
340