pulpcore_client 3.49.3 → 3.50.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ArtifactDistributionResponse.md +12 -12
  4. data/docs/PaginatedAccessPolicyResponseList.md +2 -2
  5. data/docs/PaginatedArtifactDistributionResponseList.md +2 -2
  6. data/docs/PaginatedArtifactResponseList.md +2 -2
  7. data/docs/PaginatedCompositeContentGuardResponseList.md +2 -2
  8. data/docs/PaginatedContentGuardResponseList.md +2 -2
  9. data/docs/PaginatedContentRedirectContentGuardResponseList.md +2 -2
  10. data/docs/PaginatedDistributionResponseList.md +2 -2
  11. data/docs/PaginatedDomainResponseList.md +2 -2
  12. data/docs/PaginatedFilesystemExportResponseList.md +2 -2
  13. data/docs/PaginatedFilesystemExporterResponseList.md +2 -2
  14. data/docs/PaginatedGroupResponseList.md +2 -2
  15. data/docs/PaginatedGroupRoleResponseList.md +2 -2
  16. data/docs/PaginatedGroupUserResponseList.md +2 -2
  17. data/docs/PaginatedHeaderContentGuardResponseList.md +2 -2
  18. data/docs/PaginatedImportResponseList.md +2 -2
  19. data/docs/PaginatedMultipleArtifactContentResponseList.md +2 -2
  20. data/docs/PaginatedPublicationResponseList.md +2 -2
  21. data/docs/PaginatedPulpExportResponseList.md +2 -2
  22. data/docs/PaginatedPulpExporterResponseList.md +2 -2
  23. data/docs/PaginatedPulpImporterResponseList.md +2 -2
  24. data/docs/PaginatedRBACContentGuardResponseList.md +2 -2
  25. data/docs/PaginatedRemoteResponseList.md +2 -2
  26. data/docs/PaginatedRepositoryResponseList.md +2 -2
  27. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  28. data/docs/PaginatedRoleResponseList.md +2 -2
  29. data/docs/PaginatedSigningServiceResponseList.md +2 -2
  30. data/docs/PaginatedTaskGroupResponseList.md +2 -2
  31. data/docs/PaginatedTaskResponseList.md +2 -2
  32. data/docs/PaginatedTaskScheduleResponseList.md +2 -2
  33. data/docs/PaginatedUploadResponseList.md +2 -2
  34. data/docs/PaginatedUpstreamPulpResponseList.md +2 -2
  35. data/docs/PaginatedUserResponseList.md +2 -2
  36. data/docs/PaginatedUserRoleResponseList.md +2 -2
  37. data/docs/PaginatedWorkerResponseList.md +2 -2
  38. data/docs/TasksApi.md +2 -2
  39. data/lib/pulpcore_client/api/tasks_api.rb +2 -2
  40. data/lib/pulpcore_client/models/artifact_distribution_response.rb +55 -55
  41. data/lib/pulpcore_client/models/paginated_access_policy_response_list.rb +10 -0
  42. data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +10 -0
  43. data/lib/pulpcore_client/models/paginated_artifact_response_list.rb +10 -0
  44. data/lib/pulpcore_client/models/paginated_composite_content_guard_response_list.rb +10 -0
  45. data/lib/pulpcore_client/models/paginated_content_guard_response_list.rb +10 -0
  46. data/lib/pulpcore_client/models/paginated_content_redirect_content_guard_response_list.rb +10 -0
  47. data/lib/pulpcore_client/models/paginated_distribution_response_list.rb +10 -0
  48. data/lib/pulpcore_client/models/paginated_domain_response_list.rb +10 -0
  49. data/lib/pulpcore_client/models/paginated_filesystem_export_response_list.rb +10 -0
  50. data/lib/pulpcore_client/models/paginated_filesystem_exporter_response_list.rb +10 -0
  51. data/lib/pulpcore_client/models/paginated_group_response_list.rb +10 -0
  52. data/lib/pulpcore_client/models/paginated_group_role_response_list.rb +10 -0
  53. data/lib/pulpcore_client/models/paginated_group_user_response_list.rb +10 -0
  54. data/lib/pulpcore_client/models/paginated_header_content_guard_response_list.rb +10 -0
  55. data/lib/pulpcore_client/models/paginated_import_response_list.rb +10 -0
  56. data/lib/pulpcore_client/models/paginated_multiple_artifact_content_response_list.rb +10 -0
  57. data/lib/pulpcore_client/models/paginated_publication_response_list.rb +10 -0
  58. data/lib/pulpcore_client/models/paginated_pulp_export_response_list.rb +10 -0
  59. data/lib/pulpcore_client/models/paginated_pulp_exporter_response_list.rb +10 -0
  60. data/lib/pulpcore_client/models/paginated_pulp_importer_response_list.rb +10 -0
  61. data/lib/pulpcore_client/models/paginated_rbac_content_guard_response_list.rb +10 -0
  62. data/lib/pulpcore_client/models/paginated_remote_response_list.rb +10 -0
  63. data/lib/pulpcore_client/models/paginated_repository_response_list.rb +10 -0
  64. data/lib/pulpcore_client/models/paginated_repository_version_response_list.rb +10 -0
  65. data/lib/pulpcore_client/models/paginated_role_response_list.rb +10 -0
  66. data/lib/pulpcore_client/models/paginated_signing_service_response_list.rb +10 -0
  67. data/lib/pulpcore_client/models/paginated_task_group_response_list.rb +10 -0
  68. data/lib/pulpcore_client/models/paginated_task_response_list.rb +10 -0
  69. data/lib/pulpcore_client/models/paginated_task_schedule_response_list.rb +10 -0
  70. data/lib/pulpcore_client/models/paginated_upload_response_list.rb +10 -0
  71. data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +10 -0
  72. data/lib/pulpcore_client/models/paginated_user_response_list.rb +10 -0
  73. data/lib/pulpcore_client/models/paginated_user_role_response_list.rb +10 -0
  74. data/lib/pulpcore_client/models/paginated_worker_response_list.rb +10 -0
  75. data/lib/pulpcore_client/version.rb +1 -1
  76. data/spec/api/tasks_api_spec.rb +1 -1
  77. data/spec/models/artifact_distribution_response_spec.rb +8 -8
  78. metadata +2 -2
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpcoreClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.49.3'
14
+ VERSION = '3.50.1'
15
15
  end
