pulpcore_client 3.49.51 → 3.49.52

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 238f2a91cdfe62fa5fcf820108ffe100df77f2eac31486a44e49a521c0b03eb4
4
- data.tar.gz: 0b5f032d9968b5ade3a1596341a1013b5923ad70734241b7eeae38f0db32e7b4
3
+ metadata.gz: f2eef8fbd0944d664be6fc1786afbb2ab9c7a77e0febde5c5306b77960ae4530
4
+ data.tar.gz: 90d38a8e44bc3dfc20dee7276ff07fa8b5335bfe037f12d433478add53af3c1d
5
5
  SHA512:
6
- metadata.gz: 6816abc4dcc7260abdeb307b008387667efbce2f963571563f2e1ab0d583fb465709476dc9436412e1cc7d27fe39f861663d7fb75c1b608e102839d3b3c72594
7
- data.tar.gz: b3927e4646bef4e4623fdd6b97893fb7132e48c91934fe5237e5bcc77a2f88a2bd4eb799f0f94d9ec1a917402fe7b8f898f04a33ff75bfadace4696d078fddb2
6
+ metadata.gz: 675563c82c91f01d6382d387b6df08e6126803b26cdc524b9697715dc99fe77ab07403b6e3e2b062e5fe8ff87198563669eecfe16d7663d2f378ec3fa3679012
7
+ data.tar.gz: 2ebd4e7f07aab80e52383951c067a7d2891e22d2d626ff0b35e68ef2b0420e06274da19e4254001bd00371590d206b95ac3827cddec4daceb6aa34e0dd279d8b
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: 3.49.51
10
+ - Package version: 3.49.52
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.49.51.gem
27
+ gem install ./pulpcore_client-3.49.52.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.49.51.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.49.52.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulpcore_client', '~> 3.49.51'
36
+ gem 'pulpcore_client', '~> 3.49.52'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,13 +4,13 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_last_updated** | **DateTime** | 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]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
11
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
+ **pulp_last_updated** | **DateTime** | 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]
12
10
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
12
  **content_guard** | **String** | An optional content-guard. | [optional]
13
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
14
14
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
15
15
  **pulp_href** | **String** | | [optional] [readonly]
16
16
 
@@ -19,13 +19,13 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpcoreClient'
21
21
 
22
- instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_last_updated: null,
23
- pulp_created: null,
24
- base_path: null,
22
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_labels: null,
25
23
  name: null,
26
- pulp_labels: null,
24
+ pulp_last_updated: null,
27
25
  base_url: null,
26
+ pulp_created: null,
28
27
  content_guard: null,
28
+ base_path: null,
29
29
  hidden: null,
30
30
  pulp_href: null)
