pulp_container_client 2.20.4 → 2.21.1

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 (116) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -10
  3. data/docs/ContainerBlobResponse.md +2 -0
  4. data/docs/ContainerContainerDistribution.md +7 -7
  5. data/docs/ContainerContainerDistributionResponse.md +16 -12
  6. data/docs/ContainerContainerNamespaceResponse.md +2 -0
  7. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -12
  9. data/docs/ContainerContainerPullThroughRemote.md +6 -2
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +8 -2
  11. data/docs/ContainerContainerPushRepository.md +7 -7
  12. data/docs/ContainerContainerPushRepositoryResponse.md +15 -13
  13. data/docs/ContainerContainerRemote.md +1 -1
  14. data/docs/ContainerContainerRemoteResponse.md +3 -1
  15. data/docs/ContainerContainerRepositoryResponse.md +2 -0
  16. data/docs/ContainerManifestResponse.md +2 -0
  17. data/docs/ContainerManifestSignatureResponse.md +2 -0
  18. data/docs/ContainerTagResponse.md +2 -0
  19. data/docs/ContentBlobsApi.md +10 -8
  20. data/docs/ContentManifestsApi.md +10 -8
  21. data/docs/ContentSignaturesApi.md +10 -8
  22. data/docs/ContentTagsApi.md +10 -8
  23. data/docs/DistributionsContainerApi.md +4 -2
  24. data/docs/DistributionsPullThroughApi.md +4 -2
  25. data/docs/OCIBuildImage.md +1 -1
  26. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  27. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  28. data/docs/PatchedcontainerContainerPullThroughRemote.md +6 -2
  29. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  30. data/docs/PatchedcontainerContainerRemote.md +1 -1
  31. data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
  32. data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
  33. data/docs/PulpContainerNamespacesApi.md +4 -2
  34. data/docs/RemotesContainerApi.md +4 -2
  35. data/docs/RemotesPullThroughApi.md +4 -2
  36. data/docs/RepositoriesContainerApi.md +10 -8
  37. data/docs/RepositoriesContainerPushApi.md +8 -6
  38. data/docs/RepositoriesContainerPushVersionsApi.md +8 -6
  39. data/docs/RepositoriesContainerVersionsApi.md +8 -6
  40. data/docs/RepositoryVersionResponse.md +2 -0
  41. data/lib/pulp_container_client/api/content_blobs_api.rb +11 -8
  42. data/lib/pulp_container_client/api/content_manifests_api.rb +11 -8
  43. data/lib/pulp_container_client/api/content_signatures_api.rb +11 -8
  44. data/lib/pulp_container_client/api/content_tags_api.rb +11 -8
  45. data/lib/pulp_container_client/api/distributions_container_api.rb +5 -2
  46. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +5 -2
  47. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +5 -2
  48. data/lib/pulp_container_client/api/remotes_container_api.rb +5 -2
  49. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +5 -2
  50. data/lib/pulp_container_client/api/repositories_container_api.rb +11 -8
  51. data/lib/pulp_container_client/api/repositories_container_push_api.rb +9 -6
  52. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +10 -7
  53. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +10 -7
  54. data/lib/pulp_container_client/models/container_blob_response.rb +11 -1
  55. data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
  56. data/lib/pulp_container_client/models/container_container_distribution_response.rb +74 -54
  57. data/lib/pulp_container_client/models/container_container_namespace_response.rb +11 -1
  58. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +53 -53
  59. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +74 -54
  60. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +32 -6
  61. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +41 -5
  62. data/lib/pulp_container_client/models/container_container_push_repository.rb +46 -46
  63. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +60 -50
  64. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  65. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -2
  66. data/lib/pulp_container_client/models/container_container_repository_response.rb +11 -1
  67. data/lib/pulp_container_client/models/container_manifest_response.rb +11 -1
  68. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +11 -1
  69. data/lib/pulp_container_client/models/container_tag_response.rb +11 -1
  70. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  71. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
  72. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +44 -44
  73. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +32 -6
  74. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
  75. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  76. data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
  77. data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
  78. data/lib/pulp_container_client/models/repository_version_response.rb +12 -2
  79. data/lib/pulp_container_client/version.rb +1 -1
  80. data/lib/pulp_container_client.rb +2 -2
  81. data/spec/api/content_blobs_api_spec.rb +5 -4
  82. data/spec/api/content_manifests_api_spec.rb +5 -4
  83. data/spec/api/content_signatures_api_spec.rb +5 -4
  84. data/spec/api/content_tags_api_spec.rb +5 -4
  85. data/spec/api/distributions_container_api_spec.rb +2 -1
  86. data/spec/api/distributions_pull_through_api_spec.rb +2 -1
  87. data/spec/api/pulp_container_namespaces_api_spec.rb +2 -1
  88. data/spec/api/remotes_container_api_spec.rb +2 -1
  89. data/spec/api/remotes_pull_through_api_spec.rb +2 -1
  90. data/spec/api/repositories_container_api_spec.rb +5 -4
  91. data/spec/api/repositories_container_push_api_spec.rb +4 -3
  92. data/spec/api/repositories_container_push_versions_api_spec.rb +4 -3
  93. data/spec/api/repositories_container_versions_api_spec.rb +4 -3
  94. data/spec/models/container_blob_response_spec.rb +6 -0
  95. data/spec/models/container_container_distribution_response_spec.rb +20 -8
  96. data/spec/models/container_container_distribution_spec.rb +5 -5
  97. data/spec/models/container_container_namespace_response_spec.rb +6 -0
  98. data/spec/models/container_container_pull_through_distribution_response_spec.rb +20 -8
  99. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  100. data/spec/models/container_container_pull_through_remote_response_spec.rb +18 -0
  101. data/spec/models/container_container_pull_through_remote_spec.rb +12 -0
  102. data/spec/models/container_container_push_repository_response_spec.rb +14 -8
  103. data/spec/models/container_container_push_repository_spec.rb +4 -4
  104. data/spec/models/container_container_remote_response_spec.rb +6 -0
  105. data/spec/models/container_container_repository_response_spec.rb +6 -0
  106. data/spec/models/container_manifest_response_spec.rb +6 -0
  107. data/spec/models/container_manifest_signature_response_spec.rb +6 -0
  108. data/spec/models/container_tag_response_spec.rb +6 -0
  109. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  110. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  111. data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +12 -0
  112. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  113. data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
  114. data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
  115. data/spec/models/repository_version_response_spec.rb +6 -0
  116. metadata +9 -9
@@ -15,61 +15,66 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepositoryResponse
18
- # Timestamp of creation.
19
- attr_accessor :pulp_created
18
+ attr_accessor :pulp_labels
20
19
 
21
- # A unique name for this repository.
22
- attr_accessor :name
20
+ attr_accessor :versions_href
23
21
 
24
22
  # A reference to an associated signing service.
25
23
  attr_accessor :manifest_signing_service
26
24
 
27
- attr_accessor :versions_href
25
+ attr_accessor :pulp_href
26
+
27
+ # An optional description.
28
+ attr_accessor :description
29
+
30
+ # Timestamp of creation.
31
+ attr_accessor :pulp_created
32
+
33
+ # A unique name for this repository.
34
+ attr_accessor :name
28
35
 
29
36
  # 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.
30
37
  attr_accessor :pulp_last_updated
31
38
 
32
- attr_accessor :pulp_labels
39
+ attr_accessor :latest_version_href
33
40
 
34
41
  # Retain X versions of the repository. Default is null which retains all versions.
35
42
  attr_accessor :retain_repo_versions
36
43
 
37
- attr_accessor :pulp_href
38
-
39
- attr_accessor :latest_version_href
40
-
41
- # An optional description.
42
- attr_accessor :description
44
+ # The Pulp Resource Name (PRN).
45
+ attr_accessor :prn
43
46
 
44
47
  # Attribute mapping from ruby-style variable name to JSON key.
45
48
  def self.attribute_map
46
49
  {
50
+ :'pulp_labels' => :'pulp_labels',
51
+ :'versions_href' => :'versions_href',
52
+ :'manifest_signing_service' => :'manifest_signing_service',
53
+ :'pulp_href' => :'pulp_href',
54
+ :'description' => :'description',
47
55
  :'pulp_created' => :'pulp_created',
48
56
  :'name' => :'name',
49
- :'manifest_signing_service' => :'manifest_signing_service',
50
- :'versions_href' => :'versions_href',
51
57
  :'pulp_last_updated' => :'pulp_last_updated',
52
- :'pulp_labels' => :'pulp_labels',
53
- :'retain_repo_versions' => :'retain_repo_versions',
54
- :'pulp_href' => :'pulp_href',
55
58
  :'latest_version_href' => :'latest_version_href',
56
- :'description' => :'description'
59
+ :'retain_repo_versions' => :'retain_repo_versions',
60
+ :'prn' => :'prn'
57
61
  }