@@ -86,7 +86,7 @@ describe 'TasksApi' do
86
86
  # @option opts [String] :q
87
87
  # @option opts [String] :reserved_resources
88
88
  # @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
89
- # @option opts [Array<String>] :reserved_resources_record
89
+ # @option opts [Array<String>] :reserved_resources_record Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
90
90
  # @option opts [String] :shared_resources
91
91
  # @option opts [Array<String>] :shared_resources__in Multiple values may be separated by commas.
92
92
  # @option opts [DateTime] :started_at Filter results where started_at matches value
@@ -32,25 +32,25 @@ describe 'ArtifactDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_url"' do
35
+ describe 'test attribute "pulp_href"' 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 "hidden"' 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 "name"' do
47
+ describe 'test attribute "pulp_created"' 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 "content_guard"' do
53
+ describe 'test attribute "base_path"' 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
@@ -62,25 +62,25 @@ describe 'ArtifactDistributionResponse' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "base_path"' do
65
+ describe 'test attribute "pulp_last_updated"' 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 "pulp_last_updated"' do
71
+ describe 'test attribute "content_guard"' 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
75
75
  end
76
76
 
77
- describe 'test attribute "pulp_href"' do
77
+ describe 'test attribute "name"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
- describe 'test attribute "hidden"' do
83
+ describe 'test attribute "base_url"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  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.3
4
+ version: 3.50.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-27 00:00:00.000000000 Z
11
+ date: 2024-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday