pulp_deb_client 3.5.0 → 3.5.2
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 +4 -4
- data/README.md +37 -9
- data/docs/AptRepositorySyncURL.md +12 -11
- data/docs/AsyncOperationResponse.md +8 -7
- data/docs/ContentGenericContentsApi.md +264 -64
- data/docs/ContentInstallerFileIndicesApi.md +259 -61
- data/docs/ContentInstallerPackagesApi.md +280 -80
- data/docs/ContentPackageIndicesApi.md +259 -61
- data/docs/ContentPackageReleaseComponentsApi.md +259 -61
- data/docs/ContentPackagesApi.md +294 -94
- data/docs/ContentReleaseArchitecturesApi.md +257 -59
- data/docs/ContentReleaseComponentsApi.md +258 -60
- data/docs/ContentReleaseFilesApi.md +259 -61
- data/docs/ContentReleasesApi.md +262 -64
- data/docs/ContentSourceIndicesApi.md +258 -60
- data/docs/ContentSourcePackagesApi.md +285 -87
- data/docs/ContentSourceReleaseComponentsApi.md +259 -61
- data/docs/ContentSummaryResponse.md +12 -11
- data/docs/Copy.md +12 -11
- data/docs/DebAptDistribution.md +20 -19
- data/docs/DebAptDistributionResponse.md +32 -31
- data/docs/DebAptPublication.md +18 -17
- data/docs/DebAptPublicationResponse.md +26 -25
- data/docs/DebAptRemote.md +64 -63
- data/docs/DebAptRemoteResponse.md +64 -63
- data/docs/DebAptRemoteResponseHiddenFieldsInner.md +20 -0
- data/docs/DebAptRepository.md +22 -21
- data/docs/DebAptRepositoryResponse.md +34 -33
- data/docs/DebCopyApi.md +30 -14
- data/docs/DebGenericContentResponse.md +32 -29
- data/docs/DebInstallerFileIndex.md +18 -15
- data/docs/DebInstallerFileIndexResponse.md +24 -21
- data/docs/DebInstallerPackageResponse.md +90 -87
- data/docs/DebPackageIndex.md +18 -15
- data/docs/DebPackageIndexResponse.md +24 -21
- data/docs/DebPackageReleaseComponent.md +14 -11
- data/docs/DebPackageReleaseComponentResponse.md +20 -17
- data/docs/DebPackageResponse.md +94 -91
- data/docs/DebRelease.md +28 -25
- data/docs/DebReleaseArchitecture.md +14 -11
- data/docs/DebReleaseArchitectureResponse.md +20 -17
- data/docs/DebReleaseComponent.md +14 -11
- data/docs/DebReleaseComponentResponse.md +22 -19
- data/docs/DebReleaseFile.md +20 -17
- data/docs/DebReleaseFileResponse.md +26 -23
- data/docs/DebReleaseResponse.md +34 -31
- data/docs/DebSourceIndex.md +18 -15
- data/docs/DebSourceIndexResponse.md +24 -21
- data/docs/DebSourcePackage.md +14 -11
- data/docs/DebSourcePackageReleaseComponent.md +14 -11
- data/docs/DebSourcePackageReleaseComponentResponse.md +20 -17
- data/docs/DebSourcePackageResponse.md +76 -73
- data/docs/DebVerbatimPublication.md +10 -9
- data/docs/DebVerbatimPublicationResponse.md +18 -17
- data/docs/DistributionsAptApi.md +387 -182
- data/docs/MyPermissionsResponse.md +8 -7
- data/docs/NestedRole.md +12 -11
- data/docs/NestedRoleResponse.md +12 -11
- data/docs/ObjectRolesResponse.md +8 -7
- data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
- data/docs/PaginateddebAptDistributionResponseList.md +14 -13
- data/docs/PaginateddebAptPublicationResponseList.md +14 -13
- data/docs/PaginateddebAptRemoteResponseList.md +14 -13
- data/docs/PaginateddebAptRepositoryResponseList.md +14 -13
- data/docs/PaginateddebGenericContentResponseList.md +14 -13
- data/docs/PaginateddebInstallerFileIndexResponseList.md +14 -13
- data/docs/PaginateddebInstallerPackageResponseList.md +14 -13
- data/docs/PaginateddebPackageIndexResponseList.md +14 -13
- data/docs/PaginateddebPackageReleaseComponentResponseList.md +14 -13
- data/docs/PaginateddebPackageResponseList.md +14 -13
- data/docs/PaginateddebReleaseArchitectureResponseList.md +14 -13
- data/docs/PaginateddebReleaseComponentResponseList.md +14 -13
- data/docs/PaginateddebReleaseFileResponseList.md +14 -13
- data/docs/PaginateddebReleaseResponseList.md +14 -13
- data/docs/PaginateddebSourceIndexResponseList.md +14 -13
- data/docs/PaginateddebSourcePackageReleaseComponentResponseList.md +14 -13
- data/docs/PaginateddebSourcePackageResponseList.md +14 -13
- data/docs/PaginateddebVerbatimPublicationResponseList.md +14 -13
- data/docs/PatcheddebAptDistribution.md +20 -19
- data/docs/PatcheddebAptRemote.md +64 -63
- data/docs/PatcheddebAptRepository.md +22 -21
- data/docs/PolicyEnum.md +4 -5
- data/docs/PublicationsAptApi.md +269 -130
- data/docs/PublicationsVerbatimApi.md +269 -130
- data/docs/RemotesAptApi.md +389 -184
- data/docs/Repair.md +8 -7
- data/docs/RepositoriesAptApi.md +444 -207
- data/docs/RepositoriesAptVersionsApi.md +152 -82
- data/docs/RepositoryAddRemoveContent.md +12 -11
- data/docs/RepositoryVersionResponse.md +22 -21
- data/docs/SetLabel.md +10 -9
- data/docs/SetLabelResponse.md +10 -9
- data/docs/UnsetLabel.md +8 -7
- data/docs/UnsetLabelResponse.md +10 -9
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +177 -17
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +177 -25
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_packages_api.rb +177 -25
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_release_components_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_release_files_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_releases_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +174 -17
- data/lib/pulp_deb_client/api/deb_copy_api.rb +10 -6
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +95 -59
- data/lib/pulp_deb_client/api/publications_apt_api.rb +73 -50
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +73 -50
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +104 -68
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +107 -66
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +40 -30
- data/lib/pulp_deb_client/api_client.rb +137 -102
- data/lib/pulp_deb_client/api_error.rb +2 -1
- data/lib/pulp_deb_client/configuration.rb +162 -21
- data/lib/pulp_deb_client/models/apt_repository_sync_url.rb +30 -22
- data/lib/pulp_deb_client/models/async_operation_response.rb +32 -22
- data/lib/pulp_deb_client/models/content_summary_response.rb +36 -22
- data/lib/pulp_deb_client/models/copy.rb +34 -28
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +34 -22
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +36 -24
- data/lib/pulp_deb_client/models/deb_apt_publication.rb +30 -22
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +32 -24
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +58 -22
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +61 -25
- data/lib/pulp_deb_client/models/{deb_apt_remote_response_hidden_fields.rb → deb_apt_remote_response_hidden_fields_inner.rb} +37 -25
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +32 -22
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +34 -24
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +47 -25
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +54 -24
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +51 -25
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +45 -25
- data/lib/pulp_deb_client/models/deb_package_index.rb +60 -26
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +47 -25
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +47 -23
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +49 -25
- data/lib/pulp_deb_client/models/deb_package_response.rb +45 -25
- data/lib/pulp_deb_client/models/deb_release.rb +49 -23
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +47 -23
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +49 -25
- data/lib/pulp_deb_client/models/deb_release_component.rb +47 -23
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +49 -25
- data/lib/pulp_deb_client/models/deb_release_file.rb +62 -26
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +49 -25
- data/lib/pulp_deb_client/models/deb_release_response.rb +51 -25
- data/lib/pulp_deb_client/models/deb_source_index.rb +54 -24
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +51 -25
- data/lib/pulp_deb_client/models/deb_source_package.rb +50 -24
- data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +47 -23
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +49 -25
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +47 -25
- data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +30 -22
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +32 -24
- data/lib/pulp_deb_client/models/my_permissions_response.rb +32 -22
- data/lib/pulp_deb_client/models/nested_role.rb +32 -22
- data/lib/pulp_deb_client/models/nested_role_response.rb +32 -22
- data/lib/pulp_deb_client/models/object_roles_response.rb +32 -22
- data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_installer_package_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_package_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +40 -24
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +67 -25
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +35 -23
- data/lib/pulp_deb_client/models/policy_enum.rb +8 -4
- data/lib/pulp_deb_client/models/repair.rb +30 -22
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +30 -22
- data/lib/pulp_deb_client/models/repository_version_response.rb +32 -24
- data/lib/pulp_deb_client/models/set_label.rb +34 -22
- data/lib/pulp_deb_client/models/set_label_response.rb +34 -22
- data/lib/pulp_deb_client/models/unset_label.rb +33 -23
- data/lib/pulp_deb_client/models/unset_label_response.rb +33 -23
- data/lib/pulp_deb_client/version.rb +2 -2
- data/lib/pulp_deb_client.rb +2 -5
- data/pulp_deb_client.gemspec +7 -5
- data/spec/api/content_generic_contents_api_spec.rb +33 -5
- data/spec/api/content_installer_file_indices_api_spec.rb +32 -5
- data/spec/api/content_installer_packages_api_spec.rb +33 -5
- data/spec/api/content_package_indices_api_spec.rb +32 -5
- data/spec/api/content_package_release_components_api_spec.rb +32 -5
- data/spec/api/content_packages_api_spec.rb +33 -5
- data/spec/api/content_release_architectures_api_spec.rb +32 -5
- data/spec/api/content_release_components_api_spec.rb +32 -5
- data/spec/api/content_release_files_api_spec.rb +32 -5
- data/spec/api/content_releases_api_spec.rb +32 -5
- data/spec/api/content_source_indices_api_spec.rb +32 -5
- data/spec/api/content_source_packages_api_spec.rb +32 -5
- data/spec/api/content_source_release_components_api_spec.rb +32 -5
- data/spec/api/deb_copy_api_spec.rb +2 -2
- data/spec/api/distributions_apt_api_spec.rb +15 -14
- data/spec/api/publications_apt_api_spec.rb +18 -16
- data/spec/api/publications_verbatim_api_spec.rb +18 -16
- data/spec/api/remotes_apt_api_spec.rb +20 -19
- data/spec/api/repositories_apt_api_spec.rb +15 -15
- data/spec/api/repositories_apt_versions_api_spec.rb +12 -11
- data/spec/models/apt_repository_sync_url_spec.rb +9 -14
- data/spec/models/async_operation_response_spec.rb +7 -12
- data/spec/models/content_summary_response_spec.rb +9 -14
- data/spec/models/copy_spec.rb +9 -14
- data/spec/models/deb_apt_distribution_response_spec.rb +19 -24
- data/spec/models/deb_apt_distribution_spec.rb +13 -18
- data/spec/models/deb_apt_publication_response_spec.rb +16 -21
- data/spec/models/deb_apt_publication_spec.rb +12 -17
- data/spec/models/{deb_apt_remote_response_hidden_fields_spec.rb → deb_apt_remote_response_hidden_fields_inner_spec.rb} +11 -16
- data/spec/models/deb_apt_remote_response_spec.rb +35 -40
- data/spec/models/deb_apt_remote_spec.rb +35 -40
- data/spec/models/deb_apt_repository_response_spec.rb +20 -25
- data/spec/models/deb_apt_repository_spec.rb +14 -19
- data/spec/models/deb_generic_content_response_spec.rb +24 -23
- data/spec/models/deb_installer_file_index_response_spec.rb +20 -19
- data/spec/models/deb_installer_file_index_spec.rb +17 -16
- data/spec/models/deb_installer_package_response_spec.rb +53 -52
- data/spec/models/deb_package_index_response_spec.rb +20 -19
- data/spec/models/deb_package_index_spec.rb +17 -16
- data/spec/models/deb_package_release_component_response_spec.rb +18 -17
- data/spec/models/deb_package_release_component_spec.rb +15 -14
- data/spec/models/deb_package_response_spec.rb +55 -54
- data/spec/models/deb_release_architecture_response_spec.rb +18 -17
- data/spec/models/deb_release_architecture_spec.rb +15 -14
- data/spec/models/deb_release_component_response_spec.rb +19 -18
- data/spec/models/deb_release_component_spec.rb +15 -14
- data/spec/models/deb_release_file_response_spec.rb +21 -20
- data/spec/models/deb_release_file_spec.rb +18 -17
- data/spec/models/deb_release_response_spec.rb +25 -24
- data/spec/models/deb_release_spec.rb +22 -21
- data/spec/models/deb_source_index_response_spec.rb +20 -19
- data/spec/models/deb_source_index_spec.rb +17 -16
- data/spec/models/deb_source_package_release_component_response_spec.rb +18 -17
- data/spec/models/deb_source_package_release_component_spec.rb +15 -14
- data/spec/models/deb_source_package_response_spec.rb +46 -45
- data/spec/models/deb_source_package_spec.rb +15 -14
- data/spec/models/deb_verbatim_publication_response_spec.rb +12 -17
- data/spec/models/deb_verbatim_publication_spec.rb +8 -13
- data/spec/models/my_permissions_response_spec.rb +7 -12
- data/spec/models/nested_role_response_spec.rb +9 -14
- data/spec/models/nested_role_spec.rb +9 -14
- data/spec/models/object_roles_response_spec.rb +7 -12
- data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_distribution_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_publication_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_remote_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_repository_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_generic_content_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_installer_file_index_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_installer_package_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_package_index_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_package_release_component_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_package_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_architecture_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_component_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_file_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_source_index_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_source_package_release_component_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_source_package_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_verbatim_publication_response_list_spec.rb +10 -15
- data/spec/models/patcheddeb_apt_distribution_spec.rb +13 -18
- data/spec/models/patcheddeb_apt_remote_spec.rb +35 -40
- data/spec/models/patcheddeb_apt_repository_spec.rb +14 -19
- data/spec/models/policy_enum_spec.rb +6 -11
- data/spec/models/repair_spec.rb +7 -12
- data/spec/models/repository_add_remove_content_spec.rb +9 -14
- data/spec/models/repository_version_response_spec.rb +14 -19
- data/spec/models/set_label_response_spec.rb +8 -13
- data/spec/models/set_label_spec.rb +8 -13
- data/spec/models/unset_label_response_spec.rb +8 -13
- data/spec/models/unset_label_spec.rb +7 -12
- data/spec/spec_helper.rb +1 -1
- metadata +92 -100
- data/docs/DebAptRemoteResponseHiddenFields.md +0 -19
- data/docs/DebGenericContent.md +0 -27
- data/docs/DebInstallerPackage.md +0 -27
- data/docs/DebPackage.md +0 -31
- data/lib/pulp_deb_client/models/deb_generic_content.rb +0 -297
- data/lib/pulp_deb_client/models/deb_installer_package.rb +0 -288
- data/lib/pulp_deb_client/models/deb_package.rb +0 -338
- data/spec/api_client_spec.rb +0 -188
- data/spec/configuration_spec.rb +0 -42
- data/spec/models/deb_generic_content_spec.rb +0 -71
- data/spec/models/deb_installer_package_spec.rb +0 -71
- data/spec/models/deb_package_spec.rb +0 -83
@@ -6,11 +6,12 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.10.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
|
+
require 'time'
|
14
15
|
|
15
16
|
module PulpDebClient
|
16
17
|
# A Serializer for PackageReleaseComponent.
|
@@ -18,6 +19,9 @@ module PulpDebClient
|
|
18
19
|
# A URI of a repository the new content unit should be associated with.
|
19
20
|
attr_accessor :repository
|
20
21
|
|
22
|
+
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
23
|
+
attr_accessor :pulp_labels
|
24
|
+
|
21
25
|
# Package that is contained in release_comonent.
|
22
26
|
attr_accessor :package
|
23
27
|
|
@@ -28,15 +32,22 @@ module PulpDebClient
|
|
28
32
|
def self.attribute_map
|
29
33
|
{
|
30
34
|
:'repository' => :'repository',
|
35
|
+
:'pulp_labels' => :'pulp_labels',
|
31
36
|
:'package' => :'package',
|
32
37
|
:'release_component' => :'release_component'
|
33
38
|
}
|
34
39
|
end
|
35
40
|
|
41
|
+
# Returns all the JSON keys this model knows about
|
42
|
+
def self.acceptable_attributes
|
43
|
+
attribute_map.values
|
44
|
+
end
|
45
|
+
|
36
46
|
# Attribute type mapping.
|
37
47
|
def self.openapi_types
|
38
48
|
{
|
39
49
|
:'repository' => :'String',
|
50
|
+
:'pulp_labels' => :'Hash<String, String>',
|
40
51
|
:'package' => :'String',
|
41
52
|
:'release_component' => :'String'
|
42
53
|
}
|
@@ -67,18 +78,29 @@ module PulpDebClient
|
|
67
78
|
self.repository = attributes[:'repository']
|
68
79
|
end
|
69
80
|
|
81
|
+
if attributes.key?(:'pulp_labels')
|
82
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
83
|
+
self.pulp_labels = value
|
84
|
+
end
|
85
|
+
end
|
86
|
+
|
70
87
|
if attributes.key?(:'package')
|
71
88
|
self.package = attributes[:'package']
|
89
|
+
else
|
90
|
+
self.package = nil
|
72
91
|
end
|
73
92
|
|
74
93
|
if attributes.key?(:'release_component')
|
75
94
|
self.release_component = attributes[:'release_component']
|
95
|
+
else
|
96
|
+
self.release_component = nil
|
76
97
|
end
|
77
98
|
end
|
78
99
|
|
79
100
|
# Show invalid properties with the reasons. Usually used together with valid?
|
80
101
|
# @return Array for valid properties with the reasons
|
81
102
|
def list_invalid_properties
|
103
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
82
104
|
invalid_properties = Array.new
|
83
105
|
if @package.nil?
|
84
106
|
invalid_properties.push('invalid value for "package", package cannot be nil.')
|
@@ -94,6 +116,7 @@ module PulpDebClient
|
|
94
116
|
# Check to see if the all the properties in the model are valid
|
95
117
|
# @return true if the model is valid
|
96
118
|
def valid?
|
119
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
97
120
|
return false if @package.nil?
|
98
121
|
return false if @release_component.nil?
|
99
122
|
true
|
@@ -105,6 +128,7 @@ module PulpDebClient
|
|
105
128
|
return true if self.equal?(o)
|
106
129
|
self.class == o.class &&
|
107
130
|
repository == o.repository &&
|
131
|
+
pulp_labels == o.pulp_labels &&
|
108
132
|
package == o.package &&
|
109
133
|
release_component == o.release_component
|
110
134
|
end
|
@@ -118,44 +142,40 @@ module PulpDebClient
|
|
118
142
|
# Calculates hash code according to all attributes.
|
119
143
|
# @return [Integer] Hash code
|
120
144
|
def hash
|
121
|
-
[repository, package, release_component].hash
|
145
|
+
[repository, pulp_labels, package, release_component].hash
|
122
146
|
end
|
123
147
|
|
124
148
|
# Builds the object from hash
|
125
149
|
# @param [Hash] attributes Model attributes in the form of hash
|
126
150
|
# @return [Object] Returns the model itself
|
127
151
|
def self.build_from_hash(attributes)
|
128
|
-
new.build_from_hash(attributes)
|
129
|
-
end
|
130
|
-
|
131
|
-
# Builds the object from hash
|
132
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
133
|
-
# @return [Object] Returns the model itself
|
134
|
-
def build_from_hash(attributes)
|
135
152
|
return nil unless attributes.is_a?(Hash)
|
136
|
-
|
137
|
-
|
153
|
+
attributes = attributes.transform_keys(&:to_sym)
|
154
|
+
transformed_hash = {}
|
155
|
+
openapi_types.each_pair do |key, type|
|
156
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
157
|
+
transformed_hash["#{key}"] = nil
|
158
|
+
elsif type =~ /\AArray<(.*)>/i
|
138
159
|
# check to ensure the input is an array given that the attribute
|
139
160
|
# is documented as an array but the input is not
|
140
|
-
if attributes[
|
141
|
-
|
161
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
162
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
142
163
|
end
|
143
|
-
elsif !attributes[
|
144
|
-
|
145
|
-
end
|
164
|
+
elsif !attributes[attribute_map[key]].nil?
|
165
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
166
|
+
end
|
146
167
|
end
|
147
|
-
|
148
|
-
self
|
168
|
+
new(transformed_hash)
|
149
169
|
end
|
150
170
|
|
151
171
|
# Deserializes the data based on type
|
152
172
|
# @param string type Data type
|
153
173
|
# @param string value Value to be deserialized
|
154
174
|
# @return [Object] Deserialized data
|
155
|
-
def _deserialize(type, value)
|
175
|
+
def self._deserialize(type, value)
|
156
176
|
case type.to_sym
|
157
|
-
when :
|
158
|
-
|
177
|
+
when :Time
|
178
|
+
Time.parse(value)
|
159
179
|
when :Date
|
160
180
|
Date.parse(value)
|
161
181
|
when :String
|
@@ -185,7 +205,9 @@ module PulpDebClient
|
|
185
205
|
end
|
186
206
|
end
|
187
207
|
else # model
|
188
|
-
|
208
|
+
# models (e.g. Pet) or oneOf
|
209
|
+
klass = PulpDebClient.const_get(type)
|
210
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
189
211
|
end
|
190
212
|
end
|
191
213
|
|
@@ -211,7 +233,7 @@ module PulpDebClient
|
|
211
233
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
212
234
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
213
235
|
end
|
214
|
-
|
236
|
+
|
215
237
|
hash[param] = _to_hash(value)
|
216
238
|
end
|
217
239
|
hash
|
@@ -234,5 +256,7 @@ module PulpDebClient
|
|
234
256
|
value
|
235
257
|
end
|
236
258
|
end
|
259
|
+
|
237
260
|
end
|
261
|
+
|
238
262
|
end
|
@@ -6,11 +6,12 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.10.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
|
+
require 'time'
|
14
15
|
|
15
16
|
module PulpDebClient
|
16
17
|
# A Serializer for PackageReleaseComponent.
|
@@ -26,6 +27,9 @@ module PulpDebClient
|
|
26
27
|
# 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.
|
27
28
|
attr_accessor :pulp_last_updated
|
28
29
|
|
30
|
+
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
31
|
+
attr_accessor :pulp_labels
|
32
|
+
|
29
33
|
# Package that is contained in release_comonent.
|
30
34
|
attr_accessor :package
|
31
35
|
|
@@ -39,18 +43,25 @@ module PulpDebClient
|
|
39
43
|
:'prn' => :'prn',
|
40
44
|
:'pulp_created' => :'pulp_created',
|
41
45
|
:'pulp_last_updated' => :'pulp_last_updated',
|
46
|
+
:'pulp_labels' => :'pulp_labels',
|
42
47
|
:'package' => :'package',
|
43
48
|
:'release_component' => :'release_component'
|
44
49
|
}
|
45
50
|
end
|
46
51
|
|
52
|
+
# Returns all the JSON keys this model knows about
|
53
|
+
def self.acceptable_attributes
|
54
|
+
attribute_map.values
|
55
|
+
end
|
56
|
+
|
47
57
|
# Attribute type mapping.
|
48
58
|
def self.openapi_types
|
49
59
|
{
|
50
60
|
:'pulp_href' => :'String',
|
51
61
|
:'prn' => :'String',
|
52
|
-
:'pulp_created' => :'
|
53
|
-
:'pulp_last_updated' => :'
|
62
|
+
:'pulp_created' => :'Time',
|
63
|
+
:'pulp_last_updated' => :'Time',
|
64
|
+
:'pulp_labels' => :'Hash<String, String>',
|
54
65
|
:'package' => :'String',
|
55
66
|
:'release_component' => :'String'
|
56
67
|
}
|
@@ -93,18 +104,29 @@ module PulpDebClient
|
|
93
104
|
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
94
105
|
end
|
95
106
|
|
107
|
+
if attributes.key?(:'pulp_labels')
|
108
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
109
|
+
self.pulp_labels = value
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
96
113
|
if attributes.key?(:'package')
|
97
114
|
self.package = attributes[:'package']
|
115
|
+
else
|
116
|
+
self.package = nil
|
98
117
|
end
|
99
118
|
|
100
119
|
if attributes.key?(:'release_component')
|
101
120
|
self.release_component = attributes[:'release_component']
|
121
|
+
else
|
122
|
+
self.release_component = nil
|
102
123
|
end
|
103
124
|
end
|
104
125
|
|
105
126
|
# Show invalid properties with the reasons. Usually used together with valid?
|
106
127
|
# @return Array for valid properties with the reasons
|
107
128
|
def list_invalid_properties
|
129
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
108
130
|
invalid_properties = Array.new
|
109
131
|
if @package.nil?
|
110
132
|
invalid_properties.push('invalid value for "package", package cannot be nil.')
|
@@ -120,6 +142,7 @@ module PulpDebClient
|
|
120
142
|
# Check to see if the all the properties in the model are valid
|
121
143
|
# @return true if the model is valid
|
122
144
|
def valid?
|
145
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
123
146
|
return false if @package.nil?
|
124
147
|
return false if @release_component.nil?
|
125
148
|
true
|
@@ -134,6 +157,7 @@ module PulpDebClient
|
|
134
157
|
prn == o.prn &&
|
135
158
|
pulp_created == o.pulp_created &&
|
136
159
|
pulp_last_updated == o.pulp_last_updated &&
|
160
|
+
pulp_labels == o.pulp_labels &&
|
137
161
|
package == o.package &&
|
138
162
|
release_component == o.release_component
|
139
163
|
end
|
@@ -147,44 +171,40 @@ module PulpDebClient
|
|
147
171
|
# Calculates hash code according to all attributes.
|
148
172
|
# @return [Integer] Hash code
|
149
173
|
def hash
|
150
|
-
[pulp_href, prn, pulp_created, pulp_last_updated, package, release_component].hash
|
174
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, package, release_component].hash
|
151
175
|
end
|
152
176
|
|
153
177
|
# Builds the object from hash
|
154
178
|
# @param [Hash] attributes Model attributes in the form of hash
|
155
179
|
# @return [Object] Returns the model itself
|
156
180
|
def self.build_from_hash(attributes)
|
157
|
-
new.build_from_hash(attributes)
|
158
|
-
end
|
159
|
-
|
160
|
-
# Builds the object from hash
|
161
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
162
|
-
# @return [Object] Returns the model itself
|
163
|
-
def build_from_hash(attributes)
|
164
181
|
return nil unless attributes.is_a?(Hash)
|
165
|
-
|
166
|
-
|
182
|
+
attributes = attributes.transform_keys(&:to_sym)
|
183
|
+
transformed_hash = {}
|
184
|
+
openapi_types.each_pair do |key, type|
|
185
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
186
|
+
transformed_hash["#{key}"] = nil
|
187
|
+
elsif type =~ /\AArray<(.*)>/i
|
167
188
|
# check to ensure the input is an array given that the attribute
|
168
189
|
# is documented as an array but the input is not
|
169
|
-
if attributes[
|
170
|
-
|
190
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
191
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
171
192
|
end
|
172
|
-
elsif !attributes[
|
173
|
-
|
174
|
-
end
|
193
|
+
elsif !attributes[attribute_map[key]].nil?
|
194
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
195
|
+
end
|
175
196
|
end
|
176
|
-
|
177
|
-
self
|
197
|
+
new(transformed_hash)
|
178
198
|
end
|
179
199
|
|
180
200
|
# Deserializes the data based on type
|
181
201
|
# @param string type Data type
|
182
202
|
# @param string value Value to be deserialized
|
183
203
|
# @return [Object] Deserialized data
|
184
|
-
def _deserialize(type, value)
|
204
|
+
def self._deserialize(type, value)
|
185
205
|
case type.to_sym
|
186
|
-
when :
|
187
|
-
|
206
|
+
when :Time
|
207
|
+
Time.parse(value)
|
188
208
|
when :Date
|
189
209
|
Date.parse(value)
|
190
210
|
when :String
|
@@ -214,7 +234,9 @@ module PulpDebClient
|
|
214
234
|
end
|
215
235
|
end
|
216
236
|
else # model
|
217
|
-
|
237
|
+
# models (e.g. Pet) or oneOf
|
238
|
+
klass = PulpDebClient.const_get(type)
|
239
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
218
240
|
end
|
219
241
|
end
|
220
242
|
|
@@ -240,7 +262,7 @@ module PulpDebClient
|
|
240
262
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
241
263
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
242
264
|
end
|
243
|
-
|
265
|
+
|
244
266
|
hash[param] = _to_hash(value)
|
245
267
|
end
|
246
268
|
hash
|
@@ -263,5 +285,7 @@ module PulpDebClient
|
|
263
285
|
value
|
264
286
|
end
|
265
287
|
end
|
288
|
+
|
266
289
|
end
|
290
|
+
|
267
291
|
end
|
@@ -6,11 +6,12 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.10.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
|
+
require 'time'
|
14
15
|
|
15
16
|
module PulpDebClient
|
16
17
|
# A Serializer for Package.
|
@@ -26,6 +27,9 @@ module PulpDebClient
|
|
26
27
|
# 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.
|
27
28
|
attr_accessor :pulp_last_updated
|
28
29
|
|
30
|
+
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
31
|
+
attr_accessor :pulp_labels
|
32
|
+
|
29
33
|
# Artifact file representing the physical content
|
30
34
|
attr_accessor :artifact
|
31
35
|
|
@@ -121,6 +125,7 @@ module PulpDebClient
|
|
121
125
|
:'prn' => :'prn',
|
122
126
|
:'pulp_created' => :'pulp_created',
|
123
127
|
:'pulp_last_updated' => :'pulp_last_updated',
|
128
|
+
:'pulp_labels' => :'pulp_labels',
|
124
129
|
:'artifact' => :'artifact',
|
125
130
|
:'relative_path' => :'relative_path',
|
126
131
|
:'distribution' => :'distribution',
|
@@ -163,13 +168,19 @@ module PulpDebClient
|
|
163
168
|
}
|
164
169
|
end
|
165
170
|
|
171
|
+
# Returns all the JSON keys this model knows about
|
172
|
+
def self.acceptable_attributes
|
173
|
+
attribute_map.values
|
174
|
+
end
|
175
|
+
|
166
176
|
# Attribute type mapping.
|
167
177
|
def self.openapi_types
|
168
178
|
{
|
169
179
|
:'pulp_href' => :'String',
|
170
180
|
:'prn' => :'String',
|
171
|
-
:'pulp_created' => :'
|
172
|
-
:'pulp_last_updated' => :'
|
181
|
+
:'pulp_created' => :'Time',
|
182
|
+
:'pulp_last_updated' => :'Time',
|
183
|
+
:'pulp_labels' => :'Hash<String, String>',
|
173
184
|
:'artifact' => :'String',
|
174
185
|
:'relative_path' => :'String',
|
175
186
|
:'distribution' => :'String',
|
@@ -249,6 +260,12 @@ module PulpDebClient
|
|
249
260
|
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
250
261
|
end
|
251
262
|
|
263
|
+
if attributes.key?(:'pulp_labels')
|
264
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
265
|
+
self.pulp_labels = value
|
266
|
+
end
|
267
|
+
end
|
268
|
+
|
252
269
|
if attributes.key?(:'artifact')
|
253
270
|
self.artifact = attributes[:'artifact']
|
254
271
|
end
|
@@ -409,6 +426,7 @@ module PulpDebClient
|
|
409
426
|
# Show invalid properties with the reasons. Usually used together with valid?
|
410
427
|
# @return Array for valid properties with the reasons
|
411
428
|
def list_invalid_properties
|
429
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
412
430
|
invalid_properties = Array.new
|
413
431
|
invalid_properties
|
414
432
|
end
|
@@ -416,6 +434,7 @@ module PulpDebClient
|
|
416
434
|
# Check to see if the all the properties in the model are valid
|
417
435
|
# @return true if the model is valid
|
418
436
|
def valid?
|
437
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
419
438
|
true
|
420
439
|
end
|
421
440
|
|
@@ -428,6 +447,7 @@ module PulpDebClient
|
|
428
447
|
prn == o.prn &&
|
429
448
|
pulp_created == o.pulp_created &&
|
430
449
|
pulp_last_updated == o.pulp_last_updated &&
|
450
|
+
pulp_labels == o.pulp_labels &&
|
431
451
|
artifact == o.artifact &&
|
432
452
|
relative_path == o.relative_path &&
|
433
453
|
distribution == o.distribution &&
|
@@ -478,44 +498,40 @@ module PulpDebClient
|
|
478
498
|
# Calculates hash code according to all attributes.
|
479
499
|
# @return [Integer] Hash code
|
480
500
|
def hash
|
481
|
-
[pulp_href, prn, pulp_created, pulp_last_updated, artifact, relative_path, distribution, component, md5, sha1, sha224, sha256, sha384, sha512, package, source, version, architecture, section, priority, origin, tag, bugs, essential, build_essential, installed_size, maintainer, original_maintainer, description, description_md5, homepage, built_using, auto_built_package, multi_arch, breaks, conflicts, depends, recommends, suggests, enhances, pre_depends, provides, replaces].hash
|
501
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, artifact, relative_path, distribution, component, md5, sha1, sha224, sha256, sha384, sha512, package, source, version, architecture, section, priority, origin, tag, bugs, essential, build_essential, installed_size, maintainer, original_maintainer, description, description_md5, homepage, built_using, auto_built_package, multi_arch, breaks, conflicts, depends, recommends, suggests, enhances, pre_depends, provides, replaces].hash
|
482
502
|
end
|
483
503
|
|
484
504
|
# Builds the object from hash
|
485
505
|
# @param [Hash] attributes Model attributes in the form of hash
|
486
506
|
# @return [Object] Returns the model itself
|
487
507
|
def self.build_from_hash(attributes)
|
488
|
-
new.build_from_hash(attributes)
|
489
|
-
end
|
490
|
-
|
491
|
-
# Builds the object from hash
|
492
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
493
|
-
# @return [Object] Returns the model itself
|
494
|
-
def build_from_hash(attributes)
|
495
508
|
return nil unless attributes.is_a?(Hash)
|
496
|
-
|
497
|
-
|
509
|
+
attributes = attributes.transform_keys(&:to_sym)
|
510
|
+
transformed_hash = {}
|
511
|
+
openapi_types.each_pair do |key, type|
|
512
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
513
|
+
transformed_hash["#{key}"] = nil
|
514
|
+
elsif type =~ /\AArray<(.*)>/i
|
498
515
|
# check to ensure the input is an array given that the attribute
|
499
516
|
# is documented as an array but the input is not
|
500
|
-
if attributes[
|
501
|
-
|
517
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
518
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
502
519
|
end
|
503
|
-
elsif !attributes[
|
504
|
-
|
505
|
-
end
|
520
|
+
elsif !attributes[attribute_map[key]].nil?
|
521
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
522
|
+
end
|
506
523
|
end
|
507
|
-
|
508
|
-
self
|
524
|
+
new(transformed_hash)
|
509
525
|
end
|
510
526
|
|
511
527
|
# Deserializes the data based on type
|
512
528
|
# @param string type Data type
|
513
529
|
# @param string value Value to be deserialized
|
514
530
|
# @return [Object] Deserialized data
|
515
|
-
def _deserialize(type, value)
|
531
|
+
def self._deserialize(type, value)
|
516
532
|
case type.to_sym
|
517
|
-
when :
|
518
|
-
|
533
|
+
when :Time
|
534
|
+
Time.parse(value)
|
519
535
|
when :Date
|
520
536
|
Date.parse(value)
|
521
537
|
when :String
|
@@ -545,7 +561,9 @@ module PulpDebClient
|
|
545
561
|
end
|
546
562
|
end
|
547
563
|
else # model
|
548
|
-
|
564
|
+
# models (e.g. Pet) or oneOf
|
565
|
+
klass = PulpDebClient.const_get(type)
|
566
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
549
567
|
end
|
550
568
|
end
|
551
569
|
|
@@ -571,7 +589,7 @@ module PulpDebClient
|
|
571
589
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
572
590
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
573
591
|
end
|
574
|
-
|
592
|
+
|
575
593
|
hash[param] = _to_hash(value)
|
576
594
|
end
|
577
595
|
hash
|
@@ -594,5 +612,7 @@ module PulpDebClient
|
|
594
612
|
value
|
595
613
|
end
|
596
614
|
end
|
615
|
+
|
597
616
|
end
|
617
|
+
|
598
618
|
end
|