58
62
  end
59
63
 
60
64
  # Attribute type mapping.
61
65
  def self.openapi_types
62
66
  {
67
+ :'pulp_labels' => :'Hash<String, String>',
68
+ :'versions_href' => :'String',
69
+ :'manifest_signing_service' => :'String',
70
+ :'pulp_href' => :'String',
71
+ :'description' => :'String',
63
72
  :'pulp_created' => :'DateTime',
64
73
  :'name' => :'String',
65
- :'manifest_signing_service' => :'String',
66
- :'versions_href' => :'String',
67
74
  :'pulp_last_updated' => :'DateTime',
68
- :'pulp_labels' => :'Hash<String, String>',
69
- :'retain_repo_versions' => :'Integer',
70
- :'pulp_href' => :'String',
71
75
  :'latest_version_href' => :'String',
72
- :'description' => :'String'
76
+ :'retain_repo_versions' => :'Integer',
77
+ :'prn' => :'String'
73
78
  }
74
79
  end
75
80
 
@@ -77,8 +82,8 @@ module PulpContainerClient
77
82
  def self.openapi_nullable
78
83
  Set.new([
79
84
  :'manifest_signing_service',
85
+ :'description',
80
86
  :'retain_repo_versions',
81
- :'description'
82
87
  ])
83
88
  end
84
89
 
@@ -97,46 +102,50 @@ module PulpContainerClient
97
102
  h[k.to_sym] = v
98
103
  }
99
104
 
100
- if attributes.key?(:'pulp_created')
101
- self.pulp_created = attributes[:'pulp_created']
105
+ if attributes.key?(:'pulp_labels')
106
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
107
+ self.pulp_labels = value
108
+ end
102
109
  end
103
110
 
104
- if attributes.key?(:'name')
105
- self.name = attributes[:'name']
111
+ if attributes.key?(:'versions_href')
112
+ self.versions_href = attributes[:'versions_href']
106
113
  end
107
114
 
108
115
  if attributes.key?(:'manifest_signing_service')
109
116
  self.manifest_signing_service = attributes[:'manifest_signing_service']
110
117
  end
111
118
 
112
- if attributes.key?(:'versions_href')
113
- self.versions_href = attributes[:'versions_href']
119
+ if attributes.key?(:'pulp_href')
120
+ self.pulp_href = attributes[:'pulp_href']
114
121
  end
115
122
 
116
- if attributes.key?(:'pulp_last_updated')
117
- self.pulp_last_updated = attributes[:'pulp_last_updated']
123
+ if attributes.key?(:'description')
124
+ self.description = attributes[:'description']
118
125
  end
119
126
 
120
- if attributes.key?(:'pulp_labels')
121
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
122
- self.pulp_labels = value
123
- end
127
+ if attributes.key?(:'pulp_created')
128
+ self.pulp_created = attributes[:'pulp_created']
124
129
  end
125
130
 
126
- if attributes.key?(:'retain_repo_versions')
127
- self.retain_repo_versions = attributes[:'retain_repo_versions']
131
+ if attributes.key?(:'name')
132
+ self.name = attributes[:'name']
128
133
  end
129
134
 
130
- if attributes.key?(:'pulp_href')
131
- self.pulp_href = attributes[:'pulp_href']
135
+ if attributes.key?(:'pulp_last_updated')
136
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
132
137
  end
133
138
 
134
139
  if attributes.key?(:'latest_version_href')
135
140
  self.latest_version_href = attributes[:'latest_version_href']
136
141
  end
137
142
 
138
- if attributes.key?(:'description')
139
- self.description = attributes[:'description']
143
+ if attributes.key?(:'retain_repo_versions')
144
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
145
+ end
146
+
147
+ if attributes.key?(:'prn')
148
+ self.prn = attributes[:'prn']
140
149
  end
141
150
  end
142
151
 
@@ -178,16 +187,17 @@ module PulpContainerClient
178
187
  def ==(o)
179
188
  return true if self.equal?(o)
180
189
  self.class == o.class &&