31
31
  ```
@@ -15,26 +15,26 @@ require 'date'
15
15
  module PulpcoreClient
16
16
  # A serializer for ArtifactDistribution.
17
17
  class ArtifactDistributionResponse
18
- # 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.
19
- attr_accessor :pulp_last_updated
20
-
21
- # Timestamp of creation.
22
- attr_accessor :pulp_created
23
-
24
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
25
- attr_accessor :base_path
18
+ attr_accessor :pulp_labels
26
19
 
27
20
  # A unique name. Ex, `rawhide` and `stable`.
28
21
  attr_accessor :name
29
22
 
30
- attr_accessor :pulp_labels
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
31
25
 
32
26
  # The URL for accessing the publication as defined by this distribution.
33
27
  attr_accessor :base_url
34
28
 
29
+ # Timestamp of creation.
30
+ attr_accessor :pulp_created
31
+
35
32
  # An optional content-guard.
36
33
  attr_accessor :content_guard
37
34
 
35
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
36
+ attr_accessor :base_path
37
+
38
38
  # Whether this distribution should be shown in the content app.
39
39
  attr_accessor :hidden
40
40
 
@@ -43,13 +43,13 @@ module PulpcoreClient
43
43
  # Attribute mapping from ruby-style variable name to JSON key.
44
44
  def self.attribute_map
45
45
  {
46
- :'pulp_last_updated' => :'pulp_last_updated',
47
- :'pulp_created' => :'pulp_created',
48
- :'base_path' => :'base_path',
49
- :'name' => :'name',
50
46
  :'pulp_labels' => :'pulp_labels',
47
+ :'name' => :'name',
48
+ :'pulp_last_updated' => :'pulp_last_updated',
51
49
  :'base_url' => :'base_url',
50
+ :'pulp_created' => :'pulp_created',
52
51
  :'content_guard' => :'content_guard',
52
+ :'base_path' => :'base_path',
53
53
  :'hidden' => :'hidden',
54
54
  :'pulp_href' => :'pulp_href'
55
55
  }
@@ -58,13 +58,13 @@ module PulpcoreClient
58
58
  # Attribute type mapping.
59
59
  def self.openapi_types
60
60
  {
61
- :'pulp_last_updated' => :'DateTime',
62
- :'pulp_created' => :'DateTime',
63
- :'base_path' => :'String',
64
- :'name' => :'String',
65
61
  :'pulp_labels' => :'Hash<String, String>',
62
+ :'name' => :'String',
63
+ :'pulp_last_updated' => :'DateTime',
66
64
  :'base_url' => :'String',
65
+ :'pulp_created' => :'DateTime',
67
66
  :'content_guard' => :'String',
67
+ :'base_path' => :'String',
68
68
  :'hidden' => :'Boolean',
69
69
  :'pulp_href' => :'String'
70
70
  }
@@ -92,36 +92,36 @@ module PulpcoreClient
92
92
  h[k.to_sym] = v
93
93
  }
94
94
 
95
- if attributes.key?(:'pulp_last_updated')
96
- self.pulp_last_updated = attributes[:'pulp_last_updated']
97
- end
98
-
99
- if attributes.key?(:'pulp_created')
100
- self.pulp_created = attributes[:'pulp_created']
101
- end
102
-
103
- if attributes.key?(:'base_path')
104
- self.base_path = attributes[:'base_path']
95
+ if attributes.key?(:'pulp_labels')
96
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
97
+ self.pulp_labels = value
98
+ end
105
99
  end
106
100
 
107
101
  if attributes.key?(:'name')
108
102
  self.name = attributes[:'name']
109
103
  end
110
104
 
111
- if attributes.key?(:'pulp_labels')
112
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
113
- self.pulp_labels = value
114
- end
105
+ if attributes.key?(:'pulp_last_updated')
106
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
115
107
  end
116
108
 
117
109
  if attributes.key?(:'base_url')
118
110
  self.base_url = attributes[:'base_url']
119
111
  end
120
112
 
113
+ if attributes.key?(:'pulp_created')
114
+ self.pulp_created = attributes[:'pulp_created']
115
+ end
116
+
121
117
  if attributes.key?(:'content_guard')
122
118
  self.content_guard = attributes[:'content_guard']
123
119
  end
124
120
 
121
+ if attributes.key?(:'base_path')
122
+ self.base_path = attributes[:'base_path']
123
+ end
124
+
125
125
  if attributes.key?(:'hidden')
126
126
  self.hidden = attributes[:'hidden']
127
127
  else
@@ -137,22 +137,22 @@ module PulpcoreClient
137
137
  # @return Array for valid properties with the reasons
138
138
  def list_invalid_properties
139
139
  invalid_properties = Array.new
140
- if @base_path.nil?
141
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
142
- end
143
-
144
140
  if @name.nil?
145
141
  invalid_properties.push('invalid value for "name", name cannot be nil.')
146
142
  end
147
143
 
144
+ if @base_path.nil?
145
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
146
+ end
147
+
148
148
  invalid_properties
149
149
  end
150
150
 
151
151
  # Check to see if the all the properties in the model are valid
152
152
  # @return true if the model is valid
153
153
  def valid?
154
- return false if @base_path.nil?
155
154
  return false if @name.nil?
155
+ return false if @base_path.nil?
156
156
  true
157
157
  end
158
158
 
@@ -161,13 +161,13 @@ module PulpcoreClient
161
161
  def ==(o)
162
162
  return true if self.equal?(o)
163
163
  self.class == o.class &&
164
- pulp_last_updated == o.pulp_last_updated &&
165
- pulp_created == o.pulp_created &&
166
- base_path == o.base_path &&
167
- name == o.name &&
168
164
  pulp_labels == o.pulp_labels &&
165
+ name == o.name &&
166
+ pulp_last_updated == o.pulp_last_updated &&
169
167
  base_url == o.base_url &&
168
+ pulp_created == o.pulp_created &&
170
169
  content_guard == o.content_guard &&
170
+ base_path == o.base_path &&
171
171
  hidden == o.hidden &&
172
172
  pulp_href == o.pulp_href
173
173
  end
@@ -181,7 +181,7 @@ module PulpcoreClient
181
181
  # Calculates hash code according to all attributes.
182
182
  # @return [Integer] Hash code
183
183
  def hash
184
- [pulp_last_updated, pulp_created, base_path, name, pulp_labels, base_url, content_guard, hidden, pulp_href].hash
184
+ [pulp_labels, name, pulp_last_updated, base_url, pulp_created, content_guard, base_path, hidden, pulp_href].hash
185
185
  end
186
186
 
187
187
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.49.51'
14
+ VERSION = '3.49.52'
15
15
  end
@@ -32,43 +32,43 @@ describe 'ArtifactDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_last_updated"' do
35
+ describe 'test attribute "pulp_labels"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_created"' do
41
+ describe 'test attribute "name"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "base_path"' do
47
+ describe 'test attribute "pulp_last_updated"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "name"' do
53
+ describe 'test attribute "base_url"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "pulp_labels"' do
59
+ describe 'test attribute "pulp_created"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "base_url"' do
65
+ describe 'test attribute "content_guard"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "content_guard"' do
71
+ describe 'test attribute "base_path"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.49.51
4
+ version: 3.49.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-24 00:00:00.000000000 Z
11
+ date: 2026-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday