pulpcore_client 3.28.37 → 3.28.38

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 (71) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ArtifactDistributionResponse.md +13 -13
  4. data/docs/PaginatedAccessPolicyResponseList.md +2 -2
  5. data/docs/PaginatedArtifactDistributionResponseList.md +2 -2
  6. data/docs/PaginatedArtifactResponseList.md +2 -2
  7. data/docs/PaginatedContentGuardResponseList.md +2 -2
  8. data/docs/PaginatedContentRedirectContentGuardResponseList.md +2 -2
  9. data/docs/PaginatedDistributionResponseList.md +2 -2
  10. data/docs/PaginatedDomainResponseList.md +2 -2
  11. data/docs/PaginatedFilesystemExportResponseList.md +2 -2
  12. data/docs/PaginatedFilesystemExporterResponseList.md +2 -2
  13. data/docs/PaginatedGroupResponseList.md +2 -2
  14. data/docs/PaginatedGroupRoleResponseList.md +2 -2
  15. data/docs/PaginatedGroupUserResponseList.md +2 -2
  16. data/docs/PaginatedImportResponseList.md +2 -2
  17. data/docs/PaginatedMultipleArtifactContentResponseList.md +2 -2
  18. data/docs/PaginatedPublicationResponseList.md +2 -2
  19. data/docs/PaginatedPulpExportResponseList.md +2 -2
  20. data/docs/PaginatedPulpExporterResponseList.md +2 -2
  21. data/docs/PaginatedPulpImporterResponseList.md +2 -2
  22. data/docs/PaginatedRBACContentGuardResponseList.md +2 -2
  23. data/docs/PaginatedRemoteResponseList.md +2 -2
  24. data/docs/PaginatedRepositoryResponseList.md +2 -2
  25. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  26. data/docs/PaginatedRoleResponseList.md +2 -2
  27. data/docs/PaginatedSigningServiceResponseList.md +2 -2
  28. data/docs/PaginatedTaskGroupResponseList.md +2 -2
  29. data/docs/PaginatedTaskResponseList.md +2 -2
  30. data/docs/PaginatedTaskScheduleResponseList.md +2 -2
  31. data/docs/PaginatedUploadResponseList.md +2 -2
  32. data/docs/PaginatedUpstreamPulpResponseList.md +2 -2
  33. data/docs/PaginatedUserResponseList.md +2 -2
  34. data/docs/PaginatedUserRoleResponseList.md +2 -2
  35. data/docs/PaginatedWorkerResponseList.md +2 -2
  36. data/lib/pulpcore_client/models/artifact_distribution_response.rb +57 -57
  37. data/lib/pulpcore_client/models/paginated_access_policy_response_list.rb +10 -0
  38. data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +10 -0
  39. data/lib/pulpcore_client/models/paginated_artifact_response_list.rb +10 -0
  40. data/lib/pulpcore_client/models/paginated_content_guard_response_list.rb +10 -0
  41. data/lib/pulpcore_client/models/paginated_content_redirect_content_guard_response_list.rb +10 -0
  42. data/lib/pulpcore_client/models/paginated_distribution_response_list.rb +10 -0
  43. data/lib/pulpcore_client/models/paginated_domain_response_list.rb +10 -0
  44. data/lib/pulpcore_client/models/paginated_filesystem_export_response_list.rb +10 -0
  45. data/lib/pulpcore_client/models/paginated_filesystem_exporter_response_list.rb +10 -0
  46. data/lib/pulpcore_client/models/paginated_group_response_list.rb +10 -0
  47. data/lib/pulpcore_client/models/paginated_group_role_response_list.rb +10 -0
  48. data/lib/pulpcore_client/models/paginated_group_user_response_list.rb +10 -0
  49. data/lib/pulpcore_client/models/paginated_import_response_list.rb +10 -0
  50. data/lib/pulpcore_client/models/paginated_multiple_artifact_content_response_list.rb +10 -0
  51. data/lib/pulpcore_client/models/paginated_publication_response_list.rb +10 -0
  52. data/lib/pulpcore_client/models/paginated_pulp_export_response_list.rb +10 -0
  53. data/lib/pulpcore_client/models/paginated_pulp_exporter_response_list.rb +10 -0
  54. data/lib/pulpcore_client/models/paginated_pulp_importer_response_list.rb +10 -0
  55. data/lib/pulpcore_client/models/paginated_rbac_content_guard_response_list.rb +10 -0
  56. data/lib/pulpcore_client/models/paginated_remote_response_list.rb +10 -0
  57. data/lib/pulpcore_client/models/paginated_repository_response_list.rb +10 -0
  58. data/lib/pulpcore_client/models/paginated_repository_version_response_list.rb +10 -0
  59. data/lib/pulpcore_client/models/paginated_role_response_list.rb +10 -0
  60. data/lib/pulpcore_client/models/paginated_signing_service_response_list.rb +10 -0
  61. data/lib/pulpcore_client/models/paginated_task_group_response_list.rb +10 -0
  62. data/lib/pulpcore_client/models/paginated_task_response_list.rb +10 -0
  63. data/lib/pulpcore_client/models/paginated_task_schedule_response_list.rb +10 -0
  64. data/lib/pulpcore_client/models/paginated_upload_response_list.rb +10 -0
  65. data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +10 -0
  66. data/lib/pulpcore_client/models/paginated_user_response_list.rb +10 -0
  67. data/lib/pulpcore_client/models/paginated_user_role_response_list.rb +10 -0
  68. data/lib/pulpcore_client/models/paginated_worker_response_list.rb +10 -0
  69. data/lib/pulpcore_client/version.rb +1 -1
  70. data/spec/models/artifact_distribution_response_spec.rb +8 -8
  71. metadata +143 -143
@@ -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.28.37'
14
+ VERSION = '3.28.38'
15
15
  end
@@ -32,49 +32,49 @@ describe 'ArtifactDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "hidden"' do
35
+ describe 'test attribute "content_guard"' 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_labels"' do
41
+ describe 'test attribute "pulp_href"' 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 "base_path"' 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 "pulp_created"' 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 "base_url"' do
59
+ describe 'test attribute "name"' 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 "content_guard"' do
65
+ describe 'test attribute "pulp_labels"' 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 "base_path"' do
71
+ describe 'test attribute "hidden"' 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 "pulp_created"' 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