190
+ pulp_labels == o.pulp_labels &&
191
+ versions_href == o.versions_href &&
192
+ manifest_signing_service == o.manifest_signing_service &&
193
+ pulp_href == o.pulp_href &&
194
+ description == o.description &&
181
195
  pulp_created == o.pulp_created &&
182
196
  name == o.name &&
183
- manifest_signing_service == o.manifest_signing_service &&
184
- versions_href == o.versions_href &&
185
197
  pulp_last_updated == o.pulp_last_updated &&
186
- pulp_labels == o.pulp_labels &&
187
- retain_repo_versions == o.retain_repo_versions &&
188
- pulp_href == o.pulp_href &&
189
198
  latest_version_href == o.latest_version_href &&
190
- description == o.description
199
+ retain_repo_versions == o.retain_repo_versions &&
200
+ prn == o.prn
191
201
  end
192
202
 
193
203
  # @see the `==` method
@@ -199,7 +209,7 @@ module PulpContainerClient
199
209
  # Calculates hash code according to all attributes.
200
210
  # @return [Integer] Hash code
201
211
  def hash
202
- [pulp_created, name, manifest_signing_service, versions_href, pulp_last_updated, pulp_labels, retain_repo_versions, pulp_href, latest_version_href, description].hash
212
+ [pulp_labels, versions_href, manifest_signing_service, pulp_href, description, pulp_created, name, pulp_last_updated, latest_version_href, retain_repo_versions, prn].hash
203
213
  end
204
214
 
205
215
  # Builds the object from hash
@@ -137,7 +137,7 @@ module PulpContainerClient
137
137
  :'pulp_labels' => :'Hash<String, String>',
138
138
  :'download_concurrency' => :'Integer',
139
139
  :'max_retries' => :'Integer',
140
- :'policy' => :'Policy762Enum',
140
+ :'policy' => :'Policy692Enum',
141
141
  :'total_timeout' => :'Float',
142
142
  :'connect_timeout' => :'Float',
143
143
  :'sock_connect_timeout' => :'Float',
@@ -17,6 +17,9 @@ module PulpContainerClient
17
17
  class ContainerContainerRemoteResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -89,6 +92,7 @@ module PulpContainerClient
89
92
  def self.attribute_map
