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 Release.
|
@@ -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
|
attr_accessor :codename
|
22
26
|
|
23
27
|
attr_accessor :suite
|
@@ -40,6 +44,7 @@ module PulpDebClient
|
|
40
44
|
def self.attribute_map
|
41
45
|
{
|
42
46
|
:'repository' => :'repository',
|
47
|
+
:'pulp_labels' => :'pulp_labels',
|
43
48
|
:'codename' => :'codename',
|
44
49
|
:'suite' => :'suite',
|
45
50
|
:'distribution' => :'distribution',
|
@@ -52,10 +57,16 @@ module PulpDebClient
|
|
52
57
|
}
|
53
58
|
end
|
54
59
|
|
60
|
+
# Returns all the JSON keys this model knows about
|
61
|
+
def self.acceptable_attributes
|
62
|
+
attribute_map.values
|
63
|
+
end
|
64
|
+
|
55
65
|
# Attribute type mapping.
|
56
66
|
def self.openapi_types
|
57
67
|
{
|
58
68
|
:'repository' => :'String',
|
69
|
+
:'pulp_labels' => :'Hash<String, String>',
|
59
70
|
:'codename' => :'String',
|
60
71
|
:'suite' => :'String',
|
61
72
|
:'distribution' => :'String',
|
@@ -97,16 +108,28 @@ module PulpDebClient
|
|
97
108
|
self.repository = attributes[:'repository']
|
98
109
|
end
|
99
110
|
|
111
|
+
if attributes.key?(:'pulp_labels')
|
112
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
113
|
+
self.pulp_labels = value
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
100
117
|
if attributes.key?(:'codename')
|
101
118
|
self.codename = attributes[:'codename']
|
119
|
+
else
|
120
|
+
self.codename = nil
|
102
121
|
end
|
103
122
|
|
104
123
|
if attributes.key?(:'suite')
|
105
124
|
self.suite = attributes[:'suite']
|
125
|
+
else
|
126
|
+
self.suite = nil
|
106
127
|
end
|
107
128
|
|
108
129
|
if attributes.key?(:'distribution')
|
109
130
|
self.distribution = attributes[:'distribution']
|
131
|
+
else
|
132
|
+
self.distribution = nil
|
110
133
|
end
|
111
134
|
|
112
135
|
if attributes.key?(:'version')
|
@@ -141,6 +164,7 @@ module PulpDebClient
|
|
141
164
|
# Show invalid properties with the reasons. Usually used together with valid?
|
142
165
|
# @return Array for valid properties with the reasons
|
143
166
|
def list_invalid_properties
|
167
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
144
168
|
invalid_properties = Array.new
|
145
169
|
if @codename.nil?
|
146
170
|
invalid_properties.push('invalid value for "codename", codename cannot be nil.')
|
@@ -188,6 +212,7 @@ module PulpDebClient
|
|
188
212
|
# Check to see if the all the properties in the model are valid
|
189
213
|
# @return true if the model is valid
|
190
214
|
def valid?
|
215
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
191
216
|
return false if @codename.nil?
|
192
217
|
return false if @codename.to_s.length < 1
|
193
218
|
return false if @suite.nil?
|
@@ -289,6 +314,7 @@ module PulpDebClient
|
|
289
314
|
return true if self.equal?(o)
|
290
315
|
self.class == o.class &&
|
291
316
|
repository == o.repository &&
|
317
|
+
pulp_labels == o.pulp_labels &&
|
292
318
|
codename == o.codename &&
|
293
319
|
suite == o.suite &&
|
294
320
|
distribution == o.distribution &&
|
@@ -309,44 +335,40 @@ module PulpDebClient
|
|
309
335
|
# Calculates hash code according to all attributes.
|
310
336
|
# @return [Integer] Hash code
|
311
337
|
def hash
|
312
|
-
[repository, codename, suite, distribution, version, origin, label, description, architectures, components].hash
|
338
|
+
[repository, pulp_labels, codename, suite, distribution, version, origin, label, description, architectures, components].hash
|
313
339
|
end
|
314
340
|
|
315
341
|
# Builds the object from hash
|
316
342
|
# @param [Hash] attributes Model attributes in the form of hash
|
317
343
|
# @return [Object] Returns the model itself
|
318
344
|
def self.build_from_hash(attributes)
|
319
|
-
new.build_from_hash(attributes)
|
320
|
-
end
|
321
|
-
|
322
|
-
# Builds the object from hash
|
323
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
324
|
-
# @return [Object] Returns the model itself
|
325
|
-
def build_from_hash(attributes)
|
326
345
|
return nil unless attributes.is_a?(Hash)
|
327
|
-
|
328
|
-
|
346
|
+
attributes = attributes.transform_keys(&:to_sym)
|
347
|
+
transformed_hash = {}
|
348
|
+
openapi_types.each_pair do |key, type|
|
349
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
350
|
+
transformed_hash["#{key}"] = nil
|
351
|
+
elsif type =~ /\AArray<(.*)>/i
|
329
352
|
# check to ensure the input is an array given that the attribute
|
330
353
|
# is documented as an array but the input is not
|
331
|
-
if attributes[
|
332
|
-
|
354
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
355
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
333
356
|
end
|
334
|
-
elsif !attributes[
|
335
|
-
|
336
|
-
end
|
357
|
+
elsif !attributes[attribute_map[key]].nil?
|
358
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
359
|
+
end
|
337
360
|
end
|
338
|
-
|
339
|
-
self
|
361
|
+
new(transformed_hash)
|
340
362
|
end
|
341
363
|
|
342
364
|
# Deserializes the data based on type
|
343
365
|
# @param string type Data type
|
344
366
|
# @param string value Value to be deserialized
|
345
367
|
# @return [Object] Deserialized data
|
346
|
-
def _deserialize(type, value)
|
368
|
+
def self._deserialize(type, value)
|
347
369
|
case type.to_sym
|
348
|
-
when :
|
349
|
-
|
370
|
+
when :Time
|
371
|
+
Time.parse(value)
|
350
372
|
when :Date
|
351
373
|
Date.parse(value)
|
352
374
|
when :String
|
@@ -376,7 +398,9 @@ module PulpDebClient
|
|
376
398
|
end
|
377
399
|
end
|
378
400
|
else # model
|
379
|
-
|
401
|
+
# models (e.g. Pet) or oneOf
|
402
|
+
klass = PulpDebClient.const_get(type)
|
403
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
380
404
|
end
|
381
405
|
end
|
382
406
|
|
@@ -402,7 +426,7 @@ module PulpDebClient
|
|
402
426
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
403
427
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
404
428
|
end
|
405
|
-
|
429
|
+
|
406
430
|
hash[param] = _to_hash(value)
|
407
431
|
end
|
408
432
|
hash
|
@@ -425,5 +449,7 @@ module PulpDebClient
|
|
425
449
|
value
|
426
450
|
end
|
427
451
|
end
|
452
|
+
|
428
453
|
end
|
454
|
+
|
429
455
|
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 ReleaseArchitecture.
|
@@ -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
|
# Name of the architecture.
|
22
26
|
attr_accessor :architecture
|
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
|
:'architecture' => :'architecture',
|
32
37
|
:'distribution' => :'distribution'
|
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
|
:'architecture' => :'String',
|
41
52
|
:'distribution' => :'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?(:'architecture')
|
71
88
|
self.architecture = attributes[:'architecture']
|
89
|
+
else
|
90
|
+
self.architecture = nil
|
72
91
|
end
|
73
92
|
|
74
93
|
if attributes.key?(:'distribution')
|
75
94
|
self.distribution = attributes[:'distribution']
|
95
|
+
else
|
96
|
+
self.distribution = 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 @architecture.nil?
|
84
106
|
invalid_properties.push('invalid value for "architecture", architecture cannot be nil.')
|
@@ -102,6 +124,7 @@ module PulpDebClient
|
|
102
124
|
# Check to see if the all the properties in the model are valid
|
103
125
|
# @return true if the model is valid
|
104
126
|
def valid?
|
127
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
105
128
|
return false if @architecture.nil?
|
106
129
|
return false if @architecture.to_s.length < 1
|
107
130
|
return false if @distribution.nil?
|
@@ -143,6 +166,7 @@ module PulpDebClient
|
|
143
166
|
return true if self.equal?(o)
|
144
167
|
self.class == o.class &&
|
145
168
|
repository == o.repository &&
|
169
|
+
pulp_labels == o.pulp_labels &&
|
146
170
|
architecture == o.architecture &&
|
147
171
|
distribution == o.distribution
|
148
172
|
end
|
@@ -156,44 +180,40 @@ module PulpDebClient
|
|
156
180
|
# Calculates hash code according to all attributes.
|
157
181
|
# @return [Integer] Hash code
|
158
182
|
def hash
|
159
|
-
[repository, architecture, distribution].hash
|
183
|
+
[repository, pulp_labels, architecture, distribution].hash
|
160
184
|
end
|
161
185
|
|
162
186
|
# Builds the object from hash
|
163
187
|
# @param [Hash] attributes Model attributes in the form of hash
|
164
188
|
# @return [Object] Returns the model itself
|
165
189
|
def self.build_from_hash(attributes)
|
166
|
-
new.build_from_hash(attributes)
|
167
|
-
end
|
168
|
-
|
169
|
-
# Builds the object from hash
|
170
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
171
|
-
# @return [Object] Returns the model itself
|
172
|
-
def build_from_hash(attributes)
|
173
190
|
return nil unless attributes.is_a?(Hash)
|
174
|
-
|
175
|
-
|
191
|
+
attributes = attributes.transform_keys(&:to_sym)
|
192
|
+
transformed_hash = {}
|
193
|
+
openapi_types.each_pair do |key, type|
|
194
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
195
|
+
transformed_hash["#{key}"] = nil
|
196
|
+
elsif type =~ /\AArray<(.*)>/i
|
176
197
|
# check to ensure the input is an array given that the attribute
|
177
198
|
# is documented as an array but the input is not
|
178
|
-
if attributes[
|
179
|
-
|
199
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
200
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
180
201
|
end
|
181
|
-
elsif !attributes[
|
182
|
-
|
183
|
-
end
|
202
|
+
elsif !attributes[attribute_map[key]].nil?
|
203
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
204
|
+
end
|
184
205
|
end
|
185
|
-
|
186
|
-
self
|
206
|
+
new(transformed_hash)
|
187
207
|
end
|
188
208
|
|
189
209
|
# Deserializes the data based on type
|
190
210
|
# @param string type Data type
|
191
211
|
# @param string value Value to be deserialized
|
192
212
|
# @return [Object] Deserialized data
|
193
|
-
def _deserialize(type, value)
|
213
|
+
def self._deserialize(type, value)
|
194
214
|
case type.to_sym
|
195
|
-
when :
|
196
|
-
|
215
|
+
when :Time
|
216
|
+
Time.parse(value)
|
197
217
|
when :Date
|
198
218
|
Date.parse(value)
|
199
219
|
when :String
|
@@ -223,7 +243,9 @@ module PulpDebClient
|
|
223
243
|
end
|
224
244
|
end
|
225
245
|
else # model
|
226
|
-
|
246
|
+
# models (e.g. Pet) or oneOf
|
247
|
+
klass = PulpDebClient.const_get(type)
|
248
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
227
249
|
end
|
228
250
|
end
|
229
251
|
|
@@ -249,7 +271,7 @@ module PulpDebClient
|
|
249
271
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
250
272
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
251
273
|
end
|
252
|
-
|
274
|
+
|
253
275
|
hash[param] = _to_hash(value)
|
254
276
|
end
|
255
277
|
hash
|
@@ -272,5 +294,7 @@ module PulpDebClient
|
|
272
294
|
value
|
273
295
|
end
|
274
296
|
end
|
297
|
+
|
275
298
|
end
|
299
|
+
|
276
300
|
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 ReleaseArchitecture.
|
@@ -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
|
# Name of the architecture.
|
30
34
|
attr_accessor :architecture
|
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
|
:'architecture' => :'architecture',
|
43
48
|
:'distribution' => :'distribution'
|
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
|
:'architecture' => :'String',
|
55
66
|
:'distribution' => :'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?(:'architecture')
|
97
114
|
self.architecture = attributes[:'architecture']
|
115
|
+
else
|
116
|
+
self.architecture = nil
|
98
117
|
end
|
99
118
|
|
100
119
|
if attributes.key?(:'distribution')
|
101
120
|
self.distribution = attributes[:'distribution']
|
121
|
+
else
|
122
|
+
self.distribution = 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 @architecture.nil?
|
110
132
|
invalid_properties.push('invalid value for "architecture", architecture 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 @architecture.nil?
|
124
147
|
return false if @distribution.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
|
architecture == o.architecture &&
|
138
162
|
distribution == o.distribution
|
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, architecture, distribution].hash
|
174
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, architecture, distribution].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
|