From bb2f32f149d32492712e28602ae3701d3a27e10b Mon Sep 17 00:00:00 2001 From: andrewgdewar Date: Wed, 2 Oct 2024 07:09:05 +0000 Subject: [PATCH] Update pulp bindings to 9258456e9d3b4a85d3e54836d2b9793e328deec37ae5486b92ad2e96ab328e64 --- release/README.md | 2 +- release/api/openapi.yaml | 2284 ++++++++++++++--- release/api_access_policies.go | 10 + release/api_acs_file.go | 10 + release/api_acs_rpm.go | 10 + release/api_artifacts.go | 12 +- release/api_content.go | 20 +- release/api_content_advisories.go | 16 +- release/api_content_commits.go | 16 +- release/api_content_configs.go | 16 +- release/api_content_content.go | 16 +- release/api_content_distribution_trees.go | 16 +- release/api_content_files.go | 16 +- release/api_content_gem.go | 16 +- release/api_content_modulemd_defaults.go | 16 +- release/api_content_modulemd_obsoletes.go | 16 +- release/api_content_modulemds.go | 16 +- release/api_content_objects.go | 16 +- release/api_content_packagecategories.go | 16 +- release/api_content_packageenvironments.go | 16 +- release/api_content_packagegroups.go | 16 +- release/api_content_packagelangpacks.go | 16 +- release/api_content_packages.go | 32 +- release/api_content_refs.go | 16 +- release/api_content_repo_metadata_files.go | 16 +- release/api_content_summaries.go | 16 +- release/api_contentguards.go | 10 + release/api_contentguards_composite.go | 10 + release/api_contentguards_content_redirect.go | 10 + release/api_contentguards_header.go | 10 + release/api_contentguards_rbac.go | 10 + release/api_contentguards_rhsm.go | 10 + release/api_contentguards_x509.go | 10 + release/api_distributions.go | 14 +- release/api_distributions_artifacts.go | 10 + release/api_distributions_file.go | 10 + release/api_distributions_gem.go | 10 + release/api_distributions_ostree.go | 10 + release/api_distributions_pypi.go | 10 + release/api_distributions_rpm.go | 10 + release/api_domains.go | 10 + release/api_exporters_filesystem.go | 10 + release/api_exporters_pulp.go | 10 + release/api_groups.go | 10 + release/api_groups_roles.go | 10 + release/api_importers_pulp.go | 10 + release/api_publications.go | 28 +- release/api_publications_file.go | 24 +- release/api_publications_gem.go | 24 +- release/api_publications_pypi.go | 24 +- release/api_publications_rpm.go | 24 +- release/api_remotes.go | 14 +- release/api_remotes_file.go | 10 + release/api_remotes_gem.go | 10 + release/api_remotes_ostree.go | 10 + release/api_remotes_python.go | 10 + release/api_remotes_rpm.go | 10 + release/api_remotes_uln.go | 10 + release/api_repositories.go | 18 +- release/api_repositories_file.go | 14 +- release/api_repositories_file_versions.go | 20 +- release/api_repositories_gem.go | 14 +- release/api_repositories_gem_versions.go | 20 +- release/api_repositories_ostree.go | 14 +- release/api_repositories_ostree_versions.go | 20 +- release/api_repositories_python.go | 14 +- release/api_repositories_python_versions.go | 20 +- release/api_repositories_rpm.go | 14 +- release/api_repositories_rpm_versions.go | 20 +- release/api_repository_versions.go | 20 +- release/api_roles.go | 10 + release/api_signing_services.go | 10 + release/api_task_schedules.go | 10 + release/api_tasks.go | 10 + release/api_uploads.go | 10 + release/api_upstream_pulps.go | 291 +++ release/api_users.go | 10 + release/api_users_roles.go | 10 + release/api_workers.go | 10 + release/configuration.go | 2 +- release/docs/AccessPoliciesAPI.md | 6 +- release/docs/AccessPolicyResponse.md | 26 + release/docs/AcsFileAPI.md | 6 +- release/docs/AcsRpmAPI.md | 6 +- release/docs/ArtifactDistributionResponse.md | 238 +- release/docs/ArtifactResponse.md | 26 + release/docs/ArtifactsAPI.md | 10 +- .../docs/CertguardRHSMCertGuardResponse.md | 26 + .../docs/CertguardX509CertGuardResponse.md | 26 + release/docs/CompositeContentGuardResponse.md | 26 + release/docs/ContentAPI.md | 26 +- release/docs/ContentAdvisoriesAPI.md | 18 +- release/docs/ContentCommitsAPI.md | 18 +- release/docs/ContentConfigsAPI.md | 18 +- release/docs/ContentContentAPI.md | 18 +- release/docs/ContentDistributionTreesAPI.md | 18 +- release/docs/ContentFilesAPI.md | 18 +- release/docs/ContentGemAPI.md | 18 +- release/docs/ContentGuardResponse.md | 26 + release/docs/ContentModulemdDefaultsAPI.md | 18 +- release/docs/ContentModulemdObsoletesAPI.md | 18 +- release/docs/ContentModulemdsAPI.md | 18 +- release/docs/ContentObjectsAPI.md | 18 +- release/docs/ContentPackagecategoriesAPI.md | 18 +- release/docs/ContentPackageenvironmentsAPI.md | 18 +- release/docs/ContentPackagegroupsAPI.md | 18 +- release/docs/ContentPackagelangpacksAPI.md | 18 +- release/docs/ContentPackagesAPI.md | 36 +- .../ContentRedirectContentGuardResponse.md | 26 + release/docs/ContentRefsAPI.md | 18 +- release/docs/ContentRepoMetadataFilesAPI.md | 18 +- release/docs/ContentSummariesAPI.md | 18 +- release/docs/ContentguardsAPI.md | 6 +- release/docs/ContentguardsCompositeAPI.md | 6 +- .../docs/ContentguardsContentRedirectAPI.md | 6 +- release/docs/ContentguardsHeaderAPI.md | 6 +- release/docs/ContentguardsRbacAPI.md | 6 +- release/docs/ContentguardsRhsmAPI.md | 6 +- release/docs/ContentguardsX509API.md | 6 +- release/docs/DistributionResponse.md | 26 + release/docs/DistributionsAPI.md | 14 +- release/docs/DistributionsArtifactsAPI.md | 6 +- release/docs/DistributionsFileAPI.md | 6 +- release/docs/DistributionsGemAPI.md | 6 +- release/docs/DistributionsOstreeAPI.md | 6 +- release/docs/DistributionsPypiAPI.md | 6 +- release/docs/DistributionsRpmAPI.md | 6 +- release/docs/DomainResponse.md | 26 + release/docs/DomainsAPI.md | 6 +- release/docs/ExportersFilesystemAPI.md | 6 +- release/docs/ExportersPulpAPI.md | 6 +- .../FileFileAlternateContentSourceResponse.md | 26 + release/docs/FileFileContentResponse.md | 26 + release/docs/FileFileDistributionResponse.md | 26 + release/docs/FileFilePublicationResponse.md | 26 + release/docs/FileFileRemoteResponse.md | 26 + release/docs/FileFileRepositoryResponse.md | 26 + release/docs/FilesystemExportResponse.md | 26 + release/docs/FilesystemExporterResponse.md | 26 + release/docs/GemGemContentResponse.md | 26 + release/docs/GemGemDistributionResponse.md | 26 + release/docs/GemGemPublicationResponse.md | 26 + release/docs/GemGemRemoteResponse.md | 26 + release/docs/GemGemRepositoryResponse.md | 26 + release/docs/GroupResponse.md | 26 + release/docs/GroupRoleResponse.md | 26 + release/docs/GroupUserResponse.md | 26 + release/docs/GroupsAPI.md | 6 +- release/docs/GroupsRolesAPI.md | 6 +- release/docs/HeaderContentGuardResponse.md | 26 + release/docs/ImportResponse.md | 26 + release/docs/ImportersPulpAPI.md | 6 +- release/docs/MinimalTaskResponse.md | 26 + .../docs/MultipleArtifactContentResponse.md | 26 + release/docs/OstreeOstreeCommitResponse.md | 26 + release/docs/OstreeOstreeConfigResponse.md | 26 + release/docs/OstreeOstreeContentResponse.md | 26 + .../docs/OstreeOstreeDistributionResponse.md | 26 + release/docs/OstreeOstreeObjectResponse.md | 26 + release/docs/OstreeOstreeRefResponse.md | 26 + release/docs/OstreeOstreeRemoteResponse.md | 26 + .../docs/OstreeOstreeRepositoryResponse.md | 26 + release/docs/OstreeOstreeSummaryResponse.md | 26 + release/docs/PatchedUpstreamPulp.md | 38 +- release/docs/PublicationResponse.md | 26 + release/docs/PublicationsAPI.md | 30 +- release/docs/PublicationsFileAPI.md | 22 +- release/docs/PublicationsGemAPI.md | 22 +- release/docs/PublicationsPypiAPI.md | 22 +- release/docs/PublicationsRpmAPI.md | 22 +- release/docs/PulpExportResponse.md | 26 + release/docs/PulpExporterResponse.md | 26 + release/docs/PulpImporterResponse.md | 26 + .../docs/PythonPythonDistributionResponse.md | 26 + .../PythonPythonPackageContentResponse.md | 26 + .../docs/PythonPythonPublicationResponse.md | 26 + release/docs/PythonPythonRemoteResponse.md | 26 + .../docs/PythonPythonRepositoryResponse.md | 26 + release/docs/RBACContentGuardResponse.md | 26 + release/docs/RemoteResponse.md | 26 + release/docs/RemotesAPI.md | 14 +- release/docs/RemotesFileAPI.md | 6 +- release/docs/RemotesGemAPI.md | 6 +- release/docs/RemotesOstreeAPI.md | 6 +- release/docs/RemotesPythonAPI.md | 6 +- release/docs/RemotesRpmAPI.md | 6 +- release/docs/RemotesUlnAPI.md | 6 +- release/docs/RepositoriesAPI.md | 22 +- release/docs/RepositoriesFileAPI.md | 14 +- release/docs/RepositoriesFileVersionsAPI.md | 14 +- release/docs/RepositoriesGemAPI.md | 14 +- release/docs/RepositoriesGemVersionsAPI.md | 14 +- release/docs/RepositoriesOstreeAPI.md | 14 +- release/docs/RepositoriesOstreeVersionsAPI.md | 14 +- release/docs/RepositoriesPythonAPI.md | 14 +- release/docs/RepositoriesPythonVersionsAPI.md | 14 +- release/docs/RepositoriesRpmAPI.md | 14 +- release/docs/RepositoriesRpmVersionsAPI.md | 14 +- release/docs/RepositoryResponse.md | 26 + release/docs/RepositoryVersionResponse.md | 26 + release/docs/RepositoryVersionsAPI.md | 14 +- release/docs/RoleResponse.md | 26 + release/docs/RolesAPI.md | 6 +- release/docs/RpmModulemdDefaultsResponse.md | 26 + release/docs/RpmModulemdObsoleteResponse.md | 26 + release/docs/RpmModulemdResponse.md | 26 + release/docs/RpmPackageCategoryResponse.md | 26 + release/docs/RpmPackageEnvironmentResponse.md | 26 + release/docs/RpmPackageGroupResponse.md | 26 + release/docs/RpmPackageLangpacksResponse.md | 26 + release/docs/RpmPackageResponse.md | 26 + release/docs/RpmRepoMetadataFileResponse.md | 26 + .../RpmRpmAlternateContentSourceResponse.md | 26 + release/docs/RpmRpmDistributionResponse.md | 26 + release/docs/RpmRpmPublicationResponse.md | 26 + release/docs/RpmRpmRemoteResponse.md | 26 + release/docs/RpmRpmRepositoryResponse.md | 26 + release/docs/RpmUlnRemoteResponse.md | 26 + release/docs/RpmUpdateRecordResponse.md | 26 + release/docs/SigningServiceResponse.md | 26 + release/docs/SigningServicesAPI.md | 6 +- release/docs/TaskGroupResponse.md | 26 + release/docs/TaskResponse.md | 26 + release/docs/TaskScheduleResponse.md | 26 + release/docs/TaskSchedulesAPI.md | 6 +- release/docs/TasksAPI.md | 6 +- release/docs/UploadDetailResponse.md | 26 + release/docs/UploadResponse.md | 26 + release/docs/UploadsAPI.md | 6 +- release/docs/UpstreamPulp.md | 38 +- release/docs/UpstreamPulpResponse.md | 64 +- release/docs/UpstreamPulpsAPI.md | 63 +- release/docs/UserGroupResponse.md | 26 + release/docs/UserResponse.md | 26 + release/docs/UserRoleResponse.md | 26 + release/docs/UsersAPI.md | 6 +- release/docs/UsersRolesAPI.md | 6 +- release/docs/WorkerResponse.md | 26 + release/docs/WorkersAPI.md | 6 +- release/model_access_policy_response.go | 38 + .../model_artifact_distribution_response.go | 362 +-- release/model_artifact_response.go | 38 + ...odel_certguard_rhsm_cert_guard_response.go | 38 + ...odel_certguard_x509_cert_guard_response.go | 38 + .../model_composite_content_guard_response.go | 38 + release/model_content_guard_response.go | 38 + ...content_redirect_content_guard_response.go | 38 + release/model_distribution_response.go | 38 + release/model_domain_response.go | 38 + ..._file_alternate_content_source_response.go | 38 + release/model_file_file_content_response.go | 38 + .../model_file_file_distribution_response.go | 38 + .../model_file_file_publication_response.go | 38 + release/model_file_file_remote_response.go | 38 + .../model_file_file_repository_response.go | 38 + release/model_filesystem_export_response.go | 38 + release/model_filesystem_exporter_response.go | 38 + release/model_gem_gem_content_response.go | 38 + .../model_gem_gem_distribution_response.go | 38 + release/model_gem_gem_publication_response.go | 38 + release/model_gem_gem_remote_response.go | 38 + release/model_gem_gem_repository_response.go | 38 + release/model_group_response.go | 37 + release/model_group_role_response.go | 38 + release/model_group_user_response.go | 37 + .../model_header_content_guard_response.go | 38 + release/model_import_response.go | 38 + release/model_minimal_task_response.go | 38 + ...odel_multiple_artifact_content_response.go | 38 + .../model_ostree_ostree_commit_response.go | 38 + .../model_ostree_ostree_config_response.go | 38 + .../model_ostree_ostree_content_response.go | 38 + ...del_ostree_ostree_distribution_response.go | 38 + .../model_ostree_ostree_object_response.go | 38 + release/model_ostree_ostree_ref_response.go | 38 + .../model_ostree_ostree_remote_response.go | 38 + ...model_ostree_ostree_repository_response.go | 38 + .../model_ostree_ostree_summary_response.go | 38 + release/model_patched_upstream_pulp.go | 48 +- release/model_publication_response.go | 38 + release/model_pulp_export_response.go | 38 + release/model_pulp_exporter_response.go | 38 + release/model_pulp_importer_response.go | 38 + ...del_python_python_distribution_response.go | 38 + ..._python_python_package_content_response.go | 38 + ...odel_python_python_publication_response.go | 38 + .../model_python_python_remote_response.go | 38 + ...model_python_python_repository_response.go | 38 + release/model_rbac_content_guard_response.go | 38 + release/model_remote_response.go | 38 + release/model_repository_response.go | 38 + release/model_repository_version_response.go | 38 + release/model_role_response.go | 38 + .../model_rpm_modulemd_defaults_response.go | 38 + .../model_rpm_modulemd_obsolete_response.go | 38 + release/model_rpm_modulemd_response.go | 38 + .../model_rpm_package_category_response.go | 38 + .../model_rpm_package_environment_response.go | 38 + release/model_rpm_package_group_response.go | 38 + .../model_rpm_package_langpacks_response.go | 38 + release/model_rpm_package_response.go | 38 + .../model_rpm_repo_metadata_file_response.go | 38 + ...m_rpm_alternate_content_source_response.go | 38 + .../model_rpm_rpm_distribution_response.go | 38 + release/model_rpm_rpm_publication_response.go | 38 + release/model_rpm_rpm_remote_response.go | 38 + release/model_rpm_rpm_repository_response.go | 38 + release/model_rpm_uln_remote_response.go | 38 + release/model_rpm_update_record_response.go | 38 + release/model_signing_service_response.go | 38 + release/model_task_group_response.go | 38 + release/model_task_response.go | 38 + release/model_task_schedule_response.go | 38 + release/model_upload_detail_response.go | 38 + release/model_upload_response.go | 38 + release/model_upstream_pulp.go | 48 +- release/model_upstream_pulp_response.go | 86 +- release/model_user_group_response.go | 37 + release/model_user_response.go | 37 + release/model_user_role_response.go | 38 + release/model_worker_response.go | 38 + 321 files changed, 9312 insertions(+), 1246 deletions(-) diff --git a/release/README.md b/release/README.md index 4a6356c7..ddca5a1f 100644 --- a/release/README.md +++ b/release/README.md @@ -6,7 +6,7 @@ Fetch, Upload, Organize, and Distribute Software Packages This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. - API version: v3 -- Package version: 689d598a363629d8a5469d9b2a84748995869a037d356e3e82bb4a5edeb4224e +- Package version: 9258456e9d3b4a85d3e54836d2b9793e328deec37ae5486b92ad2e96ab328e64 - Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit [https://pulpproject.org](https://pulpproject.org) diff --git a/release/api/openapi.yaml b/release/api/openapi.yaml index 76024e93..eae9f029 100644 --- a/release/api/openapi.yaml +++ b/release/api/openapi.yaml @@ -13,12 +13,12 @@ info: x-logo: url: https://pulp.plan.io/attachments/download/517478/pulp_logo_word_rectangle.svg x-pulp-app-versions: - core: 3.61.0 + core: 3.63.0 rpm: 3.27.1 + certguard: 3.63.0 + file: 3.63.0 gem: 0.6.1 python: 3.12.3 - certguard: 3.61.0 - file: 3.61.0 service: 0.1.0 ostree: 2.4.3 x-pulp-domain-enabled: true @@ -92,6 +92,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -509,6 +519,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -1076,6 +1096,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -1613,6 +1643,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -1651,7 +1691,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -1903,6 +1943,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -1939,7 +1989,7 @@ paths: - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* - `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* + `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary @@ -1979,10 +2029,10 @@ paths: `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - - rpm.modulemd_obsolete* `gem.gem` - gem.gem* `python.python` - python.python* - `file.file` - file.file* `ostree.object` - ostree.object* `ostree.commit` - - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* - `ostree.config` - ostree.config* `ostree.summary` - ostree.summary + - rpm.modulemd_obsolete* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` + - python.python* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* + `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` + - ostree.config* `ostree.summary` - ostree.summary explode: false in: query name: pulp_type__in @@ -2023,7 +2073,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -2031,7 +2081,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -2039,7 +2089,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -2147,6 +2197,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -2193,7 +2253,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -2201,7 +2261,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -2209,7 +2269,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -2446,6 +2506,16 @@ paths: schema: type: boolean style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -2484,7 +2554,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -2492,7 +2562,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -2500,7 +2570,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -2703,6 +2773,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -2741,7 +2821,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -2749,7 +2829,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -2757,7 +2837,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -2885,6 +2965,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -2923,7 +3013,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -2931,7 +3021,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -2939,7 +3029,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -3068,6 +3158,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -3106,7 +3206,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -3114,7 +3214,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -3122,7 +3222,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -3324,6 +3424,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -3362,7 +3472,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -3370,7 +3480,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -3378,7 +3488,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -3611,6 +3721,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -3649,7 +3769,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -3657,7 +3777,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -3665,7 +3785,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -3793,6 +3913,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -3831,7 +3961,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -3839,7 +3969,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -3847,7 +3977,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -4193,6 +4323,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -4231,7 +4371,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -4239,7 +4379,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -4247,7 +4387,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -4585,6 +4725,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -4623,7 +4773,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -4631,7 +4781,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -4639,7 +4789,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -4883,6 +5033,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -4921,7 +5081,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -4929,7 +5089,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -4937,7 +5097,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -5115,6 +5275,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -5153,7 +5323,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -5161,7 +5331,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -5169,7 +5339,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -5360,6 +5530,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -5398,7 +5578,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -5406,7 +5586,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -5414,7 +5594,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -5687,6 +5867,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -5725,7 +5915,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -5733,7 +5923,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -5741,7 +5931,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -5951,6 +6141,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -5989,7 +6189,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -5997,7 +6197,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -6005,7 +6205,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -6133,6 +6333,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -6171,7 +6381,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -6179,7 +6389,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -6187,7 +6397,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -6315,6 +6525,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -6353,7 +6573,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -6361,7 +6581,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -6369,7 +6589,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -6497,6 +6717,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -6535,7 +6765,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -6543,7 +6773,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -6551,7 +6781,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -6978,6 +7208,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -7059,7 +7299,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -7067,7 +7307,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -7075,7 +7315,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -7274,6 +7514,16 @@ paths: schema: type: number style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -7312,7 +7562,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -7320,7 +7570,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_added @@ -7328,7 +7578,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version_removed @@ -7540,6 +7790,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -7774,6 +8034,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -8145,6 +8415,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -8517,6 +8797,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -9058,6 +9348,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -9598,6 +9898,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -10135,6 +10445,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -10720,6 +11040,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -10758,7 +11088,7 @@ paths: type: string style: form - description: Pulp type* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* - `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* + `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree explode: true in: query @@ -10775,8 +11105,8 @@ paths: type: string style: form - description: Multiple values may be separated by commas.* `core.artifact` - - core.artifact* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree + - core.artifact* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` + - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree explode: false in: query name: pulp_type__in @@ -11030,6 +11360,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -11352,6 +11692,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -12045,6 +12395,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -12735,6 +13095,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -13428,6 +13798,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -14121,6 +14501,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -14782,6 +15172,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -15209,6 +15609,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -15745,6 +16155,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -16255,6 +16675,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -16430,6 +16860,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Multiple values may be separated by commas. explode: false in: query @@ -17174,6 +17614,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -17692,7 +18142,7 @@ paths: description: A base class for any publication viewset. operationId: publications_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -17700,13 +18150,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - description: Number of results to return per page. explode: true @@ -17755,6 +18207,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -17842,8 +18304,8 @@ paths: type: string type: array style: form - - description: Pulp type* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - - python.python* `file.file` - file.file + - description: Pulp type* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` + - gem.gem* `python.python` - python.python explode: true in: query name: pulp_type @@ -17857,7 +18319,7 @@ paths: type: string style: form - description: Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* - `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file + `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python explode: false in: query name: pulp_type__in @@ -17881,7 +18343,7 @@ paths: schema: type: string style: form - - description: Repository referenced by HREF + - description: Repository referenced by HREF/PRN explode: true in: query name: repository @@ -17889,7 +18351,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -17938,7 +18400,7 @@ paths: \ created, it can be hosted using theFile Distribution API." operationId: publications_file_file_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -17946,13 +18408,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - description: Number of results to return per page. explode: true @@ -18001,6 +18465,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -18097,7 +18571,7 @@ paths: schema: type: string style: form - - description: Repository referenced by HREF + - description: Repository referenced by HREF/PRN explode: true in: query name: repository @@ -18105,7 +18579,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -18422,7 +18896,7 @@ paths: description: A ViewSet for GemPublication. operationId: publications_gem_gem_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -18430,13 +18904,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - description: Number of results to return per page. explode: true @@ -18485,6 +18961,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -18581,7 +19067,7 @@ paths: schema: type: string style: form - - description: Repository referenced by HREF + - description: Repository referenced by HREF/PRN explode: true in: query name: repository @@ -18589,7 +19075,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -18903,7 +19389,7 @@ paths: \ version, and includemetadata about that content." operationId: publications_python_pypi_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -18911,13 +19397,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - description: Number of results to return per page. explode: true @@ -18966,6 +19454,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -19062,7 +19560,7 @@ paths: schema: type: string style: form - - description: Repository referenced by HREF + - description: Repository referenced by HREF/PRN explode: true in: query name: repository @@ -19070,7 +19568,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -19386,7 +19884,7 @@ paths: description: ViewSet for Rpm Publications. operationId: publications_rpm_rpm_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -19394,13 +19892,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - description: Number of results to return per page. explode: true @@ -19449,6 +19949,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -19545,7 +20055,7 @@ paths: schema: type: string style: form - - description: Repository referenced by HREF + - description: Repository referenced by HREF/PRN explode: true in: query name: repository @@ -19553,7 +20063,7 @@ paths: schema: type: string style: form - - description: Repository Version referenced by HREF + - description: Repository Version referenced by HREF/PRN explode: true in: query name: repository_version @@ -20057,6 +20567,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -20153,8 +20673,8 @@ paths: type: string type: array style: form - - description: Pulp type* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `gem.gem` - - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` + - description: Pulp type* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `file.file` + - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree explode: true in: query @@ -20171,8 +20691,8 @@ paths: type: string style: form - description: Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* - `rpm.uln` - rpm.uln* `gem.gem` - gem.gem* `python.python` - python.python* - `file.file` - file.file* `ostree.ostree` - ostree.ostree + `rpm.uln` - rpm.uln* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` + - python.python* `ostree.ostree` - ostree.ostree explode: false in: query name: pulp_type__in @@ -20414,6 +20934,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -21153,6 +21683,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -21888,6 +22428,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -22626,6 +23176,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -23403,6 +23963,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -24138,6 +24708,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -24736,7 +25316,7 @@ paths: description: Endpoint to list all repositories. operationId: repositories_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: latest_with_content @@ -24877,6 +25457,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -24914,8 +25504,8 @@ paths: schema: type: string style: form - - description: Pulp type* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree + - description: Pulp type* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` + - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree explode: true in: query name: pulp_type @@ -24930,7 +25520,7 @@ paths: type: string style: form - description: Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* - `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* + `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree explode: false in: query @@ -25034,7 +25624,7 @@ paths: type: integer type: array style: form - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: with_content @@ -25081,7 +25671,7 @@ paths: \ can be synced, added,or removed." operationId: repositories_file_file_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: latest_with_content @@ -25222,6 +25812,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -25346,7 +25946,7 @@ paths: type: integer type: array style: form - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: with_content @@ -25884,7 +26484,7 @@ paths: description: FileRepositoryVersion represents a single file repository version. operationId: repositories_file_file_versions_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -25892,13 +26492,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - explode: false in: path @@ -26003,6 +26605,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -26223,7 +26835,7 @@ paths: description: A ViewSet for GemRepository. operationId: repositories_gem_gem_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: latest_with_content @@ -26364,6 +26976,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -26488,7 +27110,7 @@ paths: type: integer type: array style: form - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: with_content @@ -27025,7 +27647,7 @@ paths: version. operationId: repositories_gem_gem_versions_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -27033,13 +27655,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - explode: false in: path @@ -27144,6 +27768,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -27365,7 +27999,7 @@ paths: description: A ViewSet class for OSTree repositories. operationId: repositories_ostree_ostree_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: latest_with_content @@ -27506,6 +28140,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -27630,7 +28274,7 @@ paths: type: integer type: array style: form - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: with_content @@ -28241,7 +28885,7 @@ paths: description: A ViewSet class that represents a single OSTree repository version. operationId: repositories_ostree_ostree_versions_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -28249,13 +28893,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - description: Number of results to return per page. explode: true @@ -28360,6 +29006,16 @@ paths: schema: type: string style: simple + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -28581,7 +29237,7 @@ paths: \ content can besynced, added, or removed." operationId: repositories_python_python_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: latest_with_content @@ -28722,6 +29378,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -28846,7 +29512,7 @@ paths: type: integer type: array style: form - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: with_content @@ -29386,7 +30052,7 @@ paths: description: PythonRepositoryVersion represents a single Python repository version. operationId: repositories_python_python_versions_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -29394,13 +30060,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - description: Number of results to return per page. explode: true @@ -29498,6 +30166,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -29762,7 +30440,7 @@ paths: description: A ViewSet for RpmRepository. operationId: repositories_rpm_rpm_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: latest_with_content @@ -29903,6 +30581,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -30027,7 +30715,7 @@ paths: type: integer type: array style: form - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: with_content @@ -30563,7 +31251,7 @@ paths: description: RpmRepositoryVersion represents a single rpm repository version. operationId: repositories_rpm_rpm_versions_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -30571,13 +31259,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - description: Number of results to return per page. explode: true @@ -30675,6 +31365,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -30902,7 +31602,7 @@ paths: description: A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets. operationId: repository_versions_list parameters: - - description: Content Unit referenced by HREF + - description: Content Unit referenced by HREF/PRN explode: true in: query name: content @@ -30910,13 +31610,15 @@ paths: schema: type: string style: form - - description: Content Unit referenced by HREF - explode: true + - description: Multiple values may be separated by commas. + explode: false in: query name: content__in required: false schema: - type: string + items: + type: string + type: array style: form - description: Number of results to return per page. explode: true @@ -31014,6 +31716,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Filter results where pulp_created matches value explode: true in: query @@ -31316,6 +32028,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -31735,6 +32457,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -32069,6 +32801,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -32606,6 +33348,16 @@ paths: format: uuid type: string style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -33272,6 +34024,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -33729,6 +34491,140 @@ paths: provided as a tech preview. operationId: upstream_pulps_list parameters: + - description: Filter results where base_url matches value + explode: true + in: query + name: base_url + required: false + schema: + type: string + style: form + - description: Filter results where base_url contains value + explode: true + in: query + name: base_url__contains + required: false + schema: + type: string + style: form + - description: Filter results where base_url contains value + explode: true + in: query + name: base_url__icontains + required: false + schema: + type: string + style: form + - description: Filter results where base_url matches value + explode: true + in: query + name: base_url__iexact + required: false + schema: + type: string + style: form + - description: Filter results where base_url is in a comma-separated list of + values + explode: false + in: query + name: base_url__in + required: false + schema: + items: + type: string + type: array + style: form + - description: Filter results where base_url matches regex value + explode: true + in: query + name: base_url__iregex + required: false + schema: + type: string + style: form + - description: Filter results where base_url starts with value + explode: true + in: query + name: base_url__istartswith + required: false + schema: + type: string + style: form + - description: Filter results where base_url matches regex value + explode: true + in: query + name: base_url__regex + required: false + schema: + type: string + style: form + - description: Filter results where base_url starts with value + explode: true + in: query + name: base_url__startswith + required: false + schema: + type: string + style: form + - description: Filter results where last_replication matches value + explode: true + in: query + name: last_replication + required: false + schema: + format: date-time + type: string + style: form + - description: Filter results where last_replication is greater than value + explode: true + in: query + name: last_replication__gt + required: false + schema: + format: date-time + type: string + style: form + - description: Filter results where last_replication is greater than or equal + to value + explode: true + in: query + name: last_replication__gte + required: false + schema: + format: date-time + type: string + style: form + - description: Filter results where last_replication is less than value + explode: true + in: query + name: last_replication__lt + required: false + schema: + format: date-time + type: string + style: form + - description: Filter results where last_replication is less than or equal to + value + explode: true + in: query + name: last_replication__lte + required: false + schema: + format: date-time + type: string + style: form + - description: Filter results where last_replication is between two comma separated + values + explode: false + in: query + name: last_replication__range + required: false + schema: + items: + format: date-time + type: string + type: array + style: form - description: Number of results to return per page. explode: true in: query @@ -33737,6 +34633,80 @@ paths: schema: type: integer style: form + - description: Filter results where name matches value + explode: true + in: query + name: name + required: false + schema: + type: string + style: form + - description: Filter results where name contains value + explode: true + in: query + name: name__contains + required: false + schema: + type: string + style: form + - description: Filter results where name contains value + explode: true + in: query + name: name__icontains + required: false + schema: + type: string + style: form + - description: Filter results where name matches value + explode: true + in: query + name: name__iexact + required: false + schema: + type: string + style: form + - description: Filter results where name is in a comma-separated list of values + explode: false + in: query + name: name__in + required: false + schema: + items: + type: string + type: array + style: form + - description: Filter results where name matches regex value + explode: true + in: query + name: name__iregex + required: false + schema: + type: string + style: form + - description: Filter results where name starts with value + explode: true + in: query + name: name__istartswith + required: false + schema: + type: string + style: form + - description: Filter results where name matches regex value + explode: true + in: query + name: name__regex + required: false + schema: + type: string + style: form + - description: Filter results where name starts with value + explode: true + in: query + name: name__startswith + required: false + schema: + type: string + style: form - description: The initial index from which to return the results. explode: true in: query @@ -33745,6 +34715,76 @@ paths: schema: type: integer style: form + - description: Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* + `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* + `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last + updated (descending)* `name` - Name* `-name` - Name (descending)* `base_url` + - Base url* `-base_url` - Base url (descending)* `api_root` - Api root* + `-api_root` - Api root (descending)* `domain` - Domain* `-domain` - Domain + (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` + - Client cert* `-client_cert` - Client cert (descending)* `client_key` - + Client key* `-client_key` - Client key (descending)* `tls_validation` - + Tls validation* `-tls_validation` - Tls validation (descending)* `username` + - Username* `-username` - Username (descending)* `password` - Password* + `-password` - Password (descending)* `pulp_label_select` - Pulp label select* + `-pulp_label_select` - Pulp label select (descending)* `q_select` - Q select* + `-q_select` - Q select (descending)* `last_replication` - Last replication* + `-last_replication` - Last replication (descending)* `pk` - Pk* `-pk` - + Pk (descending) + explode: false + in: query + name: ordering + required: false + schema: + items: + enum: + - -api_root + - -base_url + - -ca_cert + - -client_cert + - -client_key + - -domain + - -last_replication + - -name + - -password + - -pk + - -pulp_created + - -pulp_id + - -pulp_label_select + - -pulp_last_updated + - -q_select + - -tls_validation + - -username + - api_root + - base_url + - ca_cert + - client_cert + - client_key + - domain + - last_replication + - name + - password + - pk + - pulp_created + - pulp_id + - pulp_label_select + - pulp_last_updated + - q_select + - tls_validation + - username + type: string + type: array + style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -33753,6 +34793,36 @@ paths: type: string style: simple x-isDomain: true + - description: Multiple values may be separated by commas. + explode: false + in: query + name: pulp_href__in + required: false + schema: + items: + type: string + type: array + style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: pulp_id__in + required: false + schema: + items: + format: uuid + type: string + type: array + style: form + - description: "Filter results by using NOT, AND and OR operations on other\ + \ filters" + explode: true + in: query + name: q + required: false + schema: + type: string + style: form - description: A list of fields to include in the response. explode: true in: query @@ -34364,6 +35434,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -34719,6 +35799,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - description: Multiple values may be separated by commas. explode: false in: query @@ -35134,6 +36224,16 @@ paths: type: string type: array style: form + - description: Multiple values may be separated by commas. + explode: false + in: query + name: prn__in + required: false + schema: + items: + type: string + type: array + style: form - explode: false in: path name: pulp_domain @@ -35940,6 +37040,7 @@ components: - "{}" pulp_last_updated: 2000-01-23T04:56:07.000+00:00 queryset_scoping: "{}" + prn: prn creation_hooks: - "{}" - "{}" @@ -35948,6 +37049,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -36102,20 +37207,35 @@ components: ArtifactDistributionResponse: description: A serializer for ArtifactDistribution. example: - pulp_href: https://openapi-generator.tech - hidden: false pulp_labels: key: pulp_labels - no_content_change_since: no_content_change_since - base_url: base_url + hidden: false + pulp_href: https://openapi-generator.tech name: name + base_url: base_url + no_content_change_since: no_content_change_since base_path: base_path pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn content_guard: https://openapi-generator.tech properties: - pulp_href: - format: uri + pulp_last_updated: + description: "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." + format: date-time + readOnly: true + type: string + name: + description: "A unique name. Ex, `rawhide` and `stable`." + type: string + base_url: + description: The URL for accessing the publication as defined by this distribution. + readOnly: true + type: string + prn: + description: The Pulp Resource Name (PRN). readOnly: true type: string no_content_change_since: @@ -36124,39 +37244,29 @@ components: \ about content changes." readOnly: true type: string - base_path: - description: The base (relative) path component of the published url. Avoid - paths that overlap with other distribution base paths - (e.g. "foo" and "foo/bar") - type: string - hidden: - default: false - description: Whether this distribution should be shown in the content app. - type: boolean pulp_labels: additionalProperties: nullable: true type: string type: object - base_url: - description: The URL for accessing the publication as defined by this distribution. - readOnly: true - type: string - name: - description: "A unique name. Ex, `rawhide` and `stable`." - type: string - pulp_last_updated: - description: "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." - format: date-time - readOnly: true - type: string content_guard: description: An optional content-guard. format: uri nullable: true type: string + hidden: + default: false + description: Whether this distribution should be shown in the content app. + type: boolean + base_path: + description: The base (relative) path component of the published url. Avoid + paths that overlap with other distribution base paths + (e.g. "foo" and "foo/bar") + type: string + pulp_href: + format: uri + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -36183,12 +37293,17 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn md5: md5 properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -36307,6 +37422,7 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn guards: - https://openapi-generator.tech - https://openapi-generator.tech @@ -36315,6 +37431,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -36413,11 +37533,16 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -36466,11 +37591,16 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -36581,12 +37711,17 @@ components: base_path: base_path pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -36717,12 +37852,17 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 storage_settings: "{}" + prn: prn hide_guarded_distributions: false properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -36837,11 +37977,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 params: "" + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -36904,11 +38049,16 @@ components: name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -36993,6 +38143,7 @@ components: pulp_href: https://openapi-generator.tech name: name id: 0 + prn: prn properties: name: description: Name @@ -37002,6 +38153,9 @@ components: format: uri readOnly: true type: string + prn: + readOnly: true + type: string id: format: int64 readOnly: true @@ -37048,11 +38202,16 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -37108,6 +38267,7 @@ components: description: Serializer for Users that belong to a Group. example: pulp_href: https://openapi-generator.tech + prn: prn username: username properties: username: @@ -37119,6 +38279,9 @@ components: format: uri readOnly: true type: string + prn: + readOnly: true + type: string required: - username type: object @@ -37171,11 +38334,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 header_name: header_name + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -37247,11 +38415,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 params: "" + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -37297,12 +38470,17 @@ components: state: state pulp_last_updated: 2000-01-23T04:56:07.000+00:00 worker: https://openapi-generator.tech + prn: prn unblocked_at: 2000-01-23T04:56:07.000+00:00 properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -37358,12 +38536,17 @@ components: pulp_href: https://openapi-generator.tech pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn artifacts: "{}" properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -37663,6 +38846,7 @@ components: - "{}" pulp_last_updated: 2000-01-23T04:56:07.000+00:00 queryset_scoping: "{}" + prn: prn creation_hooks: - "{}" - "{}" @@ -37678,6 +38862,7 @@ components: - "{}" pulp_last_updated: 2000-01-23T04:56:07.000+00:00 queryset_scoping: "{}" + prn: prn creation_hooks: - "{}" - "{}" @@ -37709,27 +38894,29 @@ components: previous: http://api.example.org/accounts/?offset=200&limit=100 count: 123 results: - - pulp_href: https://openapi-generator.tech - hidden: false - pulp_labels: + - pulp_labels: key: pulp_labels - no_content_change_since: no_content_change_since - base_url: base_url + hidden: false + pulp_href: https://openapi-generator.tech name: name + base_url: base_url + no_content_change_since: no_content_change_since base_path: base_path pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn content_guard: https://openapi-generator.tech - - pulp_href: https://openapi-generator.tech - hidden: false - pulp_labels: + - pulp_labels: key: pulp_labels - no_content_change_since: no_content_change_since - base_url: base_url + hidden: false + pulp_href: https://openapi-generator.tech name: name + base_url: base_url + no_content_change_since: no_content_change_since base_path: base_path pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn content_guard: https://openapi-generator.tech properties: count: @@ -37769,6 +38956,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn md5: md5 - sha1: sha1 sha384: sha384 @@ -37780,6 +38968,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn md5: md5 properties: count: @@ -37814,6 +39003,7 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn guards: - https://openapi-generator.tech - https://openapi-generator.tech @@ -37822,6 +39012,7 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn guards: - https://openapi-generator.tech - https://openapi-generator.tech @@ -37858,11 +39049,13 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - pulp_href: https://openapi-generator.tech name: name description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -37896,11 +39089,13 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - pulp_href: https://openapi-generator.tech name: name description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -37940,6 +39135,7 @@ components: base_path: base_path pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech - pulp_href: https://openapi-generator.tech hidden: false @@ -37952,6 +39148,7 @@ components: base_path: base_path pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech properties: count: @@ -37989,6 +39186,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 storage_settings: "{}" + prn: prn hide_guarded_distributions: false - storage_class: "" pulp_href: https://openapi-generator.tech @@ -37998,6 +39196,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 storage_settings: "{}" + prn: prn hide_guarded_distributions: false properties: count: @@ -38035,6 +39234,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 params: "" + prn: prn - task: https://openapi-generator.tech pulp_href: https://openapi-generator.tech exported_resources: @@ -38043,6 +39243,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 params: "" + prn: prn properties: count: example: 123 @@ -38077,12 +39278,14 @@ components: name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - path: path pulp_href: https://openapi-generator.tech method: "" name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -38114,9 +39317,11 @@ components: - pulp_href: https://openapi-generator.tech name: name id: 0 + prn: prn - pulp_href: https://openapi-generator.tech name: name id: 0 + prn: prn properties: count: example: 123 @@ -38155,6 +39360,7 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - content_object: content_object role: role pulp_href: https://openapi-generator.tech @@ -38165,6 +39371,7 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -38194,8 +39401,10 @@ components: count: 123 results: - pulp_href: https://openapi-generator.tech + prn: prn username: username - pulp_href: https://openapi-generator.tech + prn: prn username: username properties: count: @@ -38233,6 +39442,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 header_name: header_name + prn: prn - jq_filter: jq_filter pulp_href: https://openapi-generator.tech header_value: header_value @@ -38241,6 +39451,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 header_name: header_name + prn: prn properties: count: example: 123 @@ -38274,11 +39485,13 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 params: "" + prn: prn - task: https://openapi-generator.tech pulp_href: https://openapi-generator.tech pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 params: "" + prn: prn properties: count: example: 123 @@ -38310,10 +39523,12 @@ components: - pulp_href: https://openapi-generator.tech pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn artifacts: "{}" - pulp_href: https://openapi-generator.tech pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn artifacts: "{}" properties: count: @@ -38348,11 +39563,13 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn - pulp_href: https://openapi-generator.tech pulp_created: 2000-01-23T04:56:07.000+00:00 repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn properties: count: example: 123 @@ -38391,6 +39608,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 params: "" + prn: prn - output_file_info: "" toc_info: "" task: https://openapi-generator.tech @@ -38401,6 +39619,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 params: "" + prn: prn properties: count: example: 123 @@ -38438,6 +39657,7 @@ components: name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - path: path last_export: https://openapi-generator.tech pulp_href: https://openapi-generator.tech @@ -38447,6 +39667,7 @@ components: name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -38479,12 +39700,14 @@ components: name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn repo_mapping: key: repo_mapping - pulp_href: https://openapi-generator.tech name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn repo_mapping: key: repo_mapping properties: @@ -38522,15 +39745,20 @@ components: - pulp_href: https://openapi-generator.tech name: name id: 0 + prn: prn - pulp_href: https://openapi-generator.tech name: name id: 0 + prn: prn pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn users: - pulp_href: https://openapi-generator.tech + prn: prn username: username - pulp_href: https://openapi-generator.tech + prn: prn username: username - pulp_href: https://openapi-generator.tech name: name @@ -38539,15 +39767,20 @@ components: - pulp_href: https://openapi-generator.tech name: name id: 0 + prn: prn - pulp_href: https://openapi-generator.tech name: name id: 0 + prn: prn pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn users: - pulp_href: https://openapi-generator.tech + prn: prn username: username - pulp_href: https://openapi-generator.tech + prn: prn username: username properties: count: @@ -38588,6 +39821,7 @@ components: client_cert: client_cert pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -38615,6 +39849,7 @@ components: client_cert: client_cert pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -38670,6 +39905,7 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn - latest_version_href: https://openapi-generator.tech pulp_href: https://openapi-generator.tech versions_href: https://openapi-generator.tech @@ -38681,6 +39917,7 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn properties: count: example: 123 @@ -38716,6 +39953,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn - number: 0 base_version: https://openapi-generator.tech content_summary: "" @@ -38723,6 +39961,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn properties: count: example: 123 @@ -38760,6 +39999,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 locked: true + prn: prn - pulp_href: https://openapi-generator.tech permissions: - permissions @@ -38769,6 +40009,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 locked: true + prn: prn properties: count: example: 123 @@ -38802,6 +40043,7 @@ components: name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn pubkey_fingerprint: pubkey_fingerprint script: script - public_key: public_key @@ -38809,6 +40051,7 @@ components: name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn pubkey_fingerprint: pubkey_fingerprint script: script properties: @@ -38839,12 +40082,17 @@ components: previous: http://api.example.org/accounts/?offset=200&limit=100 count: 123 results: - - running: 1 - canceling: 7 - canceled: 5 + - canceling: 7 pulp_href: https://openapi-generator.tech waiting: 0 all_tasks_dispatched: true + description: description + completed: 5 + failed: 2 + prn: prn + skipped: 6 + running: 1 + canceled: 5 group_progress_reports: - total: 9 code: code @@ -38856,9 +40104,6 @@ components: message: message suffix: suffix done: 3 - description: description - completed: 5 - failed: 2 tasks: - pulp_href: https://openapi-generator.tech finished_at: 2000-01-23T04:56:07.000+00:00 @@ -38868,6 +40113,7 @@ components: state: state pulp_last_updated: 2000-01-23T04:56:07.000+00:00 worker: https://openapi-generator.tech + prn: prn unblocked_at: 2000-01-23T04:56:07.000+00:00 - pulp_href: https://openapi-generator.tech finished_at: 2000-01-23T04:56:07.000+00:00 @@ -38877,14 +40123,19 @@ components: state: state pulp_last_updated: 2000-01-23T04:56:07.000+00:00 worker: https://openapi-generator.tech + prn: prn unblocked_at: 2000-01-23T04:56:07.000+00:00 - skipped: 6 - - running: 1 - canceling: 7 - canceled: 5 + - canceling: 7 pulp_href: https://openapi-generator.tech waiting: 0 all_tasks_dispatched: true + description: description + completed: 5 + failed: 2 + prn: prn + skipped: 6 + running: 1 + canceled: 5 group_progress_reports: - total: 9 code: code @@ -38896,9 +40147,6 @@ components: message: message suffix: suffix done: 3 - description: description - completed: 5 - failed: 2 tasks: - pulp_href: https://openapi-generator.tech finished_at: 2000-01-23T04:56:07.000+00:00 @@ -38908,6 +40156,7 @@ components: state: state pulp_last_updated: 2000-01-23T04:56:07.000+00:00 worker: https://openapi-generator.tech + prn: prn unblocked_at: 2000-01-23T04:56:07.000+00:00 - pulp_href: https://openapi-generator.tech finished_at: 2000-01-23T04:56:07.000+00:00 @@ -38917,8 +40166,8 @@ components: state: state pulp_last_updated: 2000-01-23T04:56:07.000+00:00 worker: https://openapi-generator.tech + prn: prn unblocked_at: 2000-01-23T04:56:07.000+00:00 - skipped: 6 properties: count: example: 123 @@ -38968,6 +40217,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 error: key: error + prn: prn created_by: created_by logging_cid: logging_cid unblocked_at: 2000-01-23T04:56:07.000+00:00 @@ -39005,6 +40255,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 error: key: error + prn: prn created_by: created_by logging_cid: logging_cid unblocked_at: 2000-01-23T04:56:07.000+00:00 @@ -39056,6 +40307,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 next_dispatch: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn last_task: https://openapi-generator.tech - task_name: task_name dispatch_interval: dispatch_interval @@ -39064,6 +40316,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 next_dispatch: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn last_task: https://openapi-generator.tech properties: count: @@ -39098,11 +40351,13 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 completed: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - pulp_href: https://openapi-generator.tech size: 0 pulp_created: 2000-01-23T04:56:07.000+00:00 completed: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -39134,10 +40389,10 @@ components: - pulp_href: https://openapi-generator.tech tls_validation: true client_cert: client_cert - pulp_label_select: pulp_label_select last_replication: 2000-01-23T04:56:07.000+00:00 base_url: base_url pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn api_root: api_root domain: domain name: name @@ -39148,13 +40403,14 @@ components: - is_set: true name: name ca_cert: ca_cert + q_select: q_select - pulp_href: https://openapi-generator.tech tls_validation: true client_cert: client_cert - pulp_label_select: pulp_label_select last_replication: 2000-01-23T04:56:07.000+00:00 base_url: base_url pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn api_root: api_root domain: domain name: name @@ -39165,6 +40421,7 @@ components: - is_set: true name: name ca_cert: ca_cert + q_select: q_select properties: count: example: 123 @@ -39200,8 +40457,10 @@ components: groups: - pulp_href: https://openapi-generator.tech name: name + prn: prn - pulp_href: https://openapi-generator.tech name: name + prn: prn hidden_fields: - is_set: true name: name @@ -39209,6 +40468,7 @@ components: name: name id: 0 date_joined: 2000-01-23T04:56:07.000+00:00 + prn: prn first_name: first_name email: email username: username @@ -39219,8 +40479,10 @@ components: groups: - pulp_href: https://openapi-generator.tech name: name + prn: prn - pulp_href: https://openapi-generator.tech name: name + prn: prn hidden_fields: - is_set: true name: name @@ -39228,6 +40490,7 @@ components: name: name id: 0 date_joined: 2000-01-23T04:56:07.000+00:00 + prn: prn first_name: first_name email: email username: username @@ -39269,6 +40532,7 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - content_object: content_object role: role pulp_href: https://openapi-generator.tech @@ -39279,6 +40543,7 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -39315,6 +40580,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 last_heartbeat: 2000-01-23T04:56:07.000+00:00 + prn: prn - pulp_href: https://openapi-generator.tech versions: key: versions @@ -39323,6 +40589,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 last_heartbeat: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -39357,12 +40624,14 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - ca_certificate: ca_certificate pulp_href: https://openapi-generator.tech name: name description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -39397,12 +40666,14 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - ca_certificate: ca_certificate pulp_href: https://openapi-generator.tech name: name description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -39439,6 +40710,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn last_refreshed: 2000-01-23T04:56:07.000+00:00 - pulp_href: https://openapi-generator.tech paths: @@ -39448,6 +40720,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn last_refreshed: 2000-01-23T04:56:07.000+00:00 properties: count: @@ -39487,6 +40760,7 @@ components: sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn md5: md5 - artifact: https://openapi-generator.tech sha1: sha1 @@ -39498,6 +40772,7 @@ components: sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn md5: md5 properties: count: @@ -39529,30 +40804,32 @@ components: results: - pulp_href: https://openapi-generator.tech hidden: false - pulp_labels: - key: pulp_labels - publication: https://openapi-generator.tech base_url: base_url no_content_change_since: no_content_change_since - name: name - pulp_created: 2000-01-23T04:56:07.000+00:00 base_path: base_path pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech - - pulp_href: https://openapi-generator.tech - hidden: false pulp_labels: key: pulp_labels publication: https://openapi-generator.tech - base_url: base_url - no_content_change_since: no_content_change_since name: name pulp_created: 2000-01-23T04:56:07.000+00:00 + - pulp_href: https://openapi-generator.tech + hidden: false + base_url: base_url + no_content_change_since: no_content_change_since base_path: base_path pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech + pulp_labels: + key: pulp_labels + publication: https://openapi-generator.tech + name: name + pulp_created: 2000-01-23T04:56:07.000+00:00 properties: count: example: 123 @@ -39587,6 +40864,7 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn distributions: - https://openapi-generator.tech - https://openapi-generator.tech @@ -39596,6 +40874,7 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn distributions: - https://openapi-generator.tech - https://openapi-generator.tech @@ -39638,6 +40917,7 @@ components: client_cert: client_cert pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -39665,6 +40945,7 @@ components: client_cert: client_cert pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -39709,32 +40990,34 @@ components: previous: http://api.example.org/accounts/?offset=200&limit=100 count: 123 results: - - latest_version_href: https://openapi-generator.tech - pulp_href: https://openapi-generator.tech + - pulp_href: https://openapi-generator.tech + manifest: PULP_MANIFEST + description: description + pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + remote: https://openapi-generator.tech + prn: prn + latest_version_href: https://openapi-generator.tech versions_href: https://openapi-generator.tech pulp_labels: key: pulp_labels autopublish: false - manifest: PULP_MANIFEST name: name - description: description pulp_created: 2000-01-23T04:56:07.000+00:00 retain_repo_versions: 1 + - pulp_href: https://openapi-generator.tech + manifest: PULP_MANIFEST + description: description pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech - - latest_version_href: https://openapi-generator.tech - pulp_href: https://openapi-generator.tech + prn: prn + latest_version_href: https://openapi-generator.tech versions_href: https://openapi-generator.tech pulp_labels: key: pulp_labels autopublish: false - manifest: PULP_MANIFEST name: name - description: description pulp_created: 2000-01-23T04:56:07.000+00:00 retain_repo_versions: 1 - pulp_last_updated: 2000-01-23T04:56:07.000+00:00 - remote: https://openapi-generator.tech properties: count: example: 123 @@ -39764,31 +41047,33 @@ components: count: 123 results: - pulp_href: https://openapi-generator.tech - prerelease: true - checksum: checksum - name: name - pulp_created: 2000-01-23T04:56:07.000+00:00 - required_ruby_version: required_ruby_version required_rubygems_version: required_rubygems_version pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn version: version platform: platform - artifacts: "{}" dependencies: key: dependencies - - pulp_href: https://openapi-generator.tech prerelease: true checksum: checksum name: name pulp_created: 2000-01-23T04:56:07.000+00:00 required_ruby_version: required_ruby_version + artifacts: "{}" + - pulp_href: https://openapi-generator.tech required_rubygems_version: required_rubygems_version pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn version: version platform: platform - artifacts: "{}" dependencies: key: dependencies + prerelease: true + checksum: checksum + name: name + pulp_created: 2000-01-23T04:56:07.000+00:00 + required_ruby_version: required_ruby_version + artifacts: "{}" properties: count: example: 123 @@ -39825,6 +41110,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech remote: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech pulp_labels: key: pulp_labels @@ -39839,6 +41125,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech remote: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech pulp_labels: key: pulp_labels @@ -39878,11 +41165,13 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn - pulp_href: https://openapi-generator.tech pulp_created: 2000-01-23T04:56:07.000+00:00 repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn properties: count: example: 123 @@ -39927,6 +41216,7 @@ components: key: includes pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -39959,6 +41249,7 @@ components: key: includes pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -40014,6 +41305,7 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn - latest_version_href: https://openapi-generator.tech pulp_href: https://openapi-generator.tech versions_href: https://openapi-generator.tech @@ -40025,6 +41317,7 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn properties: count: example: 123 @@ -40059,6 +41352,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn parent_commit: https://openapi-generator.tech objs: - https://openapi-generator.tech @@ -40069,6 +41363,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn parent_commit: https://openapi-generator.tech objs: - https://openapi-generator.tech @@ -40106,11 +41401,13 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn - artifact: https://openapi-generator.tech pulp_href: https://openapi-generator.tech pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn properties: count: example: 123 @@ -40145,12 +41442,14 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn - artifact: https://openapi-generator.tech pulp_href: https://openapi-generator.tech digest: digest pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn properties: count: example: 123 @@ -40181,30 +41480,32 @@ components: results: - pulp_href: https://openapi-generator.tech hidden: false - pulp_labels: - key: pulp_labels base_url: base_url no_content_change_since: no_content_change_since - name: name - pulp_created: 2000-01-23T04:56:07.000+00:00 base_path: base_path repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech - - pulp_href: https://openapi-generator.tech - hidden: false pulp_labels: key: pulp_labels - base_url: base_url - no_content_change_since: no_content_change_since name: name pulp_created: 2000-01-23T04:56:07.000+00:00 + - pulp_href: https://openapi-generator.tech + hidden: false + base_url: base_url + no_content_change_since: no_content_change_since base_path: base_path repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech + pulp_labels: + key: pulp_labels + name: name + pulp_created: 2000-01-23T04:56:07.000+00:00 properties: count: example: 123 @@ -40240,6 +41541,7 @@ components: typ: 0 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn - artifact: https://openapi-generator.tech pulp_href: https://openapi-generator.tech checksum: checksum @@ -40247,6 +41549,7 @@ components: typ: 0 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn properties: count: example: 123 @@ -40283,6 +41586,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn - artifact: https://openapi-generator.tech pulp_href: https://openapi-generator.tech commit: https://openapi-generator.tech @@ -40291,6 +41595,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn properties: count: example: 123 @@ -40330,6 +41635,7 @@ components: client_cert: client_cert pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 depth: 0 @@ -40364,6 +41670,7 @@ components: client_cert: client_cert pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 depth: 0 @@ -40427,6 +41734,7 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn - latest_version_href: https://openapi-generator.tech pulp_href: https://openapi-generator.tech versions_href: https://openapi-generator.tech @@ -40439,6 +41747,7 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn properties: count: example: 123 @@ -40472,11 +41781,13 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn - artifact: https://openapi-generator.tech pulp_href: https://openapi-generator.tech pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn properties: count: example: 123 @@ -40513,6 +41824,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech remote: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech pulp_labels: key: pulp_labels @@ -40528,6 +41840,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech remote: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech pulp_labels: key: pulp_labels @@ -40585,6 +41898,7 @@ components: author: author provides_dist: "" pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn version: version supported_platform: supported_platform license: license @@ -40616,6 +41930,7 @@ components: author: author provides_dist: "" pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn version: version supported_platform: supported_platform license: license @@ -40658,6 +41973,7 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn distributions: - https://openapi-generator.tech - https://openapi-generator.tech @@ -40666,6 +41982,7 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn distributions: - https://openapi-generator.tech - https://openapi-generator.tech @@ -40721,6 +42038,7 @@ components: - includes - includes pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -40762,6 +42080,7 @@ components: - includes - includes pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -40819,6 +42138,7 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn - latest_version_href: https://openapi-generator.tech pulp_href: https://openapi-generator.tech versions_href: https://openapi-generator.tech @@ -40831,6 +42151,7 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn properties: count: example: 123 @@ -41015,12 +42336,14 @@ components: profiles: "" pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - pulp_href: https://openapi-generator.tech stream: stream module: module profiles: "" pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -41049,29 +42372,31 @@ components: previous: http://api.example.org/accounts/?offset=200&limit=100 count: 123 results: - - obsoleted_by_module_stream: obsoleted_by_module_stream - obsoleted_by_module_name: obsoleted_by_module_name - module_stream: module_stream + - module_stream: module_stream pulp_href: https://openapi-generator.tech + pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + message: message + prn: prn + obsoleted_by_module_stream: obsoleted_by_module_stream + obsoleted_by_module_name: obsoleted_by_module_name eol_date: eol_date module_context: module_context modified: modified pulp_created: 2000-01-23T04:56:07.000+00:00 module_name: module_name + override_previous: override_previous + - module_stream: module_stream + pulp_href: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 message: message - override_previous: override_previous - - obsoleted_by_module_stream: obsoleted_by_module_stream + prn: prn + obsoleted_by_module_stream: obsoleted_by_module_stream obsoleted_by_module_name: obsoleted_by_module_name - module_stream: module_stream - pulp_href: https://openapi-generator.tech eol_date: eol_date module_context: module_context modified: modified pulp_created: 2000-01-23T04:56:07.000+00:00 module_name: module_name - pulp_last_updated: 2000-01-23T04:56:07.000+00:00 - message: message override_previous: override_previous properties: count: @@ -41108,6 +42433,7 @@ components: packages: - https://openapi-generator.tech - https://openapi-generator.tech + prn: prn version: version dependencies: "" static_context: true @@ -41124,6 +42450,7 @@ components: packages: - https://openapi-generator.tech - https://openapi-generator.tech + prn: prn version: version dependencies: "" static_context: true @@ -41172,6 +42499,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 id: id pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn - pulp_href: https://openapi-generator.tech desc_by_lang: "" name: name @@ -41183,6 +42511,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 id: id pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: count: example: 123 @@ -41213,28 +42542,30 @@ components: results: - pulp_href: https://openapi-generator.tech desc_by_lang: "" - name: name display_order: 0 + description: description + option_ids: "" + pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn + name: name group_ids: "" digest: digest - description: description name_by_lang: "" pulp_created: 2000-01-23T04:56:07.000+00:00 - option_ids: "" id: id - pulp_last_updated: 2000-01-23T04:56:07.000+00:00 - pulp_href: https://openapi-generator.tech desc_by_lang: "" - name: name display_order: 0 + description: description + option_ids: "" + pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn + name: name group_ids: "" digest: digest - description: description name_by_lang: "" pulp_created: 2000-01-23T04:56:07.000+00:00 - option_ids: "" id: id - pulp_last_updated: 2000-01-23T04:56:07.000+00:00 properties: count: example: 123 @@ -41270,6 +42601,7 @@ components: description: description pulp_last_updated: 2000-01-23T04:56:07.000+00:00 packages: "" + prn: prn default: true name: name digest: digest @@ -41284,6 +42616,7 @@ components: description: description pulp_last_updated: 2000-01-23T04:56:07.000+00:00 packages: "" + prn: prn default: true name: name digest: digest @@ -41323,11 +42656,13 @@ components: digest: digest pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn matches: "" - pulp_href: https://openapi-generator.tech digest: digest pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn matches: "" properties: count: @@ -41385,6 +42720,7 @@ components: rpm_packager: rpm_packager sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn version: version obsoletes: "" rpm_license: rpm_license @@ -41431,6 +42767,7 @@ components: rpm_packager: rpm_packager sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn version: version obsoletes: "" rpm_license: rpm_license @@ -41483,6 +42820,7 @@ components: sha512: sha512 sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn sha1: sha1 artifact: https://openapi-generator.tech checksum_type: checksum_type @@ -41497,6 +42835,7 @@ components: sha512: sha512 sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn sha1: sha1 artifact: https://openapi-generator.tech checksum_type: checksum_type @@ -41541,6 +42880,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn last_refreshed: 2000-01-23T04:56:07.000+00:00 - pulp_href: https://openapi-generator.tech paths: @@ -41550,6 +42890,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn last_refreshed: 2000-01-23T04:56:07.000+00:00 properties: count: @@ -41586,6 +42927,7 @@ components: base_path: base_path pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech pulp_labels: key: pulp_labels @@ -41600,6 +42942,7 @@ components: base_path: base_path pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech pulp_labels: key: pulp_labels @@ -41642,6 +42985,7 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn gpgcheck: 0 checksum_type: "" metadata_checksum_type: "" @@ -41655,6 +42999,7 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn gpgcheck: 0 checksum_type: "" metadata_checksum_type: "" @@ -41701,6 +43046,7 @@ components: sles_auth_token: sles_auth_token pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -41729,6 +43075,7 @@ components: sles_auth_token: sles_auth_token pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -41781,6 +43128,7 @@ components: description: description pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn gpgcheck: 0 latest_version_href: https://openapi-generator.tech checksum_type: "" @@ -41805,6 +43153,7 @@ components: description: description pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn gpgcheck: 0 latest_version_href: https://openapi-generator.tech checksum_type: "" @@ -41861,6 +43210,7 @@ components: uln_server_base_url: uln_server_base_url pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -41889,6 +43239,7 @@ components: uln_server_base_url: uln_server_base_url pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -41957,6 +43308,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 title: title type: type + prn: prn version: version pushcount: pushcount issued_date: issued_date @@ -41992,6 +43344,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 title: title type: type + prn: prn version: version pushcount: pushcount issued_date: issued_date @@ -42324,11 +43677,11 @@ components: password: password tls_validation: true client_cert: client_cert - pulp_label_select: pulp_label_select domain: domain name: name base_url: base_url ca_cert: ca_cert + q_select: q_select api_root: api_root username: username properties: @@ -42383,9 +43736,9 @@ components: nullable: true type: string writeOnly: true - pulp_label_select: - description: "One or more comma separated labels that will be used to filter\ - \ distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\"" + q_select: + description: Filter distributions on the upstream Pulp using complex filtering. + E.g. pulp_label_select="foo" OR pulp_label_select="key=val" nullable: true type: string type: object @@ -43989,11 +45342,16 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -44080,11 +45438,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 params: "" + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -44165,11 +45528,16 @@ components: name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -44300,6 +45668,7 @@ components: name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn repo_mapping: key: repo_mapping properties: @@ -44307,6 +45676,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -44420,21 +45793,30 @@ components: - pulp_href: https://openapi-generator.tech name: name id: 0 + prn: prn - pulp_href: https://openapi-generator.tech name: name id: 0 + prn: prn pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn users: - pulp_href: https://openapi-generator.tech + prn: prn username: username - pulp_href: https://openapi-generator.tech + prn: prn username: username properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -44516,6 +45898,7 @@ components: client_cert: client_cert pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -44537,6 +45920,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -44718,11 +46105,16 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -44801,11 +46193,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -44877,11 +46274,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 locked: true + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -45000,6 +46402,7 @@ components: name: name pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn pubkey_fingerprint: pubkey_fingerprint script: script properties: @@ -45007,6 +46410,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -45078,6 +46485,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 last_heartbeat: 2000-01-23T04:56:07.000+00:00 + prn: prn - pulp_href: https://openapi-generator.tech versions: key: versions @@ -45086,6 +46494,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 last_heartbeat: 2000-01-23T04:56:07.000+00:00 + prn: prn online_content_apps: - versions: key: versions @@ -45246,12 +46655,17 @@ components: \ ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are\ \ namespaced properly." example: - running: 1 canceling: 7 - canceled: 5 pulp_href: https://openapi-generator.tech waiting: 0 all_tasks_dispatched: true + description: description + completed: 5 + failed: 2 + prn: prn + skipped: 6 + running: 1 + canceled: 5 group_progress_reports: - total: 9 code: code @@ -45263,9 +46677,6 @@ components: message: message suffix: suffix done: 3 - description: description - completed: 5 - failed: 2 tasks: - pulp_href: https://openapi-generator.tech finished_at: 2000-01-23T04:56:07.000+00:00 @@ -45275,6 +46686,7 @@ components: state: state pulp_last_updated: 2000-01-23T04:56:07.000+00:00 worker: https://openapi-generator.tech + prn: prn unblocked_at: 2000-01-23T04:56:07.000+00:00 - pulp_href: https://openapi-generator.tech finished_at: 2000-01-23T04:56:07.000+00:00 @@ -45284,13 +46696,17 @@ components: state: state pulp_last_updated: 2000-01-23T04:56:07.000+00:00 worker: https://openapi-generator.tech + prn: prn unblocked_at: 2000-01-23T04:56:07.000+00:00 - skipped: 6 properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string description: description: A description of the task group. type: string @@ -45374,6 +46790,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 error: key: error + prn: prn created_by: created_by logging_cid: logging_cid unblocked_at: 2000-01-23T04:56:07.000+00:00 @@ -45395,6 +46812,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -45504,12 +46925,17 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 next_dispatch: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn last_task: https://openapi-generator.tech properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -45644,11 +47070,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 completed: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -45686,11 +47117,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 completed: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -45722,11 +47158,11 @@ components: password: password tls_validation: true client_cert: client_cert - pulp_label_select: pulp_label_select domain: domain name: name base_url: base_url ca_cert: ca_cert + q_select: q_select api_root: api_root username: username properties: @@ -45781,9 +47217,9 @@ components: nullable: true type: string writeOnly: true - pulp_label_select: - description: "One or more comma separated labels that will be used to filter\ - \ distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\"" + q_select: + description: Filter distributions on the upstream Pulp using complex filtering. + E.g. pulp_label_select="foo" OR pulp_label_select="key=val" nullable: true type: string required: @@ -45797,10 +47233,10 @@ components: pulp_href: https://openapi-generator.tech tls_validation: true client_cert: client_cert - pulp_label_select: pulp_label_select last_replication: 2000-01-23T04:56:07.000+00:00 base_url: base_url pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn api_root: api_root domain: domain name: name @@ -45811,11 +47247,16 @@ components: - is_set: true name: name ca_cert: ca_cert + q_select: q_select properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -45858,9 +47299,9 @@ components: $ref: '#/components/schemas/RemoteResponse_hidden_fields_inner' readOnly: true type: array - pulp_label_select: - description: "One or more comma separated labels that will be used to filter\ - \ distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\"" + q_select: + description: Filter distributions on the upstream Pulp using complex filtering. + E.g. pulp_label_select="foo" OR pulp_label_select="key=val" nullable: true type: string last_replication: @@ -45936,6 +47377,7 @@ components: example: pulp_href: https://openapi-generator.tech name: name + prn: prn properties: name: description: Name. @@ -45945,6 +47387,9 @@ components: format: uri readOnly: true type: string + prn: + readOnly: true + type: string required: - name type: object @@ -45958,8 +47403,10 @@ components: groups: - pulp_href: https://openapi-generator.tech name: name + prn: prn - pulp_href: https://openapi-generator.tech name: name + prn: prn hidden_fields: - is_set: true name: name @@ -45967,6 +47414,7 @@ components: name: name id: 0 date_joined: 2000-01-23T04:56:07.000+00:00 + prn: prn first_name: first_name email: email username: username @@ -45975,6 +47423,9 @@ components: format: uri readOnly: true type: string + prn: + readOnly: true + type: string id: format: int64 readOnly: true @@ -46063,11 +47514,16 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -46213,11 +47669,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 last_heartbeat: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -46283,11 +47744,16 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -46345,11 +47811,16 @@ components: description: description pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -46415,12 +47886,17 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn last_refreshed: 2000-01-23T04:56:07.000+00:00 properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -46504,12 +47980,17 @@ components: sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn md5: md5 properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -46603,22 +48084,27 @@ components: example: pulp_href: https://openapi-generator.tech hidden: false - pulp_labels: - key: pulp_labels - publication: https://openapi-generator.tech base_url: base_url no_content_change_since: no_content_change_since - name: name - pulp_created: 2000-01-23T04:56:07.000+00:00 base_path: base_path pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech + pulp_labels: + key: pulp_labels + publication: https://openapi-generator.tech + name: name + pulp_created: 2000-01-23T04:56:07.000+00:00 properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -46704,6 +48190,7 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn distributions: - https://openapi-generator.tech - https://openapi-generator.tech @@ -46712,6 +48199,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -46898,6 +48389,7 @@ components: client_cert: client_cert pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -46919,6 +48411,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -47081,24 +48577,29 @@ components: file.FileRepositoryResponse: description: Serializer for File Repositories. example: - latest_version_href: https://openapi-generator.tech pulp_href: https://openapi-generator.tech + manifest: PULP_MANIFEST + description: description + pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + remote: https://openapi-generator.tech + prn: prn + latest_version_href: https://openapi-generator.tech versions_href: https://openapi-generator.tech pulp_labels: key: pulp_labels autopublish: false - manifest: PULP_MANIFEST name: name - description: description pulp_created: 2000-01-23T04:56:07.000+00:00 retain_repo_versions: 1 - pulp_last_updated: 2000-01-23T04:56:07.000+00:00 - remote: https://openapi-generator.tech properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -47182,23 +48683,28 @@ components: description: A Serializer for GemContent. example: pulp_href: https://openapi-generator.tech - prerelease: true - checksum: checksum - name: name - pulp_created: 2000-01-23T04:56:07.000+00:00 - required_ruby_version: required_ruby_version required_rubygems_version: required_rubygems_version pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn version: version platform: platform - artifacts: "{}" dependencies: key: dependencies + prerelease: true + checksum: checksum + name: name + pulp_created: 2000-01-23T04:56:07.000+00:00 + required_ruby_version: required_ruby_version + artifacts: "{}" properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -47311,6 +48817,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech remote: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech pulp_labels: key: pulp_labels @@ -47322,6 +48829,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -47405,11 +48916,16 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -47603,6 +49119,7 @@ components: key: includes pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -47624,6 +49141,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -47800,11 +49321,16 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -47861,6 +49387,7 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn parent_commit: https://openapi-generator.tech objs: - https://openapi-generator.tech @@ -47870,6 +49397,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -47915,11 +49446,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -47979,11 +49515,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -48055,22 +49596,27 @@ components: example: pulp_href: https://openapi-generator.tech hidden: false - pulp_labels: - key: pulp_labels base_url: base_url no_content_change_since: no_content_change_since - name: name - pulp_created: 2000-01-23T04:56:07.000+00:00 base_path: base_path repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech + pulp_labels: + key: pulp_labels + name: name + pulp_created: 2000-01-23T04:56:07.000+00:00 properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -48140,11 +49686,16 @@ components: typ: 0 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -48189,11 +49740,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -48403,6 +49959,7 @@ components: client_cert: client_cert pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 depth: 0 @@ -48431,6 +49988,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -48616,11 +50177,16 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -48679,11 +50245,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 relative_path: relative_path + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -48770,6 +50341,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech remote: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech pulp_labels: key: pulp_labels @@ -48782,6 +50354,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -48988,6 +50564,7 @@ components: author: author provides_dist: "" pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn version: version supported_platform: supported_platform license: license @@ -49002,6 +50579,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -49137,6 +50718,7 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn distributions: - https://openapi-generator.tech - https://openapi-generator.tech @@ -49145,6 +50727,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -49374,6 +50960,7 @@ components: - includes - includes pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -49396,6 +50983,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -49596,11 +51187,16 @@ components: retain_repo_versions: 1 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -49918,11 +51514,16 @@ components: profiles: "" pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -50018,23 +51619,28 @@ components: rpm.ModulemdObsoleteResponse: description: ModulemdObsolete serializer. example: - obsoleted_by_module_stream: obsoleted_by_module_stream - obsoleted_by_module_name: obsoleted_by_module_name module_stream: module_stream pulp_href: https://openapi-generator.tech + pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + message: message + prn: prn + obsoleted_by_module_stream: obsoleted_by_module_stream + obsoleted_by_module_name: obsoleted_by_module_name eol_date: eol_date module_context: module_context modified: modified pulp_created: 2000-01-23T04:56:07.000+00:00 module_name: module_name - pulp_last_updated: 2000-01-23T04:56:07.000+00:00 - message: message override_previous: override_previous properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -50100,6 +51706,7 @@ components: packages: - https://openapi-generator.tech - https://openapi-generator.tech + prn: prn version: version dependencies: "" static_context: true @@ -50114,6 +51721,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -50225,11 +51836,16 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 id: id pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -50283,21 +51899,26 @@ components: example: pulp_href: https://openapi-generator.tech desc_by_lang: "" - name: name display_order: 0 + description: description + option_ids: "" + pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn + name: name group_ids: "" digest: digest - description: description name_by_lang: "" pulp_created: 2000-01-23T04:56:07.000+00:00 - option_ids: "" id: id - pulp_last_updated: 2000-01-23T04:56:07.000+00:00 properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -50360,6 +51981,7 @@ components: description: description pulp_last_updated: 2000-01-23T04:56:07.000+00:00 packages: "" + prn: prn default: true name: name digest: digest @@ -50372,6 +51994,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -50436,12 +52062,17 @@ components: digest: digest pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn matches: "" properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -50498,6 +52129,7 @@ components: rpm_packager: rpm_packager sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn version: version obsoletes: "" rpm_license: rpm_license @@ -50521,6 +52153,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -50726,6 +52362,7 @@ components: sha512: sha512 sha224: sha224 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 + prn: prn sha1: sha1 artifact: https://openapi-generator.tech checksum_type: checksum_type @@ -50739,6 +52376,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -50835,12 +52476,17 @@ components: pulp_created: 2000-01-23T04:56:07.000+00:00 pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn last_refreshed: 2000-01-23T04:56:07.000+00:00 properties: pulp_href: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -50930,6 +52576,7 @@ components: base_path: base_path pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn content_guard: https://openapi-generator.tech pulp_labels: key: pulp_labels @@ -50942,6 +52589,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -51066,6 +52717,7 @@ components: repository_version: https://openapi-generator.tech pulp_last_updated: 2000-01-23T04:56:07.000+00:00 repository: https://openapi-generator.tech + prn: prn gpgcheck: 0 checksum_type: "" metadata_checksum_type: "" @@ -51077,6 +52729,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -51303,6 +52959,7 @@ components: sles_auth_token: sles_auth_token pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -51324,6 +52981,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -51560,6 +53221,7 @@ components: description: description pulp_last_updated: 2000-01-23T04:56:07.000+00:00 remote: https://openapi-generator.tech + prn: prn gpgcheck: 0 latest_version_href: https://openapi-generator.tech checksum_type: "" @@ -51581,6 +53243,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -51869,6 +53535,7 @@ components: uln_server_base_url: uln_server_base_url pulp_last_updated: 2000-01-23T04:56:07.000+00:00 sock_read_timeout: 0.23021358869347652 + prn: prn url: url download_concurrency: 1 pulp_labels: @@ -51890,6 +53557,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time @@ -52115,6 +53786,7 @@ components: pulp_last_updated: 2000-01-23T04:56:07.000+00:00 title: title type: type + prn: prn version: version pushcount: pushcount issued_date: issued_date @@ -52131,6 +53803,10 @@ components: format: uri readOnly: true type: string + prn: + description: The Pulp Resource Name (PRN). + readOnly: true + type: string pulp_created: description: Timestamp of creation. format: date-time diff --git a/release/api_access_policies.go b/release/api_access_policies.go index a86839ca..f4471d19 100644 --- a/release/api_access_policies.go +++ b/release/api_access_policies.go @@ -33,6 +33,7 @@ type AccessPoliciesAPIAccessPoliciesListRequest struct { limit *int32 offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -73,6 +74,12 @@ func (r AccessPoliciesAPIAccessPoliciesListRequest) Ordering(ordering []string) return r } +// Multiple values may be separated by commas. +func (r AccessPoliciesAPIAccessPoliciesListRequest) PrnIn(prnIn []string) AccessPoliciesAPIAccessPoliciesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r AccessPoliciesAPIAccessPoliciesListRequest) PulpHrefIn(pulpHrefIn []string) AccessPoliciesAPIAccessPoliciesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -213,6 +220,9 @@ func (a *AccessPoliciesAPIService) AccessPoliciesListExecute(r AccessPoliciesAPI if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_acs_file.go b/release/api_acs_file.go index 39cb133b..203bda0f 100644 --- a/release/api_acs_file.go +++ b/release/api_acs_file.go @@ -375,6 +375,7 @@ type AcsFileAPIAcsFileFileListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -454,6 +455,12 @@ func (r AcsFileAPIAcsFileFileListRequest) Ordering(ordering []string) AcsFileAPI return r } +// Multiple values may be separated by commas. +func (r AcsFileAPIAcsFileFileListRequest) PrnIn(prnIn []string) AcsFileAPIAcsFileFileListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r AcsFileAPIAcsFileFileListRequest) PulpHrefIn(pulpHrefIn []string) AcsFileAPIAcsFileFileListRequest { r.pulpHrefIn = &pulpHrefIn @@ -564,6 +571,9 @@ func (a *AcsFileAPIService) AcsFileFileListExecute(r AcsFileAPIAcsFileFileListRe if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_acs_rpm.go b/release/api_acs_rpm.go index 4b7dc8fa..422658c0 100644 --- a/release/api_acs_rpm.go +++ b/release/api_acs_rpm.go @@ -375,6 +375,7 @@ type AcsRpmAPIAcsRpmRpmListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -454,6 +455,12 @@ func (r AcsRpmAPIAcsRpmRpmListRequest) Ordering(ordering []string) AcsRpmAPIAcsR return r } +// Multiple values may be separated by commas. +func (r AcsRpmAPIAcsRpmRpmListRequest) PrnIn(prnIn []string) AcsRpmAPIAcsRpmRpmListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r AcsRpmAPIAcsRpmRpmListRequest) PulpHrefIn(pulpHrefIn []string) AcsRpmAPIAcsRpmRpmListRequest { r.pulpHrefIn = &pulpHrefIn @@ -564,6 +571,9 @@ func (a *AcsRpmAPIService) AcsRpmRpmListExecute(r AcsRpmAPIAcsRpmRpmListRequest) if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_artifacts.go b/release/api_artifacts.go index 331e1043..3b98ff56 100644 --- a/release/api_artifacts.go +++ b/release/api_artifacts.go @@ -329,6 +329,7 @@ type ArtifactsAPIArtifactsListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -372,6 +373,12 @@ func (r ArtifactsAPIArtifactsListRequest) OrphanedFor(orphanedFor float32) Artif return r } +// Multiple values may be separated by commas. +func (r ArtifactsAPIArtifactsListRequest) PrnIn(prnIn []string) ArtifactsAPIArtifactsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ArtifactsAPIArtifactsListRequest) PulpHrefIn(pulpHrefIn []string) ArtifactsAPIArtifactsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -390,7 +397,7 @@ func (r ArtifactsAPIArtifactsListRequest) Q(q string) ArtifactsAPIArtifactsListR return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ArtifactsAPIArtifactsListRequest) RepositoryVersion(repositoryVersion string) ArtifactsAPIArtifactsListRequest { r.repositoryVersion = &repositoryVersion return r @@ -497,6 +504,9 @@ func (a *ArtifactsAPIService) ArtifactsListExecute(r ArtifactsAPIArtifactsListRe if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content.go b/release/api_content.go index 41935470..636d1aae 100644 --- a/release/api_content.go +++ b/release/api_content.go @@ -33,6 +33,7 @@ type ContentAPIContentListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpType *string @@ -69,6 +70,12 @@ func (r ContentAPIContentListRequest) OrphanedFor(orphanedFor float32) ContentAP return r } +// Multiple values may be separated by commas. +func (r ContentAPIContentListRequest) PrnIn(prnIn []string) ContentAPIContentListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentAPIContentListRequest) PulpHrefIn(pulpHrefIn []string) ContentAPIContentListRequest { r.pulpHrefIn = &pulpHrefIn @@ -81,13 +88,13 @@ func (r ContentAPIContentListRequest) PulpIdIn(pulpIdIn []string) ContentAPICont return r } -// Pulp type* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary +// Pulp type* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary func (r ContentAPIContentListRequest) PulpType(pulpType string) ContentAPIContentListRequest { r.pulpType = &pulpType return r } -// Multiple values may be separated by commas.* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary +// Multiple values may be separated by commas.* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary func (r ContentAPIContentListRequest) PulpTypeIn(pulpTypeIn []string) ContentAPIContentListRequest { r.pulpTypeIn = &pulpTypeIn return r @@ -99,19 +106,19 @@ func (r ContentAPIContentListRequest) Q(q string) ContentAPIContentListRequest { return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentAPIContentListRequest) RepositoryVersion(repositoryVersion string) ContentAPIContentListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentAPIContentListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentAPIContentListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentAPIContentListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentAPIContentListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -185,6 +192,9 @@ func (a *ContentAPIService) ContentListExecute(r ContentAPIContentListRequest) ( if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_advisories.go b/release/api_content_advisories.go index 365bfe6f..07883e2f 100644 --- a/release/api_content_advisories.go +++ b/release/api_content_advisories.go @@ -194,6 +194,7 @@ type ContentAdvisoriesAPIContentRpmAdvisoriesListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -249,6 +250,12 @@ func (r ContentAdvisoriesAPIContentRpmAdvisoriesListRequest) OrphanedFor(orphane return r } +// Multiple values may be separated by commas. +func (r ContentAdvisoriesAPIContentRpmAdvisoriesListRequest) PrnIn(prnIn []string) ContentAdvisoriesAPIContentRpmAdvisoriesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentAdvisoriesAPIContentRpmAdvisoriesListRequest) PulpHrefIn(pulpHrefIn []string) ContentAdvisoriesAPIContentRpmAdvisoriesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -267,19 +274,19 @@ func (r ContentAdvisoriesAPIContentRpmAdvisoriesListRequest) Q(q string) Content return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentAdvisoriesAPIContentRpmAdvisoriesListRequest) RepositoryVersion(repositoryVersion string) ContentAdvisoriesAPIContentRpmAdvisoriesListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentAdvisoriesAPIContentRpmAdvisoriesListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentAdvisoriesAPIContentRpmAdvisoriesListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentAdvisoriesAPIContentRpmAdvisoriesListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentAdvisoriesAPIContentRpmAdvisoriesListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -413,6 +420,9 @@ func (a *ContentAdvisoriesAPIService) ContentRpmAdvisoriesListExecute(r ContentA if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_commits.go b/release/api_content_commits.go index 7d90f6d3..a50a390b 100644 --- a/release/api_content_commits.go +++ b/release/api_content_commits.go @@ -34,6 +34,7 @@ type ContentCommitsAPIContentOstreeCommitsListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -74,6 +75,12 @@ func (r ContentCommitsAPIContentOstreeCommitsListRequest) OrphanedFor(orphanedFo return r } +// Multiple values may be separated by commas. +func (r ContentCommitsAPIContentOstreeCommitsListRequest) PrnIn(prnIn []string) ContentCommitsAPIContentOstreeCommitsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentCommitsAPIContentOstreeCommitsListRequest) PulpHrefIn(pulpHrefIn []string) ContentCommitsAPIContentOstreeCommitsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -92,19 +99,19 @@ func (r ContentCommitsAPIContentOstreeCommitsListRequest) Q(q string) ContentCom return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentCommitsAPIContentOstreeCommitsListRequest) RepositoryVersion(repositoryVersion string) ContentCommitsAPIContentOstreeCommitsListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentCommitsAPIContentOstreeCommitsListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentCommitsAPIContentOstreeCommitsListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentCommitsAPIContentOstreeCommitsListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentCommitsAPIContentOstreeCommitsListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -181,6 +188,9 @@ func (a *ContentCommitsAPIService) ContentOstreeCommitsListExecute(r ContentComm if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_configs.go b/release/api_content_configs.go index bd26e596..e5919ee5 100644 --- a/release/api_content_configs.go +++ b/release/api_content_configs.go @@ -33,6 +33,7 @@ type ContentConfigsAPIContentOstreeConfigsListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -67,6 +68,12 @@ func (r ContentConfigsAPIContentOstreeConfigsListRequest) OrphanedFor(orphanedFo return r } +// Multiple values may be separated by commas. +func (r ContentConfigsAPIContentOstreeConfigsListRequest) PrnIn(prnIn []string) ContentConfigsAPIContentOstreeConfigsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentConfigsAPIContentOstreeConfigsListRequest) PulpHrefIn(pulpHrefIn []string) ContentConfigsAPIContentOstreeConfigsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -85,19 +92,19 @@ func (r ContentConfigsAPIContentOstreeConfigsListRequest) Q(q string) ContentCon return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentConfigsAPIContentOstreeConfigsListRequest) RepositoryVersion(repositoryVersion string) ContentConfigsAPIContentOstreeConfigsListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentConfigsAPIContentOstreeConfigsListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentConfigsAPIContentOstreeConfigsListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentConfigsAPIContentOstreeConfigsListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentConfigsAPIContentOstreeConfigsListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -171,6 +178,9 @@ func (a *ContentConfigsAPIService) ContentOstreeConfigsListExecute(r ContentConf if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_content.go b/release/api_content_content.go index 9b8426a4..6da6931c 100644 --- a/release/api_content_content.go +++ b/release/api_content_content.go @@ -148,6 +148,7 @@ type ContentContentAPIContentOstreeContentListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -182,6 +183,12 @@ func (r ContentContentAPIContentOstreeContentListRequest) OrphanedFor(orphanedFo return r } +// Multiple values may be separated by commas. +func (r ContentContentAPIContentOstreeContentListRequest) PrnIn(prnIn []string) ContentContentAPIContentOstreeContentListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentContentAPIContentOstreeContentListRequest) PulpHrefIn(pulpHrefIn []string) ContentContentAPIContentOstreeContentListRequest { r.pulpHrefIn = &pulpHrefIn @@ -200,19 +207,19 @@ func (r ContentContentAPIContentOstreeContentListRequest) Q(q string) ContentCon return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentContentAPIContentOstreeContentListRequest) RepositoryVersion(repositoryVersion string) ContentContentAPIContentOstreeContentListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentContentAPIContentOstreeContentListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentContentAPIContentOstreeContentListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentContentAPIContentOstreeContentListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentContentAPIContentOstreeContentListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -286,6 +293,9 @@ func (a *ContentContentAPIService) ContentOstreeContentListExecute(r ContentCont if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_distribution_trees.go b/release/api_content_distribution_trees.go index e7345d13..9cb3082c 100644 --- a/release/api_content_distribution_trees.go +++ b/release/api_content_distribution_trees.go @@ -33,6 +33,7 @@ type ContentDistributionTreesAPIContentRpmDistributionTreesListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -67,6 +68,12 @@ func (r ContentDistributionTreesAPIContentRpmDistributionTreesListRequest) Orpha return r } +// Multiple values may be separated by commas. +func (r ContentDistributionTreesAPIContentRpmDistributionTreesListRequest) PrnIn(prnIn []string) ContentDistributionTreesAPIContentRpmDistributionTreesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentDistributionTreesAPIContentRpmDistributionTreesListRequest) PulpHrefIn(pulpHrefIn []string) ContentDistributionTreesAPIContentRpmDistributionTreesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -85,19 +92,19 @@ func (r ContentDistributionTreesAPIContentRpmDistributionTreesListRequest) Q(q s return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentDistributionTreesAPIContentRpmDistributionTreesListRequest) RepositoryVersion(repositoryVersion string) ContentDistributionTreesAPIContentRpmDistributionTreesListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentDistributionTreesAPIContentRpmDistributionTreesListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentDistributionTreesAPIContentRpmDistributionTreesListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentDistributionTreesAPIContentRpmDistributionTreesListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentDistributionTreesAPIContentRpmDistributionTreesListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -171,6 +178,9 @@ func (a *ContentDistributionTreesAPIService) ContentRpmDistributionTreesListExec if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_files.go b/release/api_content_files.go index c125c79c..fc7863de 100644 --- a/release/api_content_files.go +++ b/release/api_content_files.go @@ -216,6 +216,7 @@ type ContentFilesAPIContentFileFilesListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -252,6 +253,12 @@ func (r ContentFilesAPIContentFileFilesListRequest) OrphanedFor(orphanedFor floa return r } +// Multiple values may be separated by commas. +func (r ContentFilesAPIContentFileFilesListRequest) PrnIn(prnIn []string) ContentFilesAPIContentFileFilesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentFilesAPIContentFileFilesListRequest) PulpHrefIn(pulpHrefIn []string) ContentFilesAPIContentFileFilesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -276,19 +283,19 @@ func (r ContentFilesAPIContentFileFilesListRequest) RelativePath(relativePath st return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentFilesAPIContentFileFilesListRequest) RepositoryVersion(repositoryVersion string) ContentFilesAPIContentFileFilesListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentFilesAPIContentFileFilesListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentFilesAPIContentFileFilesListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentFilesAPIContentFileFilesListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentFilesAPIContentFileFilesListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -367,6 +374,9 @@ func (a *ContentFilesAPIService) ContentFileFilesListExecute(r ContentFilesAPICo if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_gem.go b/release/api_content_gem.go index b3ba83be..27690657 100644 --- a/release/api_content_gem.go +++ b/release/api_content_gem.go @@ -185,6 +185,7 @@ type ContentGemAPIContentGemGemListRequest struct { ordering *[]string orphanedFor *float32 prerelease *bool + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -238,6 +239,12 @@ func (r ContentGemAPIContentGemGemListRequest) Prerelease(prerelease bool) Conte return r } +// Multiple values may be separated by commas. +func (r ContentGemAPIContentGemGemListRequest) PrnIn(prnIn []string) ContentGemAPIContentGemGemListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentGemAPIContentGemGemListRequest) PulpHrefIn(pulpHrefIn []string) ContentGemAPIContentGemGemListRequest { r.pulpHrefIn = &pulpHrefIn @@ -256,19 +263,19 @@ func (r ContentGemAPIContentGemGemListRequest) Q(q string) ContentGemAPIContentG return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentGemAPIContentGemGemListRequest) RepositoryVersion(repositoryVersion string) ContentGemAPIContentGemGemListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentGemAPIContentGemGemListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentGemAPIContentGemGemListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentGemAPIContentGemGemListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentGemAPIContentGemGemListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -357,6 +364,9 @@ func (a *ContentGemAPIService) ContentGemGemListExecute(r ContentGemAPIContentGe if r.prerelease != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "prerelease", r.prerelease, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_modulemd_defaults.go b/release/api_content_modulemd_defaults.go index 58c84f98..59b4ad2f 100644 --- a/release/api_content_modulemd_defaults.go +++ b/release/api_content_modulemd_defaults.go @@ -150,6 +150,7 @@ type ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -199,6 +200,12 @@ func (r ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest) Orphane return r } +// Multiple values may be separated by commas. +func (r ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest) PrnIn(prnIn []string) ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest) PulpHrefIn(pulpHrefIn []string) ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -217,19 +224,19 @@ func (r ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest) Q(q str return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest) RepositoryVersion(repositoryVersion string) ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -326,6 +333,9 @@ func (a *ContentModulemdDefaultsAPIService) ContentRpmModulemdDefaultsListExecut if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_modulemd_obsoletes.go b/release/api_content_modulemd_obsoletes.go index 681da94c..9cafd5d8 100644 --- a/release/api_content_modulemd_obsoletes.go +++ b/release/api_content_modulemd_obsoletes.go @@ -148,6 +148,7 @@ type ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -182,6 +183,12 @@ func (r ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest) Orpha return r } +// Multiple values may be separated by commas. +func (r ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest) PrnIn(prnIn []string) ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest) PulpHrefIn(pulpHrefIn []string) ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -200,19 +207,19 @@ func (r ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest) Q(q s return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest) RepositoryVersion(repositoryVersion string) ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -286,6 +293,9 @@ func (a *ContentModulemdObsoletesAPIService) ContentRpmModulemdObsoletesListExec if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_modulemds.go b/release/api_content_modulemds.go index 54da16dd..57db2a00 100644 --- a/release/api_content_modulemds.go +++ b/release/api_content_modulemds.go @@ -154,6 +154,7 @@ type ContentModulemdsAPIContentRpmModulemdsListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -229,6 +230,12 @@ func (r ContentModulemdsAPIContentRpmModulemdsListRequest) OrphanedFor(orphanedF return r } +// Multiple values may be separated by commas. +func (r ContentModulemdsAPIContentRpmModulemdsListRequest) PrnIn(prnIn []string) ContentModulemdsAPIContentRpmModulemdsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentModulemdsAPIContentRpmModulemdsListRequest) PulpHrefIn(pulpHrefIn []string) ContentModulemdsAPIContentRpmModulemdsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -247,19 +254,19 @@ func (r ContentModulemdsAPIContentRpmModulemdsListRequest) Q(q string) ContentMo return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentModulemdsAPIContentRpmModulemdsListRequest) RepositoryVersion(repositoryVersion string) ContentModulemdsAPIContentRpmModulemdsListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentModulemdsAPIContentRpmModulemdsListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentModulemdsAPIContentRpmModulemdsListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentModulemdsAPIContentRpmModulemdsListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentModulemdsAPIContentRpmModulemdsListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -380,6 +387,9 @@ func (a *ContentModulemdsAPIService) ContentRpmModulemdsListExecute(r ContentMod if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_objects.go b/release/api_content_objects.go index 1b3e11f7..cdb632b5 100644 --- a/release/api_content_objects.go +++ b/release/api_content_objects.go @@ -34,6 +34,7 @@ type ContentObjectsAPIContentOstreeObjectsListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -74,6 +75,12 @@ func (r ContentObjectsAPIContentOstreeObjectsListRequest) OrphanedFor(orphanedFo return r } +// Multiple values may be separated by commas. +func (r ContentObjectsAPIContentOstreeObjectsListRequest) PrnIn(prnIn []string) ContentObjectsAPIContentOstreeObjectsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentObjectsAPIContentOstreeObjectsListRequest) PulpHrefIn(pulpHrefIn []string) ContentObjectsAPIContentOstreeObjectsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -92,19 +99,19 @@ func (r ContentObjectsAPIContentOstreeObjectsListRequest) Q(q string) ContentObj return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentObjectsAPIContentOstreeObjectsListRequest) RepositoryVersion(repositoryVersion string) ContentObjectsAPIContentOstreeObjectsListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentObjectsAPIContentOstreeObjectsListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentObjectsAPIContentOstreeObjectsListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentObjectsAPIContentOstreeObjectsListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentObjectsAPIContentOstreeObjectsListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -181,6 +188,9 @@ func (a *ContentObjectsAPIService) ContentOstreeObjectsListExecute(r ContentObje if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_packagecategories.go b/release/api_content_packagecategories.go index 4d7acc22..a2e96221 100644 --- a/release/api_content_packagecategories.go +++ b/release/api_content_packagecategories.go @@ -33,6 +33,7 @@ type ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -67,6 +68,12 @@ func (r ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest) Orpha return r } +// Multiple values may be separated by commas. +func (r ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest) PrnIn(prnIn []string) ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest) PulpHrefIn(pulpHrefIn []string) ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -85,19 +92,19 @@ func (r ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest) Q(q s return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest) RepositoryVersion(repositoryVersion string) ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentPackagecategoriesAPIContentRpmPackagecategoriesListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -171,6 +178,9 @@ func (a *ContentPackagecategoriesAPIService) ContentRpmPackagecategoriesListExec if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_packageenvironments.go b/release/api_content_packageenvironments.go index 9832e70c..af6ab840 100644 --- a/release/api_content_packageenvironments.go +++ b/release/api_content_packageenvironments.go @@ -33,6 +33,7 @@ type ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest struc offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -67,6 +68,12 @@ func (r ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest) O return r } +// Multiple values may be separated by commas. +func (r ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest) PrnIn(prnIn []string) ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest) PulpHrefIn(pulpHrefIn []string) ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -85,19 +92,19 @@ func (r ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest) Q return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest) RepositoryVersion(repositoryVersion string) ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -171,6 +178,9 @@ func (a *ContentPackageenvironmentsAPIService) ContentRpmPackageenvironmentsList if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_packagegroups.go b/release/api_content_packagegroups.go index ed2119cf..5ee01c83 100644 --- a/release/api_content_packagegroups.go +++ b/release/api_content_packagegroups.go @@ -33,6 +33,7 @@ type ContentPackagegroupsAPIContentRpmPackagegroupsListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -67,6 +68,12 @@ func (r ContentPackagegroupsAPIContentRpmPackagegroupsListRequest) OrphanedFor(o return r } +// Multiple values may be separated by commas. +func (r ContentPackagegroupsAPIContentRpmPackagegroupsListRequest) PrnIn(prnIn []string) ContentPackagegroupsAPIContentRpmPackagegroupsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentPackagegroupsAPIContentRpmPackagegroupsListRequest) PulpHrefIn(pulpHrefIn []string) ContentPackagegroupsAPIContentRpmPackagegroupsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -85,19 +92,19 @@ func (r ContentPackagegroupsAPIContentRpmPackagegroupsListRequest) Q(q string) C return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagegroupsAPIContentRpmPackagegroupsListRequest) RepositoryVersion(repositoryVersion string) ContentPackagegroupsAPIContentRpmPackagegroupsListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagegroupsAPIContentRpmPackagegroupsListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentPackagegroupsAPIContentRpmPackagegroupsListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagegroupsAPIContentRpmPackagegroupsListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentPackagegroupsAPIContentRpmPackagegroupsListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -171,6 +178,9 @@ func (a *ContentPackagegroupsAPIService) ContentRpmPackagegroupsListExecute(r Co if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_packagelangpacks.go b/release/api_content_packagelangpacks.go index ce3f89ff..f7a011f3 100644 --- a/release/api_content_packagelangpacks.go +++ b/release/api_content_packagelangpacks.go @@ -33,6 +33,7 @@ type ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -67,6 +68,12 @@ func (r ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest) Orphane return r } +// Multiple values may be separated by commas. +func (r ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest) PrnIn(prnIn []string) ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest) PulpHrefIn(pulpHrefIn []string) ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest { r.pulpHrefIn = &pulpHrefIn @@ -85,19 +92,19 @@ func (r ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest) Q(q str return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest) RepositoryVersion(repositoryVersion string) ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentPackagelangpacksAPIContentRpmPackagelangpacksListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -171,6 +178,9 @@ func (a *ContentPackagelangpacksAPIService) ContentRpmPackagelangpacksListExecut if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_packages.go b/release/api_content_packages.go index cc30ef0f..39b3a50a 100644 --- a/release/api_content_packages.go +++ b/release/api_content_packages.go @@ -447,6 +447,7 @@ type ContentPackagesAPIContentPythonPackagesListRequest struct { orphanedFor *float32 packagetype *string packagetypeIn *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -557,6 +558,12 @@ func (r ContentPackagesAPIContentPythonPackagesListRequest) PackagetypeIn(packag return r } +// Multiple values may be separated by commas. +func (r ContentPackagesAPIContentPythonPackagesListRequest) PrnIn(prnIn []string) ContentPackagesAPIContentPythonPackagesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentPackagesAPIContentPythonPackagesListRequest) PulpHrefIn(pulpHrefIn []string) ContentPackagesAPIContentPythonPackagesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -575,19 +582,19 @@ func (r ContentPackagesAPIContentPythonPackagesListRequest) Q(q string) ContentP return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagesAPIContentPythonPackagesListRequest) RepositoryVersion(repositoryVersion string) ContentPackagesAPIContentPythonPackagesListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagesAPIContentPythonPackagesListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentPackagesAPIContentPythonPackagesListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagesAPIContentPythonPackagesListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentPackagesAPIContentPythonPackagesListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -754,6 +761,9 @@ func (a *ContentPackagesAPIService) ContentPythonPackagesListExecute(r ContentPa if r.packagetypeIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "packagetype__in", r.packagetypeIn, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } @@ -1223,6 +1233,7 @@ type ContentPackagesAPIContentRpmPackagesListRequest struct { orphanedFor *float32 pkgId *string pkgIdIn *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -1379,6 +1390,12 @@ func (r ContentPackagesAPIContentRpmPackagesListRequest) PkgIdIn(pkgIdIn []strin return r } +// Multiple values may be separated by commas. +func (r ContentPackagesAPIContentRpmPackagesListRequest) PrnIn(prnIn []string) ContentPackagesAPIContentRpmPackagesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentPackagesAPIContentRpmPackagesListRequest) PulpHrefIn(pulpHrefIn []string) ContentPackagesAPIContentRpmPackagesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -1427,19 +1444,19 @@ func (r ContentPackagesAPIContentRpmPackagesListRequest) ReleaseStartswith(relea return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagesAPIContentRpmPackagesListRequest) RepositoryVersion(repositoryVersion string) ContentPackagesAPIContentRpmPackagesListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagesAPIContentRpmPackagesListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentPackagesAPIContentRpmPackagesListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentPackagesAPIContentRpmPackagesListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentPackagesAPIContentRpmPackagesListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -1593,6 +1610,9 @@ func (a *ContentPackagesAPIService) ContentRpmPackagesListExecute(r ContentPacka if r.pkgIdIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pkgId__in", r.pkgIdIn, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_refs.go b/release/api_content_refs.go index 225071ec..a16eeb4d 100644 --- a/release/api_content_refs.go +++ b/release/api_content_refs.go @@ -43,6 +43,7 @@ type ContentRefsAPIContentOstreeRefsListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -136,6 +137,12 @@ func (r ContentRefsAPIContentOstreeRefsListRequest) OrphanedFor(orphanedFor floa return r } +// Multiple values may be separated by commas. +func (r ContentRefsAPIContentOstreeRefsListRequest) PrnIn(prnIn []string) ContentRefsAPIContentOstreeRefsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentRefsAPIContentOstreeRefsListRequest) PulpHrefIn(pulpHrefIn []string) ContentRefsAPIContentOstreeRefsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -154,19 +161,19 @@ func (r ContentRefsAPIContentOstreeRefsListRequest) Q(q string) ContentRefsAPICo return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentRefsAPIContentOstreeRefsListRequest) RepositoryVersion(repositoryVersion string) ContentRefsAPIContentOstreeRefsListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentRefsAPIContentOstreeRefsListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentRefsAPIContentOstreeRefsListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentRefsAPIContentOstreeRefsListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentRefsAPIContentOstreeRefsListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -270,6 +277,9 @@ func (a *ContentRefsAPIService) ContentOstreeRefsListExecute(r ContentRefsAPICon if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_repo_metadata_files.go b/release/api_content_repo_metadata_files.go index 1b099951..cfaefc7e 100644 --- a/release/api_content_repo_metadata_files.go +++ b/release/api_content_repo_metadata_files.go @@ -33,6 +33,7 @@ type ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -67,6 +68,12 @@ func (r ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest) Orpha return r } +// Multiple values may be separated by commas. +func (r ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest) PrnIn(prnIn []string) ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest) PulpHrefIn(pulpHrefIn []string) ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -85,19 +92,19 @@ func (r ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest) Q(q s return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest) RepositoryVersion(repositoryVersion string) ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -171,6 +178,9 @@ func (a *ContentRepoMetadataFilesAPIService) ContentRpmRepoMetadataFilesListExec if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_content_summaries.go b/release/api_content_summaries.go index 7de484d3..e2db7f3e 100644 --- a/release/api_content_summaries.go +++ b/release/api_content_summaries.go @@ -33,6 +33,7 @@ type ContentSummariesAPIContentOstreeSummariesListRequest struct { offset *int32 ordering *[]string orphanedFor *float32 + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -67,6 +68,12 @@ func (r ContentSummariesAPIContentOstreeSummariesListRequest) OrphanedFor(orphan return r } +// Multiple values may be separated by commas. +func (r ContentSummariesAPIContentOstreeSummariesListRequest) PrnIn(prnIn []string) ContentSummariesAPIContentOstreeSummariesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentSummariesAPIContentOstreeSummariesListRequest) PulpHrefIn(pulpHrefIn []string) ContentSummariesAPIContentOstreeSummariesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -85,19 +92,19 @@ func (r ContentSummariesAPIContentOstreeSummariesListRequest) Q(q string) Conten return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentSummariesAPIContentOstreeSummariesListRequest) RepositoryVersion(repositoryVersion string) ContentSummariesAPIContentOstreeSummariesListRequest { r.repositoryVersion = &repositoryVersion return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentSummariesAPIContentOstreeSummariesListRequest) RepositoryVersionAdded(repositoryVersionAdded string) ContentSummariesAPIContentOstreeSummariesListRequest { r.repositoryVersionAdded = &repositoryVersionAdded return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r ContentSummariesAPIContentOstreeSummariesListRequest) RepositoryVersionRemoved(repositoryVersionRemoved string) ContentSummariesAPIContentOstreeSummariesListRequest { r.repositoryVersionRemoved = &repositoryVersionRemoved return r @@ -171,6 +178,9 @@ func (a *ContentSummariesAPIService) ContentOstreeSummariesListExecute(r Content if r.orphanedFor != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "orphaned_for", r.orphanedFor, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_contentguards.go b/release/api_contentguards.go index 369bb860..96b56808 100644 --- a/release/api_contentguards.go +++ b/release/api_contentguards.go @@ -41,6 +41,7 @@ type ContentguardsAPIContentguardsListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpType *string @@ -122,6 +123,12 @@ func (r ContentguardsAPIContentguardsListRequest) Ordering(ordering []string) Co return r } +// Multiple values may be separated by commas. +func (r ContentguardsAPIContentguardsListRequest) PrnIn(prnIn []string) ContentguardsAPIContentguardsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentguardsAPIContentguardsListRequest) PulpHrefIn(pulpHrefIn []string) ContentguardsAPIContentguardsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -244,6 +251,9 @@ func (a *ContentguardsAPIService) ContentguardsListExecute(r ContentguardsAPICon if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_contentguards_composite.go b/release/api_contentguards_composite.go index 9a193c92..7bf510c0 100644 --- a/release/api_contentguards_composite.go +++ b/release/api_contentguards_composite.go @@ -364,6 +364,7 @@ type ContentguardsCompositeAPIContentguardsCoreCompositeListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -443,6 +444,12 @@ func (r ContentguardsCompositeAPIContentguardsCoreCompositeListRequest) Ordering return r } +// Multiple values may be separated by commas. +func (r ContentguardsCompositeAPIContentguardsCoreCompositeListRequest) PrnIn(prnIn []string) ContentguardsCompositeAPIContentguardsCoreCompositeListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentguardsCompositeAPIContentguardsCoreCompositeListRequest) PulpHrefIn(pulpHrefIn []string) ContentguardsCompositeAPIContentguardsCoreCompositeListRequest { r.pulpHrefIn = &pulpHrefIn @@ -553,6 +560,9 @@ func (a *ContentguardsCompositeAPIService) ContentguardsCoreCompositeListExecute if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_contentguards_content_redirect.go b/release/api_contentguards_content_redirect.go index b7f2537c..aec1a789 100644 --- a/release/api_contentguards_content_redirect.go +++ b/release/api_contentguards_content_redirect.go @@ -364,6 +364,7 @@ type ContentguardsContentRedirectAPIContentguardsCoreContentRedirectListRequest nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -443,6 +444,12 @@ func (r ContentguardsContentRedirectAPIContentguardsCoreContentRedirectListReque return r } +// Multiple values may be separated by commas. +func (r ContentguardsContentRedirectAPIContentguardsCoreContentRedirectListRequest) PrnIn(prnIn []string) ContentguardsContentRedirectAPIContentguardsCoreContentRedirectListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentguardsContentRedirectAPIContentguardsCoreContentRedirectListRequest) PulpHrefIn(pulpHrefIn []string) ContentguardsContentRedirectAPIContentguardsCoreContentRedirectListRequest { r.pulpHrefIn = &pulpHrefIn @@ -553,6 +560,9 @@ func (a *ContentguardsContentRedirectAPIService) ContentguardsCoreContentRedirec if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_contentguards_header.go b/release/api_contentguards_header.go index c194d164..88740304 100644 --- a/release/api_contentguards_header.go +++ b/release/api_contentguards_header.go @@ -364,6 +364,7 @@ type ContentguardsHeaderAPIContentguardsCoreHeaderListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -443,6 +444,12 @@ func (r ContentguardsHeaderAPIContentguardsCoreHeaderListRequest) Ordering(order return r } +// Multiple values may be separated by commas. +func (r ContentguardsHeaderAPIContentguardsCoreHeaderListRequest) PrnIn(prnIn []string) ContentguardsHeaderAPIContentguardsCoreHeaderListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentguardsHeaderAPIContentguardsCoreHeaderListRequest) PulpHrefIn(pulpHrefIn []string) ContentguardsHeaderAPIContentguardsCoreHeaderListRequest { r.pulpHrefIn = &pulpHrefIn @@ -553,6 +560,9 @@ func (a *ContentguardsHeaderAPIService) ContentguardsCoreHeaderListExecute(r Con if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_contentguards_rbac.go b/release/api_contentguards_rbac.go index d3d9c9ed..5e55d71c 100644 --- a/release/api_contentguards_rbac.go +++ b/release/api_contentguards_rbac.go @@ -364,6 +364,7 @@ type ContentguardsRbacAPIContentguardsCoreRbacListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -443,6 +444,12 @@ func (r ContentguardsRbacAPIContentguardsCoreRbacListRequest) Ordering(ordering return r } +// Multiple values may be separated by commas. +func (r ContentguardsRbacAPIContentguardsCoreRbacListRequest) PrnIn(prnIn []string) ContentguardsRbacAPIContentguardsCoreRbacListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentguardsRbacAPIContentguardsCoreRbacListRequest) PulpHrefIn(pulpHrefIn []string) ContentguardsRbacAPIContentguardsCoreRbacListRequest { r.pulpHrefIn = &pulpHrefIn @@ -553,6 +560,9 @@ func (a *ContentguardsRbacAPIService) ContentguardsCoreRbacListExecute(r Content if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_contentguards_rhsm.go b/release/api_contentguards_rhsm.go index b49d701a..622f071b 100644 --- a/release/api_contentguards_rhsm.go +++ b/release/api_contentguards_rhsm.go @@ -249,6 +249,7 @@ type ContentguardsRhsmAPIContentguardsCertguardRhsmListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -328,6 +329,12 @@ func (r ContentguardsRhsmAPIContentguardsCertguardRhsmListRequest) Ordering(orde return r } +// Multiple values may be separated by commas. +func (r ContentguardsRhsmAPIContentguardsCertguardRhsmListRequest) PrnIn(prnIn []string) ContentguardsRhsmAPIContentguardsCertguardRhsmListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentguardsRhsmAPIContentguardsCertguardRhsmListRequest) PulpHrefIn(pulpHrefIn []string) ContentguardsRhsmAPIContentguardsCertguardRhsmListRequest { r.pulpHrefIn = &pulpHrefIn @@ -438,6 +445,9 @@ func (a *ContentguardsRhsmAPIService) ContentguardsCertguardRhsmListExecute(r Co if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_contentguards_x509.go b/release/api_contentguards_x509.go index d9c8d98e..eb2650ab 100644 --- a/release/api_contentguards_x509.go +++ b/release/api_contentguards_x509.go @@ -249,6 +249,7 @@ type ContentguardsX509APIContentguardsCertguardX509ListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -328,6 +329,12 @@ func (r ContentguardsX509APIContentguardsCertguardX509ListRequest) Ordering(orde return r } +// Multiple values may be separated by commas. +func (r ContentguardsX509APIContentguardsCertguardX509ListRequest) PrnIn(prnIn []string) ContentguardsX509APIContentguardsCertguardX509ListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ContentguardsX509APIContentguardsCertguardX509ListRequest) PulpHrefIn(pulpHrefIn []string) ContentguardsX509APIContentguardsCertguardX509ListRequest { r.pulpHrefIn = &pulpHrefIn @@ -438,6 +445,9 @@ func (a *ContentguardsX509APIService) ContentguardsCertguardX509ListExecute(r Co if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_distributions.go b/release/api_distributions.go index f3ebdff8..464bcd76 100644 --- a/release/api_distributions.go +++ b/release/api_distributions.go @@ -45,6 +45,7 @@ type DistributionsAPIDistributionsListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -154,6 +155,12 @@ func (r DistributionsAPIDistributionsListRequest) Ordering(ordering []string) Di return r } +// Multiple values may be separated by commas. +func (r DistributionsAPIDistributionsListRequest) PrnIn(prnIn []string) DistributionsAPIDistributionsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r DistributionsAPIDistributionsListRequest) PulpHrefIn(pulpHrefIn []string) DistributionsAPIDistributionsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -172,13 +179,13 @@ func (r DistributionsAPIDistributionsListRequest) PulpLabelSelect(pulpLabelSelec return r } -// Pulp type* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree +// Pulp type* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree func (r DistributionsAPIDistributionsListRequest) PulpType(pulpType string) DistributionsAPIDistributionsListRequest { r.pulpType = &pulpType return r } -// Multiple values may be separated by commas.* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree +// Multiple values may be separated by commas.* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree func (r DistributionsAPIDistributionsListRequest) PulpTypeIn(pulpTypeIn []string) DistributionsAPIDistributionsListRequest { r.pulpTypeIn = &pulpTypeIn return r @@ -312,6 +319,9 @@ func (a *DistributionsAPIService) DistributionsListExecute(r DistributionsAPIDis if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_distributions_artifacts.go b/release/api_distributions_artifacts.go index fab376db..26a239e5 100644 --- a/release/api_distributions_artifacts.go +++ b/release/api_distributions_artifacts.go @@ -45,6 +45,7 @@ type DistributionsArtifactsAPIDistributionsCoreArtifactsListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -152,6 +153,12 @@ func (r DistributionsArtifactsAPIDistributionsCoreArtifactsListRequest) Ordering return r } +// Multiple values may be separated by commas. +func (r DistributionsArtifactsAPIDistributionsCoreArtifactsListRequest) PrnIn(prnIn []string) DistributionsArtifactsAPIDistributionsCoreArtifactsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r DistributionsArtifactsAPIDistributionsCoreArtifactsListRequest) PulpHrefIn(pulpHrefIn []string) DistributionsArtifactsAPIDistributionsCoreArtifactsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -298,6 +305,9 @@ func (a *DistributionsArtifactsAPIService) DistributionsCoreArtifactsListExecute if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_distributions_file.go b/release/api_distributions_file.go index 66143fc6..3739cc40 100644 --- a/release/api_distributions_file.go +++ b/release/api_distributions_file.go @@ -379,6 +379,7 @@ type DistributionsFileAPIDistributionsFileFileListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -486,6 +487,12 @@ func (r DistributionsFileAPIDistributionsFileFileListRequest) Ordering(ordering return r } +// Multiple values may be separated by commas. +func (r DistributionsFileAPIDistributionsFileFileListRequest) PrnIn(prnIn []string) DistributionsFileAPIDistributionsFileFileListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r DistributionsFileAPIDistributionsFileFileListRequest) PulpHrefIn(pulpHrefIn []string) DistributionsFileAPIDistributionsFileFileListRequest { r.pulpHrefIn = &pulpHrefIn @@ -632,6 +639,9 @@ func (a *DistributionsFileAPIService) DistributionsFileFileListExecute(r Distrib if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_distributions_gem.go b/release/api_distributions_gem.go index fa95064a..79ea17e4 100644 --- a/release/api_distributions_gem.go +++ b/release/api_distributions_gem.go @@ -379,6 +379,7 @@ type DistributionsGemAPIDistributionsGemGemListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -486,6 +487,12 @@ func (r DistributionsGemAPIDistributionsGemGemListRequest) Ordering(ordering []s return r } +// Multiple values may be separated by commas. +func (r DistributionsGemAPIDistributionsGemGemListRequest) PrnIn(prnIn []string) DistributionsGemAPIDistributionsGemGemListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r DistributionsGemAPIDistributionsGemGemListRequest) PulpHrefIn(pulpHrefIn []string) DistributionsGemAPIDistributionsGemGemListRequest { r.pulpHrefIn = &pulpHrefIn @@ -632,6 +639,9 @@ func (a *DistributionsGemAPIService) DistributionsGemGemListExecute(r Distributi if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_distributions_ostree.go b/release/api_distributions_ostree.go index 4c75f751..700c14e4 100644 --- a/release/api_distributions_ostree.go +++ b/release/api_distributions_ostree.go @@ -379,6 +379,7 @@ type DistributionsOstreeAPIDistributionsOstreeOstreeListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -486,6 +487,12 @@ func (r DistributionsOstreeAPIDistributionsOstreeOstreeListRequest) Ordering(ord return r } +// Multiple values may be separated by commas. +func (r DistributionsOstreeAPIDistributionsOstreeOstreeListRequest) PrnIn(prnIn []string) DistributionsOstreeAPIDistributionsOstreeOstreeListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r DistributionsOstreeAPIDistributionsOstreeOstreeListRequest) PulpHrefIn(pulpHrefIn []string) DistributionsOstreeAPIDistributionsOstreeOstreeListRequest { r.pulpHrefIn = &pulpHrefIn @@ -632,6 +639,9 @@ func (a *DistributionsOstreeAPIService) DistributionsOstreeOstreeListExecute(r D if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_distributions_pypi.go b/release/api_distributions_pypi.go index 90d377cb..b1270687 100644 --- a/release/api_distributions_pypi.go +++ b/release/api_distributions_pypi.go @@ -379,6 +379,7 @@ type DistributionsPypiAPIDistributionsPythonPypiListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -486,6 +487,12 @@ func (r DistributionsPypiAPIDistributionsPythonPypiListRequest) Ordering(orderin return r } +// Multiple values may be separated by commas. +func (r DistributionsPypiAPIDistributionsPythonPypiListRequest) PrnIn(prnIn []string) DistributionsPypiAPIDistributionsPythonPypiListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r DistributionsPypiAPIDistributionsPythonPypiListRequest) PulpHrefIn(pulpHrefIn []string) DistributionsPypiAPIDistributionsPythonPypiListRequest { r.pulpHrefIn = &pulpHrefIn @@ -632,6 +639,9 @@ func (a *DistributionsPypiAPIService) DistributionsPythonPypiListExecute(r Distr if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_distributions_rpm.go b/release/api_distributions_rpm.go index 36806673..3dd2dfda 100644 --- a/release/api_distributions_rpm.go +++ b/release/api_distributions_rpm.go @@ -379,6 +379,7 @@ type DistributionsRpmAPIDistributionsRpmRpmListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -486,6 +487,12 @@ func (r DistributionsRpmAPIDistributionsRpmRpmListRequest) Ordering(ordering []s return r } +// Multiple values may be separated by commas. +func (r DistributionsRpmAPIDistributionsRpmRpmListRequest) PrnIn(prnIn []string) DistributionsRpmAPIDistributionsRpmRpmListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r DistributionsRpmAPIDistributionsRpmRpmListRequest) PulpHrefIn(pulpHrefIn []string) DistributionsRpmAPIDistributionsRpmRpmListRequest { r.pulpHrefIn = &pulpHrefIn @@ -632,6 +639,9 @@ func (a *DistributionsRpmAPIService) DistributionsRpmRpmListExecute(r Distributi if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_domains.go b/release/api_domains.go index 7885057b..527e31eb 100644 --- a/release/api_domains.go +++ b/release/api_domains.go @@ -260,6 +260,7 @@ type DomainsAPIDomainsListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -339,6 +340,12 @@ func (r DomainsAPIDomainsListRequest) Ordering(ordering []string) DomainsAPIDoma return r } +// Multiple values may be separated by commas. +func (r DomainsAPIDomainsListRequest) PrnIn(prnIn []string) DomainsAPIDomainsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r DomainsAPIDomainsListRequest) PulpHrefIn(pulpHrefIn []string) DomainsAPIDomainsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -449,6 +456,9 @@ func (a *DomainsAPIService) DomainsListExecute(r DomainsAPIDomainsListRequest) ( if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_exporters_filesystem.go b/release/api_exporters_filesystem.go index ed207c5d..a1096ca3 100644 --- a/release/api_exporters_filesystem.go +++ b/release/api_exporters_filesystem.go @@ -260,6 +260,7 @@ type ExportersFilesystemAPIExportersCoreFilesystemListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -339,6 +340,12 @@ func (r ExportersFilesystemAPIExportersCoreFilesystemListRequest) Ordering(order return r } +// Multiple values may be separated by commas. +func (r ExportersFilesystemAPIExportersCoreFilesystemListRequest) PrnIn(prnIn []string) ExportersFilesystemAPIExportersCoreFilesystemListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ExportersFilesystemAPIExportersCoreFilesystemListRequest) PulpHrefIn(pulpHrefIn []string) ExportersFilesystemAPIExportersCoreFilesystemListRequest { r.pulpHrefIn = &pulpHrefIn @@ -449,6 +456,9 @@ func (a *ExportersFilesystemAPIService) ExportersCoreFilesystemListExecute(r Exp if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_exporters_pulp.go b/release/api_exporters_pulp.go index 9e52fa2b..f80d969d 100644 --- a/release/api_exporters_pulp.go +++ b/release/api_exporters_pulp.go @@ -260,6 +260,7 @@ type ExportersPulpAPIExportersCorePulpListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -339,6 +340,12 @@ func (r ExportersPulpAPIExportersCorePulpListRequest) Ordering(ordering []string return r } +// Multiple values may be separated by commas. +func (r ExportersPulpAPIExportersCorePulpListRequest) PrnIn(prnIn []string) ExportersPulpAPIExportersCorePulpListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ExportersPulpAPIExportersCorePulpListRequest) PulpHrefIn(pulpHrefIn []string) ExportersPulpAPIExportersCorePulpListRequest { r.pulpHrefIn = &pulpHrefIn @@ -449,6 +456,9 @@ func (a *ExportersPulpAPIService) ExportersCorePulpListExecute(r ExportersPulpAP if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_groups.go b/release/api_groups.go index ece78fe1..bec60e99 100644 --- a/release/api_groups.go +++ b/release/api_groups.go @@ -362,6 +362,7 @@ type GroupsAPIGroupsListRequest struct { nameIn *[]string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -429,6 +430,12 @@ func (r GroupsAPIGroupsListRequest) Ordering(ordering []string) GroupsAPIGroupsL return r } +// Multiple values may be separated by commas. +func (r GroupsAPIGroupsListRequest) PrnIn(prnIn []string) GroupsAPIGroupsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r GroupsAPIGroupsListRequest) PulpHrefIn(pulpHrefIn []string) GroupsAPIGroupsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -533,6 +540,9 @@ func (a *GroupsAPIService) GroupsListExecute(r GroupsAPIGroupsListRequest) (*Pag if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_groups_roles.go b/release/api_groups_roles.go index 6fa55a60..e53dcd76 100644 --- a/release/api_groups_roles.go +++ b/release/api_groups_roles.go @@ -242,6 +242,7 @@ type GroupsRolesAPIGroupsRolesListRequest struct { limit *int32 offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -284,6 +285,12 @@ func (r GroupsRolesAPIGroupsRolesListRequest) Ordering(ordering []string) Groups return r } +// Multiple values may be separated by commas. +func (r GroupsRolesAPIGroupsRolesListRequest) PrnIn(prnIn []string) GroupsRolesAPIGroupsRolesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r GroupsRolesAPIGroupsRolesListRequest) PulpHrefIn(pulpHrefIn []string) GroupsRolesAPIGroupsRolesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -399,6 +406,9 @@ func (a *GroupsRolesAPIService) GroupsRolesListExecute(r GroupsRolesAPIGroupsRol if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_importers_pulp.go b/release/api_importers_pulp.go index a60a3647..708f4ee5 100644 --- a/release/api_importers_pulp.go +++ b/release/api_importers_pulp.go @@ -249,6 +249,7 @@ type ImportersPulpAPIImportersCorePulpListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -328,6 +329,12 @@ func (r ImportersPulpAPIImportersCorePulpListRequest) Ordering(ordering []string return r } +// Multiple values may be separated by commas. +func (r ImportersPulpAPIImportersCorePulpListRequest) PrnIn(prnIn []string) ImportersPulpAPIImportersCorePulpListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r ImportersPulpAPIImportersCorePulpListRequest) PulpHrefIn(pulpHrefIn []string) ImportersPulpAPIImportersCorePulpListRequest { r.pulpHrefIn = &pulpHrefIn @@ -438,6 +445,9 @@ func (a *ImportersPulpAPIService) ImportersCorePulpListExecute(r ImportersPulpAP if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_publications.go b/release/api_publications.go index 64573810..20619ee9 100644 --- a/release/api_publications.go +++ b/release/api_publications.go @@ -31,10 +31,11 @@ type PublicationsAPIPublicationsListRequest struct { ApiService *PublicationsAPIService pulpDomain string content *string - contentIn *string + contentIn *[]string limit *int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -52,14 +53,14 @@ type PublicationsAPIPublicationsListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r PublicationsAPIPublicationsListRequest) Content(content string) PublicationsAPIPublicationsListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r PublicationsAPIPublicationsListRequest) ContentIn(contentIn string) PublicationsAPIPublicationsListRequest { +// Multiple values may be separated by commas. +func (r PublicationsAPIPublicationsListRequest) ContentIn(contentIn []string) PublicationsAPIPublicationsListRequest { r.contentIn = &contentIn return r } @@ -82,6 +83,12 @@ func (r PublicationsAPIPublicationsListRequest) Ordering(ordering []string) Publ return r } +// Multiple values may be separated by commas. +func (r PublicationsAPIPublicationsListRequest) PrnIn(prnIn []string) PublicationsAPIPublicationsListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r PublicationsAPIPublicationsListRequest) PulpCreated(pulpCreated time.Time) PublicationsAPIPublicationsListRequest { r.pulpCreated = &pulpCreated @@ -130,13 +137,13 @@ func (r PublicationsAPIPublicationsListRequest) PulpIdIn(pulpIdIn []string) Publ return r } -// Pulp type* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file +// Pulp type* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python func (r PublicationsAPIPublicationsListRequest) PulpType(pulpType string) PublicationsAPIPublicationsListRequest { r.pulpType = &pulpType return r } -// Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file +// Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python func (r PublicationsAPIPublicationsListRequest) PulpTypeIn(pulpTypeIn []string) PublicationsAPIPublicationsListRequest { r.pulpTypeIn = &pulpTypeIn return r @@ -148,13 +155,13 @@ func (r PublicationsAPIPublicationsListRequest) Q(q string) PublicationsAPIPubli return r } -// Repository referenced by HREF +// Repository referenced by HREF/PRN func (r PublicationsAPIPublicationsListRequest) Repository(repository string) PublicationsAPIPublicationsListRequest { r.repository = &repository return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r PublicationsAPIPublicationsListRequest) RepositoryVersion(repositoryVersion string) PublicationsAPIPublicationsListRequest { r.repositoryVersion = &repositoryVersion return r @@ -220,7 +227,7 @@ func (a *PublicationsAPIService) PublicationsListExecute(r PublicationsAPIPublic parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -231,6 +238,9 @@ func (a *PublicationsAPIService) PublicationsListExecute(r PublicationsAPIPublic if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_publications_file.go b/release/api_publications_file.go index 913cb4d6..f90cdfc5 100644 --- a/release/api_publications_file.go +++ b/release/api_publications_file.go @@ -354,10 +354,11 @@ type PublicationsFileAPIPublicationsFileFileListRequest struct { ApiService *PublicationsFileAPIService pulpDomain string content *string - contentIn *string + contentIn *[]string limit *int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -373,14 +374,14 @@ type PublicationsFileAPIPublicationsFileFileListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r PublicationsFileAPIPublicationsFileFileListRequest) Content(content string) PublicationsFileAPIPublicationsFileFileListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r PublicationsFileAPIPublicationsFileFileListRequest) ContentIn(contentIn string) PublicationsFileAPIPublicationsFileFileListRequest { +// Multiple values may be separated by commas. +func (r PublicationsFileAPIPublicationsFileFileListRequest) ContentIn(contentIn []string) PublicationsFileAPIPublicationsFileFileListRequest { r.contentIn = &contentIn return r } @@ -403,6 +404,12 @@ func (r PublicationsFileAPIPublicationsFileFileListRequest) Ordering(ordering [] return r } +// Multiple values may be separated by commas. +func (r PublicationsFileAPIPublicationsFileFileListRequest) PrnIn(prnIn []string) PublicationsFileAPIPublicationsFileFileListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r PublicationsFileAPIPublicationsFileFileListRequest) PulpCreated(pulpCreated time.Time) PublicationsFileAPIPublicationsFileFileListRequest { r.pulpCreated = &pulpCreated @@ -457,13 +464,13 @@ func (r PublicationsFileAPIPublicationsFileFileListRequest) Q(q string) Publicat return r } -// Repository referenced by HREF +// Repository referenced by HREF/PRN func (r PublicationsFileAPIPublicationsFileFileListRequest) Repository(repository string) PublicationsFileAPIPublicationsFileFileListRequest { r.repository = &repository return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r PublicationsFileAPIPublicationsFileFileListRequest) RepositoryVersion(repositoryVersion string) PublicationsFileAPIPublicationsFileFileListRequest { r.repositoryVersion = &repositoryVersion return r @@ -529,7 +536,7 @@ func (a *PublicationsFileAPIService) PublicationsFileFileListExecute(r Publicati parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -540,6 +547,9 @@ func (a *PublicationsFileAPIService) PublicationsFileFileListExecute(r Publicati if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_publications_gem.go b/release/api_publications_gem.go index a9094b2e..4de816a7 100644 --- a/release/api_publications_gem.go +++ b/release/api_publications_gem.go @@ -354,10 +354,11 @@ type PublicationsGemAPIPublicationsGemGemListRequest struct { ApiService *PublicationsGemAPIService pulpDomain string content *string - contentIn *string + contentIn *[]string limit *int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -373,14 +374,14 @@ type PublicationsGemAPIPublicationsGemGemListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r PublicationsGemAPIPublicationsGemGemListRequest) Content(content string) PublicationsGemAPIPublicationsGemGemListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r PublicationsGemAPIPublicationsGemGemListRequest) ContentIn(contentIn string) PublicationsGemAPIPublicationsGemGemListRequest { +// Multiple values may be separated by commas. +func (r PublicationsGemAPIPublicationsGemGemListRequest) ContentIn(contentIn []string) PublicationsGemAPIPublicationsGemGemListRequest { r.contentIn = &contentIn return r } @@ -403,6 +404,12 @@ func (r PublicationsGemAPIPublicationsGemGemListRequest) Ordering(ordering []str return r } +// Multiple values may be separated by commas. +func (r PublicationsGemAPIPublicationsGemGemListRequest) PrnIn(prnIn []string) PublicationsGemAPIPublicationsGemGemListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r PublicationsGemAPIPublicationsGemGemListRequest) PulpCreated(pulpCreated time.Time) PublicationsGemAPIPublicationsGemGemListRequest { r.pulpCreated = &pulpCreated @@ -457,13 +464,13 @@ func (r PublicationsGemAPIPublicationsGemGemListRequest) Q(q string) Publication return r } -// Repository referenced by HREF +// Repository referenced by HREF/PRN func (r PublicationsGemAPIPublicationsGemGemListRequest) Repository(repository string) PublicationsGemAPIPublicationsGemGemListRequest { r.repository = &repository return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r PublicationsGemAPIPublicationsGemGemListRequest) RepositoryVersion(repositoryVersion string) PublicationsGemAPIPublicationsGemGemListRequest { r.repositoryVersion = &repositoryVersion return r @@ -529,7 +536,7 @@ func (a *PublicationsGemAPIService) PublicationsGemGemListExecute(r Publications parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -540,6 +547,9 @@ func (a *PublicationsGemAPIService) PublicationsGemGemListExecute(r Publications if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_publications_pypi.go b/release/api_publications_pypi.go index 622279e4..d34feac9 100644 --- a/release/api_publications_pypi.go +++ b/release/api_publications_pypi.go @@ -354,10 +354,11 @@ type PublicationsPypiAPIPublicationsPythonPypiListRequest struct { ApiService *PublicationsPypiAPIService pulpDomain string content *string - contentIn *string + contentIn *[]string limit *int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -373,14 +374,14 @@ type PublicationsPypiAPIPublicationsPythonPypiListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r PublicationsPypiAPIPublicationsPythonPypiListRequest) Content(content string) PublicationsPypiAPIPublicationsPythonPypiListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r PublicationsPypiAPIPublicationsPythonPypiListRequest) ContentIn(contentIn string) PublicationsPypiAPIPublicationsPythonPypiListRequest { +// Multiple values may be separated by commas. +func (r PublicationsPypiAPIPublicationsPythonPypiListRequest) ContentIn(contentIn []string) PublicationsPypiAPIPublicationsPythonPypiListRequest { r.contentIn = &contentIn return r } @@ -403,6 +404,12 @@ func (r PublicationsPypiAPIPublicationsPythonPypiListRequest) Ordering(ordering return r } +// Multiple values may be separated by commas. +func (r PublicationsPypiAPIPublicationsPythonPypiListRequest) PrnIn(prnIn []string) PublicationsPypiAPIPublicationsPythonPypiListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r PublicationsPypiAPIPublicationsPythonPypiListRequest) PulpCreated(pulpCreated time.Time) PublicationsPypiAPIPublicationsPythonPypiListRequest { r.pulpCreated = &pulpCreated @@ -457,13 +464,13 @@ func (r PublicationsPypiAPIPublicationsPythonPypiListRequest) Q(q string) Public return r } -// Repository referenced by HREF +// Repository referenced by HREF/PRN func (r PublicationsPypiAPIPublicationsPythonPypiListRequest) Repository(repository string) PublicationsPypiAPIPublicationsPythonPypiListRequest { r.repository = &repository return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r PublicationsPypiAPIPublicationsPythonPypiListRequest) RepositoryVersion(repositoryVersion string) PublicationsPypiAPIPublicationsPythonPypiListRequest { r.repositoryVersion = &repositoryVersion return r @@ -529,7 +536,7 @@ func (a *PublicationsPypiAPIService) PublicationsPythonPypiListExecute(r Publica parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -540,6 +547,9 @@ func (a *PublicationsPypiAPIService) PublicationsPythonPypiListExecute(r Publica if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_publications_rpm.go b/release/api_publications_rpm.go index 711f9c2c..4716049e 100644 --- a/release/api_publications_rpm.go +++ b/release/api_publications_rpm.go @@ -354,10 +354,11 @@ type PublicationsRpmAPIPublicationsRpmRpmListRequest struct { ApiService *PublicationsRpmAPIService pulpDomain string content *string - contentIn *string + contentIn *[]string limit *int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -373,14 +374,14 @@ type PublicationsRpmAPIPublicationsRpmRpmListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r PublicationsRpmAPIPublicationsRpmRpmListRequest) Content(content string) PublicationsRpmAPIPublicationsRpmRpmListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r PublicationsRpmAPIPublicationsRpmRpmListRequest) ContentIn(contentIn string) PublicationsRpmAPIPublicationsRpmRpmListRequest { +// Multiple values may be separated by commas. +func (r PublicationsRpmAPIPublicationsRpmRpmListRequest) ContentIn(contentIn []string) PublicationsRpmAPIPublicationsRpmRpmListRequest { r.contentIn = &contentIn return r } @@ -403,6 +404,12 @@ func (r PublicationsRpmAPIPublicationsRpmRpmListRequest) Ordering(ordering []str return r } +// Multiple values may be separated by commas. +func (r PublicationsRpmAPIPublicationsRpmRpmListRequest) PrnIn(prnIn []string) PublicationsRpmAPIPublicationsRpmRpmListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r PublicationsRpmAPIPublicationsRpmRpmListRequest) PulpCreated(pulpCreated time.Time) PublicationsRpmAPIPublicationsRpmRpmListRequest { r.pulpCreated = &pulpCreated @@ -457,13 +464,13 @@ func (r PublicationsRpmAPIPublicationsRpmRpmListRequest) Q(q string) Publication return r } -// Repository referenced by HREF +// Repository referenced by HREF/PRN func (r PublicationsRpmAPIPublicationsRpmRpmListRequest) Repository(repository string) PublicationsRpmAPIPublicationsRpmRpmListRequest { r.repository = &repository return r } -// Repository Version referenced by HREF +// Repository Version referenced by HREF/PRN func (r PublicationsRpmAPIPublicationsRpmRpmListRequest) RepositoryVersion(repositoryVersion string) PublicationsRpmAPIPublicationsRpmRpmListRequest { r.repositoryVersion = &repositoryVersion return r @@ -529,7 +536,7 @@ func (a *PublicationsRpmAPIService) PublicationsRpmRpmListExecute(r Publications parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -540,6 +547,9 @@ func (a *PublicationsRpmAPIService) PublicationsRpmRpmListExecute(r Publications if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_remotes.go b/release/api_remotes.go index 8fc3d2b9..0b9b4429 100644 --- a/release/api_remotes.go +++ b/release/api_remotes.go @@ -42,6 +42,7 @@ type RemotesAPIRemotesListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -130,6 +131,12 @@ func (r RemotesAPIRemotesListRequest) Ordering(ordering []string) RemotesAPIRemo return r } +// Multiple values may be separated by commas. +func (r RemotesAPIRemotesListRequest) PrnIn(prnIn []string) RemotesAPIRemotesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RemotesAPIRemotesListRequest) PulpHrefIn(pulpHrefIn []string) RemotesAPIRemotesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -184,13 +191,13 @@ func (r RemotesAPIRemotesListRequest) PulpLastUpdatedRange(pulpLastUpdatedRange return r } -// Pulp type* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree +// Pulp type* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree func (r RemotesAPIRemotesListRequest) PulpType(pulpType string) RemotesAPIRemotesListRequest { r.pulpType = &pulpType return r } -// Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree +// Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree func (r RemotesAPIRemotesListRequest) PulpTypeIn(pulpTypeIn []string) RemotesAPIRemotesListRequest { r.pulpTypeIn = &pulpTypeIn return r @@ -294,6 +301,9 @@ func (a *RemotesAPIService) RemotesListExecute(r RemotesAPIRemotesListRequest) ( if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_remotes_file.go b/release/api_remotes_file.go index 014d0ffe..78c13887 100644 --- a/release/api_remotes_file.go +++ b/release/api_remotes_file.go @@ -376,6 +376,7 @@ type RemotesFileAPIRemotesFileFileListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -462,6 +463,12 @@ func (r RemotesFileAPIRemotesFileFileListRequest) Ordering(ordering []string) Re return r } +// Multiple values may be separated by commas. +func (r RemotesFileAPIRemotesFileFileListRequest) PrnIn(prnIn []string) RemotesFileAPIRemotesFileFileListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RemotesFileAPIRemotesFileFileListRequest) PulpHrefIn(pulpHrefIn []string) RemotesFileAPIRemotesFileFileListRequest { r.pulpHrefIn = &pulpHrefIn @@ -614,6 +621,9 @@ func (a *RemotesFileAPIService) RemotesFileFileListExecute(r RemotesFileAPIRemot if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_remotes_gem.go b/release/api_remotes_gem.go index b0c2b4f2..0bcd4448 100644 --- a/release/api_remotes_gem.go +++ b/release/api_remotes_gem.go @@ -376,6 +376,7 @@ type RemotesGemAPIRemotesGemGemListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -462,6 +463,12 @@ func (r RemotesGemAPIRemotesGemGemListRequest) Ordering(ordering []string) Remot return r } +// Multiple values may be separated by commas. +func (r RemotesGemAPIRemotesGemGemListRequest) PrnIn(prnIn []string) RemotesGemAPIRemotesGemGemListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RemotesGemAPIRemotesGemGemListRequest) PulpHrefIn(pulpHrefIn []string) RemotesGemAPIRemotesGemGemListRequest { r.pulpHrefIn = &pulpHrefIn @@ -614,6 +621,9 @@ func (a *RemotesGemAPIService) RemotesGemGemListExecute(r RemotesGemAPIRemotesGe if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_remotes_ostree.go b/release/api_remotes_ostree.go index 4337abfd..c1495245 100644 --- a/release/api_remotes_ostree.go +++ b/release/api_remotes_ostree.go @@ -376,6 +376,7 @@ type RemotesOstreeAPIRemotesOstreeOstreeListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -462,6 +463,12 @@ func (r RemotesOstreeAPIRemotesOstreeOstreeListRequest) Ordering(ordering []stri return r } +// Multiple values may be separated by commas. +func (r RemotesOstreeAPIRemotesOstreeOstreeListRequest) PrnIn(prnIn []string) RemotesOstreeAPIRemotesOstreeOstreeListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RemotesOstreeAPIRemotesOstreeOstreeListRequest) PulpHrefIn(pulpHrefIn []string) RemotesOstreeAPIRemotesOstreeOstreeListRequest { r.pulpHrefIn = &pulpHrefIn @@ -614,6 +621,9 @@ func (a *RemotesOstreeAPIService) RemotesOstreeOstreeListExecute(r RemotesOstree if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_remotes_python.go b/release/api_remotes_python.go index 822a8eaa..a7dde801 100644 --- a/release/api_remotes_python.go +++ b/release/api_remotes_python.go @@ -532,6 +532,7 @@ type RemotesPythonAPIRemotesPythonPythonListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -618,6 +619,12 @@ func (r RemotesPythonAPIRemotesPythonPythonListRequest) Ordering(ordering []stri return r } +// Multiple values may be separated by commas. +func (r RemotesPythonAPIRemotesPythonPythonListRequest) PrnIn(prnIn []string) RemotesPythonAPIRemotesPythonPythonListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RemotesPythonAPIRemotesPythonPythonListRequest) PulpHrefIn(pulpHrefIn []string) RemotesPythonAPIRemotesPythonPythonListRequest { r.pulpHrefIn = &pulpHrefIn @@ -770,6 +777,9 @@ func (a *RemotesPythonAPIService) RemotesPythonPythonListExecute(r RemotesPython if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_remotes_rpm.go b/release/api_remotes_rpm.go index ebf9c8be..c0f90912 100644 --- a/release/api_remotes_rpm.go +++ b/release/api_remotes_rpm.go @@ -376,6 +376,7 @@ type RemotesRpmAPIRemotesRpmRpmListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -462,6 +463,12 @@ func (r RemotesRpmAPIRemotesRpmRpmListRequest) Ordering(ordering []string) Remot return r } +// Multiple values may be separated by commas. +func (r RemotesRpmAPIRemotesRpmRpmListRequest) PrnIn(prnIn []string) RemotesRpmAPIRemotesRpmRpmListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RemotesRpmAPIRemotesRpmRpmListRequest) PulpHrefIn(pulpHrefIn []string) RemotesRpmAPIRemotesRpmRpmListRequest { r.pulpHrefIn = &pulpHrefIn @@ -614,6 +621,9 @@ func (a *RemotesRpmAPIService) RemotesRpmRpmListExecute(r RemotesRpmAPIRemotesRp if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_remotes_uln.go b/release/api_remotes_uln.go index eb755f7f..2632be3f 100644 --- a/release/api_remotes_uln.go +++ b/release/api_remotes_uln.go @@ -376,6 +376,7 @@ type RemotesUlnAPIRemotesRpmUlnListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -462,6 +463,12 @@ func (r RemotesUlnAPIRemotesRpmUlnListRequest) Ordering(ordering []string) Remot return r } +// Multiple values may be separated by commas. +func (r RemotesUlnAPIRemotesRpmUlnListRequest) PrnIn(prnIn []string) RemotesUlnAPIRemotesRpmUlnListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RemotesUlnAPIRemotesRpmUlnListRequest) PulpHrefIn(pulpHrefIn []string) RemotesUlnAPIRemotesRpmUlnListRequest { r.pulpHrefIn = &pulpHrefIn @@ -614,6 +621,9 @@ func (a *RemotesUlnAPIService) RemotesRpmUlnListExecute(r RemotesUlnAPIRemotesRp if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_repositories.go b/release/api_repositories.go index 6f7702c5..088a7b86 100644 --- a/release/api_repositories.go +++ b/release/api_repositories.go @@ -42,6 +42,7 @@ type RepositoriesAPIRepositoriesListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -62,7 +63,7 @@ type RepositoriesAPIRepositoriesListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesAPIRepositoriesListRequest) LatestWithContent(latestWithContent string) RepositoriesAPIRepositoriesListRequest { r.latestWithContent = &latestWithContent return r @@ -140,6 +141,12 @@ func (r RepositoriesAPIRepositoriesListRequest) Ordering(ordering []string) Repo return r } +// Multiple values may be separated by commas. +func (r RepositoriesAPIRepositoriesListRequest) PrnIn(prnIn []string) RepositoriesAPIRepositoriesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RepositoriesAPIRepositoriesListRequest) PulpHrefIn(pulpHrefIn []string) RepositoriesAPIRepositoriesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -158,13 +165,13 @@ func (r RepositoriesAPIRepositoriesListRequest) PulpLabelSelect(pulpLabelSelect return r } -// Pulp type* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree +// Pulp type* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree func (r RepositoriesAPIRepositoriesListRequest) PulpType(pulpType string) RepositoriesAPIRepositoriesListRequest { r.pulpType = &pulpType return r } -// Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree +// Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree func (r RepositoriesAPIRepositoriesListRequest) PulpTypeIn(pulpTypeIn []string) RepositoriesAPIRepositoriesListRequest { r.pulpTypeIn = &pulpTypeIn return r @@ -230,7 +237,7 @@ func (r RepositoriesAPIRepositoriesListRequest) RetainRepoVersionsRange(retainRe return r } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesAPIRepositoriesListRequest) WithContent(withContent string) RepositoriesAPIRepositoriesListRequest { r.withContent = &withContent return r @@ -331,6 +338,9 @@ func (a *RepositoriesAPIService) RepositoriesListExecute(r RepositoriesAPIReposi if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_repositories_file.go b/release/api_repositories_file.go index 40f1376b..e19e2b73 100644 --- a/release/api_repositories_file.go +++ b/release/api_repositories_file.go @@ -376,6 +376,7 @@ type RepositoriesFileAPIRepositoriesFileFileListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -394,7 +395,7 @@ type RepositoriesFileAPIRepositoriesFileFileListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesFileAPIRepositoriesFileFileListRequest) LatestWithContent(latestWithContent string) RepositoriesFileAPIRepositoriesFileFileListRequest { r.latestWithContent = &latestWithContent return r @@ -472,6 +473,12 @@ func (r RepositoriesFileAPIRepositoriesFileFileListRequest) Ordering(ordering [] return r } +// Multiple values may be separated by commas. +func (r RepositoriesFileAPIRepositoriesFileFileListRequest) PrnIn(prnIn []string) RepositoriesFileAPIRepositoriesFileFileListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RepositoriesFileAPIRepositoriesFileFileListRequest) PulpHrefIn(pulpHrefIn []string) RepositoriesFileAPIRepositoriesFileFileListRequest { r.pulpHrefIn = &pulpHrefIn @@ -550,7 +557,7 @@ func (r RepositoriesFileAPIRepositoriesFileFileListRequest) RetainRepoVersionsRa return r } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesFileAPIRepositoriesFileFileListRequest) WithContent(withContent string) RepositoriesFileAPIRepositoriesFileFileListRequest { r.withContent = &withContent return r @@ -651,6 +658,9 @@ func (a *RepositoriesFileAPIService) RepositoriesFileFileListExecute(r Repositor if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_repositories_file_versions.go b/release/api_repositories_file_versions.go index 965ecd95..1a9774bf 100644 --- a/release/api_repositories_file_versions.go +++ b/release/api_repositories_file_versions.go @@ -135,7 +135,7 @@ type RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest struct { ApiService *RepositoriesFileVersionsAPIService fileFileRepositoryHref string content *string - contentIn *string + contentIn *[]string limit *int32 number *int32 numberGt *int32 @@ -145,6 +145,7 @@ type RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest struct { numberRange *[]int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -157,14 +158,14 @@ type RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest) Content(content string) RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest) ContentIn(contentIn string) RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest { +// Multiple values may be separated by commas. +func (r RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest) ContentIn(contentIn []string) RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest { r.contentIn = &contentIn return r } @@ -223,6 +224,12 @@ func (r RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest) Orde return r } +// Multiple values may be separated by commas. +func (r RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest) PrnIn(prnIn []string) RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest) PulpCreated(pulpCreated time.Time) RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListRequest { r.pulpCreated = &pulpCreated @@ -331,7 +338,7 @@ func (a *RepositoriesFileVersionsAPIService) RepositoriesFileFileVersionsListExe parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -360,6 +367,9 @@ func (a *RepositoriesFileVersionsAPIService) RepositoriesFileFileVersionsListExe if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_repositories_gem.go b/release/api_repositories_gem.go index c6c050d3..6ece6a71 100644 --- a/release/api_repositories_gem.go +++ b/release/api_repositories_gem.go @@ -376,6 +376,7 @@ type RepositoriesGemAPIRepositoriesGemGemListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -394,7 +395,7 @@ type RepositoriesGemAPIRepositoriesGemGemListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesGemAPIRepositoriesGemGemListRequest) LatestWithContent(latestWithContent string) RepositoriesGemAPIRepositoriesGemGemListRequest { r.latestWithContent = &latestWithContent return r @@ -472,6 +473,12 @@ func (r RepositoriesGemAPIRepositoriesGemGemListRequest) Ordering(ordering []str return r } +// Multiple values may be separated by commas. +func (r RepositoriesGemAPIRepositoriesGemGemListRequest) PrnIn(prnIn []string) RepositoriesGemAPIRepositoriesGemGemListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RepositoriesGemAPIRepositoriesGemGemListRequest) PulpHrefIn(pulpHrefIn []string) RepositoriesGemAPIRepositoriesGemGemListRequest { r.pulpHrefIn = &pulpHrefIn @@ -550,7 +557,7 @@ func (r RepositoriesGemAPIRepositoriesGemGemListRequest) RetainRepoVersionsRange return r } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesGemAPIRepositoriesGemGemListRequest) WithContent(withContent string) RepositoriesGemAPIRepositoriesGemGemListRequest { r.withContent = &withContent return r @@ -651,6 +658,9 @@ func (a *RepositoriesGemAPIService) RepositoriesGemGemListExecute(r Repositories if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_repositories_gem_versions.go b/release/api_repositories_gem_versions.go index e343197a..6ed2ee23 100644 --- a/release/api_repositories_gem_versions.go +++ b/release/api_repositories_gem_versions.go @@ -135,7 +135,7 @@ type RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest struct { ApiService *RepositoriesGemVersionsAPIService gemGemRepositoryHref string content *string - contentIn *string + contentIn *[]string limit *int32 number *int32 numberGt *int32 @@ -145,6 +145,7 @@ type RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest struct { numberRange *[]int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -157,14 +158,14 @@ type RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest) Content(content string) RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest) ContentIn(contentIn string) RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest { +// Multiple values may be separated by commas. +func (r RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest) ContentIn(contentIn []string) RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest { r.contentIn = &contentIn return r } @@ -223,6 +224,12 @@ func (r RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest) Orderin return r } +// Multiple values may be separated by commas. +func (r RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest) PrnIn(prnIn []string) RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest) PulpCreated(pulpCreated time.Time) RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListRequest { r.pulpCreated = &pulpCreated @@ -331,7 +338,7 @@ func (a *RepositoriesGemVersionsAPIService) RepositoriesGemGemVersionsListExecut parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -360,6 +367,9 @@ func (a *RepositoriesGemVersionsAPIService) RepositoriesGemGemVersionsListExecut if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_repositories_ostree.go b/release/api_repositories_ostree.go index 25d0f46d..f06451b8 100644 --- a/release/api_repositories_ostree.go +++ b/release/api_repositories_ostree.go @@ -606,6 +606,7 @@ type RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -624,7 +625,7 @@ type RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest) LatestWithContent(latestWithContent string) RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest { r.latestWithContent = &latestWithContent return r @@ -702,6 +703,12 @@ func (r RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest) Ordering(order return r } +// Multiple values may be separated by commas. +func (r RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest) PrnIn(prnIn []string) RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest) PulpHrefIn(pulpHrefIn []string) RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest { r.pulpHrefIn = &pulpHrefIn @@ -780,7 +787,7 @@ func (r RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest) RetainRepoVers return r } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest) WithContent(withContent string) RepositoriesOstreeAPIRepositoriesOstreeOstreeListRequest { r.withContent = &withContent return r @@ -881,6 +888,9 @@ func (a *RepositoriesOstreeAPIService) RepositoriesOstreeOstreeListExecute(r Rep if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_repositories_ostree_versions.go b/release/api_repositories_ostree_versions.go index 07a4613d..b1530123 100644 --- a/release/api_repositories_ostree_versions.go +++ b/release/api_repositories_ostree_versions.go @@ -135,7 +135,7 @@ type RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest st ApiService *RepositoriesOstreeVersionsAPIService ostreeOstreeRepositoryHref string content *string - contentIn *string + contentIn *[]string limit *int32 number *int32 numberGt *int32 @@ -145,6 +145,7 @@ type RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest st numberRange *[]int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -157,14 +158,14 @@ type RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest st excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest) Content(content string) RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest) ContentIn(contentIn string) RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest { +// Multiple values may be separated by commas. +func (r RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest) ContentIn(contentIn []string) RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest { r.contentIn = &contentIn return r } @@ -223,6 +224,12 @@ func (r RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest return r } +// Multiple values may be separated by commas. +func (r RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest) PrnIn(prnIn []string) RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest) PulpCreated(pulpCreated time.Time) RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListRequest { r.pulpCreated = &pulpCreated @@ -331,7 +338,7 @@ func (a *RepositoriesOstreeVersionsAPIService) RepositoriesOstreeOstreeVersionsL parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -360,6 +367,9 @@ func (a *RepositoriesOstreeVersionsAPIService) RepositoriesOstreeOstreeVersionsL if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_repositories_python.go b/release/api_repositories_python.go index 8e83eeda..f98af65a 100644 --- a/release/api_repositories_python.go +++ b/release/api_repositories_python.go @@ -376,6 +376,7 @@ type RepositoriesPythonAPIRepositoriesPythonPythonListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -394,7 +395,7 @@ type RepositoriesPythonAPIRepositoriesPythonPythonListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesPythonAPIRepositoriesPythonPythonListRequest) LatestWithContent(latestWithContent string) RepositoriesPythonAPIRepositoriesPythonPythonListRequest { r.latestWithContent = &latestWithContent return r @@ -472,6 +473,12 @@ func (r RepositoriesPythonAPIRepositoriesPythonPythonListRequest) Ordering(order return r } +// Multiple values may be separated by commas. +func (r RepositoriesPythonAPIRepositoriesPythonPythonListRequest) PrnIn(prnIn []string) RepositoriesPythonAPIRepositoriesPythonPythonListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RepositoriesPythonAPIRepositoriesPythonPythonListRequest) PulpHrefIn(pulpHrefIn []string) RepositoriesPythonAPIRepositoriesPythonPythonListRequest { r.pulpHrefIn = &pulpHrefIn @@ -550,7 +557,7 @@ func (r RepositoriesPythonAPIRepositoriesPythonPythonListRequest) RetainRepoVers return r } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesPythonAPIRepositoriesPythonPythonListRequest) WithContent(withContent string) RepositoriesPythonAPIRepositoriesPythonPythonListRequest { r.withContent = &withContent return r @@ -651,6 +658,9 @@ func (a *RepositoriesPythonAPIService) RepositoriesPythonPythonListExecute(r Rep if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_repositories_python_versions.go b/release/api_repositories_python_versions.go index f682617c..2629eecf 100644 --- a/release/api_repositories_python_versions.go +++ b/release/api_repositories_python_versions.go @@ -135,7 +135,7 @@ type RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest st ApiService *RepositoriesPythonVersionsAPIService pythonPythonRepositoryHref string content *string - contentIn *string + contentIn *[]string limit *int32 number *int32 numberGt *int32 @@ -145,6 +145,7 @@ type RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest st numberRange *[]int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -157,14 +158,14 @@ type RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest st excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest) Content(content string) RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest) ContentIn(contentIn string) RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest { +// Multiple values may be separated by commas. +func (r RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest) ContentIn(contentIn []string) RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest { r.contentIn = &contentIn return r } @@ -223,6 +224,12 @@ func (r RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest return r } +// Multiple values may be separated by commas. +func (r RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest) PrnIn(prnIn []string) RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest) PulpCreated(pulpCreated time.Time) RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListRequest { r.pulpCreated = &pulpCreated @@ -331,7 +338,7 @@ func (a *RepositoriesPythonVersionsAPIService) RepositoriesPythonPythonVersionsL parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -360,6 +367,9 @@ func (a *RepositoriesPythonVersionsAPIService) RepositoriesPythonPythonVersionsL if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_repositories_rpm.go b/release/api_repositories_rpm.go index 03287174..78519566 100644 --- a/release/api_repositories_rpm.go +++ b/release/api_repositories_rpm.go @@ -376,6 +376,7 @@ type RepositoriesRpmAPIRepositoriesRpmRpmListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string pulpLabelSelect *string @@ -394,7 +395,7 @@ type RepositoriesRpmAPIRepositoriesRpmRpmListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesRpmAPIRepositoriesRpmRpmListRequest) LatestWithContent(latestWithContent string) RepositoriesRpmAPIRepositoriesRpmRpmListRequest { r.latestWithContent = &latestWithContent return r @@ -472,6 +473,12 @@ func (r RepositoriesRpmAPIRepositoriesRpmRpmListRequest) Ordering(ordering []str return r } +// Multiple values may be separated by commas. +func (r RepositoriesRpmAPIRepositoriesRpmRpmListRequest) PrnIn(prnIn []string) RepositoriesRpmAPIRepositoriesRpmRpmListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RepositoriesRpmAPIRepositoriesRpmRpmListRequest) PulpHrefIn(pulpHrefIn []string) RepositoriesRpmAPIRepositoriesRpmRpmListRequest { r.pulpHrefIn = &pulpHrefIn @@ -550,7 +557,7 @@ func (r RepositoriesRpmAPIRepositoriesRpmRpmListRequest) RetainRepoVersionsRange return r } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesRpmAPIRepositoriesRpmRpmListRequest) WithContent(withContent string) RepositoriesRpmAPIRepositoriesRpmRpmListRequest { r.withContent = &withContent return r @@ -651,6 +658,9 @@ func (a *RepositoriesRpmAPIService) RepositoriesRpmRpmListExecute(r Repositories if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_repositories_rpm_versions.go b/release/api_repositories_rpm_versions.go index 0a4e5104..31d1d03e 100644 --- a/release/api_repositories_rpm_versions.go +++ b/release/api_repositories_rpm_versions.go @@ -135,7 +135,7 @@ type RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest struct { ApiService *RepositoriesRpmVersionsAPIService rpmRpmRepositoryHref string content *string - contentIn *string + contentIn *[]string limit *int32 number *int32 numberGt *int32 @@ -145,6 +145,7 @@ type RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest struct { numberRange *[]int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -157,14 +158,14 @@ type RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest) Content(content string) RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest) ContentIn(contentIn string) RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest { +// Multiple values may be separated by commas. +func (r RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest) ContentIn(contentIn []string) RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest { r.contentIn = &contentIn return r } @@ -223,6 +224,12 @@ func (r RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest) Orderin return r } +// Multiple values may be separated by commas. +func (r RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest) PrnIn(prnIn []string) RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest) PulpCreated(pulpCreated time.Time) RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListRequest { r.pulpCreated = &pulpCreated @@ -331,7 +338,7 @@ func (a *RepositoriesRpmVersionsAPIService) RepositoriesRpmRpmVersionsListExecut parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -360,6 +367,9 @@ func (a *RepositoriesRpmVersionsAPIService) RepositoriesRpmRpmVersionsListExecut if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_repository_versions.go b/release/api_repository_versions.go index f73e2696..7db8ef27 100644 --- a/release/api_repository_versions.go +++ b/release/api_repository_versions.go @@ -31,7 +31,7 @@ type RepositoryVersionsAPIRepositoryVersionsListRequest struct { ApiService *RepositoryVersionsAPIService pulpDomain string content *string - contentIn *string + contentIn *[]string limit *int32 number *int32 numberGt *int32 @@ -41,6 +41,7 @@ type RepositoryVersionsAPIRepositoryVersionsListRequest struct { numberRange *[]int32 offset *int32 ordering *[]string + prnIn *[]string pulpCreated *time.Time pulpCreatedGt *time.Time pulpCreatedGte *time.Time @@ -53,14 +54,14 @@ type RepositoryVersionsAPIRepositoryVersionsListRequest struct { excludeFields *[]string } -// Content Unit referenced by HREF +// Content Unit referenced by HREF/PRN func (r RepositoryVersionsAPIRepositoryVersionsListRequest) Content(content string) RepositoryVersionsAPIRepositoryVersionsListRequest { r.content = &content return r } -// Content Unit referenced by HREF -func (r RepositoryVersionsAPIRepositoryVersionsListRequest) ContentIn(contentIn string) RepositoryVersionsAPIRepositoryVersionsListRequest { +// Multiple values may be separated by commas. +func (r RepositoryVersionsAPIRepositoryVersionsListRequest) ContentIn(contentIn []string) RepositoryVersionsAPIRepositoryVersionsListRequest { r.contentIn = &contentIn return r } @@ -119,6 +120,12 @@ func (r RepositoryVersionsAPIRepositoryVersionsListRequest) Ordering(ordering [] return r } +// Multiple values may be separated by commas. +func (r RepositoryVersionsAPIRepositoryVersionsListRequest) PrnIn(prnIn []string) RepositoryVersionsAPIRepositoryVersionsListRequest { + r.prnIn = &prnIn + return r +} + // Filter results where pulp_created matches value func (r RepositoryVersionsAPIRepositoryVersionsListRequest) PulpCreated(pulpCreated time.Time) RepositoryVersionsAPIRepositoryVersionsListRequest { r.pulpCreated = &pulpCreated @@ -227,7 +234,7 @@ func (a *RepositoryVersionsAPIService) RepositoryVersionsListExecute(r Repositor parameterAddToHeaderOrQuery(localVarQueryParams, "content", r.content, "form", "") } if r.contentIn != nil { - parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "") + parameterAddToHeaderOrQuery(localVarQueryParams, "content__in", r.contentIn, "form", "csv") } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") @@ -256,6 +263,9 @@ func (a *RepositoryVersionsAPIService) RepositoryVersionsListExecute(r Repositor if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpCreated != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_created", r.pulpCreated, "form", "") } diff --git a/release/api_roles.go b/release/api_roles.go index 50bb7e5c..0a72e599 100644 --- a/release/api_roles.go +++ b/release/api_roles.go @@ -256,6 +256,7 @@ type RolesAPIRolesListRequest struct { nameStartswith *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -377,6 +378,12 @@ func (r RolesAPIRolesListRequest) Ordering(ordering []string) RolesAPIRolesListR return r } +// Multiple values may be separated by commas. +func (r RolesAPIRolesListRequest) PrnIn(prnIn []string) RolesAPIRolesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r RolesAPIRolesListRequest) PulpHrefIn(pulpHrefIn []string) RolesAPIRolesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -516,6 +523,9 @@ func (a *RolesAPIService) RolesListExecute(r RolesAPIRolesListRequest) (*Paginat if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_signing_services.go b/release/api_signing_services.go index 9d72cc89..66528926 100644 --- a/release/api_signing_services.go +++ b/release/api_signing_services.go @@ -33,6 +33,7 @@ type SigningServicesAPISigningServicesListRequest struct { name *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -64,6 +65,12 @@ func (r SigningServicesAPISigningServicesListRequest) Ordering(ordering []string return r } +// Multiple values may be separated by commas. +func (r SigningServicesAPISigningServicesListRequest) PrnIn(prnIn []string) SigningServicesAPISigningServicesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r SigningServicesAPISigningServicesListRequest) PulpHrefIn(pulpHrefIn []string) SigningServicesAPISigningServicesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -150,6 +157,9 @@ func (a *SigningServicesAPIService) SigningServicesListExecute(r SigningServices if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_task_schedules.go b/release/api_task_schedules.go index 852ac544..29cc2f15 100644 --- a/release/api_task_schedules.go +++ b/release/api_task_schedules.go @@ -149,6 +149,7 @@ type TaskSchedulesAPITaskSchedulesListRequest struct { nameContains *string offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -188,6 +189,12 @@ func (r TaskSchedulesAPITaskSchedulesListRequest) Ordering(ordering []string) Ta return r } +// Multiple values may be separated by commas. +func (r TaskSchedulesAPITaskSchedulesListRequest) PrnIn(prnIn []string) TaskSchedulesAPITaskSchedulesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r TaskSchedulesAPITaskSchedulesListRequest) PulpHrefIn(pulpHrefIn []string) TaskSchedulesAPITaskSchedulesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -289,6 +296,9 @@ func (a *TaskSchedulesAPIService) TaskSchedulesListExecute(r TaskSchedulesAPITas if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_tasks.go b/release/api_tasks.go index 09093d16..d1af144e 100644 --- a/release/api_tasks.go +++ b/release/api_tasks.go @@ -383,6 +383,7 @@ type TasksAPITasksListRequest struct { offset *int32 ordering *[]string parentTask *string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -525,6 +526,12 @@ func (r TasksAPITasksListRequest) ParentTask(parentTask string) TasksAPITasksLis return r } +// Multiple values may be separated by commas. +func (r TasksAPITasksListRequest) PrnIn(prnIn []string) TasksAPITasksListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r TasksAPITasksListRequest) PulpHrefIn(pulpHrefIn []string) TasksAPITasksListRequest { r.pulpHrefIn = &pulpHrefIn @@ -759,6 +766,9 @@ func (a *TasksAPIService) TasksListExecute(r TasksAPITasksListRequest) (*Paginat if r.parentTask != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "parent_task", r.parentTask, "form", "") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_uploads.go b/release/api_uploads.go index 75717ac7..23f9a9df 100644 --- a/release/api_uploads.go +++ b/release/api_uploads.go @@ -471,6 +471,7 @@ type UploadsAPIUploadsListRequest struct { limit *int32 offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -500,6 +501,12 @@ func (r UploadsAPIUploadsListRequest) Ordering(ordering []string) UploadsAPIUplo return r } +// Multiple values may be separated by commas. +func (r UploadsAPIUploadsListRequest) PrnIn(prnIn []string) UploadsAPIUploadsListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r UploadsAPIUploadsListRequest) PulpHrefIn(pulpHrefIn []string) UploadsAPIUploadsListRequest { r.pulpHrefIn = &pulpHrefIn @@ -607,6 +614,9 @@ func (a *UploadsAPIService) UploadsListExecute(r UploadsAPIUploadsListRequest) ( if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_upstream_pulps.go b/release/api_upstream_pulps.go index 2e613d1e..9296a3aa 100644 --- a/release/api_upstream_pulps.go +++ b/release/api_upstream_pulps.go @@ -18,6 +18,7 @@ import ( "net/http" "net/url" "strings" + "time" "reflect" ) @@ -352,24 +353,227 @@ type UpstreamPulpsAPIUpstreamPulpsListRequest struct { ctx context.Context ApiService *UpstreamPulpsAPIService pulpDomain string + baseUrl *string + baseUrlContains *string + baseUrlIcontains *string + baseUrlIexact *string + baseUrlIn *[]string + baseUrlIregex *string + baseUrlIstartswith *string + baseUrlRegex *string + baseUrlStartswith *string + lastReplication *time.Time + lastReplicationGt *time.Time + lastReplicationGte *time.Time + lastReplicationLt *time.Time + lastReplicationLte *time.Time + lastReplicationRange *[]time.Time limit *int32 + name *string + nameContains *string + nameIcontains *string + nameIexact *string + nameIn *[]string + nameIregex *string + nameIstartswith *string + nameRegex *string + nameStartswith *string offset *int32 + ordering *[]string + prnIn *[]string + pulpHrefIn *[]string + pulpIdIn *[]string + q *string fields *[]string excludeFields *[]string } +// Filter results where base_url matches value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) BaseUrl(baseUrl string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.baseUrl = &baseUrl + return r +} + +// Filter results where base_url contains value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) BaseUrlContains(baseUrlContains string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.baseUrlContains = &baseUrlContains + return r +} + +// Filter results where base_url contains value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) BaseUrlIcontains(baseUrlIcontains string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.baseUrlIcontains = &baseUrlIcontains + return r +} + +// Filter results where base_url matches value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) BaseUrlIexact(baseUrlIexact string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.baseUrlIexact = &baseUrlIexact + return r +} + +// Filter results where base_url is in a comma-separated list of values +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) BaseUrlIn(baseUrlIn []string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.baseUrlIn = &baseUrlIn + return r +} + +// Filter results where base_url matches regex value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) BaseUrlIregex(baseUrlIregex string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.baseUrlIregex = &baseUrlIregex + return r +} + +// Filter results where base_url starts with value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) BaseUrlIstartswith(baseUrlIstartswith string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.baseUrlIstartswith = &baseUrlIstartswith + return r +} + +// Filter results where base_url matches regex value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) BaseUrlRegex(baseUrlRegex string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.baseUrlRegex = &baseUrlRegex + return r +} + +// Filter results where base_url starts with value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) BaseUrlStartswith(baseUrlStartswith string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.baseUrlStartswith = &baseUrlStartswith + return r +} + +// Filter results where last_replication matches value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) LastReplication(lastReplication time.Time) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.lastReplication = &lastReplication + return r +} + +// Filter results where last_replication is greater than value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) LastReplicationGt(lastReplicationGt time.Time) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.lastReplicationGt = &lastReplicationGt + return r +} + +// Filter results where last_replication is greater than or equal to value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) LastReplicationGte(lastReplicationGte time.Time) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.lastReplicationGte = &lastReplicationGte + return r +} + +// Filter results where last_replication is less than value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) LastReplicationLt(lastReplicationLt time.Time) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.lastReplicationLt = &lastReplicationLt + return r +} + +// Filter results where last_replication is less than or equal to value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) LastReplicationLte(lastReplicationLte time.Time) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.lastReplicationLte = &lastReplicationLte + return r +} + +// Filter results where last_replication is between two comma separated values +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) LastReplicationRange(lastReplicationRange []time.Time) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.lastReplicationRange = &lastReplicationRange + return r +} + // Number of results to return per page. func (r UpstreamPulpsAPIUpstreamPulpsListRequest) Limit(limit int32) UpstreamPulpsAPIUpstreamPulpsListRequest { r.limit = &limit return r } +// Filter results where name matches value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) Name(name string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.name = &name + return r +} + +// Filter results where name contains value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) NameContains(nameContains string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.nameContains = &nameContains + return r +} + +// Filter results where name contains value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) NameIcontains(nameIcontains string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.nameIcontains = &nameIcontains + return r +} + +// Filter results where name matches value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) NameIexact(nameIexact string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.nameIexact = &nameIexact + return r +} + +// Filter results where name is in a comma-separated list of values +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) NameIn(nameIn []string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.nameIn = &nameIn + return r +} + +// Filter results where name matches regex value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) NameIregex(nameIregex string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.nameIregex = &nameIregex + return r +} + +// Filter results where name starts with value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) NameIstartswith(nameIstartswith string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.nameIstartswith = &nameIstartswith + return r +} + +// Filter results where name matches regex value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) NameRegex(nameRegex string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.nameRegex = &nameRegex + return r +} + +// Filter results where name starts with value +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) NameStartswith(nameStartswith string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.nameStartswith = &nameStartswith + return r +} + // The initial index from which to return the results. func (r UpstreamPulpsAPIUpstreamPulpsListRequest) Offset(offset int32) UpstreamPulpsAPIUpstreamPulpsListRequest { r.offset = &offset return r } +// Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `base_url` - Base url* `-base_url` - Base url (descending)* `api_root` - Api root* `-api_root` - Api root (descending)* `domain` - Domain* `-domain` - Domain (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `pulp_label_select` - Pulp label select* `-pulp_label_select` - Pulp label select (descending)* `q_select` - Q select* `-q_select` - Q select (descending)* `last_replication` - Last replication* `-last_replication` - Last replication (descending)* `pk` - Pk* `-pk` - Pk (descending) +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) Ordering(ordering []string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.ordering = &ordering + return r +} + +// Multiple values may be separated by commas. +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) PrnIn(prnIn []string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.prnIn = &prnIn + return r +} + +// Multiple values may be separated by commas. +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) PulpHrefIn(pulpHrefIn []string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.pulpHrefIn = &pulpHrefIn + return r +} + +// Multiple values may be separated by commas. +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) PulpIdIn(pulpIdIn []string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.pulpIdIn = &pulpIdIn + return r +} + +// Filter results by using NOT, AND and OR operations on other filters +func (r UpstreamPulpsAPIUpstreamPulpsListRequest) Q(q string) UpstreamPulpsAPIUpstreamPulpsListRequest { + r.q = &q + return r +} + // A list of fields to include in the response. func (r UpstreamPulpsAPIUpstreamPulpsListRequest) Fields(fields []string) UpstreamPulpsAPIUpstreamPulpsListRequest { r.fields = &fields @@ -426,12 +630,99 @@ func (a *UpstreamPulpsAPIService) UpstreamPulpsListExecute(r UpstreamPulpsAPIUps localVarQueryParams := url.Values{} localVarFormParams := url.Values{} + if r.baseUrl != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "base_url", r.baseUrl, "form", "") + } + if r.baseUrlContains != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "base_url__contains", r.baseUrlContains, "form", "") + } + if r.baseUrlIcontains != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "base_url__icontains", r.baseUrlIcontains, "form", "") + } + if r.baseUrlIexact != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "base_url__iexact", r.baseUrlIexact, "form", "") + } + if r.baseUrlIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "base_url__in", r.baseUrlIn, "form", "csv") + } + if r.baseUrlIregex != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "base_url__iregex", r.baseUrlIregex, "form", "") + } + if r.baseUrlIstartswith != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "base_url__istartswith", r.baseUrlIstartswith, "form", "") + } + if r.baseUrlRegex != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "base_url__regex", r.baseUrlRegex, "form", "") + } + if r.baseUrlStartswith != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "base_url__startswith", r.baseUrlStartswith, "form", "") + } + if r.lastReplication != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "last_replication", r.lastReplication, "form", "") + } + if r.lastReplicationGt != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "last_replication__gt", r.lastReplicationGt, "form", "") + } + if r.lastReplicationGte != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "last_replication__gte", r.lastReplicationGte, "form", "") + } + if r.lastReplicationLt != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "last_replication__lt", r.lastReplicationLt, "form", "") + } + if r.lastReplicationLte != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "last_replication__lte", r.lastReplicationLte, "form", "") + } + if r.lastReplicationRange != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "last_replication__range", r.lastReplicationRange, "form", "csv") + } if r.limit != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "limit", r.limit, "form", "") } + if r.name != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "name", r.name, "form", "") + } + if r.nameContains != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "name__contains", r.nameContains, "form", "") + } + if r.nameIcontains != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "name__icontains", r.nameIcontains, "form", "") + } + if r.nameIexact != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "name__iexact", r.nameIexact, "form", "") + } + if r.nameIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "name__in", r.nameIn, "form", "csv") + } + if r.nameIregex != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "name__iregex", r.nameIregex, "form", "") + } + if r.nameIstartswith != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "name__istartswith", r.nameIstartswith, "form", "") + } + if r.nameRegex != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "name__regex", r.nameRegex, "form", "") + } + if r.nameStartswith != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "name__startswith", r.nameStartswith, "form", "") + } if r.offset != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "offset", r.offset, "form", "") } + if r.ordering != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") + } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } + if r.pulpHrefIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") + } + if r.pulpIdIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_id__in", r.pulpIdIn, "form", "csv") + } + if r.q != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "q", r.q, "form", "") + } if r.fields != nil { t := *r.fields if reflect.TypeOf(t).Kind() == reflect.Slice { diff --git a/release/api_users.go b/release/api_users.go index ce379ce9..79188dcb 100644 --- a/release/api_users.go +++ b/release/api_users.go @@ -257,6 +257,7 @@ type UsersAPIUsersListRequest struct { limit *int32 offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -389,6 +390,12 @@ func (r UsersAPIUsersListRequest) Ordering(ordering []string) UsersAPIUsersListR return r } +// Multiple values may be separated by commas. +func (r UsersAPIUsersListRequest) PrnIn(prnIn []string) UsersAPIUsersListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r UsersAPIUsersListRequest) PulpHrefIn(pulpHrefIn []string) UsersAPIUsersListRequest { r.pulpHrefIn = &pulpHrefIn @@ -553,6 +560,9 @@ func (a *UsersAPIService) UsersListExecute(r UsersAPIUsersListRequest) (*Paginat if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_users_roles.go b/release/api_users_roles.go index 81962511..67f0769e 100644 --- a/release/api_users_roles.go +++ b/release/api_users_roles.go @@ -242,6 +242,7 @@ type UsersRolesAPIUsersRolesListRequest struct { limit *int32 offset *int32 ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -284,6 +285,12 @@ func (r UsersRolesAPIUsersRolesListRequest) Ordering(ordering []string) UsersRol return r } +// Multiple values may be separated by commas. +func (r UsersRolesAPIUsersRolesListRequest) PrnIn(prnIn []string) UsersRolesAPIUsersRolesListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r UsersRolesAPIUsersRolesListRequest) PulpHrefIn(pulpHrefIn []string) UsersRolesAPIUsersRolesListRequest { r.pulpHrefIn = &pulpHrefIn @@ -399,6 +406,9 @@ func (a *UsersRolesAPIService) UsersRolesListExecute(r UsersRolesAPIUsersRolesLi if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/api_workers.go b/release/api_workers.go index 89f31e94..0e5359bc 100644 --- a/release/api_workers.go +++ b/release/api_workers.go @@ -50,6 +50,7 @@ type WorkersAPIWorkersListRequest struct { offset *int32 online *bool ordering *[]string + prnIn *[]string pulpHrefIn *[]string pulpIdIn *[]string q *string @@ -175,6 +176,12 @@ func (r WorkersAPIWorkersListRequest) Ordering(ordering []string) WorkersAPIWork return r } +// Multiple values may be separated by commas. +func (r WorkersAPIWorkersListRequest) PrnIn(prnIn []string) WorkersAPIWorkersListRequest { + r.prnIn = &prnIn + return r +} + // Multiple values may be separated by commas. func (r WorkersAPIWorkersListRequest) PulpHrefIn(pulpHrefIn []string) WorkersAPIWorkersListRequest { r.pulpHrefIn = &pulpHrefIn @@ -309,6 +316,9 @@ func (a *WorkersAPIService) WorkersListExecute(r WorkersAPIWorkersListRequest) ( if r.ordering != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "ordering", r.ordering, "form", "csv") } + if r.prnIn != nil { + parameterAddToHeaderOrQuery(localVarQueryParams, "prn__in", r.prnIn, "form", "csv") + } if r.pulpHrefIn != nil { parameterAddToHeaderOrQuery(localVarQueryParams, "pulp_href__in", r.pulpHrefIn, "form", "csv") } diff --git a/release/configuration.go b/release/configuration.go index 2531bc19..5fc205af 100644 --- a/release/configuration.go +++ b/release/configuration.go @@ -93,7 +93,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "OpenAPI-Generator/689d598a363629d8a5469d9b2a84748995869a037d356e3e82bb4a5edeb4224e/go", + UserAgent: "OpenAPI-Generator/9258456e9d3b4a85d3e54836d2b9793e328deec37ae5486b92ad2e96ab328e64/go", Debug: false, Servers: ServerConfigurations{ { diff --git a/release/docs/AccessPoliciesAPI.md b/release/docs/AccessPoliciesAPI.md index e0f3f47c..ebd796a0 100644 --- a/release/docs/AccessPoliciesAPI.md +++ b/release/docs/AccessPoliciesAPI.md @@ -14,7 +14,7 @@ Method | HTTP request | Description ## AccessPoliciesList -> PaginatedAccessPolicyResponseList AccessPoliciesList(ctx, pulpDomain).Customized(customized).Limit(limit).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).ViewsetName(viewsetName).ViewsetNameContains(viewsetNameContains).ViewsetNameIcontains(viewsetNameIcontains).ViewsetNameIexact(viewsetNameIexact).ViewsetNameIn(viewsetNameIn).ViewsetNameIregex(viewsetNameIregex).ViewsetNameIstartswith(viewsetNameIstartswith).ViewsetNameRegex(viewsetNameRegex).ViewsetNameStartswith(viewsetNameStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedAccessPolicyResponseList AccessPoliciesList(ctx, pulpDomain).Customized(customized).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).ViewsetName(viewsetName).ViewsetNameContains(viewsetNameContains).ViewsetNameIcontains(viewsetNameIcontains).ViewsetNameIexact(viewsetNameIexact).ViewsetNameIn(viewsetNameIn).ViewsetNameIregex(viewsetNameIregex).ViewsetNameIstartswith(viewsetNameIstartswith).ViewsetNameRegex(viewsetNameRegex).ViewsetNameStartswith(viewsetNameStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() List access policys @@ -38,6 +38,7 @@ func main() { limit := int32(56) // int32 | Number of results to return per page. (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `creation_hooks` - Creation hooks* `-creation_hooks` - Creation hooks (descending)* `statements` - Statements* `-statements` - Statements (descending)* `viewset_name` - Viewset name* `-viewset_name` - Viewset name (descending)* `customized` - Customized* `-customized` - Customized (descending)* `queryset_scoping` - Queryset scoping* `-queryset_scoping` - Queryset scoping (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -55,7 +56,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.AccessPoliciesAPI.AccessPoliciesList(context.Background(), pulpDomain).Customized(customized).Limit(limit).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).ViewsetName(viewsetName).ViewsetNameContains(viewsetNameContains).ViewsetNameIcontains(viewsetNameIcontains).ViewsetNameIexact(viewsetNameIexact).ViewsetNameIn(viewsetNameIn).ViewsetNameIregex(viewsetNameIregex).ViewsetNameIstartswith(viewsetNameIstartswith).ViewsetNameRegex(viewsetNameRegex).ViewsetNameStartswith(viewsetNameStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.AccessPoliciesAPI.AccessPoliciesList(context.Background(), pulpDomain).Customized(customized).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).ViewsetName(viewsetName).ViewsetNameContains(viewsetNameContains).ViewsetNameIcontains(viewsetNameIcontains).ViewsetNameIexact(viewsetNameIexact).ViewsetNameIn(viewsetNameIn).ViewsetNameIregex(viewsetNameIregex).ViewsetNameIstartswith(viewsetNameIstartswith).ViewsetNameRegex(viewsetNameRegex).ViewsetNameStartswith(viewsetNameStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `AccessPoliciesAPI.AccessPoliciesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -85,6 +86,7 @@ Name | Type | Description | Notes **limit** | **int32** | Number of results to return per page. | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `creation_hooks` - Creation hooks* `-creation_hooks` - Creation hooks (descending)* `statements` - Statements* `-statements` - Statements (descending)* `viewset_name` - Viewset name* `-viewset_name` - Viewset name (descending)* `customized` - Customized* `-customized` - Customized (descending)* `queryset_scoping` - Queryset scoping* `-queryset_scoping` - Queryset scoping (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/AccessPolicyResponse.md b/release/docs/AccessPolicyResponse.md index 7968f516..2e664ddb 100644 --- a/release/docs/AccessPolicyResponse.md +++ b/release/docs/AccessPolicyResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **PermissionsAssignment** | Pointer to **[]map[string]interface{}** | List of callables that define the new permissions to be created for new objects.This is deprecated. Use `creation_hooks` instead. | [optional] @@ -58,6 +59,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *AccessPolicyResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *AccessPolicyResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *AccessPolicyResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *AccessPolicyResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *AccessPolicyResponse) GetPulpCreated() time.Time` diff --git a/release/docs/AcsFileAPI.md b/release/docs/AcsFileAPI.md index 5f83670c..f90299c3 100644 --- a/release/docs/AcsFileAPI.md +++ b/release/docs/AcsFileAPI.md @@ -234,7 +234,7 @@ Name | Type | Description | Notes ## AcsFileFileList -> PaginatedfileFileAlternateContentSourceResponseList AcsFileFileList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedfileFileAlternateContentSourceResponseList AcsFileFileList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List file alternate content sources @@ -266,6 +266,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `last_refreshed` - Last refreshed* `-last_refreshed` - Last refreshed (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -274,7 +275,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.AcsFileAPI.AcsFileFileList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.AcsFileAPI.AcsFileFileList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `AcsFileAPI.AcsFileFileList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -312,6 +313,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `last_refreshed` - Last refreshed* `-last_refreshed` - Last refreshed (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/AcsRpmAPI.md b/release/docs/AcsRpmAPI.md index e706fb0c..d56d99da 100644 --- a/release/docs/AcsRpmAPI.md +++ b/release/docs/AcsRpmAPI.md @@ -234,7 +234,7 @@ Name | Type | Description | Notes ## AcsRpmRpmList -> PaginatedrpmRpmAlternateContentSourceResponseList AcsRpmRpmList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmRpmAlternateContentSourceResponseList AcsRpmRpmList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List rpm alternate content sources @@ -266,6 +266,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `last_refreshed` - Last refreshed* `-last_refreshed` - Last refreshed (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -274,7 +275,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.AcsRpmAPI.AcsRpmRpmList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.AcsRpmAPI.AcsRpmRpmList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `AcsRpmAPI.AcsRpmRpmList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -312,6 +313,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `last_refreshed` - Last refreshed* `-last_refreshed` - Last refreshed (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/ArtifactDistributionResponse.md b/release/docs/ArtifactDistributionResponse.md index fcafba17..58d8b3a2 100644 --- a/release/docs/ArtifactDistributionResponse.md +++ b/release/docs/ArtifactDistributionResponse.md @@ -4,22 +4,23 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**PulpHref** | Pointer to **string** | | [optional] [readonly] +**PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] +**Name** | **string** | A unique name. Ex, `rawhide` and `stable`. | +**BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **NoContentChangeSince** | Pointer to **string** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly] -**BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | -**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false] **PulpLabels** | Pointer to **map[string]string** | | [optional] -**BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly] -**Name** | **string** | A unique name. Ex, `rawhide` and `stable`. | -**PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional] +**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false] +**BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | +**PulpHref** | Pointer to **string** | | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] ## Methods ### NewArtifactDistributionResponse -`func NewArtifactDistributionResponse(basePath string, name string, ) *ArtifactDistributionResponse` +`func NewArtifactDistributionResponse(name string, basePath string, ) *ArtifactDistributionResponse` NewArtifactDistributionResponse instantiates a new ArtifactDistributionResponse object This constructor will assign default values to properties that have it defined, @@ -34,100 +35,125 @@ NewArtifactDistributionResponseWithDefaults instantiates a new ArtifactDistribut This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set -### GetPulpHref +### GetPulpLastUpdated -`func (o *ArtifactDistributionResponse) GetPulpHref() string` +`func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time` -GetPulpHref returns the PulpHref field if non-nil, zero value otherwise. +GetPulpLastUpdated returns the PulpLastUpdated field if non-nil, zero value otherwise. -### GetPulpHrefOk +### GetPulpLastUpdatedOk -`func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool)` +`func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool)` -GetPulpHrefOk returns a tuple with the PulpHref field if it's non-nil, zero value otherwise +GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. -### SetPulpHref +### SetPulpLastUpdated -`func (o *ArtifactDistributionResponse) SetPulpHref(v string)` +`func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time)` -SetPulpHref sets PulpHref field to given value. +SetPulpLastUpdated sets PulpLastUpdated field to given value. -### HasPulpHref +### HasPulpLastUpdated -`func (o *ArtifactDistributionResponse) HasPulpHref() bool` +`func (o *ArtifactDistributionResponse) HasPulpLastUpdated() bool` -HasPulpHref returns a boolean if a field has been set. +HasPulpLastUpdated returns a boolean if a field has been set. -### GetNoContentChangeSince +### GetName -`func (o *ArtifactDistributionResponse) GetNoContentChangeSince() string` +`func (o *ArtifactDistributionResponse) GetName() string` -GetNoContentChangeSince returns the NoContentChangeSince field if non-nil, zero value otherwise. +GetName returns the Name field if non-nil, zero value otherwise. -### GetNoContentChangeSinceOk +### GetNameOk -`func (o *ArtifactDistributionResponse) GetNoContentChangeSinceOk() (*string, bool)` +`func (o *ArtifactDistributionResponse) GetNameOk() (*string, bool)` -GetNoContentChangeSinceOk returns a tuple with the NoContentChangeSince field if it's non-nil, zero value otherwise +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. -### SetNoContentChangeSince +### SetName -`func (o *ArtifactDistributionResponse) SetNoContentChangeSince(v string)` +`func (o *ArtifactDistributionResponse) SetName(v string)` -SetNoContentChangeSince sets NoContentChangeSince field to given value. +SetName sets Name field to given value. -### HasNoContentChangeSince -`func (o *ArtifactDistributionResponse) HasNoContentChangeSince() bool` +### GetBaseUrl -HasNoContentChangeSince returns a boolean if a field has been set. +`func (o *ArtifactDistributionResponse) GetBaseUrl() string` -### GetBasePath +GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise. -`func (o *ArtifactDistributionResponse) GetBasePath() string` +### GetBaseUrlOk -GetBasePath returns the BasePath field if non-nil, zero value otherwise. +`func (o *ArtifactDistributionResponse) GetBaseUrlOk() (*string, bool)` -### GetBasePathOk +GetBaseUrlOk returns a tuple with the BaseUrl field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. -`func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool)` +### SetBaseUrl -GetBasePathOk returns a tuple with the BasePath field if it's non-nil, zero value otherwise +`func (o *ArtifactDistributionResponse) SetBaseUrl(v string)` + +SetBaseUrl sets BaseUrl field to given value. + +### HasBaseUrl + +`func (o *ArtifactDistributionResponse) HasBaseUrl() bool` + +HasBaseUrl returns a boolean if a field has been set. + +### GetPrn + +`func (o *ArtifactDistributionResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *ArtifactDistributionResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. -### SetBasePath +### SetPrn -`func (o *ArtifactDistributionResponse) SetBasePath(v string)` +`func (o *ArtifactDistributionResponse) SetPrn(v string)` -SetBasePath sets BasePath field to given value. +SetPrn sets Prn field to given value. +### HasPrn -### GetHidden +`func (o *ArtifactDistributionResponse) HasPrn() bool` -`func (o *ArtifactDistributionResponse) GetHidden() bool` +HasPrn returns a boolean if a field has been set. -GetHidden returns the Hidden field if non-nil, zero value otherwise. +### GetNoContentChangeSince -### GetHiddenOk +`func (o *ArtifactDistributionResponse) GetNoContentChangeSince() string` -`func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool)` +GetNoContentChangeSince returns the NoContentChangeSince field if non-nil, zero value otherwise. -GetHiddenOk returns a tuple with the Hidden field if it's non-nil, zero value otherwise +### GetNoContentChangeSinceOk + +`func (o *ArtifactDistributionResponse) GetNoContentChangeSinceOk() (*string, bool)` + +GetNoContentChangeSinceOk returns a tuple with the NoContentChangeSince field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. -### SetHidden +### SetNoContentChangeSince -`func (o *ArtifactDistributionResponse) SetHidden(v bool)` +`func (o *ArtifactDistributionResponse) SetNoContentChangeSince(v string)` -SetHidden sets Hidden field to given value. +SetNoContentChangeSince sets NoContentChangeSince field to given value. -### HasHidden +### HasNoContentChangeSince -`func (o *ArtifactDistributionResponse) HasHidden() bool` +`func (o *ArtifactDistributionResponse) HasNoContentChangeSince() bool` -HasHidden returns a boolean if a field has been set. +HasNoContentChangeSince returns a boolean if a field has been set. ### GetPulpLabels @@ -154,111 +180,111 @@ SetPulpLabels sets PulpLabels field to given value. HasPulpLabels returns a boolean if a field has been set. -### GetBaseUrl +### GetContentGuard -`func (o *ArtifactDistributionResponse) GetBaseUrl() string` +`func (o *ArtifactDistributionResponse) GetContentGuard() string` -GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise. +GetContentGuard returns the ContentGuard field if non-nil, zero value otherwise. -### GetBaseUrlOk +### GetContentGuardOk -`func (o *ArtifactDistributionResponse) GetBaseUrlOk() (*string, bool)` +`func (o *ArtifactDistributionResponse) GetContentGuardOk() (*string, bool)` -GetBaseUrlOk returns a tuple with the BaseUrl field if it's non-nil, zero value otherwise +GetContentGuardOk returns a tuple with the ContentGuard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. -### SetBaseUrl +### SetContentGuard -`func (o *ArtifactDistributionResponse) SetBaseUrl(v string)` +`func (o *ArtifactDistributionResponse) SetContentGuard(v string)` -SetBaseUrl sets BaseUrl field to given value. +SetContentGuard sets ContentGuard field to given value. -### HasBaseUrl +### HasContentGuard -`func (o *ArtifactDistributionResponse) HasBaseUrl() bool` +`func (o *ArtifactDistributionResponse) HasContentGuard() bool` -HasBaseUrl returns a boolean if a field has been set. +HasContentGuard returns a boolean if a field has been set. -### GetName +### SetContentGuardNil -`func (o *ArtifactDistributionResponse) GetName() string` +`func (o *ArtifactDistributionResponse) SetContentGuardNil(b bool)` -GetName returns the Name field if non-nil, zero value otherwise. + SetContentGuardNil sets the value for ContentGuard to be an explicit nil -### GetNameOk +### UnsetContentGuard +`func (o *ArtifactDistributionResponse) UnsetContentGuard()` -`func (o *ArtifactDistributionResponse) GetNameOk() (*string, bool)` +UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil +### GetHidden -GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. +`func (o *ArtifactDistributionResponse) GetHidden() bool` -### SetName +GetHidden returns the Hidden field if non-nil, zero value otherwise. -`func (o *ArtifactDistributionResponse) SetName(v string)` +### GetHiddenOk -SetName sets Name field to given value. +`func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool)` +GetHiddenOk returns a tuple with the Hidden field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. -### GetPulpLastUpdated +### SetHidden -`func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time` +`func (o *ArtifactDistributionResponse) SetHidden(v bool)` -GetPulpLastUpdated returns the PulpLastUpdated field if non-nil, zero value otherwise. +SetHidden sets Hidden field to given value. -### GetPulpLastUpdatedOk +### HasHidden -`func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool)` +`func (o *ArtifactDistributionResponse) HasHidden() bool` -GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. +HasHidden returns a boolean if a field has been set. -### SetPulpLastUpdated +### GetBasePath -`func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time)` +`func (o *ArtifactDistributionResponse) GetBasePath() string` -SetPulpLastUpdated sets PulpLastUpdated field to given value. +GetBasePath returns the BasePath field if non-nil, zero value otherwise. -### HasPulpLastUpdated +### GetBasePathOk -`func (o *ArtifactDistributionResponse) HasPulpLastUpdated() bool` +`func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool)` -HasPulpLastUpdated returns a boolean if a field has been set. +GetBasePathOk returns a tuple with the BasePath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. -### GetContentGuard +### SetBasePath -`func (o *ArtifactDistributionResponse) GetContentGuard() string` +`func (o *ArtifactDistributionResponse) SetBasePath(v string)` -GetContentGuard returns the ContentGuard field if non-nil, zero value otherwise. +SetBasePath sets BasePath field to given value. -### GetContentGuardOk -`func (o *ArtifactDistributionResponse) GetContentGuardOk() (*string, bool)` +### GetPulpHref -GetContentGuardOk returns a tuple with the ContentGuard field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. +`func (o *ArtifactDistributionResponse) GetPulpHref() string` -### SetContentGuard +GetPulpHref returns the PulpHref field if non-nil, zero value otherwise. -`func (o *ArtifactDistributionResponse) SetContentGuard(v string)` +### GetPulpHrefOk -SetContentGuard sets ContentGuard field to given value. +`func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool)` -### HasContentGuard +GetPulpHrefOk returns a tuple with the PulpHref field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. -`func (o *ArtifactDistributionResponse) HasContentGuard() bool` +### SetPulpHref -HasContentGuard returns a boolean if a field has been set. +`func (o *ArtifactDistributionResponse) SetPulpHref(v string)` -### SetContentGuardNil +SetPulpHref sets PulpHref field to given value. -`func (o *ArtifactDistributionResponse) SetContentGuardNil(b bool)` +### HasPulpHref - SetContentGuardNil sets the value for ContentGuard to be an explicit nil +`func (o *ArtifactDistributionResponse) HasPulpHref() bool` -### UnsetContentGuard -`func (o *ArtifactDistributionResponse) UnsetContentGuard()` +HasPulpHref returns a boolean if a field has been set. -UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil ### GetPulpCreated `func (o *ArtifactDistributionResponse) GetPulpCreated() time.Time` diff --git a/release/docs/ArtifactResponse.md b/release/docs/ArtifactResponse.md index 4523edc2..071c6416 100644 --- a/release/docs/ArtifactResponse.md +++ b/release/docs/ArtifactResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **File** | **string** | The stored file. | @@ -60,6 +61,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *ArtifactResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *ArtifactResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *ArtifactResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *ArtifactResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *ArtifactResponse) GetPulpCreated() time.Time` diff --git a/release/docs/ArtifactsAPI.md b/release/docs/ArtifactsAPI.md index 4296e72d..f50c4db8 100644 --- a/release/docs/ArtifactsAPI.md +++ b/release/docs/ArtifactsAPI.md @@ -167,7 +167,7 @@ Name | Type | Description | Notes ## ArtifactsList -> PaginatedArtifactResponseList ArtifactsList(ctx, pulpDomain).Limit(limit).Md5(md5).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).Sha1(sha1).Sha224(sha224).Sha256(sha256).Sha384(sha384).Sha512(sha512).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedArtifactResponseList ArtifactsList(ctx, pulpDomain).Limit(limit).Md5(md5).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).Sha1(sha1).Sha224(sha224).Sha256(sha256).Sha384(sha384).Sha512(sha512).Fields(fields).ExcludeFields(excludeFields).Execute() List artifacts @@ -192,10 +192,11 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `file` - File* `-file` - File (descending)* `size` - Size* `-size` - Size (descending)* `md5` - Md5* `-md5` - Md5 (descending)* `sha1` - Sha1* `-sha1` - Sha1 (descending)* `sha224` - Sha224* `-sha224` - Sha224 (descending)* `sha256` - Sha256* `-sha256` - Sha256 (descending)* `sha384` - Sha384* `-sha384` - Sha384 (descending)* `sha512` - Sha512* `-sha512` - Sha512 (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) sha1 := "sha1_example" // string | Filter results where sha1 matches value (optional) sha224 := "sha224_example" // string | Filter results where sha224 matches value (optional) sha256 := "sha256_example" // string | Filter results where sha256 matches value (optional) @@ -206,7 +207,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ArtifactsAPI.ArtifactsList(context.Background(), pulpDomain).Limit(limit).Md5(md5).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).Sha1(sha1).Sha224(sha224).Sha256(sha256).Sha384(sha384).Sha512(sha512).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ArtifactsAPI.ArtifactsList(context.Background(), pulpDomain).Limit(limit).Md5(md5).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).Sha1(sha1).Sha224(sha224).Sha256(sha256).Sha384(sha384).Sha512(sha512).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ArtifactsAPI.ArtifactsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -237,10 +238,11 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `file` - File* `-file` - File (descending)* `size` - Size* `-size` - Size (descending)* `md5` - Md5* `-md5` - Md5 (descending)* `sha1` - Sha1* `-sha1` - Sha1 (descending)* `sha224` - Sha224* `-sha224` - Sha224 (descending)* `sha256` - Sha256* `-sha256` - Sha256 (descending)* `sha384` - Sha384* `-sha384` - Sha384 (descending)* `sha512` - Sha512* `-sha512` - Sha512 (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | **sha1** | **string** | Filter results where sha1 matches value | **sha224** | **string** | Filter results where sha224 matches value | **sha256** | **string** | Filter results where sha256 matches value | diff --git a/release/docs/CertguardRHSMCertGuardResponse.md b/release/docs/CertguardRHSMCertGuardResponse.md index 1940faeb..9837dd8c 100644 --- a/release/docs/CertguardRHSMCertGuardResponse.md +++ b/release/docs/CertguardRHSMCertGuardResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | The unique name. | @@ -55,6 +56,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *CertguardRHSMCertGuardResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *CertguardRHSMCertGuardResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *CertguardRHSMCertGuardResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *CertguardRHSMCertGuardResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *CertguardRHSMCertGuardResponse) GetPulpCreated() time.Time` diff --git a/release/docs/CertguardX509CertGuardResponse.md b/release/docs/CertguardX509CertGuardResponse.md index ae7ae0c1..c83cde9c 100644 --- a/release/docs/CertguardX509CertGuardResponse.md +++ b/release/docs/CertguardX509CertGuardResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | The unique name. | @@ -55,6 +56,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *CertguardX509CertGuardResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *CertguardX509CertGuardResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *CertguardX509CertGuardResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *CertguardX509CertGuardResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *CertguardX509CertGuardResponse) GetPulpCreated() time.Time` diff --git a/release/docs/CompositeContentGuardResponse.md b/release/docs/CompositeContentGuardResponse.md index dd505551..7b74018d 100644 --- a/release/docs/CompositeContentGuardResponse.md +++ b/release/docs/CompositeContentGuardResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | The unique name. | @@ -55,6 +56,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *CompositeContentGuardResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *CompositeContentGuardResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *CompositeContentGuardResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *CompositeContentGuardResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *CompositeContentGuardResponse) GetPulpCreated() time.Time` diff --git a/release/docs/ContentAPI.md b/release/docs/ContentAPI.md index 3f9162fa..2146b52a 100644 --- a/release/docs/ContentAPI.md +++ b/release/docs/ContentAPI.md @@ -10,7 +10,7 @@ Method | HTTP request | Description ## ContentList -> PaginatedMultipleArtifactContentResponseList ContentList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedMultipleArtifactContentResponseList ContentList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List content @@ -34,20 +34,21 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) - pulpType := "pulpType_example" // string | Pulp type* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary (optional) - pulpTypeIn := []string{"PulpTypeIn_example"} // []string | Multiple values may be separated by commas.* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary (optional) + pulpType := "pulpType_example" // string | Pulp type* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary (optional) + pulpTypeIn := []string{"PulpTypeIn_example"} // []string | Multiple values may be separated by commas.* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentAPI.ContentList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentAPI.ContentList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentAPI.ContentList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -77,14 +78,15 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | - **pulpType** | **string** | Pulp type* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary | - **pulpTypeIn** | **[]string** | Multiple values may be separated by commas.* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary | + **pulpType** | **string** | Pulp type* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary | + **pulpTypeIn** | **[]string** | Multiple values may be separated by commas.* `core.publishedmetadata` - core.publishedmetadata* `rpm.advisory` - rpm.advisory* `rpm.packagegroup` - rpm.packagegroup* `rpm.packagecategory` - rpm.packagecategory* `rpm.packageenvironment` - rpm.packageenvironment* `rpm.packagelangpacks` - rpm.packagelangpacks* `rpm.repo_metadata_file` - rpm.repo_metadata_file* `rpm.distribution_tree` - rpm.distribution_tree* `rpm.package` - rpm.package* `rpm.modulemd` - rpm.modulemd* `rpm.modulemd_defaults` - rpm.modulemd_defaults* `rpm.modulemd_obsolete` - rpm.modulemd_obsolete* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.object` - ostree.object* `ostree.commit` - ostree.commit* `ostree.refs` - ostree.refs* `ostree.content` - ostree.content* `ostree.config` - ostree.config* `ostree.summary` - ostree.summary | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentAdvisoriesAPI.md b/release/docs/ContentAdvisoriesAPI.md index 634c881e..07317d50 100644 --- a/release/docs/ContentAdvisoriesAPI.md +++ b/release/docs/ContentAdvisoriesAPI.md @@ -90,7 +90,7 @@ Name | Type | Description | Notes ## ContentRpmAdvisoriesList -> PaginatedrpmUpdateRecordResponseList ContentRpmAdvisoriesList(ctx, pulpDomain).Id(id).IdIn(idIn).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Severity(severity).SeverityIn(severityIn).SeverityNe(severityNe).Status(status).StatusIn(statusIn).StatusNe(statusNe).Type_(type_).TypeIn(typeIn).TypeNe(typeNe).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmUpdateRecordResponseList ContentRpmAdvisoriesList(ctx, pulpDomain).Id(id).IdIn(idIn).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Severity(severity).SeverityIn(severityIn).SeverityNe(severityNe).Status(status).StatusIn(statusIn).StatusNe(statusNe).Type_(type_).TypeIn(typeIn).TypeNe(typeNe).Fields(fields).ExcludeFields(excludeFields).Execute() List update records @@ -116,12 +116,13 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `id` - Id* `-id` - Id (descending)* `updated_date` - Updated date* `-updated_date` - Updated date (descending)* `description` - Description* `-description` - Description (descending)* `issued_date` - Issued date* `-issued_date` - Issued date (descending)* `fromstr` - Fromstr* `-fromstr` - Fromstr (descending)* `status` - Status* `-status` - Status (descending)* `title` - Title* `-title` - Title (descending)* `summary` - Summary* `-summary` - Summary (descending)* `version` - Version* `-version` - Version (descending)* `type` - Type* `-type` - Type (descending)* `severity` - Severity* `-severity` - Severity (descending)* `solution` - Solution* `-solution` - Solution (descending)* `release` - Release* `-release` - Release (descending)* `rights` - Rights* `-rights` - Rights (descending)* `reboot_suggested` - Reboot suggested* `-reboot_suggested` - Reboot suggested (descending)* `pushcount` - Pushcount* `-pushcount` - Pushcount (descending)* `digest` - Digest* `-digest` - Digest (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) severity := "severity_example" // string | Filter results where severity matches value (optional) severityIn := []string{"Inner_example"} // []string | Filter results where severity is in a comma-separated list of values (optional) severityNe := "severityNe_example" // string | Filter results where severity not equal to value (optional) @@ -136,7 +137,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentAdvisoriesAPI.ContentRpmAdvisoriesList(context.Background(), pulpDomain).Id(id).IdIn(idIn).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Severity(severity).SeverityIn(severityIn).SeverityNe(severityNe).Status(status).StatusIn(statusIn).StatusNe(statusNe).Type_(type_).TypeIn(typeIn).TypeNe(typeNe).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentAdvisoriesAPI.ContentRpmAdvisoriesList(context.Background(), pulpDomain).Id(id).IdIn(idIn).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Severity(severity).SeverityIn(severityIn).SeverityNe(severityNe).Status(status).StatusIn(statusIn).StatusNe(statusNe).Type_(type_).TypeIn(typeIn).TypeNe(typeNe).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentAdvisoriesAPI.ContentRpmAdvisoriesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -168,12 +169,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `id` - Id* `-id` - Id (descending)* `updated_date` - Updated date* `-updated_date` - Updated date (descending)* `description` - Description* `-description` - Description (descending)* `issued_date` - Issued date* `-issued_date` - Issued date (descending)* `fromstr` - Fromstr* `-fromstr` - Fromstr (descending)* `status` - Status* `-status` - Status (descending)* `title` - Title* `-title` - Title (descending)* `summary` - Summary* `-summary` - Summary (descending)* `version` - Version* `-version` - Version (descending)* `type` - Type* `-type` - Type (descending)* `severity` - Severity* `-severity` - Severity (descending)* `solution` - Solution* `-solution` - Solution (descending)* `release` - Release* `-release` - Release (descending)* `rights` - Rights* `-rights` - Rights (descending)* `reboot_suggested` - Reboot suggested* `-reboot_suggested` - Reboot suggested (descending)* `pushcount` - Pushcount* `-pushcount` - Pushcount (descending)* `digest` - Digest* `-digest` - Digest (descending)* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **severity** | **string** | Filter results where severity matches value | **severityIn** | **[]string** | Filter results where severity is in a comma-separated list of values | **severityNe** | **string** | Filter results where severity not equal to value | diff --git a/release/docs/ContentCommitsAPI.md b/release/docs/ContentCommitsAPI.md index 5e80332d..da9d0d0b 100644 --- a/release/docs/ContentCommitsAPI.md +++ b/release/docs/ContentCommitsAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentOstreeCommitsList -> PaginatedostreeOstreeCommitResponseList ContentOstreeCommitsList(ctx, pulpDomain).Checksum(checksum).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedostreeOstreeCommitResponseList ContentOstreeCommitsList(ctx, pulpDomain).Checksum(checksum).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List ostree commits @@ -36,18 +36,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `checksum` - Checksum* `-checksum` - Checksum (descending)* `relative_path` - Relative path* `-relative_path` - Relative path (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentCommitsAPI.ContentOstreeCommitsList(context.Background(), pulpDomain).Checksum(checksum).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentCommitsAPI.ContentOstreeCommitsList(context.Background(), pulpDomain).Checksum(checksum).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentCommitsAPI.ContentOstreeCommitsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -78,12 +79,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `checksum` - Checksum* `-checksum` - Checksum (descending)* `relative_path` - Relative path* `-relative_path` - Relative path (descending)* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentConfigsAPI.md b/release/docs/ContentConfigsAPI.md index a22d2285..ec07870f 100644 --- a/release/docs/ContentConfigsAPI.md +++ b/release/docs/ContentConfigsAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentOstreeConfigsList -> PaginatedostreeOstreeConfigResponseList ContentOstreeConfigsList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedostreeOstreeConfigResponseList ContentOstreeConfigsList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List ostree configs @@ -35,18 +35,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentConfigsAPI.ContentOstreeConfigsList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentConfigsAPI.ContentOstreeConfigsList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentConfigsAPI.ContentOstreeConfigsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -76,12 +77,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentContentAPI.md b/release/docs/ContentContentAPI.md index b0508260..b6b2c408 100644 --- a/release/docs/ContentContentAPI.md +++ b/release/docs/ContentContentAPI.md @@ -84,7 +84,7 @@ Name | Type | Description | Notes ## ContentOstreeContentList -> PaginatedostreeOstreeContentResponseList ContentOstreeContentList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedostreeOstreeContentResponseList ContentOstreeContentList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List ostree contents @@ -108,18 +108,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentContentAPI.ContentOstreeContentList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentContentAPI.ContentOstreeContentList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentContentAPI.ContentOstreeContentList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -149,12 +150,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentDistributionTreesAPI.md b/release/docs/ContentDistributionTreesAPI.md index df5910e5..700d3a76 100644 --- a/release/docs/ContentDistributionTreesAPI.md +++ b/release/docs/ContentDistributionTreesAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentRpmDistributionTreesList -> PaginatedrpmDistributionTreeResponseList ContentRpmDistributionTreesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmDistributionTreeResponseList ContentRpmDistributionTreesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List distribution trees @@ -35,18 +35,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentDistributionTreesAPI.ContentRpmDistributionTreesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentDistributionTreesAPI.ContentRpmDistributionTreesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentDistributionTreesAPI.ContentRpmDistributionTreesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -76,12 +77,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentFilesAPI.md b/release/docs/ContentFilesAPI.md index 371bba0d..8887abce 100644 --- a/release/docs/ContentFilesAPI.md +++ b/release/docs/ContentFilesAPI.md @@ -94,7 +94,7 @@ Name | Type | Description | Notes ## ContentFileFilesList -> PaginatedfileFileContentResponseList ContentFileFilesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RelativePath(relativePath).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedfileFileContentResponseList ContentFileFilesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RelativePath(relativePath).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Fields(fields).ExcludeFields(excludeFields).Execute() List file contents @@ -118,20 +118,21 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `relative_path` - Relative path* `-relative_path` - Relative path (descending)* `digest` - Digest* `-digest` - Digest (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) relativePath := "relativePath_example" // string | Filter results where relative_path matches value (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) sha256 := "sha256_example" // string | (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentFilesAPI.ContentFileFilesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RelativePath(relativePath).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentFilesAPI.ContentFileFilesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RelativePath(relativePath).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentFilesAPI.ContentFileFilesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -161,13 +162,14 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `relative_path` - Relative path* `-relative_path` - Relative path (descending)* `digest` - Digest* `-digest` - Digest (descending)* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | **relativePath** | **string** | Filter results where relative_path matches value | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **sha256** | **string** | | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentGemAPI.md b/release/docs/ContentGemAPI.md index d65fc3dc..0f503862 100644 --- a/release/docs/ContentGemAPI.md +++ b/release/docs/ContentGemAPI.md @@ -88,7 +88,7 @@ Name | Type | Description | Notes ## ContentGemGemList -> PaginatedgemGemContentResponseList ContentGemGemList(ctx, pulpDomain).Checksum(checksum).Limit(limit).Name(name).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).Prerelease(prerelease).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Version(version).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedgemGemContentResponseList ContentGemGemList(ctx, pulpDomain).Checksum(checksum).Limit(limit).Name(name).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).Prerelease(prerelease).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Version(version).Fields(fields).ExcludeFields(excludeFields).Execute() List gem contents @@ -115,19 +115,20 @@ func main() { ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `name` - Name* `-name` - Name (descending)* `version` - Version* `-version` - Version (descending)* `platform` - Platform* `-platform` - Platform (descending)* `checksum` - Checksum* `-checksum` - Checksum (descending)* `prerelease` - Prerelease* `-prerelease` - Prerelease (descending)* `dependencies` - Dependencies* `-dependencies` - Dependencies (descending)* `required_ruby_version` - Required ruby version* `-required_ruby_version` - Required ruby version (descending)* `required_rubygems_version` - Required rubygems version* `-required_rubygems_version` - Required rubygems version (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) prerelease := true // bool | Filter results where prerelease matches value (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) version := "version_example" // string | Filter results where version matches value (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentGemAPI.ContentGemGemList(context.Background(), pulpDomain).Checksum(checksum).Limit(limit).Name(name).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).Prerelease(prerelease).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Version(version).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentGemAPI.ContentGemGemList(context.Background(), pulpDomain).Checksum(checksum).Limit(limit).Name(name).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).Prerelease(prerelease).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Version(version).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentGemAPI.ContentGemGemList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -160,12 +161,13 @@ Name | Type | Description | Notes **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `name` - Name* `-name` - Name (descending)* `version` - Version* `-version` - Version (descending)* `platform` - Platform* `-platform` - Platform (descending)* `checksum` - Checksum* `-checksum` - Checksum (descending)* `prerelease` - Prerelease* `-prerelease` - Prerelease (descending)* `dependencies` - Dependencies* `-dependencies` - Dependencies (descending)* `required_ruby_version` - Required ruby version* `-required_ruby_version` - Required ruby version (descending)* `required_rubygems_version` - Required rubygems version* `-required_rubygems_version` - Required rubygems version (descending)* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | **prerelease** | **bool** | Filter results where prerelease matches value | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **version** | **string** | Filter results where version matches value | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentGuardResponse.md b/release/docs/ContentGuardResponse.md index c641b1b1..1058e1ec 100644 --- a/release/docs/ContentGuardResponse.md +++ b/release/docs/ContentGuardResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | The unique name. | @@ -54,6 +55,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *ContentGuardResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *ContentGuardResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *ContentGuardResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *ContentGuardResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *ContentGuardResponse) GetPulpCreated() time.Time` diff --git a/release/docs/ContentModulemdDefaultsAPI.md b/release/docs/ContentModulemdDefaultsAPI.md index f5220ce5..38de90b1 100644 --- a/release/docs/ContentModulemdDefaultsAPI.md +++ b/release/docs/ContentModulemdDefaultsAPI.md @@ -84,7 +84,7 @@ Name | Type | Description | Notes ## ContentRpmModulemdDefaultsList -> PaginatedrpmModulemdDefaultsResponseList ContentRpmModulemdDefaultsList(ctx, pulpDomain).Limit(limit).Module(module).ModuleIn(moduleIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Stream(stream).StreamIn(streamIn).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmModulemdDefaultsResponseList ContentRpmModulemdDefaultsList(ctx, pulpDomain).Limit(limit).Module(module).ModuleIn(moduleIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Stream(stream).StreamIn(streamIn).Fields(fields).ExcludeFields(excludeFields).Execute() List modulemd defaultss @@ -110,12 +110,13 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `module` - Module* `-module` - Module (descending)* `stream` - Stream* `-stream` - Stream (descending)* `profiles` - Profiles* `-profiles` - Profiles (descending)* `digest` - Digest* `-digest` - Digest (descending)* `snippet` - Snippet* `-snippet` - Snippet (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) sha256 := "sha256_example" // string | (optional) stream := "stream_example" // string | Filter results where stream matches value (optional) streamIn := []string{"Inner_example"} // []string | Filter results where stream is in a comma-separated list of values (optional) @@ -124,7 +125,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentModulemdDefaultsAPI.ContentRpmModulemdDefaultsList(context.Background(), pulpDomain).Limit(limit).Module(module).ModuleIn(moduleIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Stream(stream).StreamIn(streamIn).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentModulemdDefaultsAPI.ContentRpmModulemdDefaultsList(context.Background(), pulpDomain).Limit(limit).Module(module).ModuleIn(moduleIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Stream(stream).StreamIn(streamIn).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentModulemdDefaultsAPI.ContentRpmModulemdDefaultsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -156,12 +157,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `module` - Module* `-module` - Module (descending)* `stream` - Stream* `-stream` - Stream (descending)* `profiles` - Profiles* `-profiles` - Profiles (descending)* `digest` - Digest* `-digest` - Digest (descending)* `snippet` - Snippet* `-snippet` - Snippet (descending)* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **sha256** | **string** | | **stream** | **string** | Filter results where stream matches value | **streamIn** | **[]string** | Filter results where stream is in a comma-separated list of values | diff --git a/release/docs/ContentModulemdObsoletesAPI.md b/release/docs/ContentModulemdObsoletesAPI.md index 663b2a68..7c6297d2 100644 --- a/release/docs/ContentModulemdObsoletesAPI.md +++ b/release/docs/ContentModulemdObsoletesAPI.md @@ -84,7 +84,7 @@ Name | Type | Description | Notes ## ContentRpmModulemdObsoletesList -> PaginatedrpmModulemdObsoleteResponseList ContentRpmModulemdObsoletesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmModulemdObsoleteResponseList ContentRpmModulemdObsoletesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List modulemd obsoletes @@ -108,18 +108,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentModulemdObsoletesAPI.ContentRpmModulemdObsoletesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentModulemdObsoletesAPI.ContentRpmModulemdObsoletesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentModulemdObsoletesAPI.ContentRpmModulemdObsoletesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -149,12 +150,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentModulemdsAPI.md b/release/docs/ContentModulemdsAPI.md index 9d6f103f..bea8bd63 100644 --- a/release/docs/ContentModulemdsAPI.md +++ b/release/docs/ContentModulemdsAPI.md @@ -84,7 +84,7 @@ Name | Type | Description | Notes ## ContentRpmModulemdsList -> PaginatedrpmModulemdResponseList ContentRpmModulemdsList(ctx, pulpDomain).Arch(arch).ArchIn(archIn).Context(context).ContextIn(contextIn).Limit(limit).Name(name).NameIn(nameIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Stream(stream).StreamIn(streamIn).Version(version).VersionIn(versionIn).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmModulemdResponseList ContentRpmModulemdsList(ctx, pulpDomain).Arch(arch).ArchIn(archIn).Context(context).ContextIn(contextIn).Limit(limit).Name(name).NameIn(nameIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Stream(stream).StreamIn(streamIn).Version(version).VersionIn(versionIn).Fields(fields).ExcludeFields(excludeFields).Execute() List modulemds @@ -114,12 +114,13 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `name` - Name* `-name` - Name (descending)* `stream` - Stream* `-stream` - Stream (descending)* `version` - Version* `-version` - Version (descending)* `context` - Context* `-context` - Context (descending)* `arch` - Arch* `-arch` - Arch (descending)* `static_context` - Static context* `-static_context` - Static context (descending)* `dependencies` - Dependencies* `-dependencies` - Dependencies (descending)* `artifacts` - Artifacts* `-artifacts` - Artifacts (descending)* `profiles` - Profiles* `-profiles` - Profiles (descending)* `description` - Description* `-description` - Description (descending)* `digest` - Digest* `-digest` - Digest (descending)* `snippet` - Snippet* `-snippet` - Snippet (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) sha256 := "sha256_example" // string | (optional) stream := "stream_example" // string | Filter results where stream matches value (optional) streamIn := []string{"Inner_example"} // []string | Filter results where stream is in a comma-separated list of values (optional) @@ -130,7 +131,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentModulemdsAPI.ContentRpmModulemdsList(context.Background(), pulpDomain).Arch(arch).ArchIn(archIn).Context(context).ContextIn(contextIn).Limit(limit).Name(name).NameIn(nameIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Stream(stream).StreamIn(streamIn).Version(version).VersionIn(versionIn).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentModulemdsAPI.ContentRpmModulemdsList(context.Background(), pulpDomain).Arch(arch).ArchIn(archIn).Context(context).ContextIn(contextIn).Limit(limit).Name(name).NameIn(nameIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Stream(stream).StreamIn(streamIn).Version(version).VersionIn(versionIn).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentModulemdsAPI.ContentRpmModulemdsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -166,12 +167,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `name` - Name* `-name` - Name (descending)* `stream` - Stream* `-stream` - Stream (descending)* `version` - Version* `-version` - Version (descending)* `context` - Context* `-context` - Context (descending)* `arch` - Arch* `-arch` - Arch (descending)* `static_context` - Static context* `-static_context` - Static context (descending)* `dependencies` - Dependencies* `-dependencies` - Dependencies (descending)* `artifacts` - Artifacts* `-artifacts` - Artifacts (descending)* `profiles` - Profiles* `-profiles` - Profiles (descending)* `description` - Description* `-description` - Description (descending)* `digest` - Digest* `-digest` - Digest (descending)* `snippet` - Snippet* `-snippet` - Snippet (descending)* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **sha256** | **string** | | **stream** | **string** | Filter results where stream matches value | **streamIn** | **[]string** | Filter results where stream is in a comma-separated list of values | diff --git a/release/docs/ContentObjectsAPI.md b/release/docs/ContentObjectsAPI.md index 01af3a92..5c3abba5 100644 --- a/release/docs/ContentObjectsAPI.md +++ b/release/docs/ContentObjectsAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentOstreeObjectsList -> PaginatedostreeOstreeObjectResponseList ContentOstreeObjectsList(ctx, pulpDomain).Checksum(checksum).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedostreeOstreeObjectResponseList ContentOstreeObjectsList(ctx, pulpDomain).Checksum(checksum).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List ostree objects @@ -36,18 +36,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `typ` - Typ* `-typ` - Typ (descending)* `checksum` - Checksum* `-checksum` - Checksum (descending)* `relative_path` - Relative path* `-relative_path` - Relative path (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentObjectsAPI.ContentOstreeObjectsList(context.Background(), pulpDomain).Checksum(checksum).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentObjectsAPI.ContentOstreeObjectsList(context.Background(), pulpDomain).Checksum(checksum).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentObjectsAPI.ContentOstreeObjectsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -78,12 +79,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `typ` - Typ* `-typ` - Typ (descending)* `checksum` - Checksum* `-checksum` - Checksum (descending)* `relative_path` - Relative path* `-relative_path` - Relative path (descending)* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentPackagecategoriesAPI.md b/release/docs/ContentPackagecategoriesAPI.md index 9f9e4b62..cdc9389f 100644 --- a/release/docs/ContentPackagecategoriesAPI.md +++ b/release/docs/ContentPackagecategoriesAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentRpmPackagecategoriesList -> PaginatedrpmPackageCategoryResponseList ContentRpmPackagecategoriesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmPackageCategoryResponseList ContentRpmPackagecategoriesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List package categorys @@ -35,18 +35,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentPackagecategoriesAPI.ContentRpmPackagecategoriesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentPackagecategoriesAPI.ContentRpmPackagecategoriesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentPackagecategoriesAPI.ContentRpmPackagecategoriesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -76,12 +77,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentPackageenvironmentsAPI.md b/release/docs/ContentPackageenvironmentsAPI.md index c7f43224..90445035 100644 --- a/release/docs/ContentPackageenvironmentsAPI.md +++ b/release/docs/ContentPackageenvironmentsAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentRpmPackageenvironmentsList -> PaginatedrpmPackageEnvironmentResponseList ContentRpmPackageenvironmentsList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmPackageEnvironmentResponseList ContentRpmPackageenvironmentsList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List package environments @@ -35,18 +35,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentPackageenvironmentsAPI.ContentRpmPackageenvironmentsList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentPackageenvironmentsAPI.ContentRpmPackageenvironmentsList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentPackageenvironmentsAPI.ContentRpmPackageenvironmentsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -76,12 +77,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentPackagegroupsAPI.md b/release/docs/ContentPackagegroupsAPI.md index 15f87174..c706d10b 100644 --- a/release/docs/ContentPackagegroupsAPI.md +++ b/release/docs/ContentPackagegroupsAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentRpmPackagegroupsList -> PaginatedrpmPackageGroupResponseList ContentRpmPackagegroupsList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmPackageGroupResponseList ContentRpmPackagegroupsList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List package groups @@ -35,18 +35,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentPackagegroupsAPI.ContentRpmPackagegroupsList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentPackagegroupsAPI.ContentRpmPackagegroupsList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentPackagegroupsAPI.ContentRpmPackagegroupsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -76,12 +77,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentPackagelangpacksAPI.md b/release/docs/ContentPackagelangpacksAPI.md index 24bea25f..5bf00b78 100644 --- a/release/docs/ContentPackagelangpacksAPI.md +++ b/release/docs/ContentPackagelangpacksAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentRpmPackagelangpacksList -> PaginatedrpmPackageLangpacksResponseList ContentRpmPackagelangpacksList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmPackageLangpacksResponseList ContentRpmPackagelangpacksList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List package langpackss @@ -35,18 +35,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentPackagelangpacksAPI.ContentRpmPackagelangpacksList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentPackagelangpacksAPI.ContentRpmPackagelangpacksList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentPackagelangpacksAPI.ContentRpmPackagelangpacksList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -76,12 +77,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentPackagesAPI.md b/release/docs/ContentPackagesAPI.md index 12f36fbb..8fd84412 100644 --- a/release/docs/ContentPackagesAPI.md +++ b/release/docs/ContentPackagesAPI.md @@ -141,7 +141,7 @@ Name | Type | Description | Notes ## ContentPythonPackagesList -> PaginatedpythonPythonPackageContentResponseList ContentPythonPackagesList(ctx, pulpDomain).Author(author).AuthorIn(authorIn).Filename(filename).FilenameContains(filenameContains).FilenameIn(filenameIn).KeywordsContains(keywordsContains).KeywordsIn(keywordsIn).Limit(limit).Name(name).NameIn(nameIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).Packagetype(packagetype).PackagetypeIn(packagetypeIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).RequiresPython(requiresPython).RequiresPythonContains(requiresPythonContains).RequiresPythonIn(requiresPythonIn).Sha256(sha256).Sha256In(sha256In).Version(version).VersionGt(versionGt).VersionGte(versionGte).VersionLt(versionLt).VersionLte(versionLte).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedpythonPythonPackageContentResponseList ContentPythonPackagesList(ctx, pulpDomain).Author(author).AuthorIn(authorIn).Filename(filename).FilenameContains(filenameContains).FilenameIn(filenameIn).KeywordsContains(keywordsContains).KeywordsIn(keywordsIn).Limit(limit).Name(name).NameIn(nameIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).Packagetype(packagetype).PackagetypeIn(packagetypeIn).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).RequiresPython(requiresPython).RequiresPythonContains(requiresPythonContains).RequiresPythonIn(requiresPythonIn).Sha256(sha256).Sha256In(sha256In).Version(version).VersionGt(versionGt).VersionGte(versionGte).VersionLt(versionLt).VersionLte(versionLte).Fields(fields).ExcludeFields(excludeFields).Execute() List python package contents @@ -176,12 +176,13 @@ func main() { orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) packagetype := "packagetype_example" // string | Filter results where packagetype matches value* `bdist_dmg` - bdist_dmg* `bdist_dumb` - bdist_dumb* `bdist_egg` - bdist_egg* `bdist_msi` - bdist_msi* `bdist_rpm` - bdist_rpm* `bdist_wheel` - bdist_wheel* `bdist_wininst` - bdist_wininst* `sdist` - sdist (optional) packagetypeIn := []string{"Inner_example"} // []string | Filter results where packagetype is in a comma-separated list of values (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) requiresPython := "requiresPython_example" // string | Filter results where requires_python matches value (optional) requiresPythonContains := "requiresPythonContains_example" // string | Filter results where requires_python contains value (optional) requiresPythonIn := []string{"Inner_example"} // []string | Filter results where requires_python is in a comma-separated list of values (optional) @@ -197,7 +198,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentPackagesAPI.ContentPythonPackagesList(context.Background(), pulpDomain).Author(author).AuthorIn(authorIn).Filename(filename).FilenameContains(filenameContains).FilenameIn(filenameIn).KeywordsContains(keywordsContains).KeywordsIn(keywordsIn).Limit(limit).Name(name).NameIn(nameIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).Packagetype(packagetype).PackagetypeIn(packagetypeIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).RequiresPython(requiresPython).RequiresPythonContains(requiresPythonContains).RequiresPythonIn(requiresPythonIn).Sha256(sha256).Sha256In(sha256In).Version(version).VersionGt(versionGt).VersionGte(versionGte).VersionLt(versionLt).VersionLte(versionLte).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentPackagesAPI.ContentPythonPackagesList(context.Background(), pulpDomain).Author(author).AuthorIn(authorIn).Filename(filename).FilenameContains(filenameContains).FilenameIn(filenameIn).KeywordsContains(keywordsContains).KeywordsIn(keywordsIn).Limit(limit).Name(name).NameIn(nameIn).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).Packagetype(packagetype).PackagetypeIn(packagetypeIn).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).RequiresPython(requiresPython).RequiresPythonContains(requiresPythonContains).RequiresPythonIn(requiresPythonIn).Sha256(sha256).Sha256In(sha256In).Version(version).VersionGt(versionGt).VersionGte(versionGte).VersionLt(versionLt).VersionLte(versionLte).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentPackagesAPI.ContentPythonPackagesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -238,12 +239,13 @@ Name | Type | Description | Notes **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | **packagetype** | **string** | Filter results where packagetype matches value* `bdist_dmg` - bdist_dmg* `bdist_dumb` - bdist_dumb* `bdist_egg` - bdist_egg* `bdist_msi` - bdist_msi* `bdist_rpm` - bdist_rpm* `bdist_wheel` - bdist_wheel* `bdist_wininst` - bdist_wininst* `sdist` - sdist | **packagetypeIn** | **[]string** | Filter results where packagetype is in a comma-separated list of values | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **requiresPython** | **string** | Filter results where requires_python matches value | **requiresPythonContains** | **string** | Filter results where requires_python contains value | **requiresPythonIn** | **[]string** | Filter results where requires_python is in a comma-separated list of values | @@ -433,7 +435,7 @@ Name | Type | Description | Notes ## ContentRpmPackagesList -> PaginatedrpmPackageResponseList ContentRpmPackagesList(ctx, pulpDomain).Arch(arch).ArchContains(archContains).ArchIn(archIn).ArchNe(archNe).ArchStartswith(archStartswith).ChecksumType(checksumType).ChecksumTypeIn(checksumTypeIn).ChecksumTypeNe(checksumTypeNe).Epoch(epoch).EpochIn(epochIn).EpochNe(epochNe).Filename(filename).Limit(limit).Name(name).NameContains(nameContains).NameIn(nameIn).NameNe(nameNe).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PkgId(pkgId).PkgIdIn(pkgIdIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Release(release).ReleaseContains(releaseContains).ReleaseIn(releaseIn).ReleaseNe(releaseNe).ReleaseStartswith(releaseStartswith).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Version(version).VersionIn(versionIn).VersionNe(versionNe).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmPackageResponseList ContentRpmPackagesList(ctx, pulpDomain).Arch(arch).ArchContains(archContains).ArchIn(archIn).ArchNe(archNe).ArchStartswith(archStartswith).ChecksumType(checksumType).ChecksumTypeIn(checksumTypeIn).ChecksumTypeNe(checksumTypeNe).Epoch(epoch).EpochIn(epochIn).EpochNe(epochNe).Filename(filename).Limit(limit).Name(name).NameContains(nameContains).NameIn(nameIn).NameNe(nameNe).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PkgId(pkgId).PkgIdIn(pkgIdIn).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Release(release).ReleaseContains(releaseContains).ReleaseIn(releaseIn).ReleaseNe(releaseNe).ReleaseStartswith(releaseStartswith).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Version(version).VersionIn(versionIn).VersionNe(versionNe).Fields(fields).ExcludeFields(excludeFields).Execute() List packages @@ -476,6 +478,7 @@ func main() { orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) pkgId := "pkgId_example" // string | Filter results where pkgId matches value (optional) pkgIdIn := []string{"Inner_example"} // []string | Filter results where pkgId is in a comma-separated list of values (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -484,9 +487,9 @@ func main() { releaseIn := []string{"Inner_example"} // []string | Filter results where release is in a comma-separated list of values (optional) releaseNe := "releaseNe_example" // string | Filter results where release not equal to value (optional) releaseStartswith := "releaseStartswith_example" // string | Filter results where release starts with value (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) sha256 := "sha256_example" // string | (optional) version := "version_example" // string | Filter results where version matches value (optional) versionIn := []string{"Inner_example"} // []string | Filter results where version is in a comma-separated list of values (optional) @@ -496,7 +499,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentPackagesAPI.ContentRpmPackagesList(context.Background(), pulpDomain).Arch(arch).ArchContains(archContains).ArchIn(archIn).ArchNe(archNe).ArchStartswith(archStartswith).ChecksumType(checksumType).ChecksumTypeIn(checksumTypeIn).ChecksumTypeNe(checksumTypeNe).Epoch(epoch).EpochIn(epochIn).EpochNe(epochNe).Filename(filename).Limit(limit).Name(name).NameContains(nameContains).NameIn(nameIn).NameNe(nameNe).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PkgId(pkgId).PkgIdIn(pkgIdIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Release(release).ReleaseContains(releaseContains).ReleaseIn(releaseIn).ReleaseNe(releaseNe).ReleaseStartswith(releaseStartswith).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Version(version).VersionIn(versionIn).VersionNe(versionNe).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentPackagesAPI.ContentRpmPackagesList(context.Background(), pulpDomain).Arch(arch).ArchContains(archContains).ArchIn(archIn).ArchNe(archNe).ArchStartswith(archStartswith).ChecksumType(checksumType).ChecksumTypeIn(checksumTypeIn).ChecksumTypeNe(checksumTypeNe).Epoch(epoch).EpochIn(epochIn).EpochNe(epochNe).Filename(filename).Limit(limit).Name(name).NameContains(nameContains).NameIn(nameIn).NameNe(nameNe).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PkgId(pkgId).PkgIdIn(pkgIdIn).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Release(release).ReleaseContains(releaseContains).ReleaseIn(releaseIn).ReleaseNe(releaseNe).ReleaseStartswith(releaseStartswith).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Sha256(sha256).Version(version).VersionIn(versionIn).VersionNe(versionNe).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentPackagesAPI.ContentRpmPackagesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -545,6 +548,7 @@ Name | Type | Description | Notes **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | **pkgId** | **string** | Filter results where pkgId matches value | **pkgIdIn** | **[]string** | Filter results where pkgId is in a comma-separated list of values | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | @@ -553,9 +557,9 @@ Name | Type | Description | Notes **releaseIn** | **[]string** | Filter results where release is in a comma-separated list of values | **releaseNe** | **string** | Filter results where release not equal to value | **releaseStartswith** | **string** | Filter results where release starts with value | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **sha256** | **string** | | **version** | **string** | Filter results where version matches value | **versionIn** | **[]string** | Filter results where version is in a comma-separated list of values | diff --git a/release/docs/ContentRedirectContentGuardResponse.md b/release/docs/ContentRedirectContentGuardResponse.md index 5d5af61f..73dfe2fb 100644 --- a/release/docs/ContentRedirectContentGuardResponse.md +++ b/release/docs/ContentRedirectContentGuardResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | The unique name. | @@ -54,6 +55,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *ContentRedirectContentGuardResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *ContentRedirectContentGuardResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *ContentRedirectContentGuardResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *ContentRedirectContentGuardResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *ContentRedirectContentGuardResponse) GetPulpCreated() time.Time` diff --git a/release/docs/ContentRefsAPI.md b/release/docs/ContentRefsAPI.md index 4df8c0c2..5f0533a6 100644 --- a/release/docs/ContentRefsAPI.md +++ b/release/docs/ContentRefsAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentOstreeRefsList -> PaginatedostreeOstreeRefResponseList ContentOstreeRefsList(ctx, pulpDomain).Checksum(checksum).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedostreeOstreeRefResponseList ContentOstreeRefsList(ctx, pulpDomain).Checksum(checksum).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List ostree refs @@ -45,18 +45,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `name` - Name* `-name` - Name (descending)* `relative_path` - Relative path* `-relative_path` - Relative path (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentRefsAPI.ContentOstreeRefsList(context.Background(), pulpDomain).Checksum(checksum).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentRefsAPI.ContentOstreeRefsList(context.Background(), pulpDomain).Checksum(checksum).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentRefsAPI.ContentOstreeRefsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -96,12 +97,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `upstream_id` - Upstream id* `-upstream_id` - Upstream id (descending)* `timestamp_of_interest` - Timestamp of interest* `-timestamp_of_interest` - Timestamp of interest (descending)* `name` - Name* `-name` - Name (descending)* `relative_path` - Relative path* `-relative_path` - Relative path (descending)* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentRepoMetadataFilesAPI.md b/release/docs/ContentRepoMetadataFilesAPI.md index f2c530c1..818cdfec 100644 --- a/release/docs/ContentRepoMetadataFilesAPI.md +++ b/release/docs/ContentRepoMetadataFilesAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentRpmRepoMetadataFilesList -> PaginatedrpmRepoMetadataFileResponseList ContentRpmRepoMetadataFilesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmRepoMetadataFileResponseList ContentRpmRepoMetadataFilesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List repo metadata files @@ -35,18 +35,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentRepoMetadataFilesAPI.ContentRpmRepoMetadataFilesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentRepoMetadataFilesAPI.ContentRpmRepoMetadataFilesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentRepoMetadataFilesAPI.ContentRpmRepoMetadataFilesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -76,12 +77,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentSummariesAPI.md b/release/docs/ContentSummariesAPI.md index fa1d98a2..a1ab320d 100644 --- a/release/docs/ContentSummariesAPI.md +++ b/release/docs/ContentSummariesAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## ContentOstreeSummariesList -> PaginatedostreeOstreeSummaryResponseList ContentOstreeSummariesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedostreeOstreeSummaryResponseList ContentOstreeSummariesList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() List ostree summarys @@ -35,18 +35,19 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pk` - Pk* `-pk` - Pk (descending) (optional) orphanedFor := float32(8.14) // float32 | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF (optional) - repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF (optional) + repositoryVersion := "repositoryVersion_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionAdded := "repositoryVersionAdded_example" // string | Repository Version referenced by HREF/PRN (optional) + repositoryVersionRemoved := "repositoryVersionRemoved_example" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentSummariesAPI.ContentOstreeSummariesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentSummariesAPI.ContentOstreeSummariesList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).OrphanedFor(orphanedFor).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).RepositoryVersion(repositoryVersion).RepositoryVersionAdded(repositoryVersionAdded).RepositoryVersionRemoved(repositoryVersionRemoved).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentSummariesAPI.ContentOstreeSummariesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -76,12 +77,13 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pk` - Pk* `-pk` - Pk (descending) | **orphanedFor** | **float32** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repositoryVersion** | **string** | Repository Version referenced by HREF | - **repositoryVersionAdded** | **string** | Repository Version referenced by HREF | - **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionAdded** | **string** | Repository Version referenced by HREF/PRN | + **repositoryVersionRemoved** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/ContentguardsAPI.md b/release/docs/ContentguardsAPI.md index 742ba97a..634b8f12 100644 --- a/release/docs/ContentguardsAPI.md +++ b/release/docs/ContentguardsAPI.md @@ -10,7 +10,7 @@ Method | HTTP request | Description ## ContentguardsList -> PaginatedContentGuardResponseList ContentguardsList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedContentGuardResponseList ContentguardsList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List content guards @@ -42,6 +42,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpType := "pulpType_example" // string | Pulp type* `core.rbac` - core.rbac* `core.content_redirect` - core.content_redirect* `core.header` - core.header* `core.composite` - core.composite* `certguard.rhsm` - certguard.rhsm* `certguard.x509` - certguard.x509 (optional) @@ -52,7 +53,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentguardsAPI.ContentguardsList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentguardsAPI.ContentguardsList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentguardsAPI.ContentguardsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -90,6 +91,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpType** | **string** | Pulp type* `core.rbac` - core.rbac* `core.content_redirect` - core.content_redirect* `core.header` - core.header* `core.composite` - core.composite* `certguard.rhsm` - certguard.rhsm* `certguard.x509` - certguard.x509 | diff --git a/release/docs/ContentguardsCompositeAPI.md b/release/docs/ContentguardsCompositeAPI.md index d3defb3d..dacecbf9 100644 --- a/release/docs/ContentguardsCompositeAPI.md +++ b/release/docs/ContentguardsCompositeAPI.md @@ -231,7 +231,7 @@ Name | Type | Description | Notes ## ContentguardsCoreCompositeList -> PaginatedCompositeContentGuardResponseList ContentguardsCoreCompositeList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedCompositeContentGuardResponseList ContentguardsCoreCompositeList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List composite content guards @@ -263,6 +263,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -271,7 +272,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentguardsCompositeAPI.ContentguardsCoreCompositeList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentguardsCompositeAPI.ContentguardsCoreCompositeList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentguardsCompositeAPI.ContentguardsCoreCompositeList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -309,6 +310,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/ContentguardsContentRedirectAPI.md b/release/docs/ContentguardsContentRedirectAPI.md index 8ffb58a5..0749c981 100644 --- a/release/docs/ContentguardsContentRedirectAPI.md +++ b/release/docs/ContentguardsContentRedirectAPI.md @@ -231,7 +231,7 @@ Name | Type | Description | Notes ## ContentguardsCoreContentRedirectList -> PaginatedContentRedirectContentGuardResponseList ContentguardsCoreContentRedirectList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedContentRedirectContentGuardResponseList ContentguardsCoreContentRedirectList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List content redirect content guards @@ -263,6 +263,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -271,7 +272,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentguardsContentRedirectAPI.ContentguardsCoreContentRedirectList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentguardsContentRedirectAPI.ContentguardsCoreContentRedirectList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentguardsContentRedirectAPI.ContentguardsCoreContentRedirectList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -309,6 +310,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/ContentguardsHeaderAPI.md b/release/docs/ContentguardsHeaderAPI.md index 611d37b9..d6ba0c62 100644 --- a/release/docs/ContentguardsHeaderAPI.md +++ b/release/docs/ContentguardsHeaderAPI.md @@ -231,7 +231,7 @@ Name | Type | Description | Notes ## ContentguardsCoreHeaderList -> PaginatedHeaderContentGuardResponseList ContentguardsCoreHeaderList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedHeaderContentGuardResponseList ContentguardsCoreHeaderList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List header content guards @@ -263,6 +263,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -271,7 +272,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentguardsHeaderAPI.ContentguardsCoreHeaderList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentguardsHeaderAPI.ContentguardsCoreHeaderList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentguardsHeaderAPI.ContentguardsCoreHeaderList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -309,6 +310,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/ContentguardsRbacAPI.md b/release/docs/ContentguardsRbacAPI.md index 78dfa8e3..9828aae4 100644 --- a/release/docs/ContentguardsRbacAPI.md +++ b/release/docs/ContentguardsRbacAPI.md @@ -231,7 +231,7 @@ Name | Type | Description | Notes ## ContentguardsCoreRbacList -> PaginatedRBACContentGuardResponseList ContentguardsCoreRbacList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedRBACContentGuardResponseList ContentguardsCoreRbacList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List rbac content guards @@ -263,6 +263,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -271,7 +272,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentguardsRbacAPI.ContentguardsCoreRbacList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentguardsRbacAPI.ContentguardsCoreRbacList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentguardsRbacAPI.ContentguardsCoreRbacList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -309,6 +310,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/ContentguardsRhsmAPI.md b/release/docs/ContentguardsRhsmAPI.md index ed228e18..d652328e 100644 --- a/release/docs/ContentguardsRhsmAPI.md +++ b/release/docs/ContentguardsRhsmAPI.md @@ -155,7 +155,7 @@ Name | Type | Description | Notes ## ContentguardsCertguardRhsmList -> PaginatedcertguardRHSMCertGuardResponseList ContentguardsCertguardRhsmList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedcertguardRHSMCertGuardResponseList ContentguardsCertguardRhsmList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List rhsm cert guards @@ -187,6 +187,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -195,7 +196,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentguardsRhsmAPI.ContentguardsCertguardRhsmList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentguardsRhsmAPI.ContentguardsCertguardRhsmList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentguardsRhsmAPI.ContentguardsCertguardRhsmList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -233,6 +234,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/ContentguardsX509API.md b/release/docs/ContentguardsX509API.md index ac779b80..27242b0d 100644 --- a/release/docs/ContentguardsX509API.md +++ b/release/docs/ContentguardsX509API.md @@ -155,7 +155,7 @@ Name | Type | Description | Notes ## ContentguardsCertguardX509List -> PaginatedcertguardX509CertGuardResponseList ContentguardsCertguardX509List(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedcertguardX509CertGuardResponseList ContentguardsCertguardX509List(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List x509 cert guards @@ -187,6 +187,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -195,7 +196,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ContentguardsX509API.ContentguardsCertguardX509List(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ContentguardsX509API.ContentguardsCertguardX509List(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ContentguardsX509API.ContentguardsCertguardX509List``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -233,6 +234,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/DistributionResponse.md b/release/docs/DistributionResponse.md index 860253bf..a2cc1746 100644 --- a/release/docs/DistributionResponse.md +++ b/release/docs/DistributionResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | @@ -60,6 +61,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *DistributionResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *DistributionResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *DistributionResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *DistributionResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *DistributionResponse) GetPulpCreated() time.Time` diff --git a/release/docs/DistributionsAPI.md b/release/docs/DistributionsAPI.md index a7454a36..3ad1dcb6 100644 --- a/release/docs/DistributionsAPI.md +++ b/release/docs/DistributionsAPI.md @@ -10,7 +10,7 @@ Method | HTTP request | Description ## DistributionsList -> PaginatedDistributionResponseList DistributionsList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedDistributionResponseList DistributionsList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List distributions @@ -46,11 +46,12 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) - pulpType := "pulpType_example" // string | Pulp type* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree (optional) - pulpTypeIn := []string{"PulpTypeIn_example"} // []string | Multiple values may be separated by commas.* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree (optional) + pulpType := "pulpType_example" // string | Pulp type* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree (optional) + pulpTypeIn := []string{"PulpTypeIn_example"} // []string | Multiple values may be separated by commas.* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) repository := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Filter results where repository matches value (optional) repositoryIn := []string{"Inner_example"} // []string | Filter results where repository is in a comma-separated list of values (optional) @@ -60,7 +61,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.DistributionsAPI.DistributionsList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.DistributionsAPI.DistributionsList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `DistributionsAPI.DistributionsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -102,11 +103,12 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | - **pulpType** | **string** | Pulp type* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree | - **pulpTypeIn** | **[]string** | Multiple values may be separated by commas.* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree | + **pulpType** | **string** | Pulp type* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree | + **pulpTypeIn** | **[]string** | Multiple values may be separated by commas.* `core.artifact` - core.artifact* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | **repository** | **string** | Filter results where repository matches value | **repositoryIn** | **[]string** | Filter results where repository is in a comma-separated list of values | diff --git a/release/docs/DistributionsArtifactsAPI.md b/release/docs/DistributionsArtifactsAPI.md index 99073b73..19c393ee 100644 --- a/release/docs/DistributionsArtifactsAPI.md +++ b/release/docs/DistributionsArtifactsAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## DistributionsCoreArtifactsList -> PaginatedArtifactDistributionResponseList DistributionsCoreArtifactsList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedArtifactDistributionResponseList DistributionsCoreArtifactsList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List artifact distributions @@ -47,6 +47,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -59,7 +60,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.DistributionsArtifactsAPI.DistributionsCoreArtifactsList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.DistributionsArtifactsAPI.DistributionsCoreArtifactsList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `DistributionsArtifactsAPI.DistributionsCoreArtifactsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -101,6 +102,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/DistributionsFileAPI.md b/release/docs/DistributionsFileAPI.md index 8284fcb1..f7bdeee6 100644 --- a/release/docs/DistributionsFileAPI.md +++ b/release/docs/DistributionsFileAPI.md @@ -235,7 +235,7 @@ Name | Type | Description | Notes ## DistributionsFileFileList -> PaginatedfileFileDistributionResponseList DistributionsFileFileList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedfileFileDistributionResponseList DistributionsFileFileList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List file distributions @@ -271,6 +271,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,7 +284,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.DistributionsFileAPI.DistributionsFileFileList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.DistributionsFileAPI.DistributionsFileFileList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `DistributionsFileAPI.DistributionsFileFileList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -325,6 +326,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/DistributionsGemAPI.md b/release/docs/DistributionsGemAPI.md index a482e5be..399e08e6 100644 --- a/release/docs/DistributionsGemAPI.md +++ b/release/docs/DistributionsGemAPI.md @@ -235,7 +235,7 @@ Name | Type | Description | Notes ## DistributionsGemGemList -> PaginatedgemGemDistributionResponseList DistributionsGemGemList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedgemGemDistributionResponseList DistributionsGemGemList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List gem distributions @@ -271,6 +271,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,7 +284,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.DistributionsGemAPI.DistributionsGemGemList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.DistributionsGemAPI.DistributionsGemGemList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `DistributionsGemAPI.DistributionsGemGemList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -325,6 +326,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/DistributionsOstreeAPI.md b/release/docs/DistributionsOstreeAPI.md index 676ddddc..f0c35514 100644 --- a/release/docs/DistributionsOstreeAPI.md +++ b/release/docs/DistributionsOstreeAPI.md @@ -235,7 +235,7 @@ Name | Type | Description | Notes ## DistributionsOstreeOstreeList -> PaginatedostreeOstreeDistributionResponseList DistributionsOstreeOstreeList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedostreeOstreeDistributionResponseList DistributionsOstreeOstreeList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List ostree distributions @@ -271,6 +271,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,7 +284,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.DistributionsOstreeAPI.DistributionsOstreeOstreeList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.DistributionsOstreeAPI.DistributionsOstreeOstreeList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `DistributionsOstreeAPI.DistributionsOstreeOstreeList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -325,6 +326,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/DistributionsPypiAPI.md b/release/docs/DistributionsPypiAPI.md index d96629b3..3b674054 100644 --- a/release/docs/DistributionsPypiAPI.md +++ b/release/docs/DistributionsPypiAPI.md @@ -235,7 +235,7 @@ Name | Type | Description | Notes ## DistributionsPythonPypiList -> PaginatedpythonPythonDistributionResponseList DistributionsPythonPypiList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedpythonPythonDistributionResponseList DistributionsPythonPypiList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List python distributions @@ -271,6 +271,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,7 +284,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.DistributionsPypiAPI.DistributionsPythonPypiList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.DistributionsPypiAPI.DistributionsPythonPypiList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `DistributionsPypiAPI.DistributionsPythonPypiList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -325,6 +326,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/DistributionsRpmAPI.md b/release/docs/DistributionsRpmAPI.md index 206016bb..d2645459 100644 --- a/release/docs/DistributionsRpmAPI.md +++ b/release/docs/DistributionsRpmAPI.md @@ -235,7 +235,7 @@ Name | Type | Description | Notes ## DistributionsRpmRpmList -> PaginatedrpmRpmDistributionResponseList DistributionsRpmRpmList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmRpmDistributionResponseList DistributionsRpmRpmList(ctx, pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List rpm distributions @@ -271,6 +271,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,7 +284,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.DistributionsRpmAPI.DistributionsRpmRpmList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.DistributionsRpmAPI.DistributionsRpmRpmList(context.Background(), pulpDomain).BasePath(basePath).BasePathContains(basePathContains).BasePathIcontains(basePathIcontains).BasePathIn(basePathIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Repository(repository).RepositoryIn(repositoryIn).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `DistributionsRpmAPI.DistributionsRpmRpmList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -325,6 +326,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `base_path` - Base path* `-base_path` - Base path (descending)* `hidden` - Hidden* `-hidden` - Hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/DomainResponse.md b/release/docs/DomainResponse.md index f8368c15..4decbbeb 100644 --- a/release/docs/DomainResponse.md +++ b/release/docs/DomainResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | A name for this domain. | @@ -58,6 +59,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *DomainResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *DomainResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *DomainResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *DomainResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *DomainResponse) GetPulpCreated() time.Time` diff --git a/release/docs/DomainsAPI.md b/release/docs/DomainsAPI.md index 12185f5c..66713b95 100644 --- a/release/docs/DomainsAPI.md +++ b/release/docs/DomainsAPI.md @@ -158,7 +158,7 @@ Name | Type | Description | Notes ## DomainsList -> PaginatedDomainResponseList DomainsList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedDomainResponseList DomainsList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List domains @@ -190,6 +190,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `storage_class` - Storage class* `-storage_class` - Storage class (descending)* `storage_settings` - Storage settings* `-storage_settings` - Storage settings (descending)* `redirect_to_object_storage` - Redirect to object storage* `-redirect_to_object_storage` - Redirect to object storage (descending)* `hide_guarded_distributions` - Hide guarded distributions* `-hide_guarded_distributions` - Hide guarded distributions (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -198,7 +199,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.DomainsAPI.DomainsList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.DomainsAPI.DomainsList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `DomainsAPI.DomainsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -236,6 +237,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `storage_class` - Storage class* `-storage_class` - Storage class (descending)* `storage_settings` - Storage settings* `-storage_settings` - Storage settings (descending)* `redirect_to_object_storage` - Redirect to object storage* `-redirect_to_object_storage` - Redirect to object storage (descending)* `hide_guarded_distributions` - Hide guarded distributions* `-hide_guarded_distributions` - Hide guarded distributions (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/ExportersFilesystemAPI.md b/release/docs/ExportersFilesystemAPI.md index b119a26a..4d6676c5 100644 --- a/release/docs/ExportersFilesystemAPI.md +++ b/release/docs/ExportersFilesystemAPI.md @@ -157,7 +157,7 @@ Name | Type | Description | Notes ## ExportersCoreFilesystemList -> PaginatedFilesystemExporterResponseList ExportersCoreFilesystemList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedFilesystemExporterResponseList ExportersCoreFilesystemList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List filesystem exporters @@ -189,6 +189,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `path` - Path* `-path` - Path (descending)* `method` - Method* `-method` - Method (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -197,7 +198,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ExportersFilesystemAPI.ExportersCoreFilesystemList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ExportersFilesystemAPI.ExportersCoreFilesystemList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ExportersFilesystemAPI.ExportersCoreFilesystemList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -235,6 +236,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `path` - Path* `-path` - Path (descending)* `method` - Method* `-method` - Method (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/ExportersPulpAPI.md b/release/docs/ExportersPulpAPI.md index db6ac355..68295928 100644 --- a/release/docs/ExportersPulpAPI.md +++ b/release/docs/ExportersPulpAPI.md @@ -157,7 +157,7 @@ Name | Type | Description | Notes ## ExportersCorePulpList -> PaginatedPulpExporterResponseList ExportersCorePulpList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedPulpExporterResponseList ExportersCorePulpList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List pulp exporters @@ -189,6 +189,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `path` - Path* `-path` - Path (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -197,7 +198,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ExportersPulpAPI.ExportersCorePulpList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ExportersPulpAPI.ExportersCorePulpList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ExportersPulpAPI.ExportersCorePulpList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -235,6 +236,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `path` - Path* `-path` - Path (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/FileFileAlternateContentSourceResponse.md b/release/docs/FileFileAlternateContentSourceResponse.md index 5914a32a..fafff52a 100644 --- a/release/docs/FileFileAlternateContentSourceResponse.md +++ b/release/docs/FileFileAlternateContentSourceResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | Name of Alternate Content Source. | @@ -56,6 +57,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *FileFileAlternateContentSourceResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *FileFileAlternateContentSourceResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *FileFileAlternateContentSourceResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *FileFileAlternateContentSourceResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *FileFileAlternateContentSourceResponse) GetPulpCreated() time.Time` diff --git a/release/docs/FileFileContentResponse.md b/release/docs/FileFileContentResponse.md index f662c915..09b2d367 100644 --- a/release/docs/FileFileContentResponse.md +++ b/release/docs/FileFileContentResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Artifact** | Pointer to **string** | Artifact file representing the physical content | [optional] @@ -60,6 +61,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *FileFileContentResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *FileFileContentResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *FileFileContentResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *FileFileContentResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *FileFileContentResponse) GetPulpCreated() time.Time` diff --git a/release/docs/FileFileDistributionResponse.md b/release/docs/FileFileDistributionResponse.md index d19a3e45..b378673a 100644 --- a/release/docs/FileFileDistributionResponse.md +++ b/release/docs/FileFileDistributionResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | @@ -61,6 +62,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *FileFileDistributionResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *FileFileDistributionResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *FileFileDistributionResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *FileFileDistributionResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *FileFileDistributionResponse) GetPulpCreated() time.Time` diff --git a/release/docs/FileFilePublicationResponse.md b/release/docs/FileFilePublicationResponse.md index ad3b0911..f7ec9866 100644 --- a/release/docs/FileFilePublicationResponse.md +++ b/release/docs/FileFilePublicationResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **RepositoryVersion** | Pointer to **string** | | [optional] @@ -56,6 +57,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *FileFilePublicationResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *FileFilePublicationResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *FileFilePublicationResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *FileFilePublicationResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *FileFilePublicationResponse) GetPulpCreated() time.Time` diff --git a/release/docs/FileFileRemoteResponse.md b/release/docs/FileFileRemoteResponse.md index 6fd6771d..a68c6985 100644 --- a/release/docs/FileFileRemoteResponse.md +++ b/release/docs/FileFileRemoteResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the most recent update of the remote. | [optional] [readonly] **Name** | **string** | A unique name for this remote. | @@ -69,6 +70,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *FileFileRemoteResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *FileFileRemoteResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *FileFileRemoteResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *FileFileRemoteResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *FileFileRemoteResponse) GetPulpCreated() time.Time` diff --git a/release/docs/FileFileRepositoryResponse.md b/release/docs/FileFileRepositoryResponse.md index b7142b74..fa990cfe 100644 --- a/release/docs/FileFileRepositoryResponse.md +++ b/release/docs/FileFileRepositoryResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **VersionsHref** | Pointer to **string** | | [optional] [readonly] @@ -61,6 +62,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *FileFileRepositoryResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *FileFileRepositoryResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *FileFileRepositoryResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *FileFileRepositoryResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *FileFileRepositoryResponse) GetPulpCreated() time.Time` diff --git a/release/docs/FilesystemExportResponse.md b/release/docs/FilesystemExportResponse.md index 7bbe711a..1cbcf2e1 100644 --- a/release/docs/FilesystemExportResponse.md +++ b/release/docs/FilesystemExportResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Task** | Pointer to **NullableString** | A URI of the task that ran the Export. | [optional] @@ -55,6 +56,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *FilesystemExportResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *FilesystemExportResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *FilesystemExportResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *FilesystemExportResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *FilesystemExportResponse) GetPulpCreated() time.Time` diff --git a/release/docs/FilesystemExporterResponse.md b/release/docs/FilesystemExporterResponse.md index 48a74721..fd9422cf 100644 --- a/release/docs/FilesystemExporterResponse.md +++ b/release/docs/FilesystemExporterResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | Unique name of the file system exporter. | @@ -55,6 +56,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *FilesystemExporterResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *FilesystemExporterResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *FilesystemExporterResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *FilesystemExporterResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *FilesystemExporterResponse) GetPulpCreated() time.Time` diff --git a/release/docs/GemGemContentResponse.md b/release/docs/GemGemContentResponse.md index f2075438..aa0451e0 100644 --- a/release/docs/GemGemContentResponse.md +++ b/release/docs/GemGemContentResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Artifacts** | **map[string]interface{}** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | [readonly] @@ -61,6 +62,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *GemGemContentResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *GemGemContentResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *GemGemContentResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *GemGemContentResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *GemGemContentResponse) GetPulpCreated() time.Time` diff --git a/release/docs/GemGemDistributionResponse.md b/release/docs/GemGemDistributionResponse.md index 74245fb6..2d560af7 100644 --- a/release/docs/GemGemDistributionResponse.md +++ b/release/docs/GemGemDistributionResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | @@ -62,6 +63,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *GemGemDistributionResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *GemGemDistributionResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *GemGemDistributionResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *GemGemDistributionResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *GemGemDistributionResponse) GetPulpCreated() time.Time` diff --git a/release/docs/GemGemPublicationResponse.md b/release/docs/GemGemPublicationResponse.md index 193ebb88..9ab95389 100644 --- a/release/docs/GemGemPublicationResponse.md +++ b/release/docs/GemGemPublicationResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **RepositoryVersion** | Pointer to **string** | | [optional] @@ -54,6 +55,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *GemGemPublicationResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *GemGemPublicationResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *GemGemPublicationResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *GemGemPublicationResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *GemGemPublicationResponse) GetPulpCreated() time.Time` diff --git a/release/docs/GemGemRemoteResponse.md b/release/docs/GemGemRemoteResponse.md index 40860b7a..a2e74f07 100644 --- a/release/docs/GemGemRemoteResponse.md +++ b/release/docs/GemGemRemoteResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the most recent update of the remote. | [optional] [readonly] **Name** | **string** | A unique name for this remote. | @@ -72,6 +73,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *GemGemRemoteResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *GemGemRemoteResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *GemGemRemoteResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *GemGemRemoteResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *GemGemRemoteResponse) GetPulpCreated() time.Time` diff --git a/release/docs/GemGemRepositoryResponse.md b/release/docs/GemGemRepositoryResponse.md index 12c587ce..a2effea8 100644 --- a/release/docs/GemGemRepositoryResponse.md +++ b/release/docs/GemGemRepositoryResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **VersionsHref** | Pointer to **string** | | [optional] [readonly] @@ -59,6 +60,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *GemGemRepositoryResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *GemGemRepositoryResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *GemGemRepositoryResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *GemGemRepositoryResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *GemGemRepositoryResponse) GetPulpCreated() time.Time` diff --git a/release/docs/GroupResponse.md b/release/docs/GroupResponse.md index d7495184..7c3f2965 100644 --- a/release/docs/GroupResponse.md +++ b/release/docs/GroupResponse.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Name** | **string** | Name | **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | | [optional] [readonly] **Id** | Pointer to **int64** | | [optional] [readonly] ## Methods @@ -72,6 +73,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *GroupResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *GroupResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *GroupResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *GroupResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetId `func (o *GroupResponse) GetId() int64` diff --git a/release/docs/GroupRoleResponse.md b/release/docs/GroupRoleResponse.md index 0dffee13..ec3a529c 100644 --- a/release/docs/GroupRoleResponse.md +++ b/release/docs/GroupRoleResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Role** | **string** | | @@ -57,6 +58,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *GroupRoleResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *GroupRoleResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *GroupRoleResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *GroupRoleResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *GroupRoleResponse) GetPulpCreated() time.Time` diff --git a/release/docs/GroupUserResponse.md b/release/docs/GroupUserResponse.md index 22745c62..e13f2825 100644 --- a/release/docs/GroupUserResponse.md +++ b/release/docs/GroupUserResponse.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Username** | **string** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. | **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | | [optional] [readonly] ## Methods @@ -71,6 +72,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *GroupUserResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *GroupUserResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *GroupUserResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *GroupUserResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/release/docs/GroupsAPI.md b/release/docs/GroupsAPI.md index 4c6384e1..0a941a27 100644 --- a/release/docs/GroupsAPI.md +++ b/release/docs/GroupsAPI.md @@ -231,7 +231,7 @@ Name | Type | Description | Notes ## GroupsList -> PaginatedGroupResponseList GroupsList(ctx, pulpDomain).Id(id).IdIn(idIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedGroupResponseList GroupsList(ctx, pulpDomain).Id(id).IdIn(idIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List groups @@ -261,6 +261,7 @@ func main() { nameIn := []string{"Inner_example"} // []string | Filter results where name is in a comma-separated list of values (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `id` - Id* `-id` - Id (descending)* `name` - Name* `-name` - Name (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -269,7 +270,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.GroupsAPI.GroupsList(context.Background(), pulpDomain).Id(id).IdIn(idIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.GroupsAPI.GroupsList(context.Background(), pulpDomain).Id(id).IdIn(idIn).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `GroupsAPI.GroupsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -305,6 +306,7 @@ Name | Type | Description | Notes **nameIn** | **[]string** | Filter results where name is in a comma-separated list of values | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `id` - Id* `-id` - Id (descending)* `name` - Name* `-name` - Name (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/GroupsRolesAPI.md b/release/docs/GroupsRolesAPI.md index 37291c66..16be4492 100644 --- a/release/docs/GroupsRolesAPI.md +++ b/release/docs/GroupsRolesAPI.md @@ -153,7 +153,7 @@ Name | Type | Description | Notes ## GroupsRolesList -> PaginatedGroupRoleResponseList GroupsRolesList(ctx, groupHref).ContentObject(contentObject).Domain(domain).Limit(limit).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Role(role).RoleContains(roleContains).RoleIcontains(roleIcontains).RoleIn(roleIn).RoleStartswith(roleStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedGroupRoleResponseList GroupsRolesList(ctx, groupHref).ContentObject(contentObject).Domain(domain).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Role(role).RoleContains(roleContains).RoleIcontains(roleIcontains).RoleIn(roleIn).RoleStartswith(roleStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() List group roles @@ -178,6 +178,7 @@ func main() { limit := int32(56) // int32 | Number of results to return per page. (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `role` - Role* `-role` - Role (descending)* `description` - Description* `-description` - Description (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -191,7 +192,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.GroupsRolesAPI.GroupsRolesList(context.Background(), groupHref).ContentObject(contentObject).Domain(domain).Limit(limit).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Role(role).RoleContains(roleContains).RoleIcontains(roleIcontains).RoleIn(roleIn).RoleStartswith(roleStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.GroupsRolesAPI.GroupsRolesList(context.Background(), groupHref).ContentObject(contentObject).Domain(domain).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Role(role).RoleContains(roleContains).RoleIcontains(roleIcontains).RoleIn(roleIn).RoleStartswith(roleStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `GroupsRolesAPI.GroupsRolesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -222,6 +223,7 @@ Name | Type | Description | Notes **limit** | **int32** | Number of results to return per page. | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `role` - Role* `-role` - Role (descending)* `description` - Description* `-description` - Description (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/HeaderContentGuardResponse.md b/release/docs/HeaderContentGuardResponse.md index d42e15aa..319bf6cf 100644 --- a/release/docs/HeaderContentGuardResponse.md +++ b/release/docs/HeaderContentGuardResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | The unique name. | @@ -57,6 +58,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *HeaderContentGuardResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *HeaderContentGuardResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *HeaderContentGuardResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *HeaderContentGuardResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *HeaderContentGuardResponse) GetPulpCreated() time.Time` diff --git a/release/docs/ImportResponse.md b/release/docs/ImportResponse.md index 524fba92..8d1c5c00 100644 --- a/release/docs/ImportResponse.md +++ b/release/docs/ImportResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Task** | **string** | A URI of the Task that ran the Import. | @@ -54,6 +55,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *ImportResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *ImportResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *ImportResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *ImportResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *ImportResponse) GetPulpCreated() time.Time` diff --git a/release/docs/ImportersPulpAPI.md b/release/docs/ImportersPulpAPI.md index 09b997b5..dfdfbb2a 100644 --- a/release/docs/ImportersPulpAPI.md +++ b/release/docs/ImportersPulpAPI.md @@ -155,7 +155,7 @@ Name | Type | Description | Notes ## ImportersCorePulpList -> PaginatedPulpImporterResponseList ImportersCorePulpList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedPulpImporterResponseList ImportersCorePulpList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List pulp importers @@ -187,6 +187,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -195,7 +196,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ImportersPulpAPI.ImportersCorePulpList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.ImportersPulpAPI.ImportersCorePulpList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ImportersPulpAPI.ImportersCorePulpList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -233,6 +234,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/MinimalTaskResponse.md b/release/docs/MinimalTaskResponse.md index 1380a6fe..abfef072 100644 --- a/release/docs/MinimalTaskResponse.md +++ b/release/docs/MinimalTaskResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | The name of task. | @@ -58,6 +59,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *MinimalTaskResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *MinimalTaskResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *MinimalTaskResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *MinimalTaskResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *MinimalTaskResponse) GetPulpCreated() time.Time` diff --git a/release/docs/MultipleArtifactContentResponse.md b/release/docs/MultipleArtifactContentResponse.md index d44a3349..0d979652 100644 --- a/release/docs/MultipleArtifactContentResponse.md +++ b/release/docs/MultipleArtifactContentResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Artifacts** | **map[string]interface{}** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | @@ -53,6 +54,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *MultipleArtifactContentResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *MultipleArtifactContentResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *MultipleArtifactContentResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *MultipleArtifactContentResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *MultipleArtifactContentResponse) GetPulpCreated() time.Time` diff --git a/release/docs/OstreeOstreeCommitResponse.md b/release/docs/OstreeOstreeCommitResponse.md index d3bb4f73..9c2f0d47 100644 --- a/release/docs/OstreeOstreeCommitResponse.md +++ b/release/docs/OstreeOstreeCommitResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Artifact** | **string** | Artifact file representing the physical content | @@ -57,6 +58,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *OstreeOstreeCommitResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *OstreeOstreeCommitResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *OstreeOstreeCommitResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *OstreeOstreeCommitResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *OstreeOstreeCommitResponse) GetPulpCreated() time.Time` diff --git a/release/docs/OstreeOstreeConfigResponse.md b/release/docs/OstreeOstreeConfigResponse.md index 9289b04d..b427ceda 100644 --- a/release/docs/OstreeOstreeConfigResponse.md +++ b/release/docs/OstreeOstreeConfigResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Artifact** | **string** | Artifact file representing the physical content | @@ -54,6 +55,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *OstreeOstreeConfigResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *OstreeOstreeConfigResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *OstreeOstreeConfigResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *OstreeOstreeConfigResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *OstreeOstreeConfigResponse) GetPulpCreated() time.Time` diff --git a/release/docs/OstreeOstreeContentResponse.md b/release/docs/OstreeOstreeContentResponse.md index bd131fb8..6ec1356f 100644 --- a/release/docs/OstreeOstreeContentResponse.md +++ b/release/docs/OstreeOstreeContentResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Artifact** | **string** | Artifact file representing the physical content | @@ -55,6 +56,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *OstreeOstreeContentResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *OstreeOstreeContentResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *OstreeOstreeContentResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *OstreeOstreeContentResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *OstreeOstreeContentResponse) GetPulpCreated() time.Time` diff --git a/release/docs/OstreeOstreeDistributionResponse.md b/release/docs/OstreeOstreeDistributionResponse.md index d364105d..cfab259f 100644 --- a/release/docs/OstreeOstreeDistributionResponse.md +++ b/release/docs/OstreeOstreeDistributionResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | @@ -61,6 +62,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *OstreeOstreeDistributionResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *OstreeOstreeDistributionResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *OstreeOstreeDistributionResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *OstreeOstreeDistributionResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *OstreeOstreeDistributionResponse) GetPulpCreated() time.Time` diff --git a/release/docs/OstreeOstreeObjectResponse.md b/release/docs/OstreeOstreeObjectResponse.md index 5a83074b..c9885390 100644 --- a/release/docs/OstreeOstreeObjectResponse.md +++ b/release/docs/OstreeOstreeObjectResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Artifact** | **string** | Artifact file representing the physical content | @@ -56,6 +57,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *OstreeOstreeObjectResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *OstreeOstreeObjectResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *OstreeOstreeObjectResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *OstreeOstreeObjectResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *OstreeOstreeObjectResponse) GetPulpCreated() time.Time` diff --git a/release/docs/OstreeOstreeRefResponse.md b/release/docs/OstreeOstreeRefResponse.md index 6df51b4d..dd1c197b 100644 --- a/release/docs/OstreeOstreeRefResponse.md +++ b/release/docs/OstreeOstreeRefResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Artifact** | **string** | Artifact file representing the physical content | @@ -57,6 +58,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *OstreeOstreeRefResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *OstreeOstreeRefResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *OstreeOstreeRefResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *OstreeOstreeRefResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *OstreeOstreeRefResponse) GetPulpCreated() time.Time` diff --git a/release/docs/OstreeOstreeRemoteResponse.md b/release/docs/OstreeOstreeRemoteResponse.md index 6288c54e..e8e7b525 100644 --- a/release/docs/OstreeOstreeRemoteResponse.md +++ b/release/docs/OstreeOstreeRemoteResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the most recent update of the remote. | [optional] [readonly] **Name** | **string** | A unique name for this remote. | @@ -72,6 +73,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *OstreeOstreeRemoteResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *OstreeOstreeRemoteResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *OstreeOstreeRemoteResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *OstreeOstreeRemoteResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *OstreeOstreeRemoteResponse) GetPulpCreated() time.Time` diff --git a/release/docs/OstreeOstreeRepositoryResponse.md b/release/docs/OstreeOstreeRepositoryResponse.md index a140bff2..7b7e6638 100644 --- a/release/docs/OstreeOstreeRepositoryResponse.md +++ b/release/docs/OstreeOstreeRepositoryResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **VersionsHref** | Pointer to **string** | | [optional] [readonly] @@ -60,6 +61,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *OstreeOstreeRepositoryResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *OstreeOstreeRepositoryResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *OstreeOstreeRepositoryResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *OstreeOstreeRepositoryResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *OstreeOstreeRepositoryResponse) GetPulpCreated() time.Time` diff --git a/release/docs/OstreeOstreeSummaryResponse.md b/release/docs/OstreeOstreeSummaryResponse.md index d899374c..78ff0680 100644 --- a/release/docs/OstreeOstreeSummaryResponse.md +++ b/release/docs/OstreeOstreeSummaryResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Artifact** | **string** | Artifact file representing the physical content | @@ -54,6 +55,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *OstreeOstreeSummaryResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *OstreeOstreeSummaryResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *OstreeOstreeSummaryResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *OstreeOstreeSummaryResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *OstreeOstreeSummaryResponse) GetPulpCreated() time.Time` diff --git a/release/docs/PatchedUpstreamPulp.md b/release/docs/PatchedUpstreamPulp.md index 0d682e19..ef093db9 100644 --- a/release/docs/PatchedUpstreamPulp.md +++ b/release/docs/PatchedUpstreamPulp.md @@ -14,7 +14,7 @@ Name | Type | Description | Notes **TlsValidation** | Pointer to **bool** | If True, TLS peer validation must be performed. | [optional] **Username** | Pointer to **NullableString** | The username to be used for authentication when syncing. | [optional] **Password** | Pointer to **NullableString** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] -**PulpLabelSelect** | Pointer to **NullableString** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" | [optional] +**QSelect** | Pointer to **NullableString** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" | [optional] ## Methods @@ -345,41 +345,41 @@ HasPassword returns a boolean if a field has been set. `func (o *PatchedUpstreamPulp) UnsetPassword()` UnsetPassword ensures that no value is present for Password, not even an explicit nil -### GetPulpLabelSelect +### GetQSelect -`func (o *PatchedUpstreamPulp) GetPulpLabelSelect() string` +`func (o *PatchedUpstreamPulp) GetQSelect() string` -GetPulpLabelSelect returns the PulpLabelSelect field if non-nil, zero value otherwise. +GetQSelect returns the QSelect field if non-nil, zero value otherwise. -### GetPulpLabelSelectOk +### GetQSelectOk -`func (o *PatchedUpstreamPulp) GetPulpLabelSelectOk() (*string, bool)` +`func (o *PatchedUpstreamPulp) GetQSelectOk() (*string, bool)` -GetPulpLabelSelectOk returns a tuple with the PulpLabelSelect field if it's non-nil, zero value otherwise +GetQSelectOk returns a tuple with the QSelect field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. -### SetPulpLabelSelect +### SetQSelect -`func (o *PatchedUpstreamPulp) SetPulpLabelSelect(v string)` +`func (o *PatchedUpstreamPulp) SetQSelect(v string)` -SetPulpLabelSelect sets PulpLabelSelect field to given value. +SetQSelect sets QSelect field to given value. -### HasPulpLabelSelect +### HasQSelect -`func (o *PatchedUpstreamPulp) HasPulpLabelSelect() bool` +`func (o *PatchedUpstreamPulp) HasQSelect() bool` -HasPulpLabelSelect returns a boolean if a field has been set. +HasQSelect returns a boolean if a field has been set. -### SetPulpLabelSelectNil +### SetQSelectNil -`func (o *PatchedUpstreamPulp) SetPulpLabelSelectNil(b bool)` +`func (o *PatchedUpstreamPulp) SetQSelectNil(b bool)` - SetPulpLabelSelectNil sets the value for PulpLabelSelect to be an explicit nil + SetQSelectNil sets the value for QSelect to be an explicit nil -### UnsetPulpLabelSelect -`func (o *PatchedUpstreamPulp) UnsetPulpLabelSelect()` +### UnsetQSelect +`func (o *PatchedUpstreamPulp) UnsetQSelect()` -UnsetPulpLabelSelect ensures that no value is present for PulpLabelSelect, not even an explicit nil +UnsetQSelect ensures that no value is present for QSelect, not even an explicit nil [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/release/docs/PublicationResponse.md b/release/docs/PublicationResponse.md index d6765593..f6feaabe 100644 --- a/release/docs/PublicationResponse.md +++ b/release/docs/PublicationResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **RepositoryVersion** | Pointer to **string** | | [optional] @@ -54,6 +55,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *PublicationResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *PublicationResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *PublicationResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *PublicationResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *PublicationResponse) GetPulpCreated() time.Time` diff --git a/release/docs/PublicationsAPI.md b/release/docs/PublicationsAPI.md index 19dcbaeb..7f8f8700 100644 --- a/release/docs/PublicationsAPI.md +++ b/release/docs/PublicationsAPI.md @@ -10,7 +10,7 @@ Method | HTTP request | Description ## PublicationsList -> PaginatedPublicationResponseList PublicationsList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedPublicationResponseList PublicationsList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() List publications @@ -31,11 +31,12 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `complete` - Complete* `-complete` - Complete (descending)* `pass_through` - Pass through* `-pass_through` - Pass through (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -44,17 +45,17 @@ func main() { pulpCreatedRange := []time.Time{time.Now()} // []time.Time | Filter results where pulp_created is between two comma separated values (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) - pulpType := "pulpType_example" // string | Pulp type* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file (optional) - pulpTypeIn := []string{"PulpTypeIn_example"} // []string | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file (optional) + pulpType := "pulpType_example" // string | Pulp type* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python (optional) + pulpTypeIn := []string{"PulpTypeIn_example"} // []string | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repository := "repository_example" // string | Repository referenced by HREF (optional) - repositoryVersion := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Repository Version referenced by HREF (optional) + repository := "repository_example" // string | Repository referenced by HREF/PRN (optional) + repositoryVersion := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.PublicationsAPI.PublicationsList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.PublicationsAPI.PublicationsList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `PublicationsAPI.PublicationsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -80,11 +81,12 @@ Other parameters are passed through a pointer to a apiPublicationsListRequest st Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `complete` - Complete* `-complete` - Complete (descending)* `pass_through` - Pass through* `-pass_through` - Pass through (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | @@ -93,11 +95,11 @@ Name | Type | Description | Notes **pulpCreatedRange** | [**[]time.Time**](time.Time.md) | Filter results where pulp_created is between two comma separated values | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | - **pulpType** | **string** | Pulp type* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file | - **pulpTypeIn** | **[]string** | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file | + **pulpType** | **string** | Pulp type* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python | + **pulpTypeIn** | **[]string** | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repository** | **string** | Repository referenced by HREF | - **repositoryVersion** | **string** | Repository Version referenced by HREF | + **repository** | **string** | Repository referenced by HREF/PRN | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/PublicationsFileAPI.md b/release/docs/PublicationsFileAPI.md index b7770791..02526bf7 100644 --- a/release/docs/PublicationsFileAPI.md +++ b/release/docs/PublicationsFileAPI.md @@ -229,7 +229,7 @@ Name | Type | Description | Notes ## PublicationsFileFileList -> PaginatedfileFilePublicationResponseList PublicationsFileFileList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedfileFilePublicationResponseList PublicationsFileFileList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() List file publications @@ -250,11 +250,12 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `complete` - Complete* `-complete` - Complete (descending)* `pass_through` - Pass through* `-pass_through` - Pass through (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -264,14 +265,14 @@ func main() { pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repository := "repository_example" // string | Repository referenced by HREF (optional) - repositoryVersion := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Repository Version referenced by HREF (optional) + repository := "repository_example" // string | Repository referenced by HREF/PRN (optional) + repositoryVersion := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.PublicationsFileAPI.PublicationsFileFileList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.PublicationsFileAPI.PublicationsFileFileList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `PublicationsFileAPI.PublicationsFileFileList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -297,11 +298,12 @@ Other parameters are passed through a pointer to a apiPublicationsFileFileListRe Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `complete` - Complete* `-complete` - Complete (descending)* `pass_through` - Pass through* `-pass_through` - Pass through (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | @@ -311,8 +313,8 @@ Name | Type | Description | Notes **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repository** | **string** | Repository referenced by HREF | - **repositoryVersion** | **string** | Repository Version referenced by HREF | + **repository** | **string** | Repository referenced by HREF/PRN | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/PublicationsGemAPI.md b/release/docs/PublicationsGemAPI.md index 9fc4af9a..5330dbdc 100644 --- a/release/docs/PublicationsGemAPI.md +++ b/release/docs/PublicationsGemAPI.md @@ -229,7 +229,7 @@ Name | Type | Description | Notes ## PublicationsGemGemList -> PaginatedgemGemPublicationResponseList PublicationsGemGemList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedgemGemPublicationResponseList PublicationsGemGemList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() List gem publications @@ -250,11 +250,12 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `complete` - Complete* `-complete` - Complete (descending)* `pass_through` - Pass through* `-pass_through` - Pass through (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -264,14 +265,14 @@ func main() { pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repository := "repository_example" // string | Repository referenced by HREF (optional) - repositoryVersion := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Repository Version referenced by HREF (optional) + repository := "repository_example" // string | Repository referenced by HREF/PRN (optional) + repositoryVersion := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.PublicationsGemAPI.PublicationsGemGemList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.PublicationsGemAPI.PublicationsGemGemList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `PublicationsGemAPI.PublicationsGemGemList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -297,11 +298,12 @@ Other parameters are passed through a pointer to a apiPublicationsGemGemListRequ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `complete` - Complete* `-complete` - Complete (descending)* `pass_through` - Pass through* `-pass_through` - Pass through (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | @@ -311,8 +313,8 @@ Name | Type | Description | Notes **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repository** | **string** | Repository referenced by HREF | - **repositoryVersion** | **string** | Repository Version referenced by HREF | + **repository** | **string** | Repository referenced by HREF/PRN | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/PublicationsPypiAPI.md b/release/docs/PublicationsPypiAPI.md index d1ac896f..e4f8807a 100644 --- a/release/docs/PublicationsPypiAPI.md +++ b/release/docs/PublicationsPypiAPI.md @@ -229,7 +229,7 @@ Name | Type | Description | Notes ## PublicationsPythonPypiList -> PaginatedpythonPythonPublicationResponseList PublicationsPythonPypiList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedpythonPythonPublicationResponseList PublicationsPythonPypiList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() List python publications @@ -250,11 +250,12 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `complete` - Complete* `-complete` - Complete (descending)* `pass_through` - Pass through* `-pass_through` - Pass through (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -264,14 +265,14 @@ func main() { pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repository := "repository_example" // string | Repository referenced by HREF (optional) - repositoryVersion := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Repository Version referenced by HREF (optional) + repository := "repository_example" // string | Repository referenced by HREF/PRN (optional) + repositoryVersion := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.PublicationsPypiAPI.PublicationsPythonPypiList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.PublicationsPypiAPI.PublicationsPythonPypiList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `PublicationsPypiAPI.PublicationsPythonPypiList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -297,11 +298,12 @@ Other parameters are passed through a pointer to a apiPublicationsPythonPypiList Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `complete` - Complete* `-complete` - Complete (descending)* `pass_through` - Pass through* `-pass_through` - Pass through (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | @@ -311,8 +313,8 @@ Name | Type | Description | Notes **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repository** | **string** | Repository referenced by HREF | - **repositoryVersion** | **string** | Repository Version referenced by HREF | + **repository** | **string** | Repository referenced by HREF/PRN | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/PublicationsRpmAPI.md b/release/docs/PublicationsRpmAPI.md index bccea440..b798e29f 100644 --- a/release/docs/PublicationsRpmAPI.md +++ b/release/docs/PublicationsRpmAPI.md @@ -229,7 +229,7 @@ Name | Type | Description | Notes ## PublicationsRpmRpmList -> PaginatedrpmRpmPublicationResponseList PublicationsRpmRpmList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmRpmPublicationResponseList PublicationsRpmRpmList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() List rpm publications @@ -250,11 +250,12 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `complete` - Complete* `-complete` - Complete (descending)* `pass_through` - Pass through* `-pass_through` - Pass through (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -264,14 +265,14 @@ func main() { pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) - repository := "repository_example" // string | Repository referenced by HREF (optional) - repositoryVersion := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Repository Version referenced by HREF (optional) + repository := "repository_example" // string | Repository referenced by HREF/PRN (optional) + repositoryVersion := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Repository Version referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.PublicationsRpmAPI.PublicationsRpmRpmList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.PublicationsRpmAPI.PublicationsRpmRpmList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Repository(repository).RepositoryVersion(repositoryVersion).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `PublicationsRpmAPI.PublicationsRpmRpmList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -297,11 +298,12 @@ Other parameters are passed through a pointer to a apiPublicationsRpmRpmListRequ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `complete` - Complete* `-complete` - Complete (descending)* `pass_through` - Pass through* `-pass_through` - Pass through (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | @@ -311,8 +313,8 @@ Name | Type | Description | Notes **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | - **repository** | **string** | Repository referenced by HREF | - **repositoryVersion** | **string** | Repository Version referenced by HREF | + **repository** | **string** | Repository referenced by HREF/PRN | + **repositoryVersion** | **string** | Repository Version referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/PulpExportResponse.md b/release/docs/PulpExportResponse.md index 685ac08a..837725fb 100644 --- a/release/docs/PulpExportResponse.md +++ b/release/docs/PulpExportResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Task** | Pointer to **NullableString** | A URI of the task that ran the Export. | [optional] @@ -57,6 +58,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *PulpExportResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *PulpExportResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *PulpExportResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *PulpExportResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *PulpExportResponse) GetPulpCreated() time.Time` diff --git a/release/docs/PulpExporterResponse.md b/release/docs/PulpExporterResponse.md index a154e779..058e06c4 100644 --- a/release/docs/PulpExporterResponse.md +++ b/release/docs/PulpExporterResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | Unique name of the file system exporter. | @@ -56,6 +57,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *PulpExporterResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *PulpExporterResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *PulpExporterResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *PulpExporterResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *PulpExporterResponse) GetPulpCreated() time.Time` diff --git a/release/docs/PulpImporterResponse.md b/release/docs/PulpImporterResponse.md index 16a50f70..5561414f 100644 --- a/release/docs/PulpImporterResponse.md +++ b/release/docs/PulpImporterResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | Unique name of the Importer. | @@ -54,6 +55,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *PulpImporterResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *PulpImporterResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *PulpImporterResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *PulpImporterResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *PulpImporterResponse) GetPulpCreated() time.Time` diff --git a/release/docs/PythonPythonDistributionResponse.md b/release/docs/PythonPythonDistributionResponse.md index 6b787180..9ffd4ecd 100644 --- a/release/docs/PythonPythonDistributionResponse.md +++ b/release/docs/PythonPythonDistributionResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | @@ -63,6 +64,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *PythonPythonDistributionResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *PythonPythonDistributionResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *PythonPythonDistributionResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *PythonPythonDistributionResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *PythonPythonDistributionResponse) GetPulpCreated() time.Time` diff --git a/release/docs/PythonPythonPackageContentResponse.md b/release/docs/PythonPythonPackageContentResponse.md index 338180f6..01eab2b3 100644 --- a/release/docs/PythonPythonPackageContentResponse.md +++ b/release/docs/PythonPythonPackageContentResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Artifact** | Pointer to **string** | Artifact file representing the physical content | [optional] @@ -80,6 +81,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *PythonPythonPackageContentResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *PythonPythonPackageContentResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *PythonPythonPackageContentResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *PythonPythonPackageContentResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *PythonPythonPackageContentResponse) GetPulpCreated() time.Time` diff --git a/release/docs/PythonPythonPublicationResponse.md b/release/docs/PythonPythonPublicationResponse.md index 5d9847dd..ae16c65b 100644 --- a/release/docs/PythonPythonPublicationResponse.md +++ b/release/docs/PythonPythonPublicationResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **RepositoryVersion** | Pointer to **string** | | [optional] @@ -55,6 +56,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *PythonPythonPublicationResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *PythonPythonPublicationResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *PythonPythonPublicationResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *PythonPythonPublicationResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *PythonPythonPublicationResponse) GetPulpCreated() time.Time` diff --git a/release/docs/PythonPythonRemoteResponse.md b/release/docs/PythonPythonRemoteResponse.md index 234f5765..5acd1eee 100644 --- a/release/docs/PythonPythonRemoteResponse.md +++ b/release/docs/PythonPythonRemoteResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the most recent update of the remote. | [optional] [readonly] **Name** | **string** | A unique name for this remote. | @@ -75,6 +76,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *PythonPythonRemoteResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *PythonPythonRemoteResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *PythonPythonRemoteResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *PythonPythonRemoteResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *PythonPythonRemoteResponse) GetPulpCreated() time.Time` diff --git a/release/docs/PythonPythonRepositoryResponse.md b/release/docs/PythonPythonRepositoryResponse.md index a40c9f5d..9ccf44fb 100644 --- a/release/docs/PythonPythonRepositoryResponse.md +++ b/release/docs/PythonPythonRepositoryResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **VersionsHref** | Pointer to **string** | | [optional] [readonly] @@ -60,6 +61,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *PythonPythonRepositoryResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *PythonPythonRepositoryResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *PythonPythonRepositoryResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *PythonPythonRepositoryResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *PythonPythonRepositoryResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RBACContentGuardResponse.md b/release/docs/RBACContentGuardResponse.md index 612e37d5..fdfbd706 100644 --- a/release/docs/RBACContentGuardResponse.md +++ b/release/docs/RBACContentGuardResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | The unique name. | @@ -56,6 +57,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RBACContentGuardResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RBACContentGuardResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RBACContentGuardResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RBACContentGuardResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RBACContentGuardResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RemoteResponse.md b/release/docs/RemoteResponse.md index 78a8c16a..e579f4f1 100644 --- a/release/docs/RemoteResponse.md +++ b/release/docs/RemoteResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the most recent update of the remote. | [optional] [readonly] **Name** | **string** | A unique name for this remote. | @@ -69,6 +70,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RemoteResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RemoteResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RemoteResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RemoteResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RemoteResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RemotesAPI.md b/release/docs/RemotesAPI.md index 05e0a8ce..4e126036 100644 --- a/release/docs/RemotesAPI.md +++ b/release/docs/RemotesAPI.md @@ -10,7 +10,7 @@ Method | HTTP request | Description ## RemotesList -> PaginatedRemoteResponseList RemotesList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedRemoteResponseList RemotesList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List remotes @@ -43,6 +43,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -52,15 +53,15 @@ func main() { pulpLastUpdatedLt := time.Now() // time.Time | Filter results where pulp_last_updated is less than value (optional) pulpLastUpdatedLte := time.Now() // time.Time | Filter results where pulp_last_updated is less than or equal to value (optional) pulpLastUpdatedRange := []time.Time{time.Now()} // []time.Time | Filter results where pulp_last_updated is between two comma separated values (optional) - pulpType := "pulpType_example" // string | Pulp type* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree (optional) - pulpTypeIn := []string{"PulpTypeIn_example"} // []string | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree (optional) + pulpType := "pulpType_example" // string | Pulp type* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree (optional) + pulpTypeIn := []string{"PulpTypeIn_example"} // []string | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RemotesAPI.RemotesList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RemotesAPI.RemotesList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RemotesAPI.RemotesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -98,6 +99,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | @@ -107,8 +109,8 @@ Name | Type | Description | Notes **pulpLastUpdatedLt** | **time.Time** | Filter results where pulp_last_updated is less than value | **pulpLastUpdatedLte** | **time.Time** | Filter results where pulp_last_updated is less than or equal to value | **pulpLastUpdatedRange** | [**[]time.Time**](time.Time.md) | Filter results where pulp_last_updated is between two comma separated values | - **pulpType** | **string** | Pulp type* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree | - **pulpTypeIn** | **[]string** | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree | + **pulpType** | **string** | Pulp type* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree | + **pulpTypeIn** | **[]string** | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `rpm.uln` - rpm.uln* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/RemotesFileAPI.md b/release/docs/RemotesFileAPI.md index 4dad9a1a..4fbf6cf1 100644 --- a/release/docs/RemotesFileAPI.md +++ b/release/docs/RemotesFileAPI.md @@ -235,7 +235,7 @@ Name | Type | Description | Notes ## RemotesFileFileList -> PaginatedfileFileRemoteResponseList RemotesFileFileList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedfileFileRemoteResponseList RemotesFileFileList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List file remotes @@ -268,6 +268,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,7 +284,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RemotesFileAPI.RemotesFileFileList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RemotesFileAPI.RemotesFileFileList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RemotesFileAPI.RemotesFileFileList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -321,6 +322,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/RemotesGemAPI.md b/release/docs/RemotesGemAPI.md index 447fb41c..f89765e9 100644 --- a/release/docs/RemotesGemAPI.md +++ b/release/docs/RemotesGemAPI.md @@ -235,7 +235,7 @@ Name | Type | Description | Notes ## RemotesGemGemList -> PaginatedgemGemRemoteResponseList RemotesGemGemList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedgemGemRemoteResponseList RemotesGemGemList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List gem remotes @@ -268,6 +268,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,7 +284,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RemotesGemAPI.RemotesGemGemList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RemotesGemAPI.RemotesGemGemList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RemotesGemAPI.RemotesGemGemList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -321,6 +322,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/RemotesOstreeAPI.md b/release/docs/RemotesOstreeAPI.md index dbd61d92..57304846 100644 --- a/release/docs/RemotesOstreeAPI.md +++ b/release/docs/RemotesOstreeAPI.md @@ -235,7 +235,7 @@ Name | Type | Description | Notes ## RemotesOstreeOstreeList -> PaginatedostreeOstreeRemoteResponseList RemotesOstreeOstreeList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedostreeOstreeRemoteResponseList RemotesOstreeOstreeList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List ostree remotes @@ -268,6 +268,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,7 +284,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RemotesOstreeAPI.RemotesOstreeOstreeList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RemotesOstreeAPI.RemotesOstreeOstreeList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RemotesOstreeAPI.RemotesOstreeOstreeList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -321,6 +322,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/RemotesPythonAPI.md b/release/docs/RemotesPythonAPI.md index 0bd6b241..e1d0994d 100644 --- a/release/docs/RemotesPythonAPI.md +++ b/release/docs/RemotesPythonAPI.md @@ -312,7 +312,7 @@ Name | Type | Description | Notes ## RemotesPythonPythonList -> PaginatedpythonPythonRemoteResponseList RemotesPythonPythonList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedpythonPythonRemoteResponseList RemotesPythonPythonList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List python remotes @@ -345,6 +345,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -360,7 +361,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RemotesPythonAPI.RemotesPythonPythonList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RemotesPythonAPI.RemotesPythonPythonList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RemotesPythonAPI.RemotesPythonPythonList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -398,6 +399,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/RemotesRpmAPI.md b/release/docs/RemotesRpmAPI.md index ca1493d8..1aaaae9b 100644 --- a/release/docs/RemotesRpmAPI.md +++ b/release/docs/RemotesRpmAPI.md @@ -235,7 +235,7 @@ Name | Type | Description | Notes ## RemotesRpmRpmList -> PaginatedrpmRpmRemoteResponseList RemotesRpmRpmList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmRpmRemoteResponseList RemotesRpmRpmList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List rpm remotes @@ -268,6 +268,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,7 +284,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RemotesRpmAPI.RemotesRpmRpmList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RemotesRpmAPI.RemotesRpmRpmList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RemotesRpmAPI.RemotesRpmRpmList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -321,6 +322,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/RemotesUlnAPI.md b/release/docs/RemotesUlnAPI.md index dc917e18..4180a8b6 100644 --- a/release/docs/RemotesUlnAPI.md +++ b/release/docs/RemotesUlnAPI.md @@ -235,7 +235,7 @@ Name | Type | Description | Notes ## RemotesRpmUlnList -> PaginatedrpmUlnRemoteResponseList RemotesRpmUlnList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmUlnRemoteResponseList RemotesRpmUlnList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List uln remotes @@ -268,6 +268,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,7 +284,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RemotesUlnAPI.RemotesRpmUlnList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RemotesUlnAPI.RemotesRpmUlnList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpLastUpdated(pulpLastUpdated).PulpLastUpdatedGt(pulpLastUpdatedGt).PulpLastUpdatedGte(pulpLastUpdatedGte).PulpLastUpdatedLt(pulpLastUpdatedLt).PulpLastUpdatedLte(pulpLastUpdatedLte).PulpLastUpdatedRange(pulpLastUpdatedRange).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RemotesUlnAPI.RemotesRpmUlnList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -321,6 +322,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `url` - Url* `-url` - Url (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `proxy_url` - Proxy url* `-proxy_url` - Proxy url (descending)* `proxy_username` - Proxy username* `-proxy_username` - Proxy username (descending)* `proxy_password` - Proxy password* `-proxy_password` - Proxy password (descending)* `download_concurrency` - Download concurrency* `-download_concurrency` - Download concurrency (descending)* `max_retries` - Max retries* `-max_retries` - Max retries (descending)* `policy` - Policy* `-policy` - Policy (descending)* `total_timeout` - Total timeout* `-total_timeout` - Total timeout (descending)* `connect_timeout` - Connect timeout* `-connect_timeout` - Connect timeout (descending)* `sock_connect_timeout` - Sock connect timeout* `-sock_connect_timeout` - Sock connect timeout (descending)* `sock_read_timeout` - Sock read timeout* `-sock_read_timeout` - Sock read timeout (descending)* `headers` - Headers* `-headers` - Headers (descending)* `rate_limit` - Rate limit* `-rate_limit` - Rate limit (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | diff --git a/release/docs/RepositoriesAPI.md b/release/docs/RepositoriesAPI.md index 8220916c..f68dc915 100644 --- a/release/docs/RepositoriesAPI.md +++ b/release/docs/RepositoriesAPI.md @@ -10,7 +10,7 @@ Method | HTTP request | Description ## RepositoriesList -> PaginatedRepositoryResponseList RepositoriesList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedRepositoryResponseList RepositoriesList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List repositories @@ -30,7 +30,7 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF (optional) + latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF/PRN (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) name := "name_example" // string | Filter results where name matches value (optional) nameContains := "nameContains_example" // string | Filter results where name contains value (optional) @@ -43,11 +43,12 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) - pulpType := "pulpType_example" // string | Pulp type* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree (optional) - pulpTypeIn := []string{"PulpTypeIn_example"} // []string | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree (optional) + pulpType := "pulpType_example" // string | Pulp type* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree (optional) + pulpTypeIn := []string{"PulpTypeIn_example"} // []string | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) remote := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Foreign Key referenced by HREF (optional) retainRepoVersions := int32(56) // int32 | Filter results where retain_repo_versions matches value (optional) @@ -58,13 +59,13 @@ func main() { retainRepoVersionsLte := int32(56) // int32 | Filter results where retain_repo_versions is less than or equal to value (optional) retainRepoVersionsNe := int32(56) // int32 | Filter results where retain_repo_versions not equal to value (optional) retainRepoVersionsRange := []int32{int32(123)} // []int32 | Filter results where retain_repo_versions is between two comma separated values (optional) - withContent := "withContent_example" // string | Content Unit referenced by HREF (optional) + withContent := "withContent_example" // string | Content Unit referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesAPI.RepositoriesList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesAPI.RepositoriesList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).PulpType(pulpType).PulpTypeIn(pulpTypeIn).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesAPI.RepositoriesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -90,7 +91,7 @@ Other parameters are passed through a pointer to a apiRepositoriesListRequest st Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **latestWithContent** | **string** | Content Unit referenced by HREF | + **latestWithContent** | **string** | Content Unit referenced by HREF/PRN | **limit** | **int32** | Number of results to return per page. | **name** | **string** | Filter results where name matches value | **nameContains** | **string** | Filter results where name contains value | @@ -103,11 +104,12 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | - **pulpType** | **string** | Pulp type* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree | - **pulpTypeIn** | **[]string** | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `gem.gem` - gem.gem* `python.python` - python.python* `file.file` - file.file* `ostree.ostree` - ostree.ostree | + **pulpType** | **string** | Pulp type* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree | + **pulpTypeIn** | **[]string** | Multiple values may be separated by commas.* `rpm.rpm` - rpm.rpm* `file.file` - file.file* `gem.gem` - gem.gem* `python.python` - python.python* `ostree.ostree` - ostree.ostree | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | **remote** | **string** | Foreign Key referenced by HREF | **retainRepoVersions** | **int32** | Filter results where retain_repo_versions matches value | @@ -118,7 +120,7 @@ Name | Type | Description | Notes **retainRepoVersionsLte** | **int32** | Filter results where retain_repo_versions is less than or equal to value | **retainRepoVersionsNe** | **int32** | Filter results where retain_repo_versions not equal to value | **retainRepoVersionsRange** | **[]int32** | Filter results where retain_repo_versions is between two comma separated values | - **withContent** | **string** | Content Unit referenced by HREF | + **withContent** | **string** | Content Unit referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/RepositoriesFileAPI.md b/release/docs/RepositoriesFileAPI.md index 26e31427..5a28a605 100644 --- a/release/docs/RepositoriesFileAPI.md +++ b/release/docs/RepositoriesFileAPI.md @@ -237,7 +237,7 @@ Name | Type | Description | Notes ## RepositoriesFileFileList -> PaginatedfileFileRepositoryResponseList RepositoriesFileFileList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedfileFileRepositoryResponseList RepositoriesFileFileList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List file repositorys @@ -257,7 +257,7 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF (optional) + latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF/PRN (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) name := "name_example" // string | Filter results where name matches value (optional) nameContains := "nameContains_example" // string | Filter results where name contains value (optional) @@ -270,6 +270,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,13 +284,13 @@ func main() { retainRepoVersionsLte := int32(56) // int32 | Filter results where retain_repo_versions is less than or equal to value (optional) retainRepoVersionsNe := int32(56) // int32 | Filter results where retain_repo_versions not equal to value (optional) retainRepoVersionsRange := []int32{int32(123)} // []int32 | Filter results where retain_repo_versions is between two comma separated values (optional) - withContent := "withContent_example" // string | Content Unit referenced by HREF (optional) + withContent := "withContent_example" // string | Content Unit referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesFileAPI.RepositoriesFileFileList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesFileAPI.RepositoriesFileFileList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesFileAPI.RepositoriesFileFileList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -315,7 +316,7 @@ Other parameters are passed through a pointer to a apiRepositoriesFileFileListRe Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **latestWithContent** | **string** | Content Unit referenced by HREF | + **latestWithContent** | **string** | Content Unit referenced by HREF/PRN | **limit** | **int32** | Number of results to return per page. | **name** | **string** | Filter results where name matches value | **nameContains** | **string** | Filter results where name contains value | @@ -328,6 +329,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | @@ -341,7 +343,7 @@ Name | Type | Description | Notes **retainRepoVersionsLte** | **int32** | Filter results where retain_repo_versions is less than or equal to value | **retainRepoVersionsNe** | **int32** | Filter results where retain_repo_versions not equal to value | **retainRepoVersionsRange** | **[]int32** | Filter results where retain_repo_versions is between two comma separated values | - **withContent** | **string** | Content Unit referenced by HREF | + **withContent** | **string** | Content Unit referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/RepositoriesFileVersionsAPI.md b/release/docs/RepositoriesFileVersionsAPI.md index 4b41eaed..d9d39f3f 100644 --- a/release/docs/RepositoriesFileVersionsAPI.md +++ b/release/docs/RepositoriesFileVersionsAPI.md @@ -83,7 +83,7 @@ Name | Type | Description | Notes ## RepositoriesFileFileVersionsList -> PaginatedRepositoryVersionResponseList RepositoriesFileFileVersionsList(ctx, fileFileRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedRepositoryVersionResponseList RepositoriesFileFileVersionsList(ctx, fileFileRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List repository versions @@ -104,8 +104,8 @@ import ( func main() { fileFileRepositoryHref := "fileFileRepositoryHref_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) number := int32(56) // int32 | Filter results where number matches value (optional) numberGt := int32(56) // int32 | Filter results where number is greater than value (optional) @@ -115,6 +115,7 @@ func main() { numberRange := []int32{int32(123)} // []int32 | Filter results where number is between two comma separated values (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -128,7 +129,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesFileVersionsAPI.RepositoriesFileFileVersionsList(context.Background(), fileFileRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesFileVersionsAPI.RepositoriesFileFileVersionsList(context.Background(), fileFileRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesFileVersionsAPI.RepositoriesFileFileVersionsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -154,8 +155,8 @@ Other parameters are passed through a pointer to a apiRepositoriesFileFileVersio Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **number** | **int32** | Filter results where number matches value | **numberGt** | **int32** | Filter results where number is greater than value | @@ -165,6 +166,7 @@ Name | Type | Description | Notes **numberRange** | **[]int32** | Filter results where number is between two comma separated values | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | diff --git a/release/docs/RepositoriesGemAPI.md b/release/docs/RepositoriesGemAPI.md index 750abad6..0dc40040 100644 --- a/release/docs/RepositoriesGemAPI.md +++ b/release/docs/RepositoriesGemAPI.md @@ -237,7 +237,7 @@ Name | Type | Description | Notes ## RepositoriesGemGemList -> PaginatedgemGemRepositoryResponseList RepositoriesGemGemList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedgemGemRepositoryResponseList RepositoriesGemGemList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List gem repositorys @@ -257,7 +257,7 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF (optional) + latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF/PRN (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) name := "name_example" // string | Filter results where name matches value (optional) nameContains := "nameContains_example" // string | Filter results where name contains value (optional) @@ -270,6 +270,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,13 +284,13 @@ func main() { retainRepoVersionsLte := int32(56) // int32 | Filter results where retain_repo_versions is less than or equal to value (optional) retainRepoVersionsNe := int32(56) // int32 | Filter results where retain_repo_versions not equal to value (optional) retainRepoVersionsRange := []int32{int32(123)} // []int32 | Filter results where retain_repo_versions is between two comma separated values (optional) - withContent := "withContent_example" // string | Content Unit referenced by HREF (optional) + withContent := "withContent_example" // string | Content Unit referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesGemAPI.RepositoriesGemGemList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesGemAPI.RepositoriesGemGemList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesGemAPI.RepositoriesGemGemList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -315,7 +316,7 @@ Other parameters are passed through a pointer to a apiRepositoriesGemGemListRequ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **latestWithContent** | **string** | Content Unit referenced by HREF | + **latestWithContent** | **string** | Content Unit referenced by HREF/PRN | **limit** | **int32** | Number of results to return per page. | **name** | **string** | Filter results where name matches value | **nameContains** | **string** | Filter results where name contains value | @@ -328,6 +329,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | @@ -341,7 +343,7 @@ Name | Type | Description | Notes **retainRepoVersionsLte** | **int32** | Filter results where retain_repo_versions is less than or equal to value | **retainRepoVersionsNe** | **int32** | Filter results where retain_repo_versions not equal to value | **retainRepoVersionsRange** | **[]int32** | Filter results where retain_repo_versions is between two comma separated values | - **withContent** | **string** | Content Unit referenced by HREF | + **withContent** | **string** | Content Unit referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/RepositoriesGemVersionsAPI.md b/release/docs/RepositoriesGemVersionsAPI.md index c6adae2c..ed7dcc4d 100644 --- a/release/docs/RepositoriesGemVersionsAPI.md +++ b/release/docs/RepositoriesGemVersionsAPI.md @@ -83,7 +83,7 @@ Name | Type | Description | Notes ## RepositoriesGemGemVersionsList -> PaginatedRepositoryVersionResponseList RepositoriesGemGemVersionsList(ctx, gemGemRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedRepositoryVersionResponseList RepositoriesGemGemVersionsList(ctx, gemGemRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List repository versions @@ -104,8 +104,8 @@ import ( func main() { gemGemRepositoryHref := "gemGemRepositoryHref_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) number := int32(56) // int32 | Filter results where number matches value (optional) numberGt := int32(56) // int32 | Filter results where number is greater than value (optional) @@ -115,6 +115,7 @@ func main() { numberRange := []int32{int32(123)} // []int32 | Filter results where number is between two comma separated values (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -128,7 +129,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesGemVersionsAPI.RepositoriesGemGemVersionsList(context.Background(), gemGemRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesGemVersionsAPI.RepositoriesGemGemVersionsList(context.Background(), gemGemRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesGemVersionsAPI.RepositoriesGemGemVersionsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -154,8 +155,8 @@ Other parameters are passed through a pointer to a apiRepositoriesGemGemVersions Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **number** | **int32** | Filter results where number matches value | **numberGt** | **int32** | Filter results where number is greater than value | @@ -165,6 +166,7 @@ Name | Type | Description | Notes **numberRange** | **[]int32** | Filter results where number is between two comma separated values | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | diff --git a/release/docs/RepositoriesOstreeAPI.md b/release/docs/RepositoriesOstreeAPI.md index 6e0574a7..1118e1c9 100644 --- a/release/docs/RepositoriesOstreeAPI.md +++ b/release/docs/RepositoriesOstreeAPI.md @@ -383,7 +383,7 @@ Name | Type | Description | Notes ## RepositoriesOstreeOstreeList -> PaginatedostreeOstreeRepositoryResponseList RepositoriesOstreeOstreeList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedostreeOstreeRepositoryResponseList RepositoriesOstreeOstreeList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List ostree repositorys @@ -403,7 +403,7 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF (optional) + latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF/PRN (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) name := "name_example" // string | Filter results where name matches value (optional) nameContains := "nameContains_example" // string | Filter results where name contains value (optional) @@ -416,6 +416,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -429,13 +430,13 @@ func main() { retainRepoVersionsLte := int32(56) // int32 | Filter results where retain_repo_versions is less than or equal to value (optional) retainRepoVersionsNe := int32(56) // int32 | Filter results where retain_repo_versions not equal to value (optional) retainRepoVersionsRange := []int32{int32(123)} // []int32 | Filter results where retain_repo_versions is between two comma separated values (optional) - withContent := "withContent_example" // string | Content Unit referenced by HREF (optional) + withContent := "withContent_example" // string | Content Unit referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesOstreeAPI.RepositoriesOstreeOstreeList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesOstreeAPI.RepositoriesOstreeOstreeList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesOstreeAPI.RepositoriesOstreeOstreeList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -461,7 +462,7 @@ Other parameters are passed through a pointer to a apiRepositoriesOstreeOstreeLi Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **latestWithContent** | **string** | Content Unit referenced by HREF | + **latestWithContent** | **string** | Content Unit referenced by HREF/PRN | **limit** | **int32** | Number of results to return per page. | **name** | **string** | Filter results where name matches value | **nameContains** | **string** | Filter results where name contains value | @@ -474,6 +475,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | @@ -487,7 +489,7 @@ Name | Type | Description | Notes **retainRepoVersionsLte** | **int32** | Filter results where retain_repo_versions is less than or equal to value | **retainRepoVersionsNe** | **int32** | Filter results where retain_repo_versions not equal to value | **retainRepoVersionsRange** | **[]int32** | Filter results where retain_repo_versions is between two comma separated values | - **withContent** | **string** | Content Unit referenced by HREF | + **withContent** | **string** | Content Unit referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/RepositoriesOstreeVersionsAPI.md b/release/docs/RepositoriesOstreeVersionsAPI.md index 2718c063..19b4013a 100644 --- a/release/docs/RepositoriesOstreeVersionsAPI.md +++ b/release/docs/RepositoriesOstreeVersionsAPI.md @@ -83,7 +83,7 @@ Name | Type | Description | Notes ## RepositoriesOstreeOstreeVersionsList -> PaginatedRepositoryVersionResponseList RepositoriesOstreeOstreeVersionsList(ctx, ostreeOstreeRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedRepositoryVersionResponseList RepositoriesOstreeOstreeVersionsList(ctx, ostreeOstreeRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List repository versions @@ -104,8 +104,8 @@ import ( func main() { ostreeOstreeRepositoryHref := "ostreeOstreeRepositoryHref_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) number := int32(56) // int32 | Filter results where number matches value (optional) numberGt := int32(56) // int32 | Filter results where number is greater than value (optional) @@ -115,6 +115,7 @@ func main() { numberRange := []int32{int32(123)} // []int32 | Filter results where number is between two comma separated values (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -128,7 +129,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesOstreeVersionsAPI.RepositoriesOstreeOstreeVersionsList(context.Background(), ostreeOstreeRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesOstreeVersionsAPI.RepositoriesOstreeOstreeVersionsList(context.Background(), ostreeOstreeRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesOstreeVersionsAPI.RepositoriesOstreeOstreeVersionsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -154,8 +155,8 @@ Other parameters are passed through a pointer to a apiRepositoriesOstreeOstreeVe Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **number** | **int32** | Filter results where number matches value | **numberGt** | **int32** | Filter results where number is greater than value | @@ -165,6 +166,7 @@ Name | Type | Description | Notes **numberRange** | **[]int32** | Filter results where number is between two comma separated values | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | diff --git a/release/docs/RepositoriesPythonAPI.md b/release/docs/RepositoriesPythonAPI.md index 05e0166c..f761ff33 100644 --- a/release/docs/RepositoriesPythonAPI.md +++ b/release/docs/RepositoriesPythonAPI.md @@ -237,7 +237,7 @@ Name | Type | Description | Notes ## RepositoriesPythonPythonList -> PaginatedpythonPythonRepositoryResponseList RepositoriesPythonPythonList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedpythonPythonRepositoryResponseList RepositoriesPythonPythonList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List python repositorys @@ -257,7 +257,7 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF (optional) + latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF/PRN (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) name := "name_example" // string | Filter results where name matches value (optional) nameContains := "nameContains_example" // string | Filter results where name contains value (optional) @@ -270,6 +270,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,13 +284,13 @@ func main() { retainRepoVersionsLte := int32(56) // int32 | Filter results where retain_repo_versions is less than or equal to value (optional) retainRepoVersionsNe := int32(56) // int32 | Filter results where retain_repo_versions not equal to value (optional) retainRepoVersionsRange := []int32{int32(123)} // []int32 | Filter results where retain_repo_versions is between two comma separated values (optional) - withContent := "withContent_example" // string | Content Unit referenced by HREF (optional) + withContent := "withContent_example" // string | Content Unit referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesPythonAPI.RepositoriesPythonPythonList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesPythonAPI.RepositoriesPythonPythonList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesPythonAPI.RepositoriesPythonPythonList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -315,7 +316,7 @@ Other parameters are passed through a pointer to a apiRepositoriesPythonPythonLi Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **latestWithContent** | **string** | Content Unit referenced by HREF | + **latestWithContent** | **string** | Content Unit referenced by HREF/PRN | **limit** | **int32** | Number of results to return per page. | **name** | **string** | Filter results where name matches value | **nameContains** | **string** | Filter results where name contains value | @@ -328,6 +329,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | @@ -341,7 +343,7 @@ Name | Type | Description | Notes **retainRepoVersionsLte** | **int32** | Filter results where retain_repo_versions is less than or equal to value | **retainRepoVersionsNe** | **int32** | Filter results where retain_repo_versions not equal to value | **retainRepoVersionsRange** | **[]int32** | Filter results where retain_repo_versions is between two comma separated values | - **withContent** | **string** | Content Unit referenced by HREF | + **withContent** | **string** | Content Unit referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/RepositoriesPythonVersionsAPI.md b/release/docs/RepositoriesPythonVersionsAPI.md index 90029c1e..87ac2097 100644 --- a/release/docs/RepositoriesPythonVersionsAPI.md +++ b/release/docs/RepositoriesPythonVersionsAPI.md @@ -83,7 +83,7 @@ Name | Type | Description | Notes ## RepositoriesPythonPythonVersionsList -> PaginatedRepositoryVersionResponseList RepositoriesPythonPythonVersionsList(ctx, pythonPythonRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedRepositoryVersionResponseList RepositoriesPythonPythonVersionsList(ctx, pythonPythonRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List repository versions @@ -104,8 +104,8 @@ import ( func main() { pythonPythonRepositoryHref := "pythonPythonRepositoryHref_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) number := int32(56) // int32 | Filter results where number matches value (optional) numberGt := int32(56) // int32 | Filter results where number is greater than value (optional) @@ -115,6 +115,7 @@ func main() { numberRange := []int32{int32(123)} // []int32 | Filter results where number is between two comma separated values (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -128,7 +129,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesPythonVersionsAPI.RepositoriesPythonPythonVersionsList(context.Background(), pythonPythonRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesPythonVersionsAPI.RepositoriesPythonPythonVersionsList(context.Background(), pythonPythonRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesPythonVersionsAPI.RepositoriesPythonPythonVersionsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -154,8 +155,8 @@ Other parameters are passed through a pointer to a apiRepositoriesPythonPythonVe Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **number** | **int32** | Filter results where number matches value | **numberGt** | **int32** | Filter results where number is greater than value | @@ -165,6 +166,7 @@ Name | Type | Description | Notes **numberRange** | **[]int32** | Filter results where number is between two comma separated values | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | diff --git a/release/docs/RepositoriesRpmAPI.md b/release/docs/RepositoriesRpmAPI.md index 2f36aa26..a0cada06 100644 --- a/release/docs/RepositoriesRpmAPI.md +++ b/release/docs/RepositoriesRpmAPI.md @@ -237,7 +237,7 @@ Name | Type | Description | Notes ## RepositoriesRpmRpmList -> PaginatedrpmRpmRepositoryResponseList RepositoriesRpmRpmList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedrpmRpmRepositoryResponseList RepositoriesRpmRpmList(ctx, pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() List rpm repositorys @@ -257,7 +257,7 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF (optional) + latestWithContent := "latestWithContent_example" // string | Content Unit referenced by HREF/PRN (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) name := "name_example" // string | Filter results where name matches value (optional) nameContains := "nameContains_example" // string | Filter results where name contains value (optional) @@ -270,6 +270,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpLabelSelect := "pulpLabelSelect_example" // string | Filter labels by search string (optional) @@ -283,13 +284,13 @@ func main() { retainRepoVersionsLte := int32(56) // int32 | Filter results where retain_repo_versions is less than or equal to value (optional) retainRepoVersionsNe := int32(56) // int32 | Filter results where retain_repo_versions not equal to value (optional) retainRepoVersionsRange := []int32{int32(123)} // []int32 | Filter results where retain_repo_versions is between two comma separated values (optional) - withContent := "withContent_example" // string | Content Unit referenced by HREF (optional) + withContent := "withContent_example" // string | Content Unit referenced by HREF/PRN (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesRpmAPI.RepositoriesRpmRpmList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesRpmAPI.RepositoriesRpmRpmList(context.Background(), pulpDomain).LatestWithContent(latestWithContent).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).PulpLabelSelect(pulpLabelSelect).Q(q).Remote(remote).RetainRepoVersions(retainRepoVersions).RetainRepoVersionsGt(retainRepoVersionsGt).RetainRepoVersionsGte(retainRepoVersionsGte).RetainRepoVersionsIsnull(retainRepoVersionsIsnull).RetainRepoVersionsLt(retainRepoVersionsLt).RetainRepoVersionsLte(retainRepoVersionsLte).RetainRepoVersionsNe(retainRepoVersionsNe).RetainRepoVersionsRange(retainRepoVersionsRange).WithContent(withContent).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesRpmAPI.RepositoriesRpmRpmList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -315,7 +316,7 @@ Other parameters are passed through a pointer to a apiRepositoriesRpmRpmListRequ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **latestWithContent** | **string** | Content Unit referenced by HREF | + **latestWithContent** | **string** | Content Unit referenced by HREF/PRN | **limit** | **int32** | Number of results to return per page. | **name** | **string** | Filter results where name matches value | **nameContains** | **string** | Filter results where name contains value | @@ -328,6 +329,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `pulp_type` - Pulp type* `-pulp_type` - Pulp type (descending)* `name` - Name* `-name` - Name (descending)* `pulp_labels` - Pulp labels* `-pulp_labels` - Pulp labels (descending)* `description` - Description* `-description` - Description (descending)* `next_version` - Next version* `-next_version` - Next version (descending)* `retain_repo_versions` - Retain repo versions* `-retain_repo_versions` - Retain repo versions (descending)* `user_hidden` - User hidden* `-user_hidden` - User hidden (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **pulpLabelSelect** | **string** | Filter labels by search string | @@ -341,7 +343,7 @@ Name | Type | Description | Notes **retainRepoVersionsLte** | **int32** | Filter results where retain_repo_versions is less than or equal to value | **retainRepoVersionsNe** | **int32** | Filter results where retain_repo_versions not equal to value | **retainRepoVersionsRange** | **[]int32** | Filter results where retain_repo_versions is between two comma separated values | - **withContent** | **string** | Content Unit referenced by HREF | + **withContent** | **string** | Content Unit referenced by HREF/PRN | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/RepositoriesRpmVersionsAPI.md b/release/docs/RepositoriesRpmVersionsAPI.md index e5277ccb..f0285939 100644 --- a/release/docs/RepositoriesRpmVersionsAPI.md +++ b/release/docs/RepositoriesRpmVersionsAPI.md @@ -83,7 +83,7 @@ Name | Type | Description | Notes ## RepositoriesRpmRpmVersionsList -> PaginatedRepositoryVersionResponseList RepositoriesRpmRpmVersionsList(ctx, rpmRpmRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedRepositoryVersionResponseList RepositoriesRpmRpmVersionsList(ctx, rpmRpmRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List repository versions @@ -104,8 +104,8 @@ import ( func main() { rpmRpmRepositoryHref := "rpmRpmRepositoryHref_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) number := int32(56) // int32 | Filter results where number matches value (optional) numberGt := int32(56) // int32 | Filter results where number is greater than value (optional) @@ -115,6 +115,7 @@ func main() { numberRange := []int32{int32(123)} // []int32 | Filter results where number is between two comma separated values (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -128,7 +129,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoriesRpmVersionsAPI.RepositoriesRpmRpmVersionsList(context.Background(), rpmRpmRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoriesRpmVersionsAPI.RepositoriesRpmRpmVersionsList(context.Background(), rpmRpmRepositoryHref).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoriesRpmVersionsAPI.RepositoriesRpmRpmVersionsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -154,8 +155,8 @@ Other parameters are passed through a pointer to a apiRepositoriesRpmRpmVersions Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **number** | **int32** | Filter results where number matches value | **numberGt** | **int32** | Filter results where number is greater than value | @@ -165,6 +166,7 @@ Name | Type | Description | Notes **numberRange** | **[]int32** | Filter results where number is between two comma separated values | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | diff --git a/release/docs/RepositoryResponse.md b/release/docs/RepositoryResponse.md index d27ff066..1a86d706 100644 --- a/release/docs/RepositoryResponse.md +++ b/release/docs/RepositoryResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **VersionsHref** | Pointer to **string** | | [optional] [readonly] @@ -59,6 +60,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RepositoryResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RepositoryResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RepositoryResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RepositoryResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RepositoryResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RepositoryVersionResponse.md b/release/docs/RepositoryVersionResponse.md index 9abd9f00..5a9521b6 100644 --- a/release/docs/RepositoryVersionResponse.md +++ b/release/docs/RepositoryVersionResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Number** | Pointer to **int64** | | [optional] [readonly] @@ -56,6 +57,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RepositoryVersionResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RepositoryVersionResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RepositoryVersionResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RepositoryVersionResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RepositoryVersionResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RepositoryVersionsAPI.md b/release/docs/RepositoryVersionsAPI.md index 49723354..afe08275 100644 --- a/release/docs/RepositoryVersionsAPI.md +++ b/release/docs/RepositoryVersionsAPI.md @@ -10,7 +10,7 @@ Method | HTTP request | Description ## RepositoryVersionsList -> PaginatedRepositoryVersionResponseList RepositoryVersionsList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedRepositoryVersionResponseList RepositoryVersionsList(ctx, pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List repository versions @@ -31,8 +31,8 @@ import ( func main() { pulpDomain := "pulpDomain_example" // string | - content := "content_example" // string | Content Unit referenced by HREF (optional) - contentIn := "contentIn_example" // string | Content Unit referenced by HREF (optional) + content := "content_example" // string | Content Unit referenced by HREF/PRN (optional) + contentIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) number := int32(56) // int32 | Filter results where number matches value (optional) numberGt := int32(56) // int32 | Filter results where number is greater than value (optional) @@ -42,6 +42,7 @@ func main() { numberRange := []int32{int32(123)} // []int32 | Filter results where number is between two comma separated values (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpCreated := time.Now() // time.Time | Filter results where pulp_created matches value (optional) pulpCreatedGt := time.Now() // time.Time | Filter results where pulp_created is greater than value (optional) pulpCreatedGte := time.Now() // time.Time | Filter results where pulp_created is greater than or equal to value (optional) @@ -55,7 +56,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RepositoryVersionsAPI.RepositoryVersionsList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RepositoryVersionsAPI.RepositoryVersionsList(context.Background(), pulpDomain).Content(content).ContentIn(contentIn).Limit(limit).Number(number).NumberGt(numberGt).NumberGte(numberGte).NumberLt(numberLt).NumberLte(numberLte).NumberRange(numberRange).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpCreated(pulpCreated).PulpCreatedGt(pulpCreatedGt).PulpCreatedGte(pulpCreatedGte).PulpCreatedLt(pulpCreatedLt).PulpCreatedLte(pulpCreatedLte).PulpCreatedRange(pulpCreatedRange).PulpHrefIn(pulpHrefIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RepositoryVersionsAPI.RepositoryVersionsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -81,8 +82,8 @@ Other parameters are passed through a pointer to a apiRepositoryVersionsListRequ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **content** | **string** | Content Unit referenced by HREF | - **contentIn** | **string** | Content Unit referenced by HREF | + **content** | **string** | Content Unit referenced by HREF/PRN | + **contentIn** | **[]string** | Multiple values may be separated by commas. | **limit** | **int32** | Number of results to return per page. | **number** | **int32** | Filter results where number matches value | **numberGt** | **int32** | Filter results where number is greater than value | @@ -92,6 +93,7 @@ Name | Type | Description | Notes **numberRange** | **[]int32** | Filter results where number is between two comma separated values | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `number` - Number* `-number` - Number (descending)* `complete` - Complete* `-complete` - Complete (descending)* `info` - Info* `-info` - Info (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpCreated** | **time.Time** | Filter results where pulp_created matches value | **pulpCreatedGt** | **time.Time** | Filter results where pulp_created is greater than value | **pulpCreatedGte** | **time.Time** | Filter results where pulp_created is greater than or equal to value | diff --git a/release/docs/RoleResponse.md b/release/docs/RoleResponse.md index 37b50f91..65d17fd8 100644 --- a/release/docs/RoleResponse.md +++ b/release/docs/RoleResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | The name of this role. | @@ -56,6 +57,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RoleResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RoleResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RoleResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RoleResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RoleResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RolesAPI.md b/release/docs/RolesAPI.md index 8848051e..e5dd5ce7 100644 --- a/release/docs/RolesAPI.md +++ b/release/docs/RolesAPI.md @@ -155,7 +155,7 @@ Name | Type | Description | Notes ## RolesList -> PaginatedRoleResponseList RolesList(ctx, pulpDomain).ContainsPermission(containsPermission).Description(description).DescriptionContains(descriptionContains).DescriptionIcontains(descriptionIcontains).DescriptionIexact(descriptionIexact).ForObjectType(forObjectType).Limit(limit).Locked(locked).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedRoleResponseList RolesList(ctx, pulpDomain).ContainsPermission(containsPermission).Description(description).DescriptionContains(descriptionContains).DescriptionIcontains(descriptionIcontains).DescriptionIexact(descriptionIexact).ForObjectType(forObjectType).Limit(limit).Locked(locked).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List roles @@ -194,6 +194,7 @@ func main() { nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `locked` - Locked* `-locked` - Locked (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -202,7 +203,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.RolesAPI.RolesList(context.Background(), pulpDomain).ContainsPermission(containsPermission).Description(description).DescriptionContains(descriptionContains).DescriptionIcontains(descriptionIcontains).DescriptionIexact(descriptionIexact).ForObjectType(forObjectType).Limit(limit).Locked(locked).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.RolesAPI.RolesList(context.Background(), pulpDomain).ContainsPermission(containsPermission).Description(description).DescriptionContains(descriptionContains).DescriptionIcontains(descriptionIcontains).DescriptionIexact(descriptionIexact).ForObjectType(forObjectType).Limit(limit).Locked(locked).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `RolesAPI.RolesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -247,6 +248,7 @@ Name | Type | Description | Notes **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `description` - Description* `-description` - Description (descending)* `locked` - Locked* `-locked` - Locked (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/RpmModulemdDefaultsResponse.md b/release/docs/RpmModulemdDefaultsResponse.md index 7bfcec15..b1dba9f7 100644 --- a/release/docs/RpmModulemdDefaultsResponse.md +++ b/release/docs/RpmModulemdDefaultsResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Module** | **string** | Modulemd name. | @@ -55,6 +56,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmModulemdDefaultsResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmModulemdDefaultsResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmModulemdDefaultsResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmModulemdDefaultsResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmModulemdDefaultsResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmModulemdObsoleteResponse.md b/release/docs/RpmModulemdObsoleteResponse.md index 05ddc223..0c230688 100644 --- a/release/docs/RpmModulemdObsoleteResponse.md +++ b/release/docs/RpmModulemdObsoleteResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Modified** | **string** | Obsolete modified time. | @@ -61,6 +62,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmModulemdObsoleteResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmModulemdObsoleteResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmModulemdObsoleteResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmModulemdObsoleteResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmModulemdObsoleteResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmModulemdResponse.md b/release/docs/RpmModulemdResponse.md index daf6ea87..b2537777 100644 --- a/release/docs/RpmModulemdResponse.md +++ b/release/docs/RpmModulemdResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | Modulemd name. | @@ -63,6 +64,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmModulemdResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmModulemdResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmModulemdResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmModulemdResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmModulemdResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmPackageCategoryResponse.md b/release/docs/RpmPackageCategoryResponse.md index 907b24fb..40057a08 100644 --- a/release/docs/RpmPackageCategoryResponse.md +++ b/release/docs/RpmPackageCategoryResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Id** | **string** | Category id. | @@ -60,6 +61,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmPackageCategoryResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmPackageCategoryResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmPackageCategoryResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmPackageCategoryResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmPackageCategoryResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmPackageEnvironmentResponse.md b/release/docs/RpmPackageEnvironmentResponse.md index 596b90d8..0bab8f1c 100644 --- a/release/docs/RpmPackageEnvironmentResponse.md +++ b/release/docs/RpmPackageEnvironmentResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Id** | **string** | Environment id. | @@ -61,6 +62,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmPackageEnvironmentResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmPackageEnvironmentResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmPackageEnvironmentResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmPackageEnvironmentResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmPackageEnvironmentResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmPackageGroupResponse.md b/release/docs/RpmPackageGroupResponse.md index aa4ebfba..57eff424 100644 --- a/release/docs/RpmPackageGroupResponse.md +++ b/release/docs/RpmPackageGroupResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Id** | **string** | PackageGroup id. | @@ -63,6 +64,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmPackageGroupResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmPackageGroupResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmPackageGroupResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmPackageGroupResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmPackageGroupResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmPackageLangpacksResponse.md b/release/docs/RpmPackageLangpacksResponse.md index ef3942d7..5374d4a3 100644 --- a/release/docs/RpmPackageLangpacksResponse.md +++ b/release/docs/RpmPackageLangpacksResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Matches** | **interface{}** | Langpacks matches. | @@ -54,6 +55,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmPackageLangpacksResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmPackageLangpacksResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmPackageLangpacksResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmPackageLangpacksResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmPackageLangpacksResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmPackageResponse.md b/release/docs/RpmPackageResponse.md index f7d2033d..d8df207c 100644 --- a/release/docs/RpmPackageResponse.md +++ b/release/docs/RpmPackageResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Md5** | Pointer to **string** | The MD5 checksum if available. | [optional] [readonly] @@ -95,6 +96,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmPackageResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmPackageResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmPackageResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmPackageResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmPackageResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmRepoMetadataFileResponse.md b/release/docs/RpmRepoMetadataFileResponse.md index 65ef1930..a86f641c 100644 --- a/release/docs/RpmRepoMetadataFileResponse.md +++ b/release/docs/RpmRepoMetadataFileResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Md5** | Pointer to **string** | The MD5 checksum if available. | [optional] [readonly] @@ -63,6 +64,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmRepoMetadataFileResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmRepoMetadataFileResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmRepoMetadataFileResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmRepoMetadataFileResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmRepoMetadataFileResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmRpmAlternateContentSourceResponse.md b/release/docs/RpmRpmAlternateContentSourceResponse.md index e3f244f6..723d28c3 100644 --- a/release/docs/RpmRpmAlternateContentSourceResponse.md +++ b/release/docs/RpmRpmAlternateContentSourceResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | Name of Alternate Content Source. | @@ -56,6 +57,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmRpmAlternateContentSourceResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmRpmAlternateContentSourceResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmRpmAlternateContentSourceResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmRpmAlternateContentSourceResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmRpmAlternateContentSourceResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmRpmDistributionResponse.md b/release/docs/RpmRpmDistributionResponse.md index 06666cb8..f77f1676 100644 --- a/release/docs/RpmRpmDistributionResponse.md +++ b/release/docs/RpmRpmDistributionResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | @@ -62,6 +63,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmRpmDistributionResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmRpmDistributionResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmRpmDistributionResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmRpmDistributionResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmRpmDistributionResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmRpmPublicationResponse.md b/release/docs/RpmRpmPublicationResponse.md index 91560531..ac8e5428 100644 --- a/release/docs/RpmRpmPublicationResponse.md +++ b/release/docs/RpmRpmPublicationResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **RepositoryVersion** | Pointer to **string** | | [optional] @@ -62,6 +63,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmRpmPublicationResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmRpmPublicationResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmRpmPublicationResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmRpmPublicationResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmRpmPublicationResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmRpmRemoteResponse.md b/release/docs/RpmRpmRemoteResponse.md index 9469e119..e2ffecdf 100644 --- a/release/docs/RpmRpmRemoteResponse.md +++ b/release/docs/RpmRpmRemoteResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the most recent update of the remote. | [optional] [readonly] **Name** | **string** | A unique name for this remote. | @@ -70,6 +71,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmRpmRemoteResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmRpmRemoteResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmRpmRemoteResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmRpmRemoteResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmRpmRemoteResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmRpmRepositoryResponse.md b/release/docs/RpmRpmRepositoryResponse.md index 6e6f038c..90b73cb1 100644 --- a/release/docs/RpmRpmRepositoryResponse.md +++ b/release/docs/RpmRpmRepositoryResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **VersionsHref** | Pointer to **string** | | [optional] [readonly] @@ -72,6 +73,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmRpmRepositoryResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmRpmRepositoryResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmRpmRepositoryResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmRpmRepositoryResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmRpmRepositoryResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmUlnRemoteResponse.md b/release/docs/RpmUlnRemoteResponse.md index a985b220..c99ca2ce 100644 --- a/release/docs/RpmUlnRemoteResponse.md +++ b/release/docs/RpmUlnRemoteResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the most recent update of the remote. | [optional] [readonly] **Name** | **string** | A unique name for this remote. | @@ -70,6 +71,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmUlnRemoteResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmUlnRemoteResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmUlnRemoteResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmUlnRemoteResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmUlnRemoteResponse) GetPulpCreated() time.Time` diff --git a/release/docs/RpmUpdateRecordResponse.md b/release/docs/RpmUpdateRecordResponse.md index 21354a90..6cb3518d 100644 --- a/release/docs/RpmUpdateRecordResponse.md +++ b/release/docs/RpmUpdateRecordResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Id** | Pointer to **string** | Update id (short update name, e.g. RHEA-2013:1777) | [optional] [readonly] @@ -70,6 +71,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *RpmUpdateRecordResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *RpmUpdateRecordResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *RpmUpdateRecordResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *RpmUpdateRecordResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *RpmUpdateRecordResponse) GetPulpCreated() time.Time` diff --git a/release/docs/SigningServiceResponse.md b/release/docs/SigningServiceResponse.md index 4539ac98..56ce08b8 100644 --- a/release/docs/SigningServiceResponse.md +++ b/release/docs/SigningServiceResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | A unique name used to recognize a script. | @@ -56,6 +57,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *SigningServiceResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *SigningServiceResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *SigningServiceResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *SigningServiceResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *SigningServiceResponse) GetPulpCreated() time.Time` diff --git a/release/docs/SigningServicesAPI.md b/release/docs/SigningServicesAPI.md index 62bc7029..ee8783d5 100644 --- a/release/docs/SigningServicesAPI.md +++ b/release/docs/SigningServicesAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## SigningServicesList -> PaginatedSigningServiceResponseList SigningServicesList(ctx, pulpDomain).Limit(limit).Name(name).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedSigningServiceResponseList SigningServicesList(ctx, pulpDomain).Limit(limit).Name(name).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List signing services @@ -35,6 +35,7 @@ func main() { name := "name_example" // string | Filter results where name matches value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `public_key` - Public key* `-public_key` - Public key (descending)* `pubkey_fingerprint` - Pubkey fingerprint* `-pubkey_fingerprint` - Pubkey fingerprint (descending)* `script` - Script* `-script` - Script (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -43,7 +44,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.SigningServicesAPI.SigningServicesList(context.Background(), pulpDomain).Limit(limit).Name(name).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.SigningServicesAPI.SigningServicesList(context.Background(), pulpDomain).Limit(limit).Name(name).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `SigningServicesAPI.SigningServicesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -73,6 +74,7 @@ Name | Type | Description | Notes **name** | **string** | Filter results where name matches value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `public_key` - Public key* `-public_key` - Public key (descending)* `pubkey_fingerprint` - Pubkey fingerprint* `-pubkey_fingerprint` - Pubkey fingerprint (descending)* `script` - Script* `-script` - Script (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/TaskGroupResponse.md b/release/docs/TaskGroupResponse.md index 1558ff47..b91376f6 100644 --- a/release/docs/TaskGroupResponse.md +++ b/release/docs/TaskGroupResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **Description** | **string** | A description of the task group. | **AllTasksDispatched** | **bool** | Whether all tasks have been spawned for this task group. | **Waiting** | Pointer to **int64** | Number of tasks in the 'waiting' state | [optional] [readonly] @@ -61,6 +62,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *TaskGroupResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *TaskGroupResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *TaskGroupResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *TaskGroupResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetDescription `func (o *TaskGroupResponse) GetDescription() string` diff --git a/release/docs/TaskResponse.md b/release/docs/TaskResponse.md index 02d79dcc..6492ef5e 100644 --- a/release/docs/TaskResponse.md +++ b/release/docs/TaskResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **State** | Pointer to **string** | The current state of the task. The possible values include: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. | [optional] [readonly] @@ -67,6 +68,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *TaskResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *TaskResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *TaskResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *TaskResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *TaskResponse) GetPulpCreated() time.Time` diff --git a/release/docs/TaskScheduleResponse.md b/release/docs/TaskScheduleResponse.md index 90e68c00..949b547d 100644 --- a/release/docs/TaskScheduleResponse.md +++ b/release/docs/TaskScheduleResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | **string** | The name of the task schedule. | @@ -57,6 +58,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *TaskScheduleResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *TaskScheduleResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *TaskScheduleResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *TaskScheduleResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *TaskScheduleResponse) GetPulpCreated() time.Time` diff --git a/release/docs/TaskSchedulesAPI.md b/release/docs/TaskSchedulesAPI.md index 1d36f877..a9c60551 100644 --- a/release/docs/TaskSchedulesAPI.md +++ b/release/docs/TaskSchedulesAPI.md @@ -87,7 +87,7 @@ Name | Type | Description | Notes ## TaskSchedulesList -> PaginatedTaskScheduleResponseList TaskSchedulesList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).TaskName(taskName).TaskNameContains(taskNameContains).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedTaskScheduleResponseList TaskSchedulesList(ctx, pulpDomain).Limit(limit).Name(name).NameContains(nameContains).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).TaskName(taskName).TaskNameContains(taskNameContains).Fields(fields).ExcludeFields(excludeFields).Execute() List task schedules @@ -112,6 +112,7 @@ func main() { nameContains := "nameContains_example" // string | Filter results where name contains value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `next_dispatch` - Next dispatch* `-next_dispatch` - Next dispatch (descending)* `dispatch_interval` - Dispatch interval* `-dispatch_interval` - Dispatch interval (descending)* `task_name` - Task name* `-task_name` - Task name (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -122,7 +123,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.TaskSchedulesAPI.TaskSchedulesList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).TaskName(taskName).TaskNameContains(taskNameContains).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.TaskSchedulesAPI.TaskSchedulesList(context.Background(), pulpDomain).Limit(limit).Name(name).NameContains(nameContains).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).TaskName(taskName).TaskNameContains(taskNameContains).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `TaskSchedulesAPI.TaskSchedulesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -153,6 +154,7 @@ Name | Type | Description | Notes **nameContains** | **string** | Filter results where name contains value | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `next_dispatch` - Next dispatch* `-next_dispatch` - Next dispatch (descending)* `dispatch_interval` - Dispatch interval* `-dispatch_interval` - Dispatch interval (descending)* `task_name` - Task name* `-task_name` - Task name (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/TasksAPI.md b/release/docs/TasksAPI.md index f9d4b628..bb516b84 100644 --- a/release/docs/TasksAPI.md +++ b/release/docs/TasksAPI.md @@ -231,7 +231,7 @@ Name | Type | Description | Notes ## TasksList -> PaginatedTaskResponseList TasksList(ctx, pulpDomain).ChildTasks(childTasks).CreatedResources(createdResources).ExclusiveResources(exclusiveResources).ExclusiveResourcesIn(exclusiveResourcesIn).FinishedAt(finishedAt).FinishedAtGt(finishedAtGt).FinishedAtGte(finishedAtGte).FinishedAtLt(finishedAtLt).FinishedAtLte(finishedAtLte).FinishedAtRange(finishedAtRange).Limit(limit).LoggingCid(loggingCid).LoggingCidContains(loggingCidContains).Name(name).NameContains(nameContains).NameIn(nameIn).NameNe(nameNe).Offset(offset).Ordering(ordering).ParentTask(parentTask).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).ReservedResources(reservedResources).ReservedResourcesIn(reservedResourcesIn).SharedResources(sharedResources).SharedResourcesIn(sharedResourcesIn).StartedAt(startedAt).StartedAtGt(startedAtGt).StartedAtGte(startedAtGte).StartedAtLt(startedAtLt).StartedAtLte(startedAtLte).StartedAtRange(startedAtRange).State(state).StateIn(stateIn).StateNe(stateNe).TaskGroup(taskGroup).Worker(worker).WorkerIn(workerIn).WorkerIsnull(workerIsnull).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedTaskResponseList TasksList(ctx, pulpDomain).ChildTasks(childTasks).CreatedResources(createdResources).ExclusiveResources(exclusiveResources).ExclusiveResourcesIn(exclusiveResourcesIn).FinishedAt(finishedAt).FinishedAtGt(finishedAtGt).FinishedAtGte(finishedAtGte).FinishedAtLt(finishedAtLt).FinishedAtLte(finishedAtLte).FinishedAtRange(finishedAtRange).Limit(limit).LoggingCid(loggingCid).LoggingCidContains(loggingCidContains).Name(name).NameContains(nameContains).NameIn(nameIn).NameNe(nameNe).Offset(offset).Ordering(ordering).ParentTask(parentTask).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).ReservedResources(reservedResources).ReservedResourcesIn(reservedResourcesIn).SharedResources(sharedResources).SharedResourcesIn(sharedResourcesIn).StartedAt(startedAt).StartedAtGt(startedAtGt).StartedAtGte(startedAtGte).StartedAtLt(startedAtLt).StartedAtLte(startedAtLte).StartedAtRange(startedAtRange).State(state).StateIn(stateIn).StateNe(stateNe).TaskGroup(taskGroup).Worker(worker).WorkerIn(workerIn).WorkerIsnull(workerIsnull).Fields(fields).ExcludeFields(excludeFields).Execute() List tasks @@ -272,6 +272,7 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `state` - State* `-state` - State (descending)* `name` - Name* `-name` - Name (descending)* `logging_cid` - Logging cid* `-logging_cid` - Logging cid (descending)* `unblocked_at` - Unblocked at* `-unblocked_at` - Unblocked at (descending)* `started_at` - Started at* `-started_at` - Started at (descending)* `finished_at` - Finished at* `-finished_at` - Finished at (descending)* `error` - Error* `-error` - Error (descending)* `enc_args` - Enc args* `-enc_args` - Enc args (descending)* `enc_kwargs` - Enc kwargs* `-enc_kwargs` - Enc kwargs (descending)* `reserved_resources_record` - Reserved resources record* `-reserved_resources_record` - Reserved resources record (descending)* `versions` - Versions* `-versions` - Versions (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) parentTask := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Filter results where parent_task matches value (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -297,7 +298,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.TasksAPI.TasksList(context.Background(), pulpDomain).ChildTasks(childTasks).CreatedResources(createdResources).ExclusiveResources(exclusiveResources).ExclusiveResourcesIn(exclusiveResourcesIn).FinishedAt(finishedAt).FinishedAtGt(finishedAtGt).FinishedAtGte(finishedAtGte).FinishedAtLt(finishedAtLt).FinishedAtLte(finishedAtLte).FinishedAtRange(finishedAtRange).Limit(limit).LoggingCid(loggingCid).LoggingCidContains(loggingCidContains).Name(name).NameContains(nameContains).NameIn(nameIn).NameNe(nameNe).Offset(offset).Ordering(ordering).ParentTask(parentTask).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).ReservedResources(reservedResources).ReservedResourcesIn(reservedResourcesIn).SharedResources(sharedResources).SharedResourcesIn(sharedResourcesIn).StartedAt(startedAt).StartedAtGt(startedAtGt).StartedAtGte(startedAtGte).StartedAtLt(startedAtLt).StartedAtLte(startedAtLte).StartedAtRange(startedAtRange).State(state).StateIn(stateIn).StateNe(stateNe).TaskGroup(taskGroup).Worker(worker).WorkerIn(workerIn).WorkerIsnull(workerIsnull).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.TasksAPI.TasksList(context.Background(), pulpDomain).ChildTasks(childTasks).CreatedResources(createdResources).ExclusiveResources(exclusiveResources).ExclusiveResourcesIn(exclusiveResourcesIn).FinishedAt(finishedAt).FinishedAtGt(finishedAtGt).FinishedAtGte(finishedAtGte).FinishedAtLt(finishedAtLt).FinishedAtLte(finishedAtLte).FinishedAtRange(finishedAtRange).Limit(limit).LoggingCid(loggingCid).LoggingCidContains(loggingCidContains).Name(name).NameContains(nameContains).NameIn(nameIn).NameNe(nameNe).Offset(offset).Ordering(ordering).ParentTask(parentTask).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).ReservedResources(reservedResources).ReservedResourcesIn(reservedResourcesIn).SharedResources(sharedResources).SharedResourcesIn(sharedResourcesIn).StartedAt(startedAt).StartedAtGt(startedAtGt).StartedAtGte(startedAtGte).StartedAtLt(startedAtLt).StartedAtLte(startedAtLte).StartedAtRange(startedAtRange).State(state).StateIn(stateIn).StateNe(stateNe).TaskGroup(taskGroup).Worker(worker).WorkerIn(workerIn).WorkerIsnull(workerIsnull).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `TasksAPI.TasksList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -343,6 +344,7 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `state` - State* `-state` - State (descending)* `name` - Name* `-name` - Name (descending)* `logging_cid` - Logging cid* `-logging_cid` - Logging cid (descending)* `unblocked_at` - Unblocked at* `-unblocked_at` - Unblocked at (descending)* `started_at` - Started at* `-started_at` - Started at (descending)* `finished_at` - Finished at* `-finished_at` - Finished at (descending)* `error` - Error* `-error` - Error (descending)* `enc_args` - Enc args* `-enc_args` - Enc args (descending)* `enc_kwargs` - Enc kwargs* `-enc_kwargs` - Enc kwargs (descending)* `reserved_resources_record` - Reserved resources record* `-reserved_resources_record` - Reserved resources record (descending)* `versions` - Versions* `-versions` - Versions (descending)* `pk` - Pk* `-pk` - Pk (descending) | **parentTask** | **string** | Filter results where parent_task matches value | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/UploadDetailResponse.md b/release/docs/UploadDetailResponse.md index a6d8409b..7bf803b4 100644 --- a/release/docs/UploadDetailResponse.md +++ b/release/docs/UploadDetailResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Size** | **int64** | The size of the upload in bytes. | @@ -55,6 +56,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *UploadDetailResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *UploadDetailResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *UploadDetailResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *UploadDetailResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *UploadDetailResponse) GetPulpCreated() time.Time` diff --git a/release/docs/UploadResponse.md b/release/docs/UploadResponse.md index 6e986b90..b85ebd0c 100644 --- a/release/docs/UploadResponse.md +++ b/release/docs/UploadResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Size** | **int64** | The size of the upload in bytes. | @@ -54,6 +55,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *UploadResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *UploadResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *UploadResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *UploadResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *UploadResponse) GetPulpCreated() time.Time` diff --git a/release/docs/UploadsAPI.md b/release/docs/UploadsAPI.md index 0c48c435..afc4da68 100644 --- a/release/docs/UploadsAPI.md +++ b/release/docs/UploadsAPI.md @@ -303,7 +303,7 @@ Name | Type | Description | Notes ## UploadsList -> PaginatedUploadResponseList UploadsList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Size(size).SizeGt(sizeGt).SizeLt(sizeLt).SizeRange(sizeRange).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedUploadResponseList UploadsList(ctx, pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Size(size).SizeGt(sizeGt).SizeLt(sizeLt).SizeRange(sizeRange).Fields(fields).ExcludeFields(excludeFields).Execute() List uploads @@ -326,6 +326,7 @@ func main() { limit := int32(56) // int32 | Number of results to return per page. (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `size` - Size* `-size` - Size (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -338,7 +339,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.UploadsAPI.UploadsList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Size(size).SizeGt(sizeGt).SizeLt(sizeLt).SizeRange(sizeRange).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.UploadsAPI.UploadsList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Size(size).SizeGt(sizeGt).SizeLt(sizeLt).SizeRange(sizeRange).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `UploadsAPI.UploadsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -367,6 +368,7 @@ Name | Type | Description | Notes **limit** | **int32** | Number of results to return per page. | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `size` - Size* `-size` - Size (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/UpstreamPulp.md b/release/docs/UpstreamPulp.md index 4423c86c..7a4d186c 100644 --- a/release/docs/UpstreamPulp.md +++ b/release/docs/UpstreamPulp.md @@ -14,7 +14,7 @@ Name | Type | Description | Notes **TlsValidation** | Pointer to **bool** | If True, TLS peer validation must be performed. | [optional] **Username** | Pointer to **NullableString** | The username to be used for authentication when syncing. | [optional] **Password** | Pointer to **NullableString** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] -**PulpLabelSelect** | Pointer to **NullableString** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" | [optional] +**QSelect** | Pointer to **NullableString** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" | [optional] ## Methods @@ -330,41 +330,41 @@ HasPassword returns a boolean if a field has been set. `func (o *UpstreamPulp) UnsetPassword()` UnsetPassword ensures that no value is present for Password, not even an explicit nil -### GetPulpLabelSelect +### GetQSelect -`func (o *UpstreamPulp) GetPulpLabelSelect() string` +`func (o *UpstreamPulp) GetQSelect() string` -GetPulpLabelSelect returns the PulpLabelSelect field if non-nil, zero value otherwise. +GetQSelect returns the QSelect field if non-nil, zero value otherwise. -### GetPulpLabelSelectOk +### GetQSelectOk -`func (o *UpstreamPulp) GetPulpLabelSelectOk() (*string, bool)` +`func (o *UpstreamPulp) GetQSelectOk() (*string, bool)` -GetPulpLabelSelectOk returns a tuple with the PulpLabelSelect field if it's non-nil, zero value otherwise +GetQSelectOk returns a tuple with the QSelect field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. -### SetPulpLabelSelect +### SetQSelect -`func (o *UpstreamPulp) SetPulpLabelSelect(v string)` +`func (o *UpstreamPulp) SetQSelect(v string)` -SetPulpLabelSelect sets PulpLabelSelect field to given value. +SetQSelect sets QSelect field to given value. -### HasPulpLabelSelect +### HasQSelect -`func (o *UpstreamPulp) HasPulpLabelSelect() bool` +`func (o *UpstreamPulp) HasQSelect() bool` -HasPulpLabelSelect returns a boolean if a field has been set. +HasQSelect returns a boolean if a field has been set. -### SetPulpLabelSelectNil +### SetQSelectNil -`func (o *UpstreamPulp) SetPulpLabelSelectNil(b bool)` +`func (o *UpstreamPulp) SetQSelectNil(b bool)` - SetPulpLabelSelectNil sets the value for PulpLabelSelect to be an explicit nil + SetQSelectNil sets the value for QSelect to be an explicit nil -### UnsetPulpLabelSelect -`func (o *UpstreamPulp) UnsetPulpLabelSelect()` +### UnsetQSelect +`func (o *UpstreamPulp) UnsetQSelect()` -UnsetPulpLabelSelect ensures that no value is present for PulpLabelSelect, not even an explicit nil +UnsetQSelect ensures that no value is present for QSelect, not even an explicit nil [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/release/docs/UpstreamPulpResponse.md b/release/docs/UpstreamPulpResponse.md index 6659b483..6729aabb 100644 --- a/release/docs/UpstreamPulpResponse.md +++ b/release/docs/UpstreamPulpResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the most recent update of the remote. | [optional] [readonly] **Name** | **string** | A unique name for this Pulp server. | @@ -15,7 +16,7 @@ Name | Type | Description | Notes **ClientCert** | Pointer to **NullableString** | A PEM encoded client certificate used for authentication. | [optional] **TlsValidation** | Pointer to **bool** | If True, TLS peer validation must be performed. | [optional] **HiddenFields** | Pointer to [**[]RemoteResponseHiddenFieldsInner**](RemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] [readonly] -**PulpLabelSelect** | Pointer to **NullableString** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" | [optional] +**QSelect** | Pointer to **NullableString** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" | [optional] **LastReplication** | Pointer to **time.Time** | Timestamp of the last replication that occurred. Equals to 'null' if no replication task has been executed. | [optional] [readonly] ## Methods @@ -62,6 +63,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *UpstreamPulpResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *UpstreamPulpResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *UpstreamPulpResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *UpstreamPulpResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *UpstreamPulpResponse) GetPulpCreated() time.Time` @@ -327,41 +353,41 @@ SetHiddenFields sets HiddenFields field to given value. HasHiddenFields returns a boolean if a field has been set. -### GetPulpLabelSelect +### GetQSelect -`func (o *UpstreamPulpResponse) GetPulpLabelSelect() string` +`func (o *UpstreamPulpResponse) GetQSelect() string` -GetPulpLabelSelect returns the PulpLabelSelect field if non-nil, zero value otherwise. +GetQSelect returns the QSelect field if non-nil, zero value otherwise. -### GetPulpLabelSelectOk +### GetQSelectOk -`func (o *UpstreamPulpResponse) GetPulpLabelSelectOk() (*string, bool)` +`func (o *UpstreamPulpResponse) GetQSelectOk() (*string, bool)` -GetPulpLabelSelectOk returns a tuple with the PulpLabelSelect field if it's non-nil, zero value otherwise +GetQSelectOk returns a tuple with the QSelect field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. -### SetPulpLabelSelect +### SetQSelect -`func (o *UpstreamPulpResponse) SetPulpLabelSelect(v string)` +`func (o *UpstreamPulpResponse) SetQSelect(v string)` -SetPulpLabelSelect sets PulpLabelSelect field to given value. +SetQSelect sets QSelect field to given value. -### HasPulpLabelSelect +### HasQSelect -`func (o *UpstreamPulpResponse) HasPulpLabelSelect() bool` +`func (o *UpstreamPulpResponse) HasQSelect() bool` -HasPulpLabelSelect returns a boolean if a field has been set. +HasQSelect returns a boolean if a field has been set. -### SetPulpLabelSelectNil +### SetQSelectNil -`func (o *UpstreamPulpResponse) SetPulpLabelSelectNil(b bool)` +`func (o *UpstreamPulpResponse) SetQSelectNil(b bool)` - SetPulpLabelSelectNil sets the value for PulpLabelSelect to be an explicit nil + SetQSelectNil sets the value for QSelect to be an explicit nil -### UnsetPulpLabelSelect -`func (o *UpstreamPulpResponse) UnsetPulpLabelSelect()` +### UnsetQSelect +`func (o *UpstreamPulpResponse) UnsetQSelect()` -UnsetPulpLabelSelect ensures that no value is present for PulpLabelSelect, not even an explicit nil +UnsetQSelect ensures that no value is present for QSelect, not even an explicit nil ### GetLastReplication `func (o *UpstreamPulpResponse) GetLastReplication() time.Time` diff --git a/release/docs/UpstreamPulpsAPI.md b/release/docs/UpstreamPulpsAPI.md index cf1ebf86..3f125db2 100644 --- a/release/docs/UpstreamPulpsAPI.md +++ b/release/docs/UpstreamPulpsAPI.md @@ -232,7 +232,7 @@ Name | Type | Description | Notes ## UpstreamPulpsList -> PaginatedUpstreamPulpResponseList UpstreamPulpsList(ctx, pulpDomain).Limit(limit).Offset(offset).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedUpstreamPulpResponseList UpstreamPulpsList(ctx, pulpDomain).BaseUrl(baseUrl).BaseUrlContains(baseUrlContains).BaseUrlIcontains(baseUrlIcontains).BaseUrlIexact(baseUrlIexact).BaseUrlIn(baseUrlIn).BaseUrlIregex(baseUrlIregex).BaseUrlIstartswith(baseUrlIstartswith).BaseUrlRegex(baseUrlRegex).BaseUrlStartswith(baseUrlStartswith).LastReplication(lastReplication).LastReplicationGt(lastReplicationGt).LastReplicationGte(lastReplicationGte).LastReplicationLt(lastReplicationLt).LastReplicationLte(lastReplicationLte).LastReplicationRange(lastReplicationRange).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List upstream pulps @@ -247,19 +247,49 @@ import ( "context" "fmt" "os" + "time" openapiclient "github.com/content-services/zest/release/v2024" ) func main() { pulpDomain := "pulpDomain_example" // string | + baseUrl := "baseUrl_example" // string | Filter results where base_url matches value (optional) + baseUrlContains := "baseUrlContains_example" // string | Filter results where base_url contains value (optional) + baseUrlIcontains := "baseUrlIcontains_example" // string | Filter results where base_url contains value (optional) + baseUrlIexact := "baseUrlIexact_example" // string | Filter results where base_url matches value (optional) + baseUrlIn := []string{"Inner_example"} // []string | Filter results where base_url is in a comma-separated list of values (optional) + baseUrlIregex := "baseUrlIregex_example" // string | Filter results where base_url matches regex value (optional) + baseUrlIstartswith := "baseUrlIstartswith_example" // string | Filter results where base_url starts with value (optional) + baseUrlRegex := "baseUrlRegex_example" // string | Filter results where base_url matches regex value (optional) + baseUrlStartswith := "baseUrlStartswith_example" // string | Filter results where base_url starts with value (optional) + lastReplication := time.Now() // time.Time | Filter results where last_replication matches value (optional) + lastReplicationGt := time.Now() // time.Time | Filter results where last_replication is greater than value (optional) + lastReplicationGte := time.Now() // time.Time | Filter results where last_replication is greater than or equal to value (optional) + lastReplicationLt := time.Now() // time.Time | Filter results where last_replication is less than value (optional) + lastReplicationLte := time.Now() // time.Time | Filter results where last_replication is less than or equal to value (optional) + lastReplicationRange := []time.Time{time.Now()} // []time.Time | Filter results where last_replication is between two comma separated values (optional) limit := int32(56) // int32 | Number of results to return per page. (optional) + name := "name_example" // string | Filter results where name matches value (optional) + nameContains := "nameContains_example" // string | Filter results where name contains value (optional) + nameIcontains := "nameIcontains_example" // string | Filter results where name contains value (optional) + nameIexact := "nameIexact_example" // string | Filter results where name matches value (optional) + nameIn := []string{"Inner_example"} // []string | Filter results where name is in a comma-separated list of values (optional) + nameIregex := "nameIregex_example" // string | Filter results where name matches regex value (optional) + nameIstartswith := "nameIstartswith_example" // string | Filter results where name starts with value (optional) + nameRegex := "nameRegex_example" // string | Filter results where name matches regex value (optional) + nameStartswith := "nameStartswith_example" // string | Filter results where name starts with value (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) + ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `base_url` - Base url* `-base_url` - Base url (descending)* `api_root` - Api root* `-api_root` - Api root (descending)* `domain` - Domain* `-domain` - Domain (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `pulp_label_select` - Pulp label select* `-pulp_label_select` - Pulp label select (descending)* `q_select` - Q select* `-q_select` - Q select (descending)* `last_replication` - Last replication* `-last_replication` - Last replication (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) + pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) + pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) + q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) fields := []string{"Inner_example"} // []string | A list of fields to include in the response. (optional) excludeFields := []string{"Inner_example"} // []string | A list of fields to exclude from the response. (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.UpstreamPulpsAPI.UpstreamPulpsList(context.Background(), pulpDomain).Limit(limit).Offset(offset).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.UpstreamPulpsAPI.UpstreamPulpsList(context.Background(), pulpDomain).BaseUrl(baseUrl).BaseUrlContains(baseUrlContains).BaseUrlIcontains(baseUrlIcontains).BaseUrlIexact(baseUrlIexact).BaseUrlIn(baseUrlIn).BaseUrlIregex(baseUrlIregex).BaseUrlIstartswith(baseUrlIstartswith).BaseUrlRegex(baseUrlRegex).BaseUrlStartswith(baseUrlStartswith).LastReplication(lastReplication).LastReplicationGt(lastReplicationGt).LastReplicationGte(lastReplicationGte).LastReplicationLt(lastReplicationLt).LastReplicationLte(lastReplicationLte).LastReplicationRange(lastReplicationRange).Limit(limit).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `UpstreamPulpsAPI.UpstreamPulpsList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -285,8 +315,37 @@ Other parameters are passed through a pointer to a apiUpstreamPulpsListRequest s Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- + **baseUrl** | **string** | Filter results where base_url matches value | + **baseUrlContains** | **string** | Filter results where base_url contains value | + **baseUrlIcontains** | **string** | Filter results where base_url contains value | + **baseUrlIexact** | **string** | Filter results where base_url matches value | + **baseUrlIn** | **[]string** | Filter results where base_url is in a comma-separated list of values | + **baseUrlIregex** | **string** | Filter results where base_url matches regex value | + **baseUrlIstartswith** | **string** | Filter results where base_url starts with value | + **baseUrlRegex** | **string** | Filter results where base_url matches regex value | + **baseUrlStartswith** | **string** | Filter results where base_url starts with value | + **lastReplication** | **time.Time** | Filter results where last_replication matches value | + **lastReplicationGt** | **time.Time** | Filter results where last_replication is greater than value | + **lastReplicationGte** | **time.Time** | Filter results where last_replication is greater than or equal to value | + **lastReplicationLt** | **time.Time** | Filter results where last_replication is less than value | + **lastReplicationLte** | **time.Time** | Filter results where last_replication is less than or equal to value | + **lastReplicationRange** | [**[]time.Time**](time.Time.md) | Filter results where last_replication is between two comma separated values | **limit** | **int32** | Number of results to return per page. | + **name** | **string** | Filter results where name matches value | + **nameContains** | **string** | Filter results where name contains value | + **nameIcontains** | **string** | Filter results where name contains value | + **nameIexact** | **string** | Filter results where name matches value | + **nameIn** | **[]string** | Filter results where name is in a comma-separated list of values | + **nameIregex** | **string** | Filter results where name matches regex value | + **nameIstartswith** | **string** | Filter results where name starts with value | + **nameRegex** | **string** | Filter results where name matches regex value | + **nameStartswith** | **string** | Filter results where name starts with value | **offset** | **int32** | The initial index from which to return the results. | + **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `base_url` - Base url* `-base_url` - Base url (descending)* `api_root` - Api root* `-api_root` - Api root (descending)* `domain` - Domain* `-domain` - Domain (descending)* `ca_cert` - Ca cert* `-ca_cert` - Ca cert (descending)* `client_cert` - Client cert* `-client_cert` - Client cert (descending)* `client_key` - Client key* `-client_key` - Client key (descending)* `tls_validation` - Tls validation* `-tls_validation` - Tls validation (descending)* `username` - Username* `-username` - Username (descending)* `password` - Password* `-password` - Password (descending)* `pulp_label_select` - Pulp label select* `-pulp_label_select` - Pulp label select (descending)* `q_select` - Q select* `-q_select` - Q select (descending)* `last_replication` - Last replication* `-last_replication` - Last replication (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | + **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | + **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | + **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | **fields** | **[]string** | A list of fields to include in the response. | **excludeFields** | **[]string** | A list of fields to exclude from the response. | diff --git a/release/docs/UserGroupResponse.md b/release/docs/UserGroupResponse.md index c9fc8e2b..c9ac9548 100644 --- a/release/docs/UserGroupResponse.md +++ b/release/docs/UserGroupResponse.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Name** | **string** | Name. | **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | | [optional] [readonly] ## Methods @@ -71,6 +72,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *UserGroupResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *UserGroupResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *UserGroupResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *UserGroupResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/release/docs/UserResponse.md b/release/docs/UserResponse.md index 7da75fad..a5ccc6af 100644 --- a/release/docs/UserResponse.md +++ b/release/docs/UserResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | | [optional] [readonly] **Id** | Pointer to **int64** | | [optional] [readonly] **Username** | **string** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. | **FirstName** | Pointer to **string** | First name | [optional] @@ -60,6 +61,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *UserResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *UserResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *UserResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *UserResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetId `func (o *UserResponse) GetId() int64` diff --git a/release/docs/UserRoleResponse.md b/release/docs/UserRoleResponse.md index 23b42c90..91cf26db 100644 --- a/release/docs/UserRoleResponse.md +++ b/release/docs/UserRoleResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Role** | **string** | | @@ -57,6 +58,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *UserRoleResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *UserRoleResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *UserRoleResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *UserRoleResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *UserRoleResponse) GetPulpCreated() time.Time` diff --git a/release/docs/UsersAPI.md b/release/docs/UsersAPI.md index 3dfa7d0e..2b6de6d6 100644 --- a/release/docs/UsersAPI.md +++ b/release/docs/UsersAPI.md @@ -155,7 +155,7 @@ Name | Type | Description | Notes ## UsersList -> PaginatedUserResponseList UsersList(ctx, pulpDomain).Email(email).EmailContains(emailContains).EmailIcontains(emailIcontains).EmailIexact(emailIexact).EmailIn(emailIn).FirstName(firstName).FirstNameContains(firstNameContains).FirstNameIcontains(firstNameIcontains).FirstNameIexact(firstNameIexact).FirstNameIn(firstNameIn).IsActive(isActive).IsStaff(isStaff).LastName(lastName).LastNameContains(lastNameContains).LastNameIcontains(lastNameIcontains).LastNameIexact(lastNameIexact).LastNameIn(lastNameIn).Limit(limit).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Username(username).UsernameContains(usernameContains).UsernameIcontains(usernameIcontains).UsernameIexact(usernameIexact).UsernameIn(usernameIn).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedUserResponseList UsersList(ctx, pulpDomain).Email(email).EmailContains(emailContains).EmailIcontains(emailIcontains).EmailIexact(emailIexact).EmailIn(emailIn).FirstName(firstName).FirstNameContains(firstNameContains).FirstNameIcontains(firstNameIcontains).FirstNameIexact(firstNameIexact).FirstNameIn(firstNameIn).IsActive(isActive).IsStaff(isStaff).LastName(lastName).LastNameContains(lastNameContains).LastNameIcontains(lastNameIcontains).LastNameIexact(lastNameIexact).LastNameIn(lastNameIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Username(username).UsernameContains(usernameContains).UsernameIcontains(usernameIcontains).UsernameIexact(usernameIexact).UsernameIn(usernameIn).Fields(fields).ExcludeFields(excludeFields).Execute() List users @@ -195,6 +195,7 @@ func main() { limit := int32(56) // int32 | Number of results to return per page. (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `id` - Id* `-id` - Id (descending)* `password` - Password* `-password` - Password (descending)* `last_login` - Last login* `-last_login` - Last login (descending)* `is_superuser` - Is superuser* `-is_superuser` - Is superuser (descending)* `username` - Username* `-username` - Username (descending)* `first_name` - First name* `-first_name` - First name (descending)* `last_name` - Last name* `-last_name` - Last name (descending)* `email` - Email* `-email` - Email (descending)* `is_staff` - Is staff* `-is_staff` - Is staff (descending)* `is_active` - Is active* `-is_active` - Is active (descending)* `date_joined` - Date joined* `-date_joined` - Date joined (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -208,7 +209,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.UsersAPI.UsersList(context.Background(), pulpDomain).Email(email).EmailContains(emailContains).EmailIcontains(emailIcontains).EmailIexact(emailIexact).EmailIn(emailIn).FirstName(firstName).FirstNameContains(firstNameContains).FirstNameIcontains(firstNameIcontains).FirstNameIexact(firstNameIexact).FirstNameIn(firstNameIn).IsActive(isActive).IsStaff(isStaff).LastName(lastName).LastNameContains(lastNameContains).LastNameIcontains(lastNameIcontains).LastNameIexact(lastNameIexact).LastNameIn(lastNameIn).Limit(limit).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Username(username).UsernameContains(usernameContains).UsernameIcontains(usernameIcontains).UsernameIexact(usernameIexact).UsernameIn(usernameIn).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.UsersAPI.UsersList(context.Background(), pulpDomain).Email(email).EmailContains(emailContains).EmailIcontains(emailIcontains).EmailIexact(emailIexact).EmailIn(emailIn).FirstName(firstName).FirstNameContains(firstNameContains).FirstNameIcontains(firstNameIcontains).FirstNameIexact(firstNameIexact).FirstNameIn(firstNameIn).IsActive(isActive).IsStaff(isStaff).LastName(lastName).LastNameContains(lastNameContains).LastNameIcontains(lastNameIcontains).LastNameIexact(lastNameIexact).LastNameIn(lastNameIn).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Username(username).UsernameContains(usernameContains).UsernameIcontains(usernameIcontains).UsernameIexact(usernameIexact).UsernameIn(usernameIn).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `UsersAPI.UsersList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -254,6 +255,7 @@ Name | Type | Description | Notes **limit** | **int32** | Number of results to return per page. | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `id` - Id* `-id` - Id (descending)* `password` - Password* `-password` - Password (descending)* `last_login` - Last login* `-last_login` - Last login (descending)* `is_superuser` - Is superuser* `-is_superuser` - Is superuser (descending)* `username` - Username* `-username` - Username (descending)* `first_name` - First name* `-first_name` - First name (descending)* `last_name` - Last name* `-last_name` - Last name (descending)* `email` - Email* `-email` - Email (descending)* `is_staff` - Is staff* `-is_staff` - Is staff (descending)* `is_active` - Is active* `-is_active` - Is active (descending)* `date_joined` - Date joined* `-date_joined` - Date joined (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/UsersRolesAPI.md b/release/docs/UsersRolesAPI.md index 54a7c033..1f33a5fc 100644 --- a/release/docs/UsersRolesAPI.md +++ b/release/docs/UsersRolesAPI.md @@ -153,7 +153,7 @@ Name | Type | Description | Notes ## UsersRolesList -> PaginatedUserRoleResponseList UsersRolesList(ctx, authUserHref).ContentObject(contentObject).Domain(domain).Limit(limit).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Role(role).RoleContains(roleContains).RoleIcontains(roleIcontains).RoleIn(roleIn).RoleStartswith(roleStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedUserRoleResponseList UsersRolesList(ctx, authUserHref).ContentObject(contentObject).Domain(domain).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Role(role).RoleContains(roleContains).RoleIcontains(roleIcontains).RoleIn(roleIn).RoleStartswith(roleStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() List user roles @@ -178,6 +178,7 @@ func main() { limit := int32(56) // int32 | Number of results to return per page. (optional) offset := int32(56) // int32 | The initial index from which to return the results. (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `role` - Role* `-role` - Role (descending)* `description` - Description* `-description` - Description (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -191,7 +192,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.UsersRolesAPI.UsersRolesList(context.Background(), authUserHref).ContentObject(contentObject).Domain(domain).Limit(limit).Offset(offset).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Role(role).RoleContains(roleContains).RoleIcontains(roleIcontains).RoleIn(roleIn).RoleStartswith(roleStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.UsersRolesAPI.UsersRolesList(context.Background(), authUserHref).ContentObject(contentObject).Domain(domain).Limit(limit).Offset(offset).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Role(role).RoleContains(roleContains).RoleIcontains(roleIcontains).RoleIn(roleIn).RoleStartswith(roleStartswith).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `UsersRolesAPI.UsersRolesList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -222,6 +223,7 @@ Name | Type | Description | Notes **limit** | **int32** | Number of results to return per page. | **offset** | **int32** | The initial index from which to return the results. | **ordering** | **[]string** | Ordering* `role` - Role* `-role` - Role (descending)* `description` - Description* `-description` - Description (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/docs/WorkerResponse.md b/release/docs/WorkerResponse.md index 4f23f6f0..a31154ae 100644 --- a/release/docs/WorkerResponse.md +++ b/release/docs/WorkerResponse.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PulpHref** | Pointer to **string** | | [optional] [readonly] +**Prn** | Pointer to **string** | The Pulp Resource Name (PRN). | [optional] [readonly] **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly] **PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **Name** | Pointer to **string** | The name of the worker. | [optional] [readonly] @@ -56,6 +57,31 @@ SetPulpHref sets PulpHref field to given value. HasPulpHref returns a boolean if a field has been set. +### GetPrn + +`func (o *WorkerResponse) GetPrn() string` + +GetPrn returns the Prn field if non-nil, zero value otherwise. + +### GetPrnOk + +`func (o *WorkerResponse) GetPrnOk() (*string, bool)` + +GetPrnOk returns a tuple with the Prn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrn + +`func (o *WorkerResponse) SetPrn(v string)` + +SetPrn sets Prn field to given value. + +### HasPrn + +`func (o *WorkerResponse) HasPrn() bool` + +HasPrn returns a boolean if a field has been set. + ### GetPulpCreated `func (o *WorkerResponse) GetPulpCreated() time.Time` diff --git a/release/docs/WorkersAPI.md b/release/docs/WorkersAPI.md index 6cbcd40f..aa4b0c42 100644 --- a/release/docs/WorkersAPI.md +++ b/release/docs/WorkersAPI.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## WorkersList -> PaginatedWorkerResponseList WorkersList(ctx, pulpDomain).LastHeartbeat(lastHeartbeat).LastHeartbeatGt(lastHeartbeatGt).LastHeartbeatGte(lastHeartbeatGte).LastHeartbeatLt(lastHeartbeatLt).LastHeartbeatLte(lastHeartbeatLte).LastHeartbeatRange(lastHeartbeatRange).Limit(limit).Missing(missing).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Online(online).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() +> PaginatedWorkerResponseList WorkersList(ctx, pulpDomain).LastHeartbeat(lastHeartbeat).LastHeartbeatGt(lastHeartbeatGt).LastHeartbeatGte(lastHeartbeatGte).LastHeartbeatLt(lastHeartbeatLt).LastHeartbeatLte(lastHeartbeatLte).LastHeartbeatRange(lastHeartbeatRange).Limit(limit).Missing(missing).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Online(online).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() List workers @@ -52,6 +52,7 @@ func main() { offset := int32(56) // int32 | The initial index from which to return the results. (optional) online := true // bool | (optional) ordering := []string{"Ordering_example"} // []string | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `last_heartbeat` - Last heartbeat* `-last_heartbeat` - Last heartbeat (descending)* `versions` - Versions* `-versions` - Versions (descending)* `pk` - Pk* `-pk` - Pk (descending) (optional) + prnIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpHrefIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) pulpIdIn := []string{"Inner_example"} // []string | Multiple values may be separated by commas. (optional) q := "q_example" // string | Filter results by using NOT, AND and OR operations on other filters (optional) @@ -60,7 +61,7 @@ func main() { configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.WorkersAPI.WorkersList(context.Background(), pulpDomain).LastHeartbeat(lastHeartbeat).LastHeartbeatGt(lastHeartbeatGt).LastHeartbeatGte(lastHeartbeatGte).LastHeartbeatLt(lastHeartbeatLt).LastHeartbeatLte(lastHeartbeatLte).LastHeartbeatRange(lastHeartbeatRange).Limit(limit).Missing(missing).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Online(online).Ordering(ordering).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() + resp, r, err := apiClient.WorkersAPI.WorkersList(context.Background(), pulpDomain).LastHeartbeat(lastHeartbeat).LastHeartbeatGt(lastHeartbeatGt).LastHeartbeatGte(lastHeartbeatGte).LastHeartbeatLt(lastHeartbeatLt).LastHeartbeatLte(lastHeartbeatLte).LastHeartbeatRange(lastHeartbeatRange).Limit(limit).Missing(missing).Name(name).NameContains(nameContains).NameIcontains(nameIcontains).NameIexact(nameIexact).NameIn(nameIn).NameIregex(nameIregex).NameIstartswith(nameIstartswith).NameRegex(nameRegex).NameStartswith(nameStartswith).Offset(offset).Online(online).Ordering(ordering).PrnIn(prnIn).PulpHrefIn(pulpHrefIn).PulpIdIn(pulpIdIn).Q(q).Fields(fields).ExcludeFields(excludeFields).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `WorkersAPI.WorkersList``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -106,6 +107,7 @@ Name | Type | Description | Notes **offset** | **int32** | The initial index from which to return the results. | **online** | **bool** | | **ordering** | **[]string** | Ordering* `pulp_id` - Pulp id* `-pulp_id` - Pulp id (descending)* `pulp_created` - Pulp created* `-pulp_created` - Pulp created (descending)* `pulp_last_updated` - Pulp last updated* `-pulp_last_updated` - Pulp last updated (descending)* `name` - Name* `-name` - Name (descending)* `last_heartbeat` - Last heartbeat* `-last_heartbeat` - Last heartbeat (descending)* `versions` - Versions* `-versions` - Versions (descending)* `pk` - Pk* `-pk` - Pk (descending) | + **prnIn** | **[]string** | Multiple values may be separated by commas. | **pulpHrefIn** | **[]string** | Multiple values may be separated by commas. | **pulpIdIn** | **[]string** | Multiple values may be separated by commas. | **q** | **string** | Filter results by using NOT, AND and OR operations on other filters | diff --git a/release/model_access_policy_response.go b/release/model_access_policy_response.go index 78498c05..2f52a53e 100644 --- a/release/model_access_policy_response.go +++ b/release/model_access_policy_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &AccessPolicyResponse{} // AccessPolicyResponse Serializer for AccessPolicy. type AccessPolicyResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -94,6 +96,38 @@ func (o *AccessPolicyResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *AccessPolicyResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *AccessPolicyResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *AccessPolicyResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *AccessPolicyResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *AccessPolicyResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -355,6 +389,9 @@ func (o AccessPolicyResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -421,6 +458,7 @@ func (o *AccessPolicyResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "permissions_assignment") diff --git a/release/model_artifact_distribution_response.go b/release/model_artifact_distribution_response.go index 049ed695..09212182 100644 --- a/release/model_artifact_distribution_response.go +++ b/release/model_artifact_distribution_response.go @@ -22,22 +22,24 @@ var _ MappedNullable = &ArtifactDistributionResponse{} // ArtifactDistributionResponse A serializer for ArtifactDistribution. type ArtifactDistributionResponse struct { - PulpHref *string `json:"pulp_href,omitempty"` + // 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. + PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"` + // A unique name. Ex, `rawhide` and `stable`. + Name string `json:"name"` + // The URL for accessing the publication as defined by this distribution. + BaseUrl *string `json:"base_url,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. NoContentChangeSince *string `json:"no_content_change_since,omitempty"` - // The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") - BasePath string `json:"base_path"` - // Whether this distribution should be shown in the content app. - Hidden *bool `json:"hidden,omitempty"` PulpLabels *map[string]string `json:"pulp_labels,omitempty"` - // The URL for accessing the publication as defined by this distribution. - BaseUrl *string `json:"base_url,omitempty"` - // A unique name. Ex, `rawhide` and `stable`. - Name string `json:"name"` - // 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. - PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"` // An optional content-guard. ContentGuard NullableString `json:"content_guard,omitempty"` + // Whether this distribution should be shown in the content app. + Hidden *bool `json:"hidden,omitempty"` + // The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") + BasePath string `json:"base_path"` + PulpHref *string `json:"pulp_href,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` AdditionalProperties map[string]interface{} @@ -49,12 +51,12 @@ type _ArtifactDistributionResponse ArtifactDistributionResponse // This constructor will assign default values to properties that have it defined, // and makes sure properties required by API are set, but the set of arguments // will change when the set of required properties is changed -func NewArtifactDistributionResponse(basePath string, name string) *ArtifactDistributionResponse { +func NewArtifactDistributionResponse(name string, basePath string) *ArtifactDistributionResponse { this := ArtifactDistributionResponse{} - this.BasePath = basePath + this.Name = name var hidden bool = false this.Hidden = &hidden - this.Name = name + this.BasePath = basePath return &this } @@ -68,124 +70,156 @@ func NewArtifactDistributionResponseWithDefaults() *ArtifactDistributionResponse return &this } -// GetPulpHref returns the PulpHref field value if set, zero value otherwise. -func (o *ArtifactDistributionResponse) GetPulpHref() string { - if o == nil || IsNil(o.PulpHref) { - var ret string +// GetPulpLastUpdated returns the PulpLastUpdated field value if set, zero value otherwise. +func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time { + if o == nil || IsNil(o.PulpLastUpdated) { + var ret time.Time return ret } - return *o.PulpHref + return *o.PulpLastUpdated } -// GetPulpHrefOk returns a tuple with the PulpHref field value if set, nil otherwise +// GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool) { - if o == nil || IsNil(o.PulpHref) { +func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool) { + if o == nil || IsNil(o.PulpLastUpdated) { return nil, false } - return o.PulpHref, true + return o.PulpLastUpdated, true } -// HasPulpHref returns a boolean if a field has been set. -func (o *ArtifactDistributionResponse) HasPulpHref() bool { - if o != nil && !IsNil(o.PulpHref) { +// HasPulpLastUpdated returns a boolean if a field has been set. +func (o *ArtifactDistributionResponse) HasPulpLastUpdated() bool { + if o != nil && !IsNil(o.PulpLastUpdated) { return true } return false } -// SetPulpHref gets a reference to the given string and assigns it to the PulpHref field. -func (o *ArtifactDistributionResponse) SetPulpHref(v string) { - o.PulpHref = &v +// SetPulpLastUpdated gets a reference to the given time.Time and assigns it to the PulpLastUpdated field. +func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time) { + o.PulpLastUpdated = &v } -// GetNoContentChangeSince returns the NoContentChangeSince field value if set, zero value otherwise. -func (o *ArtifactDistributionResponse) GetNoContentChangeSince() string { - if o == nil || IsNil(o.NoContentChangeSince) { +// GetName returns the Name field value +func (o *ArtifactDistributionResponse) GetName() string { + if o == nil { var ret string return ret } - return *o.NoContentChangeSince + + return o.Name } -// GetNoContentChangeSinceOk returns a tuple with the NoContentChangeSince field value if set, nil otherwise +// GetNameOk returns a tuple with the Name field value // and a boolean to check if the value has been set. -func (o *ArtifactDistributionResponse) GetNoContentChangeSinceOk() (*string, bool) { - if o == nil || IsNil(o.NoContentChangeSince) { +func (o *ArtifactDistributionResponse) GetNameOk() (*string, bool) { + if o == nil { return nil, false } - return o.NoContentChangeSince, true + return &o.Name, true } -// HasNoContentChangeSince returns a boolean if a field has been set. -func (o *ArtifactDistributionResponse) HasNoContentChangeSince() bool { - if o != nil && !IsNil(o.NoContentChangeSince) { +// SetName sets field value +func (o *ArtifactDistributionResponse) SetName(v string) { + o.Name = v +} + +// GetBaseUrl returns the BaseUrl field value if set, zero value otherwise. +func (o *ArtifactDistributionResponse) GetBaseUrl() string { + if o == nil || IsNil(o.BaseUrl) { + var ret string + return ret + } + return *o.BaseUrl +} + +// GetBaseUrlOk returns a tuple with the BaseUrl field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *ArtifactDistributionResponse) GetBaseUrlOk() (*string, bool) { + if o == nil || IsNil(o.BaseUrl) { + return nil, false + } + return o.BaseUrl, true +} + +// HasBaseUrl returns a boolean if a field has been set. +func (o *ArtifactDistributionResponse) HasBaseUrl() bool { + if o != nil && !IsNil(o.BaseUrl) { return true } return false } -// SetNoContentChangeSince gets a reference to the given string and assigns it to the NoContentChangeSince field. -func (o *ArtifactDistributionResponse) SetNoContentChangeSince(v string) { - o.NoContentChangeSince = &v +// SetBaseUrl gets a reference to the given string and assigns it to the BaseUrl field. +func (o *ArtifactDistributionResponse) SetBaseUrl(v string) { + o.BaseUrl = &v } -// GetBasePath returns the BasePath field value -func (o *ArtifactDistributionResponse) GetBasePath() string { - if o == nil { +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *ArtifactDistributionResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { var ret string return ret } - - return o.BasePath + return *o.Prn } -// GetBasePathOk returns a tuple with the BasePath field value +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool) { - if o == nil { +func (o *ArtifactDistributionResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { return nil, false } - return &o.BasePath, true + return o.Prn, true } -// SetBasePath sets field value -func (o *ArtifactDistributionResponse) SetBasePath(v string) { - o.BasePath = v +// HasPrn returns a boolean if a field has been set. +func (o *ArtifactDistributionResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false } -// GetHidden returns the Hidden field value if set, zero value otherwise. -func (o *ArtifactDistributionResponse) GetHidden() bool { - if o == nil || IsNil(o.Hidden) { - var ret bool +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *ArtifactDistributionResponse) SetPrn(v string) { + o.Prn = &v +} + +// GetNoContentChangeSince returns the NoContentChangeSince field value if set, zero value otherwise. +func (o *ArtifactDistributionResponse) GetNoContentChangeSince() string { + if o == nil || IsNil(o.NoContentChangeSince) { + var ret string return ret } - return *o.Hidden + return *o.NoContentChangeSince } -// GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise +// GetNoContentChangeSinceOk returns a tuple with the NoContentChangeSince field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool) { - if o == nil || IsNil(o.Hidden) { +func (o *ArtifactDistributionResponse) GetNoContentChangeSinceOk() (*string, bool) { + if o == nil || IsNil(o.NoContentChangeSince) { return nil, false } - return o.Hidden, true + return o.NoContentChangeSince, true } -// HasHidden returns a boolean if a field has been set. -func (o *ArtifactDistributionResponse) HasHidden() bool { - if o != nil && !IsNil(o.Hidden) { +// HasNoContentChangeSince returns a boolean if a field has been set. +func (o *ArtifactDistributionResponse) HasNoContentChangeSince() bool { + if o != nil && !IsNil(o.NoContentChangeSince) { return true } return false } -// SetHidden gets a reference to the given bool and assigns it to the Hidden field. -func (o *ArtifactDistributionResponse) SetHidden(v bool) { - o.Hidden = &v +// SetNoContentChangeSince gets a reference to the given string and assigns it to the NoContentChangeSince field. +func (o *ArtifactDistributionResponse) SetNoContentChangeSince(v string) { + o.NoContentChangeSince = &v } // GetPulpLabels returns the PulpLabels field value if set, zero value otherwise. @@ -220,134 +254,134 @@ func (o *ArtifactDistributionResponse) SetPulpLabels(v map[string]string) { o.PulpLabels = &v } -// GetBaseUrl returns the BaseUrl field value if set, zero value otherwise. -func (o *ArtifactDistributionResponse) GetBaseUrl() string { - if o == nil || IsNil(o.BaseUrl) { +// GetContentGuard returns the ContentGuard field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *ArtifactDistributionResponse) GetContentGuard() string { + if o == nil || IsNil(o.ContentGuard.Get()) { var ret string return ret } - return *o.BaseUrl + return *o.ContentGuard.Get() } -// GetBaseUrlOk returns a tuple with the BaseUrl field value if set, nil otherwise +// GetContentGuardOk returns a tuple with the ContentGuard field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *ArtifactDistributionResponse) GetBaseUrlOk() (*string, bool) { - if o == nil || IsNil(o.BaseUrl) { +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *ArtifactDistributionResponse) GetContentGuardOk() (*string, bool) { + if o == nil { return nil, false } - return o.BaseUrl, true + return o.ContentGuard.Get(), o.ContentGuard.IsSet() } -// HasBaseUrl returns a boolean if a field has been set. -func (o *ArtifactDistributionResponse) HasBaseUrl() bool { - if o != nil && !IsNil(o.BaseUrl) { +// HasContentGuard returns a boolean if a field has been set. +func (o *ArtifactDistributionResponse) HasContentGuard() bool { + if o != nil && o.ContentGuard.IsSet() { return true } return false } -// SetBaseUrl gets a reference to the given string and assigns it to the BaseUrl field. -func (o *ArtifactDistributionResponse) SetBaseUrl(v string) { - o.BaseUrl = &v +// SetContentGuard gets a reference to the given NullableString and assigns it to the ContentGuard field. +func (o *ArtifactDistributionResponse) SetContentGuard(v string) { + o.ContentGuard.Set(&v) +} +// SetContentGuardNil sets the value for ContentGuard to be an explicit nil +func (o *ArtifactDistributionResponse) SetContentGuardNil() { + o.ContentGuard.Set(nil) } -// GetName returns the Name field value -func (o *ArtifactDistributionResponse) GetName() string { - if o == nil { - var ret string +// UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil +func (o *ArtifactDistributionResponse) UnsetContentGuard() { + o.ContentGuard.Unset() +} + +// GetHidden returns the Hidden field value if set, zero value otherwise. +func (o *ArtifactDistributionResponse) GetHidden() bool { + if o == nil || IsNil(o.Hidden) { + var ret bool return ret } - - return o.Name + return *o.Hidden } -// GetNameOk returns a tuple with the Name field value +// GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *ArtifactDistributionResponse) GetNameOk() (*string, bool) { - if o == nil { +func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool) { + if o == nil || IsNil(o.Hidden) { return nil, false } - return &o.Name, true + return o.Hidden, true } -// SetName sets field value -func (o *ArtifactDistributionResponse) SetName(v string) { - o.Name = v +// HasHidden returns a boolean if a field has been set. +func (o *ArtifactDistributionResponse) HasHidden() bool { + if o != nil && !IsNil(o.Hidden) { + return true + } + + return false } -// GetPulpLastUpdated returns the PulpLastUpdated field value if set, zero value otherwise. -func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time { - if o == nil || IsNil(o.PulpLastUpdated) { - var ret time.Time +// SetHidden gets a reference to the given bool and assigns it to the Hidden field. +func (o *ArtifactDistributionResponse) SetHidden(v bool) { + o.Hidden = &v +} + +// GetBasePath returns the BasePath field value +func (o *ArtifactDistributionResponse) GetBasePath() string { + if o == nil { + var ret string return ret } - return *o.PulpLastUpdated + + return o.BasePath } -// GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated field value if set, nil otherwise +// GetBasePathOk returns a tuple with the BasePath field value // and a boolean to check if the value has been set. -func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool) { - if o == nil || IsNil(o.PulpLastUpdated) { +func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool) { + if o == nil { return nil, false } - return o.PulpLastUpdated, true -} - -// HasPulpLastUpdated returns a boolean if a field has been set. -func (o *ArtifactDistributionResponse) HasPulpLastUpdated() bool { - if o != nil && !IsNil(o.PulpLastUpdated) { - return true - } - - return false + return &o.BasePath, true } -// SetPulpLastUpdated gets a reference to the given time.Time and assigns it to the PulpLastUpdated field. -func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time) { - o.PulpLastUpdated = &v +// SetBasePath sets field value +func (o *ArtifactDistributionResponse) SetBasePath(v string) { + o.BasePath = v } -// GetContentGuard returns the ContentGuard field value if set, zero value otherwise (both if not set or set to explicit null). -func (o *ArtifactDistributionResponse) GetContentGuard() string { - if o == nil || IsNil(o.ContentGuard.Get()) { +// GetPulpHref returns the PulpHref field value if set, zero value otherwise. +func (o *ArtifactDistributionResponse) GetPulpHref() string { + if o == nil || IsNil(o.PulpHref) { var ret string return ret } - return *o.ContentGuard.Get() + return *o.PulpHref } -// GetContentGuardOk returns a tuple with the ContentGuard field value if set, nil otherwise +// GetPulpHrefOk returns a tuple with the PulpHref field value if set, nil otherwise // and a boolean to check if the value has been set. -// NOTE: If the value is an explicit nil, `nil, true` will be returned -func (o *ArtifactDistributionResponse) GetContentGuardOk() (*string, bool) { - if o == nil { +func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool) { + if o == nil || IsNil(o.PulpHref) { return nil, false } - return o.ContentGuard.Get(), o.ContentGuard.IsSet() + return o.PulpHref, true } -// HasContentGuard returns a boolean if a field has been set. -func (o *ArtifactDistributionResponse) HasContentGuard() bool { - if o != nil && o.ContentGuard.IsSet() { +// HasPulpHref returns a boolean if a field has been set. +func (o *ArtifactDistributionResponse) HasPulpHref() bool { + if o != nil && !IsNil(o.PulpHref) { return true } return false } -// SetContentGuard gets a reference to the given NullableString and assigns it to the ContentGuard field. -func (o *ArtifactDistributionResponse) SetContentGuard(v string) { - o.ContentGuard.Set(&v) -} -// SetContentGuardNil sets the value for ContentGuard to be an explicit nil -func (o *ArtifactDistributionResponse) SetContentGuardNil() { - o.ContentGuard.Set(nil) -} - -// UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil -func (o *ArtifactDistributionResponse) UnsetContentGuard() { - o.ContentGuard.Unset() +// SetPulpHref gets a reference to the given string and assigns it to the PulpHref field. +func (o *ArtifactDistributionResponse) SetPulpHref(v string) { + o.PulpHref = &v } // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. @@ -392,29 +426,32 @@ func (o ArtifactDistributionResponse) MarshalJSON() ([]byte, error) { func (o ArtifactDistributionResponse) ToMap() (map[string]interface{}, error) { toSerialize := map[string]interface{}{} - if !IsNil(o.PulpHref) { - toSerialize["pulp_href"] = o.PulpHref + if !IsNil(o.PulpLastUpdated) { + toSerialize["pulp_last_updated"] = o.PulpLastUpdated + } + toSerialize["name"] = o.Name + if !IsNil(o.BaseUrl) { + toSerialize["base_url"] = o.BaseUrl + } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn } if !IsNil(o.NoContentChangeSince) { toSerialize["no_content_change_since"] = o.NoContentChangeSince } - toSerialize["base_path"] = o.BasePath - if !IsNil(o.Hidden) { - toSerialize["hidden"] = o.Hidden - } if !IsNil(o.PulpLabels) { toSerialize["pulp_labels"] = o.PulpLabels } - if !IsNil(o.BaseUrl) { - toSerialize["base_url"] = o.BaseUrl - } - toSerialize["name"] = o.Name - if !IsNil(o.PulpLastUpdated) { - toSerialize["pulp_last_updated"] = o.PulpLastUpdated - } if o.ContentGuard.IsSet() { toSerialize["content_guard"] = o.ContentGuard.Get() } + if !IsNil(o.Hidden) { + toSerialize["hidden"] = o.Hidden + } + toSerialize["base_path"] = o.BasePath + if !IsNil(o.PulpHref) { + toSerialize["pulp_href"] = o.PulpHref + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -431,8 +468,8 @@ func (o *ArtifactDistributionResponse) UnmarshalJSON(data []byte) (err error) { // by unmarshalling the object into a generic map with string keys and checking // that every required field exists as a key in the generic map. requiredProperties := []string{ - "base_path", "name", + "base_path", } allProperties := make(map[string]interface{}) @@ -462,15 +499,16 @@ func (o *ArtifactDistributionResponse) UnmarshalJSON(data []byte) (err error) { additionalProperties := make(map[string]interface{}) if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "pulp_href") + delete(additionalProperties, "pulp_last_updated") + delete(additionalProperties, "name") + delete(additionalProperties, "base_url") + delete(additionalProperties, "prn") delete(additionalProperties, "no_content_change_since") - delete(additionalProperties, "base_path") - delete(additionalProperties, "hidden") delete(additionalProperties, "pulp_labels") - delete(additionalProperties, "base_url") - delete(additionalProperties, "name") - delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "content_guard") + delete(additionalProperties, "hidden") + delete(additionalProperties, "base_path") + delete(additionalProperties, "pulp_href") delete(additionalProperties, "pulp_created") o.AdditionalProperties = additionalProperties } diff --git a/release/model_artifact_response.go b/release/model_artifact_response.go index 3927dabc..8e921b13 100644 --- a/release/model_artifact_response.go +++ b/release/model_artifact_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &ArtifactResponse{} // ArtifactResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type ArtifactResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -98,6 +100,38 @@ func (o *ArtifactResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *ArtifactResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *ArtifactResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *ArtifactResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *ArtifactResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *ArtifactResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -483,6 +517,9 @@ func (o ArtifactResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -555,6 +592,7 @@ func (o *ArtifactResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "file") diff --git a/release/model_certguard_rhsm_cert_guard_response.go b/release/model_certguard_rhsm_cert_guard_response.go index 310b5d6c..41a02d64 100644 --- a/release/model_certguard_rhsm_cert_guard_response.go +++ b/release/model_certguard_rhsm_cert_guard_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &CertguardRHSMCertGuardResponse{} // CertguardRHSMCertGuardResponse RHSM Content Guard Serializer. type CertguardRHSMCertGuardResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -89,6 +91,38 @@ func (o *CertguardRHSMCertGuardResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *CertguardRHSMCertGuardResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *CertguardRHSMCertGuardResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *CertguardRHSMCertGuardResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *CertguardRHSMCertGuardResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *CertguardRHSMCertGuardResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -256,6 +290,9 @@ func (o CertguardRHSMCertGuardResponse) ToMap() (map[string]interface{}, error) if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -312,6 +349,7 @@ func (o *CertguardRHSMCertGuardResponse) UnmarshalJSON(data []byte) (err error) if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_certguard_x509_cert_guard_response.go b/release/model_certguard_x509_cert_guard_response.go index 52c14e1a..0ff214fa 100644 --- a/release/model_certguard_x509_cert_guard_response.go +++ b/release/model_certguard_x509_cert_guard_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &CertguardX509CertGuardResponse{} // CertguardX509CertGuardResponse X.509 Content Guard Serializer. type CertguardX509CertGuardResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -89,6 +91,38 @@ func (o *CertguardX509CertGuardResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *CertguardX509CertGuardResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *CertguardX509CertGuardResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *CertguardX509CertGuardResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *CertguardX509CertGuardResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *CertguardX509CertGuardResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -256,6 +290,9 @@ func (o CertguardX509CertGuardResponse) ToMap() (map[string]interface{}, error) if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -312,6 +349,7 @@ func (o *CertguardX509CertGuardResponse) UnmarshalJSON(data []byte) (err error) if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_composite_content_guard_response.go b/release/model_composite_content_guard_response.go index 1a2d5ed4..12cf7f13 100644 --- a/release/model_composite_content_guard_response.go +++ b/release/model_composite_content_guard_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &CompositeContentGuardResponse{} // CompositeContentGuardResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type CompositeContentGuardResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -88,6 +90,38 @@ func (o *CompositeContentGuardResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *CompositeContentGuardResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *CompositeContentGuardResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *CompositeContentGuardResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *CompositeContentGuardResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *CompositeContentGuardResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -263,6 +297,9 @@ func (o CompositeContentGuardResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -320,6 +357,7 @@ func (o *CompositeContentGuardResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_content_guard_response.go b/release/model_content_guard_response.go index 0901d63d..c521fd9e 100644 --- a/release/model_content_guard_response.go +++ b/release/model_content_guard_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &ContentGuardResponse{} // ContentGuardResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type ContentGuardResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -86,6 +88,38 @@ func (o *ContentGuardResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *ContentGuardResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *ContentGuardResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *ContentGuardResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *ContentGuardResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *ContentGuardResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -229,6 +263,9 @@ func (o ContentGuardResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -283,6 +320,7 @@ func (o *ContentGuardResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_content_redirect_content_guard_response.go b/release/model_content_redirect_content_guard_response.go index 538af22e..9dc918bd 100644 --- a/release/model_content_redirect_content_guard_response.go +++ b/release/model_content_redirect_content_guard_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &ContentRedirectContentGuardResponse{} // ContentRedirectContentGuardResponse A serializer for ContentRedirectContentGuard. type ContentRedirectContentGuardResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -86,6 +88,38 @@ func (o *ContentRedirectContentGuardResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *ContentRedirectContentGuardResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *ContentRedirectContentGuardResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *ContentRedirectContentGuardResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *ContentRedirectContentGuardResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *ContentRedirectContentGuardResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -229,6 +263,9 @@ func (o ContentRedirectContentGuardResponse) ToMap() (map[string]interface{}, er if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -283,6 +320,7 @@ func (o *ContentRedirectContentGuardResponse) UnmarshalJSON(data []byte) (err er if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_distribution_response.go b/release/model_distribution_response.go index 7a99042c..7650aed4 100644 --- a/release/model_distribution_response.go +++ b/release/model_distribution_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &DistributionResponse{} // DistributionResponse The Serializer for the Distribution model.The serializer deliberately omits the `publication` and `repository_version` field due toplugins typically requiring one or the other but not both.To include the ``publication`` field, it is recommended plugins define the field:: publication = DetailRelatedField( required=False, help_text=_(\"Publication to be served\"), view_name_pattern=r\"publications(-.*_/.*)?-detail\", queryset=models.Publication.objects.exclude(complete=False), allow_null=True, )To include the ``repository_version`` field, it is recommended plugins define the field:: repository_version = RepositoryVersionRelatedField( required=False, help_text=_(\"RepositoryVersion to be served\"), allow_null=True )Additionally, the serializer omits the ``remote`` field, which is used for pull-through cachingfeature and only by plugins which use publications. Plugins implementing a pull-through cachingshould define the field in their derived serializer class like this:: remote = DetailRelatedField( required=False, help_text=_('Remote that can be used to fetch content when using pull-through caching.'), queryset=models.Remote.objects.all(), allow_null=True ) type DistributionResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -102,6 +104,38 @@ func (o *DistributionResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *DistributionResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *DistributionResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *DistributionResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *DistributionResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *DistributionResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -439,6 +473,9 @@ func (o DistributionResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -510,6 +547,7 @@ func (o *DistributionResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "base_path") diff --git a/release/model_domain_response.go b/release/model_domain_response.go index 73e893a6..998ef450 100644 --- a/release/model_domain_response.go +++ b/release/model_domain_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &DomainResponse{} // DomainResponse Serializer for Domain. type DomainResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -104,6 +106,38 @@ func (o *DomainResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *DomainResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *DomainResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *DomainResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *DomainResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *DomainResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -359,6 +393,9 @@ func (o DomainResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -423,6 +460,7 @@ func (o *DomainResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_file_file_alternate_content_source_response.go b/release/model_file_file_alternate_content_source_response.go index 17eb1b8a..de72b78a 100644 --- a/release/model_file_file_alternate_content_source_response.go +++ b/release/model_file_file_alternate_content_source_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &FileFileAlternateContentSourceResponse{} // FileFileAlternateContentSourceResponse Serializer for File alternate content source. type FileFileAlternateContentSourceResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -91,6 +93,38 @@ func (o *FileFileAlternateContentSourceResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *FileFileAlternateContentSourceResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *FileFileAlternateContentSourceResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *FileFileAlternateContentSourceResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *FileFileAlternateContentSourceResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *FileFileAlternateContentSourceResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -290,6 +324,9 @@ func (o FileFileAlternateContentSourceResponse) ToMap() (map[string]interface{}, if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -349,6 +386,7 @@ func (o *FileFileAlternateContentSourceResponse) UnmarshalJSON(data []byte) (err if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_file_file_content_response.go b/release/model_file_file_content_response.go index 6e364389..e8cf5994 100644 --- a/release/model_file_file_content_response.go +++ b/release/model_file_file_content_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &FileFileContentResponse{} // FileFileContentResponse Serializer for File Content. type FileFileContentResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -98,6 +100,38 @@ func (o *FileFileContentResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *FileFileContentResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *FileFileContentResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *FileFileContentResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *FileFileContentResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *FileFileContentResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -423,6 +457,9 @@ func (o FileFileContentResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -495,6 +532,7 @@ func (o *FileFileContentResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "artifact") diff --git a/release/model_file_file_distribution_response.go b/release/model_file_file_distribution_response.go index c6d572db..727aa285 100644 --- a/release/model_file_file_distribution_response.go +++ b/release/model_file_file_distribution_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &FileFileDistributionResponse{} // FileFileDistributionResponse Serializer for File Distributions. type FileFileDistributionResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -104,6 +106,38 @@ func (o *FileFileDistributionResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *FileFileDistributionResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *FileFileDistributionResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *FileFileDistributionResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *FileFileDistributionResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *FileFileDistributionResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -483,6 +517,9 @@ func (o FileFileDistributionResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -557,6 +594,7 @@ func (o *FileFileDistributionResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "base_path") diff --git a/release/model_file_file_publication_response.go b/release/model_file_file_publication_response.go index 68475af4..25c64e6e 100644 --- a/release/model_file_file_publication_response.go +++ b/release/model_file_file_publication_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &FileFilePublicationResponse{} // FileFilePublicationResponse Serializer for File Publications. type FileFilePublicationResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -91,6 +93,38 @@ func (o *FileFilePublicationResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *FileFilePublicationResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *FileFilePublicationResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *FileFilePublicationResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *FileFilePublicationResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *FileFilePublicationResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -306,6 +340,9 @@ func (o FileFilePublicationResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -347,6 +384,7 @@ func (o *FileFilePublicationResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "repository_version") diff --git a/release/model_file_file_remote_response.go b/release/model_file_file_remote_response.go index 8a03483e..108601d1 100644 --- a/release/model_file_file_remote_response.go +++ b/release/model_file_file_remote_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &FileFileRemoteResponse{} // FileFileRemoteResponse Serializer for File Remotes. type FileFileRemoteResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // Timestamp of the most recent update of the remote. @@ -120,6 +122,38 @@ func (o *FileFileRemoteResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *FileFileRemoteResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *FileFileRemoteResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *FileFileRemoteResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *FileFileRemoteResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *FileFileRemoteResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -825,6 +859,9 @@ func (o FileFileRemoteResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -923,6 +960,7 @@ func (o *FileFileRemoteResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_file_file_repository_response.go b/release/model_file_file_repository_response.go index 93700e53..5d68c37e 100644 --- a/release/model_file_file_repository_response.go +++ b/release/model_file_file_repository_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &FileFileRepositoryResponse{} // FileFileRepositoryResponse Serializer for File Repositories. type FileFileRepositoryResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -105,6 +107,38 @@ func (o *FileFileRepositoryResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *FileFileRepositoryResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *FileFileRepositoryResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *FileFileRepositoryResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *FileFileRepositoryResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *FileFileRepositoryResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -502,6 +536,9 @@ func (o FileFileRepositoryResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -577,6 +614,7 @@ func (o *FileFileRepositoryResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "versions_href") diff --git a/release/model_filesystem_export_response.go b/release/model_filesystem_export_response.go index 0d447f03..81856795 100644 --- a/release/model_filesystem_export_response.go +++ b/release/model_filesystem_export_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &FilesystemExportResponse{} // FilesystemExportResponse Serializer for FilesystemExports. type FilesystemExportResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -86,6 +88,38 @@ func (o *FilesystemExportResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *FilesystemExportResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *FilesystemExportResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *FilesystemExportResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *FilesystemExportResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *FilesystemExportResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -270,6 +304,9 @@ func (o FilesystemExportResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -308,6 +345,7 @@ func (o *FilesystemExportResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "task") diff --git a/release/model_filesystem_exporter_response.go b/release/model_filesystem_exporter_response.go index 773a1473..d171e8a5 100644 --- a/release/model_filesystem_exporter_response.go +++ b/release/model_filesystem_exporter_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &FilesystemExporterResponse{} // FilesystemExporterResponse Serializer for FilesystemExporters. type FilesystemExporterResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -93,6 +95,38 @@ func (o *FilesystemExporterResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *FilesystemExporterResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *FilesystemExporterResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *FilesystemExporterResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *FilesystemExporterResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *FilesystemExporterResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -250,6 +284,9 @@ func (o FilesystemExporterResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -306,6 +343,7 @@ func (o *FilesystemExporterResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_gem_gem_content_response.go b/release/model_gem_gem_content_response.go index d389519e..147e36eb 100644 --- a/release/model_gem_gem_content_response.go +++ b/release/model_gem_gem_content_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &GemGemContentResponse{} // GemGemContentResponse A Serializer for GemContent. type GemGemContentResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -99,6 +101,38 @@ func (o *GemGemContentResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *GemGemContentResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *GemGemContentResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *GemGemContentResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *GemGemContentResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *GemGemContentResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -456,6 +490,9 @@ func (o GemGemContentResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -531,6 +568,7 @@ func (o *GemGemContentResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "artifacts") diff --git a/release/model_gem_gem_distribution_response.go b/release/model_gem_gem_distribution_response.go index a2ed51bb..31b09ec7 100644 --- a/release/model_gem_gem_distribution_response.go +++ b/release/model_gem_gem_distribution_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &GemGemDistributionResponse{} // GemGemDistributionResponse A Serializer for GemDistribution. type GemGemDistributionResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -106,6 +108,38 @@ func (o *GemGemDistributionResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *GemGemDistributionResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *GemGemDistributionResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *GemGemDistributionResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *GemGemDistributionResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *GemGemDistributionResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -527,6 +561,9 @@ func (o GemGemDistributionResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -604,6 +641,7 @@ func (o *GemGemDistributionResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "base_path") diff --git a/release/model_gem_gem_publication_response.go b/release/model_gem_gem_publication_response.go index e872f9a2..2b278519 100644 --- a/release/model_gem_gem_publication_response.go +++ b/release/model_gem_gem_publication_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &GemGemPublicationResponse{} // GemGemPublicationResponse A Serializer for GemPublication. type GemGemPublicationResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -83,6 +85,38 @@ func (o *GemGemPublicationResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *GemGemPublicationResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *GemGemPublicationResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *GemGemPublicationResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *GemGemPublicationResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *GemGemPublicationResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -224,6 +258,9 @@ func (o GemGemPublicationResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -259,6 +296,7 @@ func (o *GemGemPublicationResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "repository_version") diff --git a/release/model_gem_gem_remote_response.go b/release/model_gem_gem_remote_response.go index 87541f58..adab714c 100644 --- a/release/model_gem_gem_remote_response.go +++ b/release/model_gem_gem_remote_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &GemGemRemoteResponse{} // GemGemRemoteResponse A Serializer for GemRemote. type GemGemRemoteResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // Timestamp of the most recent update of the remote. @@ -127,6 +129,38 @@ func (o *GemGemRemoteResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *GemGemRemoteResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *GemGemRemoteResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *GemGemRemoteResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *GemGemRemoteResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *GemGemRemoteResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -930,6 +964,9 @@ func (o GemGemRemoteResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -1037,6 +1074,7 @@ func (o *GemGemRemoteResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_gem_gem_repository_response.go b/release/model_gem_gem_repository_response.go index ad603d9a..63fb6299 100644 --- a/release/model_gem_gem_repository_response.go +++ b/release/model_gem_gem_repository_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &GemGemRepositoryResponse{} // GemGemRepositoryResponse A Serializer for GemRepository. type GemGemRepositoryResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -93,6 +95,38 @@ func (o *GemGemRepositoryResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *GemGemRepositoryResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *GemGemRepositoryResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *GemGemRepositoryResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *GemGemRepositoryResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *GemGemRepositoryResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -416,6 +450,9 @@ func (o GemGemRepositoryResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -485,6 +522,7 @@ func (o *GemGemRepositoryResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "versions_href") diff --git a/release/model_group_response.go b/release/model_group_response.go index 4f9802a4..bd02f7ed 100644 --- a/release/model_group_response.go +++ b/release/model_group_response.go @@ -24,6 +24,7 @@ type GroupResponse struct { // Name Name string `json:"name"` PulpHref *string `json:"pulp_href,omitempty"` + Prn *string `json:"prn,omitempty"` Id *int64 `json:"id,omitempty"` AdditionalProperties map[string]interface{} } @@ -104,6 +105,38 @@ func (o *GroupResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *GroupResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *GroupResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *GroupResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *GroupResponse) SetPrn(v string) { + o.Prn = &v +} + // GetId returns the Id field value if set, zero value otherwise. func (o *GroupResponse) GetId() int64 { if o == nil || IsNil(o.Id) { @@ -150,6 +183,9 @@ func (o GroupResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.Id) { toSerialize["id"] = o.Id } @@ -198,6 +234,7 @@ func (o *GroupResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "name") delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "id") o.AdditionalProperties = additionalProperties } diff --git a/release/model_group_role_response.go b/release/model_group_role_response.go index 54bb6541..5091f36f 100644 --- a/release/model_group_role_response.go +++ b/release/model_group_role_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &GroupRoleResponse{} // GroupRoleResponse Serializer for GroupRole. type GroupRoleResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -90,6 +92,38 @@ func (o *GroupRoleResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *GroupRoleResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *GroupRoleResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *GroupRoleResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *GroupRoleResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *GroupRoleResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -323,6 +357,9 @@ func (o GroupRoleResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -385,6 +422,7 @@ func (o *GroupRoleResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "role") diff --git a/release/model_group_user_response.go b/release/model_group_user_response.go index ac869c47..5920c46f 100644 --- a/release/model_group_user_response.go +++ b/release/model_group_user_response.go @@ -24,6 +24,7 @@ type GroupUserResponse struct { // Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. Username string `json:"username"` PulpHref *string `json:"pulp_href,omitempty"` + Prn *string `json:"prn,omitempty"` AdditionalProperties map[string]interface{} } @@ -103,6 +104,38 @@ func (o *GroupUserResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *GroupUserResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *GroupUserResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *GroupUserResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *GroupUserResponse) SetPrn(v string) { + o.Prn = &v +} + func (o GroupUserResponse) MarshalJSON() ([]byte, error) { toSerialize,err := o.ToMap() if err != nil { @@ -117,6 +150,9 @@ func (o GroupUserResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } for key, value := range o.AdditionalProperties { toSerialize[key] = value @@ -162,6 +198,7 @@ func (o *GroupUserResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "username") delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") o.AdditionalProperties = additionalProperties } diff --git a/release/model_header_content_guard_response.go b/release/model_header_content_guard_response.go index b6ed629d..ef56a21e 100644 --- a/release/model_header_content_guard_response.go +++ b/release/model_header_content_guard_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &HeaderContentGuardResponse{} // HeaderContentGuardResponse A serializer for HeaderContentGuard. type HeaderContentGuardResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -94,6 +96,38 @@ func (o *HeaderContentGuardResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *HeaderContentGuardResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *HeaderContentGuardResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *HeaderContentGuardResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *HeaderContentGuardResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *HeaderContentGuardResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -327,6 +361,9 @@ func (o HeaderContentGuardResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -388,6 +425,7 @@ func (o *HeaderContentGuardResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_import_response.go b/release/model_import_response.go index da663955..fa53832f 100644 --- a/release/model_import_response.go +++ b/release/model_import_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &ImportResponse{} // ImportResponse Serializer for Imports. type ImportResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -87,6 +89,38 @@ func (o *ImportResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *ImportResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *ImportResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *ImportResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *ImportResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *ImportResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -214,6 +248,9 @@ func (o ImportResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -269,6 +306,7 @@ func (o *ImportResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "task") diff --git a/release/model_minimal_task_response.go b/release/model_minimal_task_response.go index dc04f70d..f107ca37 100644 --- a/release/model_minimal_task_response.go +++ b/release/model_minimal_task_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &MinimalTaskResponse{} // MinimalTaskResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type MinimalTaskResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -94,6 +96,38 @@ func (o *MinimalTaskResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *MinimalTaskResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *MinimalTaskResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *MinimalTaskResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *MinimalTaskResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *MinimalTaskResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -355,6 +389,9 @@ func (o MinimalTaskResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -421,6 +458,7 @@ func (o *MinimalTaskResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_multiple_artifact_content_response.go b/release/model_multiple_artifact_content_response.go index 1ef08387..7becd0c1 100644 --- a/release/model_multiple_artifact_content_response.go +++ b/release/model_multiple_artifact_content_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &MultipleArtifactContentResponse{} // MultipleArtifactContentResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type MultipleArtifactContentResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -84,6 +86,38 @@ func (o *MultipleArtifactContentResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *MultipleArtifactContentResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *MultipleArtifactContentResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *MultipleArtifactContentResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *MultipleArtifactContentResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *MultipleArtifactContentResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -185,6 +219,9 @@ func (o MultipleArtifactContentResponse) ToMap() (map[string]interface{}, error) if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -236,6 +273,7 @@ func (o *MultipleArtifactContentResponse) UnmarshalJSON(data []byte) (err error) if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "artifacts") diff --git a/release/model_ostree_ostree_commit_response.go b/release/model_ostree_ostree_commit_response.go index 6b164b0a..ef51d345 100644 --- a/release/model_ostree_ostree_commit_response.go +++ b/release/model_ostree_ostree_commit_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &OstreeOstreeCommitResponse{} // OstreeOstreeCommitResponse A Serializer class for OSTree commits. type OstreeOstreeCommitResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -92,6 +94,38 @@ func (o *OstreeOstreeCommitResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *OstreeOstreeCommitResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *OstreeOstreeCommitResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *OstreeOstreeCommitResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *OstreeOstreeCommitResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *OstreeOstreeCommitResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -307,6 +341,9 @@ func (o OstreeOstreeCommitResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -367,6 +404,7 @@ func (o *OstreeOstreeCommitResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "artifact") diff --git a/release/model_ostree_ostree_config_response.go b/release/model_ostree_ostree_config_response.go index 5d1dd3a8..21089b71 100644 --- a/release/model_ostree_ostree_config_response.go +++ b/release/model_ostree_ostree_config_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &OstreeOstreeConfigResponse{} // OstreeOstreeConfigResponse A Serializer class for OSTree repository configuration files. type OstreeOstreeConfigResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -87,6 +89,38 @@ func (o *OstreeOstreeConfigResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *OstreeOstreeConfigResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *OstreeOstreeConfigResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *OstreeOstreeConfigResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *OstreeOstreeConfigResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *OstreeOstreeConfigResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -212,6 +246,9 @@ func (o OstreeOstreeConfigResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -265,6 +302,7 @@ func (o *OstreeOstreeConfigResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "artifact") diff --git a/release/model_ostree_ostree_content_response.go b/release/model_ostree_ostree_content_response.go index ee0849fd..9dcaba34 100644 --- a/release/model_ostree_ostree_content_response.go +++ b/release/model_ostree_ostree_content_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &OstreeOstreeContentResponse{} // OstreeOstreeContentResponse A Serializer class for uncategorized content units (e.g., static deltas). type OstreeOstreeContentResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -88,6 +90,38 @@ func (o *OstreeOstreeContentResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *OstreeOstreeContentResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *OstreeOstreeContentResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *OstreeOstreeContentResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *OstreeOstreeContentResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *OstreeOstreeContentResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -237,6 +271,9 @@ func (o OstreeOstreeContentResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -292,6 +329,7 @@ func (o *OstreeOstreeContentResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "artifact") diff --git a/release/model_ostree_ostree_distribution_response.go b/release/model_ostree_ostree_distribution_response.go index bbc86dd5..91b37979 100644 --- a/release/model_ostree_ostree_distribution_response.go +++ b/release/model_ostree_ostree_distribution_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &OstreeOstreeDistributionResponse{} // OstreeOstreeDistributionResponse A Serializer class for an OSTree distribution. type OstreeOstreeDistributionResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -104,6 +106,38 @@ func (o *OstreeOstreeDistributionResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *OstreeOstreeDistributionResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *OstreeOstreeDistributionResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *OstreeOstreeDistributionResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *OstreeOstreeDistributionResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *OstreeOstreeDistributionResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -483,6 +517,9 @@ func (o OstreeOstreeDistributionResponse) ToMap() (map[string]interface{}, error if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -557,6 +594,7 @@ func (o *OstreeOstreeDistributionResponse) UnmarshalJSON(data []byte) (err error if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "base_path") diff --git a/release/model_ostree_ostree_object_response.go b/release/model_ostree_ostree_object_response.go index 95d5423a..3404a8e5 100644 --- a/release/model_ostree_ostree_object_response.go +++ b/release/model_ostree_ostree_object_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &OstreeOstreeObjectResponse{} // OstreeOstreeObjectResponse A Serializer class for OSTree objects (e.g., dirtree, dirmeta, file). type OstreeOstreeObjectResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -92,6 +94,38 @@ func (o *OstreeOstreeObjectResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *OstreeOstreeObjectResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *OstreeOstreeObjectResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *OstreeOstreeObjectResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *OstreeOstreeObjectResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *OstreeOstreeObjectResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -265,6 +299,9 @@ func (o OstreeOstreeObjectResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -322,6 +359,7 @@ func (o *OstreeOstreeObjectResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "artifact") diff --git a/release/model_ostree_ostree_ref_response.go b/release/model_ostree_ostree_ref_response.go index 692706fd..56dcb0cb 100644 --- a/release/model_ostree_ostree_ref_response.go +++ b/release/model_ostree_ostree_ref_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &OstreeOstreeRefResponse{} // OstreeOstreeRefResponse A Serializer class for OSTree head commits. type OstreeOstreeRefResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -92,6 +94,38 @@ func (o *OstreeOstreeRefResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *OstreeOstreeRefResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *OstreeOstreeRefResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *OstreeOstreeRefResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *OstreeOstreeRefResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *OstreeOstreeRefResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -297,6 +331,9 @@ func (o OstreeOstreeRefResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -357,6 +394,7 @@ func (o *OstreeOstreeRefResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "artifact") diff --git a/release/model_ostree_ostree_remote_response.go b/release/model_ostree_ostree_remote_response.go index 0f3f9b26..3ca04a58 100644 --- a/release/model_ostree_ostree_remote_response.go +++ b/release/model_ostree_ostree_remote_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &OstreeOstreeRemoteResponse{} // OstreeOstreeRemoteResponse A Serializer class for a remote OSTree repository. type OstreeOstreeRemoteResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // Timestamp of the most recent update of the remote. @@ -130,6 +132,38 @@ func (o *OstreeOstreeRemoteResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *OstreeOstreeRemoteResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *OstreeOstreeRemoteResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *OstreeOstreeRemoteResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *OstreeOstreeRemoteResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *OstreeOstreeRemoteResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -933,6 +967,9 @@ func (o OstreeOstreeRemoteResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -1040,6 +1077,7 @@ func (o *OstreeOstreeRemoteResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_ostree_ostree_repository_response.go b/release/model_ostree_ostree_repository_response.go index 8ffc7780..7b378cdb 100644 --- a/release/model_ostree_ostree_repository_response.go +++ b/release/model_ostree_ostree_repository_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &OstreeOstreeRepositoryResponse{} // OstreeOstreeRepositoryResponse A Serializer class for an OSTree repository. type OstreeOstreeRepositoryResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -98,6 +100,38 @@ func (o *OstreeOstreeRepositoryResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *OstreeOstreeRepositoryResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *OstreeOstreeRepositoryResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *OstreeOstreeRepositoryResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *OstreeOstreeRepositoryResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *OstreeOstreeRepositoryResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -453,6 +487,9 @@ func (o OstreeOstreeRepositoryResponse) ToMap() (map[string]interface{}, error) if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -525,6 +562,7 @@ func (o *OstreeOstreeRepositoryResponse) UnmarshalJSON(data []byte) (err error) if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "versions_href") diff --git a/release/model_ostree_ostree_summary_response.go b/release/model_ostree_ostree_summary_response.go index 92d1fccc..c4af9bee 100644 --- a/release/model_ostree_ostree_summary_response.go +++ b/release/model_ostree_ostree_summary_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &OstreeOstreeSummaryResponse{} // OstreeOstreeSummaryResponse A Serializer class for an OSTree summary file. type OstreeOstreeSummaryResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -87,6 +89,38 @@ func (o *OstreeOstreeSummaryResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *OstreeOstreeSummaryResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *OstreeOstreeSummaryResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *OstreeOstreeSummaryResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *OstreeOstreeSummaryResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *OstreeOstreeSummaryResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -212,6 +246,9 @@ func (o OstreeOstreeSummaryResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -265,6 +302,7 @@ func (o *OstreeOstreeSummaryResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "artifact") diff --git a/release/model_patched_upstream_pulp.go b/release/model_patched_upstream_pulp.go index dda241ba..f3d0f5c8 100644 --- a/release/model_patched_upstream_pulp.go +++ b/release/model_patched_upstream_pulp.go @@ -40,8 +40,8 @@ type PatchedUpstreamPulp struct { Username NullableString `json:"username,omitempty"` // The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. Password NullableString `json:"password,omitempty"` - // One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" - PulpLabelSelect NullableString `json:"pulp_label_select,omitempty"` + // Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" + QSelect NullableString `json:"q_select,omitempty"` AdditionalProperties map[string]interface{} } @@ -444,46 +444,46 @@ func (o *PatchedUpstreamPulp) UnsetPassword() { o.Password.Unset() } -// GetPulpLabelSelect returns the PulpLabelSelect field value if set, zero value otherwise (both if not set or set to explicit null). -func (o *PatchedUpstreamPulp) GetPulpLabelSelect() string { - if o == nil || IsNil(o.PulpLabelSelect.Get()) { +// GetQSelect returns the QSelect field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *PatchedUpstreamPulp) GetQSelect() string { + if o == nil || IsNil(o.QSelect.Get()) { var ret string return ret } - return *o.PulpLabelSelect.Get() + return *o.QSelect.Get() } -// GetPulpLabelSelectOk returns a tuple with the PulpLabelSelect field value if set, nil otherwise +// GetQSelectOk returns a tuple with the QSelect field value if set, nil otherwise // and a boolean to check if the value has been set. // NOTE: If the value is an explicit nil, `nil, true` will be returned -func (o *PatchedUpstreamPulp) GetPulpLabelSelectOk() (*string, bool) { +func (o *PatchedUpstreamPulp) GetQSelectOk() (*string, bool) { if o == nil { return nil, false } - return o.PulpLabelSelect.Get(), o.PulpLabelSelect.IsSet() + return o.QSelect.Get(), o.QSelect.IsSet() } -// HasPulpLabelSelect returns a boolean if a field has been set. -func (o *PatchedUpstreamPulp) HasPulpLabelSelect() bool { - if o != nil && o.PulpLabelSelect.IsSet() { +// HasQSelect returns a boolean if a field has been set. +func (o *PatchedUpstreamPulp) HasQSelect() bool { + if o != nil && o.QSelect.IsSet() { return true } return false } -// SetPulpLabelSelect gets a reference to the given NullableString and assigns it to the PulpLabelSelect field. -func (o *PatchedUpstreamPulp) SetPulpLabelSelect(v string) { - o.PulpLabelSelect.Set(&v) +// SetQSelect gets a reference to the given NullableString and assigns it to the QSelect field. +func (o *PatchedUpstreamPulp) SetQSelect(v string) { + o.QSelect.Set(&v) } -// SetPulpLabelSelectNil sets the value for PulpLabelSelect to be an explicit nil -func (o *PatchedUpstreamPulp) SetPulpLabelSelectNil() { - o.PulpLabelSelect.Set(nil) +// SetQSelectNil sets the value for QSelect to be an explicit nil +func (o *PatchedUpstreamPulp) SetQSelectNil() { + o.QSelect.Set(nil) } -// UnsetPulpLabelSelect ensures that no value is present for PulpLabelSelect, not even an explicit nil -func (o *PatchedUpstreamPulp) UnsetPulpLabelSelect() { - o.PulpLabelSelect.Unset() +// UnsetQSelect ensures that no value is present for QSelect, not even an explicit nil +func (o *PatchedUpstreamPulp) UnsetQSelect() { + o.QSelect.Unset() } func (o PatchedUpstreamPulp) MarshalJSON() ([]byte, error) { @@ -526,8 +526,8 @@ func (o PatchedUpstreamPulp) ToMap() (map[string]interface{}, error) { if o.Password.IsSet() { toSerialize["password"] = o.Password.Get() } - if o.PulpLabelSelect.IsSet() { - toSerialize["pulp_label_select"] = o.PulpLabelSelect.Get() + if o.QSelect.IsSet() { + toSerialize["q_select"] = o.QSelect.Get() } for key, value := range o.AdditionalProperties { @@ -561,7 +561,7 @@ func (o *PatchedUpstreamPulp) UnmarshalJSON(data []byte) (err error) { delete(additionalProperties, "tls_validation") delete(additionalProperties, "username") delete(additionalProperties, "password") - delete(additionalProperties, "pulp_label_select") + delete(additionalProperties, "q_select") o.AdditionalProperties = additionalProperties } diff --git a/release/model_publication_response.go b/release/model_publication_response.go index deddac90..f666683d 100644 --- a/release/model_publication_response.go +++ b/release/model_publication_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &PublicationResponse{} // PublicationResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type PublicationResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -83,6 +85,38 @@ func (o *PublicationResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *PublicationResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *PublicationResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *PublicationResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *PublicationResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *PublicationResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -224,6 +258,9 @@ func (o PublicationResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -259,6 +296,7 @@ func (o *PublicationResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "repository_version") diff --git a/release/model_pulp_export_response.go b/release/model_pulp_export_response.go index 7872ccc7..2c3fb526 100644 --- a/release/model_pulp_export_response.go +++ b/release/model_pulp_export_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &PulpExportResponse{} // PulpExportResponse Serializer for PulpExports. type PulpExportResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -90,6 +92,38 @@ func (o *PulpExportResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *PulpExportResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *PulpExportResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *PulpExportResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *PulpExportResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *PulpExportResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -340,6 +374,9 @@ func (o PulpExportResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -384,6 +421,7 @@ func (o *PulpExportResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "task") diff --git a/release/model_pulp_exporter_response.go b/release/model_pulp_exporter_response.go index f714a083..c90ec242 100644 --- a/release/model_pulp_exporter_response.go +++ b/release/model_pulp_exporter_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &PulpExporterResponse{} // PulpExporterResponse Serializer for pulp exporters. type PulpExporterResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -91,6 +93,38 @@ func (o *PulpExporterResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *PulpExporterResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *PulpExporterResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *PulpExporterResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *PulpExporterResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *PulpExporterResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -282,6 +316,9 @@ func (o PulpExporterResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -340,6 +377,7 @@ func (o *PulpExporterResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_pulp_importer_response.go b/release/model_pulp_importer_response.go index 54c19bc5..9bcbe659 100644 --- a/release/model_pulp_importer_response.go +++ b/release/model_pulp_importer_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &PulpImporterResponse{} // PulpImporterResponse Serializer for PulpImporters. type PulpImporterResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -86,6 +88,38 @@ func (o *PulpImporterResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *PulpImporterResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *PulpImporterResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *PulpImporterResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *PulpImporterResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *PulpImporterResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -219,6 +253,9 @@ func (o PulpImporterResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -273,6 +310,7 @@ func (o *PulpImporterResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_python_python_distribution_response.go b/release/model_python_python_distribution_response.go index 769835f8..ada2c0ac 100644 --- a/release/model_python_python_distribution_response.go +++ b/release/model_python_python_distribution_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &PythonPythonDistributionResponse{} // PythonPythonDistributionResponse Serializer for Pulp distributions for the Python type. type PythonPythonDistributionResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -111,6 +113,38 @@ func (o *PythonPythonDistributionResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *PythonPythonDistributionResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *PythonPythonDistributionResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *PythonPythonDistributionResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *PythonPythonDistributionResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *PythonPythonDistributionResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -564,6 +598,9 @@ func (o PythonPythonDistributionResponse) ToMap() (map[string]interface{}, error if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -644,6 +681,7 @@ func (o *PythonPythonDistributionResponse) UnmarshalJSON(data []byte) (err error if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "base_path") diff --git a/release/model_python_python_package_content_response.go b/release/model_python_python_package_content_response.go index e0ad1afd..6bc8f06b 100644 --- a/release/model_python_python_package_content_response.go +++ b/release/model_python_python_package_content_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &PythonPythonPackageContentResponse{} // PythonPythonPackageContentResponse A Serializer for PythonPackageContent. type PythonPythonPackageContentResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -140,6 +142,38 @@ func (o *PythonPythonPackageContentResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *PythonPythonPackageContentResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *PythonPythonPackageContentResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *PythonPythonPackageContentResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *PythonPythonPackageContentResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *PythonPythonPackageContentResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -1119,6 +1153,9 @@ func (o PythonPythonPackageContentResponse) ToMap() (map[string]interface{}, err if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -1232,6 +1269,7 @@ func (o *PythonPythonPackageContentResponse) UnmarshalJSON(data []byte) (err err if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "artifact") diff --git a/release/model_python_python_publication_response.go b/release/model_python_python_publication_response.go index b2bd87cc..5f7b8ec5 100644 --- a/release/model_python_python_publication_response.go +++ b/release/model_python_python_publication_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &PythonPythonPublicationResponse{} // PythonPythonPublicationResponse A Serializer for PythonPublication. type PythonPythonPublicationResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -85,6 +87,38 @@ func (o *PythonPythonPublicationResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *PythonPythonPublicationResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *PythonPythonPublicationResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *PythonPythonPublicationResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *PythonPythonPublicationResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *PythonPythonPublicationResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -258,6 +292,9 @@ func (o PythonPythonPublicationResponse) ToMap() (map[string]interface{}, error) if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -296,6 +333,7 @@ func (o *PythonPythonPublicationResponse) UnmarshalJSON(data []byte) (err error) if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "repository_version") diff --git a/release/model_python_python_remote_response.go b/release/model_python_python_remote_response.go index 6eadb262..fffd6594 100644 --- a/release/model_python_python_remote_response.go +++ b/release/model_python_python_remote_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &PythonPythonRemoteResponse{} // PythonPythonRemoteResponse A Serializer for PythonRemote. type PythonPythonRemoteResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // Timestamp of the most recent update of the remote. @@ -136,6 +138,38 @@ func (o *PythonPythonRemoteResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *PythonPythonRemoteResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *PythonPythonRemoteResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *PythonPythonRemoteResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *PythonPythonRemoteResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *PythonPythonRemoteResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -1033,6 +1067,9 @@ func (o PythonPythonRemoteResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -1149,6 +1186,7 @@ func (o *PythonPythonRemoteResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_python_python_repository_response.go b/release/model_python_python_repository_response.go index 2531f5ba..0a709271 100644 --- a/release/model_python_python_repository_response.go +++ b/release/model_python_python_repository_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &PythonPythonRepositoryResponse{} // PythonPythonRepositoryResponse Serializer for Python Repositories. type PythonPythonRepositoryResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -99,6 +101,38 @@ func (o *PythonPythonRepositoryResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *PythonPythonRepositoryResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *PythonPythonRepositoryResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *PythonPythonRepositoryResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *PythonPythonRepositoryResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *PythonPythonRepositoryResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -454,6 +488,9 @@ func (o PythonPythonRepositoryResponse) ToMap() (map[string]interface{}, error) if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -526,6 +563,7 @@ func (o *PythonPythonRepositoryResponse) UnmarshalJSON(data []byte) (err error) if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "versions_href") diff --git a/release/model_rbac_content_guard_response.go b/release/model_rbac_content_guard_response.go index bcf6308a..a4527908 100644 --- a/release/model_rbac_content_guard_response.go +++ b/release/model_rbac_content_guard_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RBACContentGuardResponse{} // RBACContentGuardResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type RBACContentGuardResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -88,6 +90,38 @@ func (o *RBACContentGuardResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RBACContentGuardResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RBACContentGuardResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RBACContentGuardResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RBACContentGuardResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RBACContentGuardResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -295,6 +329,9 @@ func (o RBACContentGuardResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -355,6 +392,7 @@ func (o *RBACContentGuardResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_remote_response.go b/release/model_remote_response.go index dc02d713..9ce0fef2 100644 --- a/release/model_remote_response.go +++ b/release/model_remote_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RemoteResponse{} // RemoteResponse Every remote defined by a plugin should have a Remote serializer that inherits from thisclass. Please import from `pulpcore.plugin.serializers` rather than from this module directly. type RemoteResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // Timestamp of the most recent update of the remote. @@ -120,6 +122,38 @@ func (o *RemoteResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RemoteResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RemoteResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RemoteResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RemoteResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RemoteResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -825,6 +859,9 @@ func (o RemoteResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -923,6 +960,7 @@ func (o *RemoteResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_repository_response.go b/release/model_repository_response.go index c12b4ecb..57acea80 100644 --- a/release/model_repository_response.go +++ b/release/model_repository_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RepositoryResponse{} // RepositoryResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type RepositoryResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -93,6 +95,38 @@ func (o *RepositoryResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RepositoryResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RepositoryResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RepositoryResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RepositoryResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RepositoryResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -416,6 +450,9 @@ func (o RepositoryResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -485,6 +522,7 @@ func (o *RepositoryResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "versions_href") diff --git a/release/model_repository_version_response.go b/release/model_repository_version_response.go index 6c962be3..cc254ed4 100644 --- a/release/model_repository_version_response.go +++ b/release/model_repository_version_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &RepositoryVersionResponse{} // RepositoryVersionResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type RepositoryVersionResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -86,6 +88,38 @@ func (o *RepositoryVersionResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RepositoryVersionResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RepositoryVersionResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RepositoryVersionResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RepositoryVersionResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RepositoryVersionResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -291,6 +325,9 @@ func (o RepositoryVersionResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -332,6 +369,7 @@ func (o *RepositoryVersionResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "number") diff --git a/release/model_role_response.go b/release/model_role_response.go index 88d1bed0..139c6eb2 100644 --- a/release/model_role_response.go +++ b/release/model_role_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RoleResponse{} // RoleResponse Serializer for Role. type RoleResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -91,6 +93,38 @@ func (o *RoleResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RoleResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RoleResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RoleResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RoleResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RoleResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -290,6 +324,9 @@ func (o RoleResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -349,6 +386,7 @@ func (o *RoleResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_rpm_modulemd_defaults_response.go b/release/model_rpm_modulemd_defaults_response.go index 68bd20c8..031b1b2a 100644 --- a/release/model_rpm_modulemd_defaults_response.go +++ b/release/model_rpm_modulemd_defaults_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmModulemdDefaultsResponse{} // RpmModulemdDefaultsResponse ModulemdDefaults serializer. type RpmModulemdDefaultsResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -90,6 +92,38 @@ func (o *RpmModulemdDefaultsResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmModulemdDefaultsResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmModulemdDefaultsResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmModulemdDefaultsResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmModulemdDefaultsResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmModulemdDefaultsResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -241,6 +275,9 @@ func (o RpmModulemdDefaultsResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -298,6 +335,7 @@ func (o *RpmModulemdDefaultsResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "module") diff --git a/release/model_rpm_modulemd_obsolete_response.go b/release/model_rpm_modulemd_obsolete_response.go index 7cde9a38..f0966527 100644 --- a/release/model_rpm_modulemd_obsolete_response.go +++ b/release/model_rpm_modulemd_obsolete_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmModulemdObsoleteResponse{} // RpmModulemdObsoleteResponse ModulemdObsolete serializer. type RpmModulemdObsoleteResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -108,6 +110,38 @@ func (o *RpmModulemdObsoleteResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmModulemdObsoleteResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmModulemdObsoleteResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmModulemdObsoleteResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmModulemdObsoleteResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmModulemdObsoleteResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -411,6 +445,9 @@ func (o RpmModulemdObsoleteResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -478,6 +515,7 @@ func (o *RpmModulemdObsoleteResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "modified") diff --git a/release/model_rpm_modulemd_response.go b/release/model_rpm_modulemd_response.go index 2833af43..5d3bb742 100644 --- a/release/model_rpm_modulemd_response.go +++ b/release/model_rpm_modulemd_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmModulemdResponse{} // RpmModulemdResponse Modulemd serializer. type RpmModulemdResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -112,6 +114,38 @@ func (o *RpmModulemdResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmModulemdResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmModulemdResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmModulemdResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmModulemdResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmModulemdResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -475,6 +509,9 @@ func (o RpmModulemdResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -554,6 +591,7 @@ func (o *RpmModulemdResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_rpm_package_category_response.go b/release/model_rpm_package_category_response.go index 3a7765c6..c0509bba 100644 --- a/release/model_rpm_package_category_response.go +++ b/release/model_rpm_package_category_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmPackageCategoryResponse{} // RpmPackageCategoryResponse PackageCategory serializer. type RpmPackageCategoryResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -105,6 +107,38 @@ func (o *RpmPackageCategoryResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmPackageCategoryResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmPackageCategoryResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmPackageCategoryResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmPackageCategoryResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmPackageCategoryResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -382,6 +416,9 @@ func (o RpmPackageCategoryResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -453,6 +490,7 @@ func (o *RpmPackageCategoryResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "id") diff --git a/release/model_rpm_package_environment_response.go b/release/model_rpm_package_environment_response.go index 89b401ef..b49d939a 100644 --- a/release/model_rpm_package_environment_response.go +++ b/release/model_rpm_package_environment_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmPackageEnvironmentResponse{} // RpmPackageEnvironmentResponse PackageEnvironment serializer. type RpmPackageEnvironmentResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -108,6 +110,38 @@ func (o *RpmPackageEnvironmentResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmPackageEnvironmentResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmPackageEnvironmentResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmPackageEnvironmentResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmPackageEnvironmentResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmPackageEnvironmentResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -411,6 +445,9 @@ func (o RpmPackageEnvironmentResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -486,6 +523,7 @@ func (o *RpmPackageEnvironmentResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "id") diff --git a/release/model_rpm_package_group_response.go b/release/model_rpm_package_group_response.go index f646554f..4206c360 100644 --- a/release/model_rpm_package_group_response.go +++ b/release/model_rpm_package_group_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmPackageGroupResponse{} // RpmPackageGroupResponse PackageGroup serializer. type RpmPackageGroupResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -111,6 +113,38 @@ func (o *RpmPackageGroupResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmPackageGroupResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmPackageGroupResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmPackageGroupResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmPackageGroupResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmPackageGroupResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -484,6 +518,9 @@ func (o RpmPackageGroupResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -564,6 +601,7 @@ func (o *RpmPackageGroupResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "id") diff --git a/release/model_rpm_package_langpacks_response.go b/release/model_rpm_package_langpacks_response.go index 6aa5c142..48178802 100644 --- a/release/model_rpm_package_langpacks_response.go +++ b/release/model_rpm_package_langpacks_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmPackageLangpacksResponse{} // RpmPackageLangpacksResponse PackageLangpacks serializer. type RpmPackageLangpacksResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -87,6 +89,38 @@ func (o *RpmPackageLangpacksResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmPackageLangpacksResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmPackageLangpacksResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmPackageLangpacksResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmPackageLangpacksResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmPackageLangpacksResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -216,6 +250,9 @@ func (o RpmPackageLangpacksResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -271,6 +308,7 @@ func (o *RpmPackageLangpacksResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "matches") diff --git a/release/model_rpm_package_response.go b/release/model_rpm_package_response.go index 057f9a81..103fa300 100644 --- a/release/model_rpm_package_response.go +++ b/release/model_rpm_package_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &RpmPackageResponse{} // RpmPackageResponse A Serializer for Package.Add serializers for the new fields defined in Package and add those fields to the Meta classkeeping fields from the parent class as well. Provide help_text. type RpmPackageResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -166,6 +168,38 @@ func (o *RpmPackageResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmPackageResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmPackageResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmPackageResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmPackageResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmPackageResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -1629,6 +1663,9 @@ func (o RpmPackageResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -1787,6 +1824,7 @@ func (o *RpmPackageResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "md5") diff --git a/release/model_rpm_repo_metadata_file_response.go b/release/model_rpm_repo_metadata_file_response.go index 314ec795..37097c59 100644 --- a/release/model_rpm_repo_metadata_file_response.go +++ b/release/model_rpm_repo_metadata_file_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmRepoMetadataFileResponse{} // RpmRepoMetadataFileResponse RepoMetadataFile serializer. type RpmRepoMetadataFileResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -107,6 +109,38 @@ func (o *RpmRepoMetadataFileResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmRepoMetadataFileResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmRepoMetadataFileResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmRepoMetadataFileResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmRepoMetadataFileResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmRepoMetadataFileResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -504,6 +538,9 @@ func (o RpmRepoMetadataFileResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -582,6 +619,7 @@ func (o *RpmRepoMetadataFileResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "md5") diff --git a/release/model_rpm_rpm_alternate_content_source_response.go b/release/model_rpm_rpm_alternate_content_source_response.go index 7a30bbf2..adc9144f 100644 --- a/release/model_rpm_rpm_alternate_content_source_response.go +++ b/release/model_rpm_rpm_alternate_content_source_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmRpmAlternateContentSourceResponse{} // RpmRpmAlternateContentSourceResponse Serializer for RPM alternate content source. type RpmRpmAlternateContentSourceResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -91,6 +93,38 @@ func (o *RpmRpmAlternateContentSourceResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmRpmAlternateContentSourceResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmRpmAlternateContentSourceResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmRpmAlternateContentSourceResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmRpmAlternateContentSourceResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmRpmAlternateContentSourceResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -290,6 +324,9 @@ func (o RpmRpmAlternateContentSourceResponse) ToMap() (map[string]interface{}, e if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -349,6 +386,7 @@ func (o *RpmRpmAlternateContentSourceResponse) UnmarshalJSON(data []byte) (err e if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_rpm_rpm_distribution_response.go b/release/model_rpm_rpm_distribution_response.go index f218b4aa..1c698737 100644 --- a/release/model_rpm_rpm_distribution_response.go +++ b/release/model_rpm_rpm_distribution_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmRpmDistributionResponse{} // RpmRpmDistributionResponse Serializer for RPM Distributions. type RpmRpmDistributionResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -110,6 +112,38 @@ func (o *RpmRpmDistributionResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmRpmDistributionResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmRpmDistributionResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmRpmDistributionResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmRpmDistributionResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmRpmDistributionResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -521,6 +555,9 @@ func (o RpmRpmDistributionResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -598,6 +635,7 @@ func (o *RpmRpmDistributionResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "base_path") diff --git a/release/model_rpm_rpm_publication_response.go b/release/model_rpm_rpm_publication_response.go index 99b64060..e34a7e85 100644 --- a/release/model_rpm_rpm_publication_response.go +++ b/release/model_rpm_rpm_publication_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &RpmRpmPublicationResponse{} // RpmRpmPublicationResponse A Serializer for RpmPublication. type RpmRpmPublicationResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -99,6 +101,38 @@ func (o *RpmRpmPublicationResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmRpmPublicationResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmRpmPublicationResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmRpmPublicationResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmRpmPublicationResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmRpmPublicationResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -517,6 +551,9 @@ func (o RpmRpmPublicationResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -576,6 +613,7 @@ func (o *RpmRpmPublicationResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "repository_version") diff --git a/release/model_rpm_rpm_remote_response.go b/release/model_rpm_rpm_remote_response.go index c2043cf4..43c51221 100644 --- a/release/model_rpm_rpm_remote_response.go +++ b/release/model_rpm_rpm_remote_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmRpmRemoteResponse{} // RpmRpmRemoteResponse A Serializer for RpmRemote. type RpmRpmRemoteResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // Timestamp of the most recent update of the remote. @@ -122,6 +124,38 @@ func (o *RpmRpmRemoteResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmRpmRemoteResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmRpmRemoteResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmRpmRemoteResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmRpmRemoteResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmRpmRemoteResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -869,6 +903,9 @@ func (o RpmRpmRemoteResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -970,6 +1007,7 @@ func (o *RpmRpmRemoteResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_rpm_rpm_repository_response.go b/release/model_rpm_rpm_repository_response.go index b3c264e1..84b6cc06 100644 --- a/release/model_rpm_rpm_repository_response.go +++ b/release/model_rpm_rpm_repository_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmRpmRepositoryResponse{} // RpmRpmRepositoryResponse Serializer for Rpm Repositories. type RpmRpmRepositoryResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -127,6 +129,38 @@ func (o *RpmRpmRepositoryResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmRpmRepositoryResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmRpmRepositoryResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmRpmRepositoryResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmRpmRepositoryResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmRpmRepositoryResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -947,6 +981,9 @@ func (o RpmRpmRepositoryResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -1055,6 +1092,7 @@ func (o *RpmRpmRepositoryResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "versions_href") diff --git a/release/model_rpm_uln_remote_response.go b/release/model_rpm_uln_remote_response.go index 3893bf92..3c2492a3 100644 --- a/release/model_rpm_uln_remote_response.go +++ b/release/model_rpm_uln_remote_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &RpmUlnRemoteResponse{} // RpmUlnRemoteResponse A Serializer for UlnRemote. type RpmUlnRemoteResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // Timestamp of the most recent update of the remote. @@ -122,6 +124,38 @@ func (o *RpmUlnRemoteResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmUlnRemoteResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmUlnRemoteResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmUlnRemoteResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmUlnRemoteResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmUlnRemoteResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -869,6 +903,9 @@ func (o RpmUlnRemoteResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -970,6 +1007,7 @@ func (o *RpmUlnRemoteResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_rpm_update_record_response.go b/release/model_rpm_update_record_response.go index d7042184..c9733e2c 100644 --- a/release/model_rpm_update_record_response.go +++ b/release/model_rpm_update_record_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &RpmUpdateRecordResponse{} // RpmUpdateRecordResponse A Serializer for UpdateRecord. type RpmUpdateRecordResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -116,6 +118,38 @@ func (o *RpmUpdateRecordResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *RpmUpdateRecordResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RpmUpdateRecordResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *RpmUpdateRecordResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *RpmUpdateRecordResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *RpmUpdateRecordResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -769,6 +803,9 @@ func (o RpmUpdateRecordResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -852,6 +889,7 @@ func (o *RpmUpdateRecordResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "id") diff --git a/release/model_signing_service_response.go b/release/model_signing_service_response.go index 69d3342e..60ca38e8 100644 --- a/release/model_signing_service_response.go +++ b/release/model_signing_service_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &SigningServiceResponse{} // SigningServiceResponse A serializer for the model declaring a signing service. type SigningServiceResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -93,6 +95,38 @@ func (o *SigningServiceResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *SigningServiceResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *SigningServiceResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *SigningServiceResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *SigningServiceResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *SigningServiceResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -266,6 +300,9 @@ func (o SigningServiceResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -323,6 +360,7 @@ func (o *SigningServiceResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_task_group_response.go b/release/model_task_group_response.go index a8c7de49..a0070e71 100644 --- a/release/model_task_group_response.go +++ b/release/model_task_group_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &TaskGroupResponse{} // TaskGroupResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type TaskGroupResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // A description of the task group. Description string `json:"description"` // Whether all tasks have been spawned for this task group. @@ -98,6 +100,38 @@ func (o *TaskGroupResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *TaskGroupResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *TaskGroupResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *TaskGroupResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *TaskGroupResponse) SetPrn(v string) { + o.Prn = &v +} + // GetDescription returns the Description field value func (o *TaskGroupResponse) GetDescription() string { if o == nil { @@ -447,6 +481,9 @@ func (o TaskGroupResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } toSerialize["description"] = o.Description toSerialize["all_tasks_dispatched"] = o.AllTasksDispatched if !IsNil(o.Waiting) { @@ -521,6 +558,7 @@ func (o *TaskGroupResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "description") delete(additionalProperties, "all_tasks_dispatched") delete(additionalProperties, "waiting") diff --git a/release/model_task_response.go b/release/model_task_response.go index 85bd1c16..aec0bce7 100644 --- a/release/model_task_response.go +++ b/release/model_task_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &TaskResponse{} // TaskResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type TaskResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -112,6 +114,38 @@ func (o *TaskResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *TaskResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *TaskResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *TaskResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *TaskResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *TaskResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -653,6 +687,9 @@ func (o TaskResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -745,6 +782,7 @@ func (o *TaskResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "state") diff --git a/release/model_task_schedule_response.go b/release/model_task_schedule_response.go index b0160f2a..77ba5c98 100644 --- a/release/model_task_schedule_response.go +++ b/release/model_task_schedule_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &TaskScheduleResponse{} // TaskScheduleResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type TaskScheduleResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -94,6 +96,38 @@ func (o *TaskScheduleResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *TaskScheduleResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *TaskScheduleResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *TaskScheduleResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *TaskScheduleResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *TaskScheduleResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -319,6 +353,9 @@ func (o TaskScheduleResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -380,6 +417,7 @@ func (o *TaskScheduleResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") diff --git a/release/model_upload_detail_response.go b/release/model_upload_detail_response.go index ee7fd5a7..cbcaf24c 100644 --- a/release/model_upload_detail_response.go +++ b/release/model_upload_detail_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &UploadDetailResponse{} // UploadDetailResponse Serializer for chunked uploads. type UploadDetailResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -87,6 +89,38 @@ func (o *UploadDetailResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *UploadDetailResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UploadDetailResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *UploadDetailResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *UploadDetailResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *UploadDetailResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -252,6 +286,9 @@ func (o UploadDetailResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -309,6 +346,7 @@ func (o *UploadDetailResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "size") diff --git a/release/model_upload_response.go b/release/model_upload_response.go index 36194cc7..bbbf4777 100644 --- a/release/model_upload_response.go +++ b/release/model_upload_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &UploadResponse{} // UploadResponse Serializer for chunked uploads. type UploadResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -86,6 +88,38 @@ func (o *UploadResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *UploadResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UploadResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *UploadResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *UploadResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *UploadResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -219,6 +253,9 @@ func (o UploadResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -273,6 +310,7 @@ func (o *UploadResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "size") diff --git a/release/model_upstream_pulp.go b/release/model_upstream_pulp.go index 4c3969c9..0adec3bb 100644 --- a/release/model_upstream_pulp.go +++ b/release/model_upstream_pulp.go @@ -41,8 +41,8 @@ type UpstreamPulp struct { Username NullableString `json:"username,omitempty"` // The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. Password NullableString `json:"password,omitempty"` - // One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" - PulpLabelSelect NullableString `json:"pulp_label_select,omitempty"` + // Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" + QSelect NullableString `json:"q_select,omitempty"` AdditionalProperties map[string]interface{} } @@ -424,46 +424,46 @@ func (o *UpstreamPulp) UnsetPassword() { o.Password.Unset() } -// GetPulpLabelSelect returns the PulpLabelSelect field value if set, zero value otherwise (both if not set or set to explicit null). -func (o *UpstreamPulp) GetPulpLabelSelect() string { - if o == nil || IsNil(o.PulpLabelSelect.Get()) { +// GetQSelect returns the QSelect field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *UpstreamPulp) GetQSelect() string { + if o == nil || IsNil(o.QSelect.Get()) { var ret string return ret } - return *o.PulpLabelSelect.Get() + return *o.QSelect.Get() } -// GetPulpLabelSelectOk returns a tuple with the PulpLabelSelect field value if set, nil otherwise +// GetQSelectOk returns a tuple with the QSelect field value if set, nil otherwise // and a boolean to check if the value has been set. // NOTE: If the value is an explicit nil, `nil, true` will be returned -func (o *UpstreamPulp) GetPulpLabelSelectOk() (*string, bool) { +func (o *UpstreamPulp) GetQSelectOk() (*string, bool) { if o == nil { return nil, false } - return o.PulpLabelSelect.Get(), o.PulpLabelSelect.IsSet() + return o.QSelect.Get(), o.QSelect.IsSet() } -// HasPulpLabelSelect returns a boolean if a field has been set. -func (o *UpstreamPulp) HasPulpLabelSelect() bool { - if o != nil && o.PulpLabelSelect.IsSet() { +// HasQSelect returns a boolean if a field has been set. +func (o *UpstreamPulp) HasQSelect() bool { + if o != nil && o.QSelect.IsSet() { return true } return false } -// SetPulpLabelSelect gets a reference to the given NullableString and assigns it to the PulpLabelSelect field. -func (o *UpstreamPulp) SetPulpLabelSelect(v string) { - o.PulpLabelSelect.Set(&v) +// SetQSelect gets a reference to the given NullableString and assigns it to the QSelect field. +func (o *UpstreamPulp) SetQSelect(v string) { + o.QSelect.Set(&v) } -// SetPulpLabelSelectNil sets the value for PulpLabelSelect to be an explicit nil -func (o *UpstreamPulp) SetPulpLabelSelectNil() { - o.PulpLabelSelect.Set(nil) +// SetQSelectNil sets the value for QSelect to be an explicit nil +func (o *UpstreamPulp) SetQSelectNil() { + o.QSelect.Set(nil) } -// UnsetPulpLabelSelect ensures that no value is present for PulpLabelSelect, not even an explicit nil -func (o *UpstreamPulp) UnsetPulpLabelSelect() { - o.PulpLabelSelect.Unset() +// UnsetQSelect ensures that no value is present for QSelect, not even an explicit nil +func (o *UpstreamPulp) UnsetQSelect() { + o.QSelect.Unset() } func (o UpstreamPulp) MarshalJSON() ([]byte, error) { @@ -500,8 +500,8 @@ func (o UpstreamPulp) ToMap() (map[string]interface{}, error) { if o.Password.IsSet() { toSerialize["password"] = o.Password.Get() } - if o.PulpLabelSelect.IsSet() { - toSerialize["pulp_label_select"] = o.PulpLabelSelect.Get() + if o.QSelect.IsSet() { + toSerialize["q_select"] = o.QSelect.Get() } for key, value := range o.AdditionalProperties { @@ -558,7 +558,7 @@ func (o *UpstreamPulp) UnmarshalJSON(data []byte) (err error) { delete(additionalProperties, "tls_validation") delete(additionalProperties, "username") delete(additionalProperties, "password") - delete(additionalProperties, "pulp_label_select") + delete(additionalProperties, "q_select") o.AdditionalProperties = additionalProperties } diff --git a/release/model_upstream_pulp_response.go b/release/model_upstream_pulp_response.go index 7b07ef64..346973b9 100644 --- a/release/model_upstream_pulp_response.go +++ b/release/model_upstream_pulp_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &UpstreamPulpResponse{} // UpstreamPulpResponse Serializer for a Server. type UpstreamPulpResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // Timestamp of the most recent update of the remote. @@ -43,8 +45,8 @@ type UpstreamPulpResponse struct { TlsValidation *bool `json:"tls_validation,omitempty"` // List of hidden (write only) fields HiddenFields []RemoteResponseHiddenFieldsInner `json:"hidden_fields,omitempty"` - // One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" - PulpLabelSelect NullableString `json:"pulp_label_select,omitempty"` + // Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" + QSelect NullableString `json:"q_select,omitempty"` // Timestamp of the last replication that occurred. Equals to 'null' if no replication task has been executed. LastReplication *time.Time `json:"last_replication,omitempty"` AdditionalProperties map[string]interface{} @@ -104,6 +106,38 @@ func (o *UpstreamPulpResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *UpstreamPulpResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UpstreamPulpResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *UpstreamPulpResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *UpstreamPulpResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *UpstreamPulpResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -430,46 +464,46 @@ func (o *UpstreamPulpResponse) SetHiddenFields(v []RemoteResponseHiddenFieldsInn o.HiddenFields = v } -// GetPulpLabelSelect returns the PulpLabelSelect field value if set, zero value otherwise (both if not set or set to explicit null). -func (o *UpstreamPulpResponse) GetPulpLabelSelect() string { - if o == nil || IsNil(o.PulpLabelSelect.Get()) { +// GetQSelect returns the QSelect field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *UpstreamPulpResponse) GetQSelect() string { + if o == nil || IsNil(o.QSelect.Get()) { var ret string return ret } - return *o.PulpLabelSelect.Get() + return *o.QSelect.Get() } -// GetPulpLabelSelectOk returns a tuple with the PulpLabelSelect field value if set, nil otherwise +// GetQSelectOk returns a tuple with the QSelect field value if set, nil otherwise // and a boolean to check if the value has been set. // NOTE: If the value is an explicit nil, `nil, true` will be returned -func (o *UpstreamPulpResponse) GetPulpLabelSelectOk() (*string, bool) { +func (o *UpstreamPulpResponse) GetQSelectOk() (*string, bool) { if o == nil { return nil, false } - return o.PulpLabelSelect.Get(), o.PulpLabelSelect.IsSet() + return o.QSelect.Get(), o.QSelect.IsSet() } -// HasPulpLabelSelect returns a boolean if a field has been set. -func (o *UpstreamPulpResponse) HasPulpLabelSelect() bool { - if o != nil && o.PulpLabelSelect.IsSet() { +// HasQSelect returns a boolean if a field has been set. +func (o *UpstreamPulpResponse) HasQSelect() bool { + if o != nil && o.QSelect.IsSet() { return true } return false } -// SetPulpLabelSelect gets a reference to the given NullableString and assigns it to the PulpLabelSelect field. -func (o *UpstreamPulpResponse) SetPulpLabelSelect(v string) { - o.PulpLabelSelect.Set(&v) +// SetQSelect gets a reference to the given NullableString and assigns it to the QSelect field. +func (o *UpstreamPulpResponse) SetQSelect(v string) { + o.QSelect.Set(&v) } -// SetPulpLabelSelectNil sets the value for PulpLabelSelect to be an explicit nil -func (o *UpstreamPulpResponse) SetPulpLabelSelectNil() { - o.PulpLabelSelect.Set(nil) +// SetQSelectNil sets the value for QSelect to be an explicit nil +func (o *UpstreamPulpResponse) SetQSelectNil() { + o.QSelect.Set(nil) } -// UnsetPulpLabelSelect ensures that no value is present for PulpLabelSelect, not even an explicit nil -func (o *UpstreamPulpResponse) UnsetPulpLabelSelect() { - o.PulpLabelSelect.Unset() +// UnsetQSelect ensures that no value is present for QSelect, not even an explicit nil +func (o *UpstreamPulpResponse) UnsetQSelect() { + o.QSelect.Unset() } // GetLastReplication returns the LastReplication field value if set, zero value otherwise. @@ -517,6 +551,9 @@ func (o UpstreamPulpResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -541,8 +578,8 @@ func (o UpstreamPulpResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.HiddenFields) { toSerialize["hidden_fields"] = o.HiddenFields } - if o.PulpLabelSelect.IsSet() { - toSerialize["pulp_label_select"] = o.PulpLabelSelect.Get() + if o.QSelect.IsSet() { + toSerialize["q_select"] = o.QSelect.Get() } if !IsNil(o.LastReplication) { toSerialize["last_replication"] = o.LastReplication @@ -593,6 +630,7 @@ func (o *UpstreamPulpResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name") @@ -603,7 +641,7 @@ func (o *UpstreamPulpResponse) UnmarshalJSON(data []byte) (err error) { delete(additionalProperties, "client_cert") delete(additionalProperties, "tls_validation") delete(additionalProperties, "hidden_fields") - delete(additionalProperties, "pulp_label_select") + delete(additionalProperties, "q_select") delete(additionalProperties, "last_replication") o.AdditionalProperties = additionalProperties } diff --git a/release/model_user_group_response.go b/release/model_user_group_response.go index cefe8e76..11fac6e2 100644 --- a/release/model_user_group_response.go +++ b/release/model_user_group_response.go @@ -24,6 +24,7 @@ type UserGroupResponse struct { // Name. Name string `json:"name"` PulpHref *string `json:"pulp_href,omitempty"` + Prn *string `json:"prn,omitempty"` AdditionalProperties map[string]interface{} } @@ -103,6 +104,38 @@ func (o *UserGroupResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *UserGroupResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UserGroupResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *UserGroupResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *UserGroupResponse) SetPrn(v string) { + o.Prn = &v +} + func (o UserGroupResponse) MarshalJSON() ([]byte, error) { toSerialize,err := o.ToMap() if err != nil { @@ -117,6 +150,9 @@ func (o UserGroupResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } for key, value := range o.AdditionalProperties { toSerialize[key] = value @@ -162,6 +198,7 @@ func (o *UserGroupResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "name") delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") o.AdditionalProperties = additionalProperties } diff --git a/release/model_user_response.go b/release/model_user_response.go index 52172c40..1266ac38 100644 --- a/release/model_user_response.go +++ b/release/model_user_response.go @@ -23,6 +23,7 @@ var _ MappedNullable = &UserResponse{} // UserResponse Serializer for User. type UserResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + Prn *string `json:"prn,omitempty"` Id *int64 `json:"id,omitempty"` // Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. Username string `json:"username"` @@ -104,6 +105,38 @@ func (o *UserResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *UserResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UserResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *UserResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *UserResponse) SetPrn(v string) { + o.Prn = &v +} + // GetId returns the Id field value if set, zero value otherwise. func (o *UserResponse) GetId() int64 { if o == nil || IsNil(o.Id) { @@ -429,6 +462,9 @@ func (o UserResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.Id) { toSerialize["id"] = o.Id } @@ -501,6 +537,7 @@ func (o *UserResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "id") delete(additionalProperties, "username") delete(additionalProperties, "first_name") diff --git a/release/model_user_role_response.go b/release/model_user_role_response.go index b19fdd10..8e428af4 100644 --- a/release/model_user_role_response.go +++ b/release/model_user_role_response.go @@ -23,6 +23,8 @@ var _ MappedNullable = &UserRoleResponse{} // UserRoleResponse Serializer for UserRole. type UserRoleResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -90,6 +92,38 @@ func (o *UserRoleResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *UserRoleResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UserRoleResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *UserRoleResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *UserRoleResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *UserRoleResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -323,6 +357,9 @@ func (o UserRoleResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -385,6 +422,7 @@ func (o *UserRoleResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "role") diff --git a/release/model_worker_response.go b/release/model_worker_response.go index 4cb8f0e2..7fc86594 100644 --- a/release/model_worker_response.go +++ b/release/model_worker_response.go @@ -22,6 +22,8 @@ var _ MappedNullable = &WorkerResponse{} // WorkerResponse Base serializer for use with [pulpcore.app.models.Model][]This ensures that all Serializers provide values for the 'pulp_href` field.The class provides a default for the ``ref_name`` attribute in theModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitionsof plugins are namespaced properly. type WorkerResponse struct { PulpHref *string `json:"pulp_href,omitempty"` + // The Pulp Resource Name (PRN). + Prn *string `json:"prn,omitempty"` // Timestamp of creation. PulpCreated *time.Time `json:"pulp_created,omitempty"` // 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. @@ -88,6 +90,38 @@ func (o *WorkerResponse) SetPulpHref(v string) { o.PulpHref = &v } +// GetPrn returns the Prn field value if set, zero value otherwise. +func (o *WorkerResponse) GetPrn() string { + if o == nil || IsNil(o.Prn) { + var ret string + return ret + } + return *o.Prn +} + +// GetPrnOk returns a tuple with the Prn field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *WorkerResponse) GetPrnOk() (*string, bool) { + if o == nil || IsNil(o.Prn) { + return nil, false + } + return o.Prn, true +} + +// HasPrn returns a boolean if a field has been set. +func (o *WorkerResponse) HasPrn() bool { + if o != nil && !IsNil(o.Prn) { + return true + } + + return false +} + +// SetPrn gets a reference to the given string and assigns it to the Prn field. +func (o *WorkerResponse) SetPrn(v string) { + o.Prn = &v +} + // GetPulpCreated returns the PulpCreated field value if set, zero value otherwise. func (o *WorkerResponse) GetPulpCreated() time.Time { if o == nil || IsNil(o.PulpCreated) { @@ -293,6 +327,9 @@ func (o WorkerResponse) ToMap() (map[string]interface{}, error) { if !IsNil(o.PulpHref) { toSerialize["pulp_href"] = o.PulpHref } + if !IsNil(o.Prn) { + toSerialize["prn"] = o.Prn + } if !IsNil(o.PulpCreated) { toSerialize["pulp_created"] = o.PulpCreated } @@ -334,6 +371,7 @@ func (o *WorkerResponse) UnmarshalJSON(data []byte) (err error) { if err = json.Unmarshal(data, &additionalProperties); err == nil { delete(additionalProperties, "pulp_href") + delete(additionalProperties, "prn") delete(additionalProperties, "pulp_created") delete(additionalProperties, "pulp_last_updated") delete(additionalProperties, "name")