90
93
  {
91
94
  :'pulp_href' => :'pulp_href',
95
+ :'prn' => :'prn',
92
96
  :'pulp_created' => :'pulp_created',
93
97
  :'pulp_last_updated' => :'pulp_last_updated',
94
98
  :'name' => :'name',
@@ -119,6 +123,7 @@ module PulpContainerClient
119
123
  def self.openapi_types
120
124
  {
121
125
  :'pulp_href' => :'String',
126
+ :'prn' => :'String',
122
127
  :'pulp_created' => :'DateTime',
123
128
  :'pulp_last_updated' => :'DateTime',
124
129
  :'name' => :'String',
@@ -130,7 +135,7 @@ module PulpContainerClient
130
135
  :'pulp_labels' => :'Hash<String, String>',
131
136
  :'download_concurrency' => :'Integer',
132
137
  :'max_retries' => :'Integer',
133
- :'policy' => :'Policy762Enum',
138
+ :'policy' => :'Policy692Enum',
134
139
  :'total_timeout' => :'Float',
135
140
  :'connect_timeout' => :'Float',
136
141
  :'sock_connect_timeout' => :'Float',
@@ -182,6 +187,10 @@ module PulpContainerClient
182
187
  self.pulp_href = attributes[:'pulp_href']
183
188
  end
184
189
 
190
+ if attributes.key?(:'prn')
191
+ self.prn = attributes[:'prn']
192
+ end
193
+
185
194
  if attributes.key?(:'pulp_created')
186
195
  self.pulp_created = attributes[:'pulp_created']
187
196
  end
@@ -394,6 +403,7 @@ module PulpContainerClient
394
403
  return true if self.equal?(o)
395
404
  self.class == o.class &&
396
405
  pulp_href == o.pulp_href &&
406
+ prn == o.prn &&
397
407
  pulp_created == o.pulp_created &&
398
408
  pulp_last_updated == o.pulp_last_updated &&
399
409
  name == o.name &&
@@ -428,7 +438,7 @@ module PulpContainerClient
428
438
  # Calculates hash code according to all attributes.
429
439
  # @return [Integer] Hash code
430
440
  def hash
431
- [pulp_href, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields, upstream_name, include_tags, exclude_tags, sigstore].hash
441
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields, upstream_name, include_tags, exclude_tags, sigstore].hash
432
442
  end
433
443
 
434
444
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpContainerClient
17
17
  class ContainerContainerRepositoryResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -48,6 +51,7 @@ module PulpContainerClient
48
51
  def self.attribute_map
49
52
  {
50
53
  :'pulp_href' => :'pulp_href',
54
+ :'prn' => :'prn',
51
55
  :'pulp_created' => :'pulp_created',
52
56
  :'pulp_last_updated' => :'pulp_last_updated',
53
57
  :'versions_href' => :'versions_href',
@@ -65,6 +69,7 @@ module PulpContainerClient
65
69
  def self.openapi_types
66
70
  {
67
71
  :'pulp_href' => :'String',
72
+ :'prn' => :'String',
68
73
  :'pulp_created' => :'DateTime',
69
74
  :'pulp_last_updated' => :'DateTime',
70
75
  :'versions_href' => :'String',
@@ -107,6 +112,10 @@ module PulpContainerClient
107
112
  self.pulp_href = attributes[:'pulp_href']
108
113
  end
109
114
 
115
+ if attributes.key?(:'prn')
116
+ self.prn = attributes[:'prn']
117
+ end
118
+
110
119
  if attributes.key?(:'pulp_created')
111
120
  self.pulp_created = attributes[:'pulp_created']
112
121
  end
@@ -189,6 +198,7 @@ module PulpContainerClient
189
198
  return true if self.equal?(o)
190
199
  self.class == o.class &&
191
200
  pulp_href == o.pulp_href &&
201
+ prn == o.prn &&
192
202
  pulp_created == o.pulp_created &&
193
203
  pulp_last_updated == o.pulp_last_updated &&
194
204
  versions_href == o.versions_href &&
@@ -210,7 +220,7 @@ module PulpContainerClient
210
220
  # Calculates hash code according to all attributes.
211
221
  # @return [Integer] Hash code
212
222
  def hash
213
- [pulp_href, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, manifest_signing_service].hash
223
+ [pulp_href, prn, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, manifest_signing_service].hash
214
224
  end
215
225
 
216
226
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpContainerClient
17
17
  class ContainerManifestResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -57,6 +60,7 @@ module PulpContainerClient
57
60
  def self.attribute_map
58
61
  {
59
62
  :'pulp_href' => :'pulp_href',
63
+ :'prn' => :'prn',
60
64
  :'pulp_created' => :'pulp_created',
61
65
  :'pulp_last_updated' => :'pulp_last_updated',
62
66
  :'digest' => :'digest',
@@ -76,6 +80,7 @@ module PulpContainerClient
76
80
  def self.openapi_types
77
81
  {
78
82
  :'pulp_href' => :'String',
83
+ :'prn' => :'String',
79
84
  :'pulp_created' => :'DateTime',
80
85
  :'pulp_last_updated' => :'DateTime',
81
86
  :'digest' => :'String',
@@ -116,6 +121,10 @@ module PulpContainerClient
116
121
  self.pulp_href = attributes[:'pulp_href']
117
122
  end
118
123
 
124
+ if attributes.key?(:'prn')
125
+ self.prn = attributes[:'prn']
126
+ end
127
+
119
128
  if attributes.key?(:'pulp_created')
120
129
  self.pulp_created = attributes[:'pulp_created']
121
130
  end
@@ -217,6 +226,7 @@ module PulpContainerClient
217
226
  return true if self.equal?(o)
218
227
  self.class == o.class &&
219
228
  pulp_href == o.pulp_href &&
229
+ prn == o.prn &&
220
230
  pulp_created == o.pulp_created &&
221
231
  pulp_last_updated == o.pulp_last_updated &&
222
232
  digest == o.digest &&
@@ -240,7 +250,7 @@ module PulpContainerClient
240
250
  # Calculates hash code according to all attributes.
241
251
  # @return [Integer] Hash code
242
252
  def hash
243
- [pulp_href, pulp_created, pulp_last_updated, digest, schema_version, media_type, listed_manifests, config_blob, blobs, annotations, labels, is_bootable, is_flatpak].hash
253
+ [pulp_href, prn, pulp_created, pulp_last_updated, digest, schema_version, media_type, listed_manifests, config_blob, blobs, annotations, labels, is_bootable, is_flatpak].hash
244
254
  end
245
255
 
246
256
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpContainerClient
17
17
  class ContainerManifestSignatureResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -48,6 +51,7 @@ module PulpContainerClient
48
51
  def self.attribute_map
49
52
  {
50
53
  :'pulp_href' => :'pulp_href',
54
+ :'prn' => :'prn',
51
55
  :'pulp_created' => :'pulp_created',
52
56
  :'pulp_last_updated' => :'pulp_last_updated',
53
57
  :'name' => :'name',
@@ -64,6 +68,7 @@ module PulpContainerClient
64
68
  def self.openapi_types
65
69
  {
66
70
  :'pulp_href' => :'String',
71
+ :'prn' => :'String',
67
72
  :'pulp_created' => :'DateTime',
68
73
  :'pulp_last_updated' => :'DateTime',
69
74
  :'name' => :'String',
@@ -101,6 +106,10 @@ module PulpContainerClient
101
106
  self.pulp_href = attributes[:'pulp_href']
102
107
  end
103
108
 
109
+ if attributes.key?(:'prn')
110
+ self.prn = attributes[:'prn']
111
+ end
112
+
104
113
  if attributes.key?(:'pulp_created')
105
114
  self.pulp_created = attributes[:'pulp_created']
106
115
  end
@@ -192,6 +201,7 @@ module PulpContainerClient
192
201
  return true if self.equal?(o)
193
202
  self.class == o.class &&
194
203
  pulp_href == o.pulp_href &&
204
+ prn == o.prn &&
195
205
  pulp_created == o.pulp_created &&
196
206
  pulp_last_updated == o.pulp_last_updated &&
197
207
  name == o.name &&
@@ -212,7 +222,7 @@ module PulpContainerClient
212
222
  # Calculates hash code according to all attributes.
213
223
  # @return [Integer] Hash code
214
224
  def hash
215
- [pulp_href, pulp_created, pulp_last_updated, name, digest, type, key_id, timestamp, creator, signed_manifest].hash
225
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, digest, type, key_id, timestamp, creator, signed_manifest].hash
216
226
  end
217
227
 
218
228
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpContainerClient
17
17
  class ContainerTagResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -33,6 +36,7 @@ module PulpContainerClient
33
36
  def self.attribute_map
34
37
  {
35
38
  :'pulp_href' => :'pulp_href',
39
+ :'prn' => :'prn',
36
40
  :'pulp_created' => :'pulp_created',
37
41
  :'pulp_last_updated' => :'pulp_last_updated',
38
42
  :'name' => :'name',
@@ -44,6 +48,7 @@ module PulpContainerClient
44
48
  def self.openapi_types
45
49
  {
46
50
  :'pulp_href' => :'String',
51
+ :'prn' => :'String',
47
52
  :'pulp_created' => :'DateTime',
48
53
  :'pulp_last_updated' => :'DateTime',
49
54
  :'name' => :'String',
@@ -76,6 +81,10 @@ module PulpContainerClient
76
81
  self.pulp_href = attributes[:'pulp_href']
77
82
  end
78
83
 
84
+ if attributes.key?(:'prn')
85
+ self.prn = attributes[:'prn']
86
+ end
87
+
79
88
  if attributes.key?(:'pulp_created')
80
89
  self.pulp_created = attributes[:'pulp_created']
81
90
  end
@@ -122,6 +131,7 @@ module PulpContainerClient
122
131
  return true if self.equal?(o)
123
132
  self.class == o.class &&
124
133
  pulp_href == o.pulp_href &&
134
+ prn == o.prn &&
125
135
  pulp_created == o.pulp_created &&
126
136
  pulp_last_updated == o.pulp_last_updated &&
127
137
  name == o.name &&
@@ -137,7 +147,7 @@ module PulpContainerClient
137
147
  # Calculates hash code according to all attributes.
138
148
  # @return [Integer] Hash code
139
149
  def hash
140
- [pulp_href, pulp_created, pulp_last_updated, name, tagged_manifest].hash
150
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, tagged_manifest].hash
141
151
  end
142
152
 
143
153
  # Builds the object from hash
@@ -43,7 +43,7 @@ module PulpContainerClient
43
43
  :'containerfile_artifact' => :'String',
44
44
  :'containerfile' => :'File',
45
45
  :'tag' => :'String',
46
- :'artifacts' => :'Object'
46
+ :'artifacts' => :'AnyType'
47
47
  }
48
48
  end
49
49