pulp_rpm_client 3.32.1 → 3.32.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AcsRpmApi.md +10 -10
  4. data/docs/ContentModulemdsApi.md +1 -1
  5. data/docs/Copy.md +1 -1
  6. data/docs/DistributionsRpmApi.md +10 -10
  7. data/docs/PatchedrpmRpmRepository.md +1 -1
  8. data/docs/RemotesRpmApi.md +10 -10
  9. data/docs/RemotesUlnApi.md +10 -10
  10. data/docs/RepositoriesRpmApi.md +10 -10
  11. data/docs/RpmModulemd.md +3 -3
  12. data/docs/RpmModulemdDefaults.md +1 -1
  13. data/docs/RpmModulemdDefaultsResponse.md +1 -1
  14. data/docs/RpmModulemdResponse.md +3 -3
  15. data/docs/RpmPackageCategoryResponse.md +3 -3
  16. data/docs/RpmPackageEnvironmentResponse.md +4 -4
  17. data/docs/RpmPackageGroupResponse.md +3 -3
  18. data/docs/RpmPackageLangpacksResponse.md +1 -1
  19. data/docs/RpmPackageResponse.md +10 -10
  20. data/docs/RpmRpmPublication.md +1 -1
  21. data/docs/RpmRpmPublicationResponse.md +1 -1
  22. data/docs/RpmRpmRemoteResponse.md +1 -1
  23. data/docs/RpmRpmRepository.md +1 -1
  24. data/docs/RpmRpmRepositoryResponse.md +1 -1
  25. data/docs/RpmUlnRemoteResponse.md +1 -1
  26. data/docs/RpmUpdateCollection.md +1 -1
  27. data/docs/RpmUpdateCollectionResponse.md +2 -2
  28. data/docs/RpmUpdateRecordResponse.md +2 -2
  29. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +10 -10
  30. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +10 -10
  31. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +10 -10
  32. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +10 -10
  33. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +10 -10
  34. data/lib/pulp_rpm_client/models/copy.rb +1 -0
  35. data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +2 -0
  36. data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +2 -0
  37. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +2 -0
  38. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_obsolete_response_list.rb +2 -0
  39. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +2 -0
  40. data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +2 -0
  41. data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +2 -0
  42. data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +2 -0
  43. data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +2 -0
  44. data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +2 -0
  45. data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +2 -0
  46. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_alternate_content_source_response_list.rb +2 -0
  47. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +2 -0
  48. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +2 -0
  49. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +2 -0
  50. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +2 -0
  51. data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +2 -0
  52. data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +2 -0
  53. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +15 -0
  54. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +19 -0
  55. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +15 -0
  56. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
  57. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -0
  58. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -0
  59. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +3 -3
  60. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +3 -3
  61. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +4 -4
  62. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +3 -3
  63. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
  64. data/lib/pulp_rpm_client/models/rpm_package_response.rb +10 -0
  65. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -0
  66. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -0
  67. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -0
  68. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +15 -0
  69. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +15 -0
  70. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +19 -0
  71. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +20 -0
  72. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +15 -0
  73. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +15 -0
  74. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
  75. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
  76. data/lib/pulp_rpm_client/version.rb +1 -1
  77. data/spec/api/acs_rpm_api_spec.rb +4 -4
  78. data/spec/api/distributions_rpm_api_spec.rb +4 -4
  79. data/spec/api/remotes_rpm_api_spec.rb +4 -4
  80. data/spec/api/remotes_uln_api_spec.rb +4 -4
  81. data/spec/api/repositories_rpm_api_spec.rb +4 -4
  82. metadata +80 -80
@@ -15,7 +15,7 @@
15
15
  | **package_signing_fingerprint** | **String** | The pubkey V4 fingerprint (160 bits) to be passed to the package signing service.The signing service will use that on signing operations related to this repository. | [optional][default to ''] |
16
16
  | **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] |
17
17
  | **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
18
- | **repo_config** | **Object** | | [optional] |
18
+ | **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
19
19
  | **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
20
20
  | **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
21
21
 
@@ -26,7 +26,7 @@
26
26
  | **gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on packages. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
27
27
  | **repo_gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on the repodata. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
28
28
  | **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
29
- | **repo_config** | **Object** | | [optional] |
29
+ | **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
30
30
  | **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
31
31
  | **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
32
32
 
@@ -24,7 +24,7 @@
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array<RpmRpmRemoteResponseHiddenFieldsInner>**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
27
+ | **hidden_fields** | [**Array<RpmRpmRemoteResponseHiddenFieldsInner>**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
28
28
  | **uln_server_base_url** | **String** | Base URL of the ULN server. If the uln_server_base_url is not provided pulp_rpm willuse the contents of the DEFAULT_ULN_SERVER_BASE_URL setting instead. | [optional] |
29
29
 
30
30
  ## Example
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | Collection name. | |
8
8
  | **shortname** | **String** | Collection short name. | |
9
- | **_module** | [**OneOf**](OneOf.md) | Collection modular NSVCA. | |
9
+ | **_module** | **Object** | Collection modular NSVCA. | |
10
10
 
11
11
  ## Example
12
12
 
@@ -6,8 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | Collection name. | |
8
8
  | **shortname** | **String** | Collection short name. | |
9
- | **_module** | [**OneOf**](OneOf.md) | Collection modular NSVCA. | |
10
- | **packages** | **Array<Object>** | List of packages | [optional] |
9
+ | **_module** | **Object** | Collection modular NSVCA. | |
10
+ | **packages** | **Array<Object>** | List of packages | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -25,8 +25,8 @@
25
25
  | **release** | **String** | Update release | [optional][readonly] |
26
26
  | **rights** | **String** | Copyrights | [optional][readonly] |
27
27
  | **pushcount** | **String** | Push count | [optional][readonly] |
28
- | **pkglist** | [**Array<RpmUpdateCollectionResponse>**](RpmUpdateCollectionResponse.md) | List of packages | [optional] |
29
- | **references** | **Array<Object>** | List of references | [optional] |
28
+ | **pkglist** | [**Array<RpmUpdateCollectionResponse>**](RpmUpdateCollectionResponse.md) | List of packages | [optional][readonly] |
29
+ | **references** | **Array<Object>** | List of references | [optional][readonly] |
30
30
  | **reboot_suggested** | **Boolean** | Reboot suggested | [optional][readonly] |
31
31
 
32
32
  ## Example
@@ -496,24 +496,24 @@ module PulpRpmClient
496
496
  end
497
497
 
498
498
  # Update a rpm alternate content source
499
- # Trigger an asynchronous partial update task
499
+ # Update the entity partially and trigger an asynchronous task if necessary
500
500
  # @param rpm_rpm_alternate_content_source_href [String]
501
501
  # @param patchedrpm_rpm_alternate_content_source [PatchedrpmRpmAlternateContentSource]
502
502
  # @param [Hash] opts the optional parameters
503
503
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
504
- # @return [AsyncOperationResponse]
504
+ # @return [RpmRpmAlternateContentSourceResponse]
505
505
  def partial_update(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts = {})
506
506
  data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts)
507
507
  data
508
508
  end
509
509
 
510
510
  # Update a rpm alternate content source
511
- # Trigger an asynchronous partial update task
511
+ # Update the entity partially and trigger an asynchronous task if necessary
512
512
  # @param rpm_rpm_alternate_content_source_href [String]
513
513
  # @param patchedrpm_rpm_alternate_content_source [PatchedrpmRpmAlternateContentSource]
514
514
  # @param [Hash] opts the optional parameters
515
515
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
516
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
516
+ # @return [Array<(RpmRpmAlternateContentSourceResponse, Integer, Hash)>] RpmRpmAlternateContentSourceResponse data, response status code and response headers
517
517
  def partial_update_with_http_info(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts = {})
518
518
  if @api_client.config.debugging
519
519
  @api_client.config.logger.debug 'Calling API: AcsRpmApi.partial_update ...'
@@ -550,7 +550,7 @@ module PulpRpmClient
550
550
  post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedrpm_rpm_alternate_content_source)
551
551
 
552
552
  # return_type
553
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
553
+ return_type = opts[:debug_return_type] || 'RpmRpmAlternateContentSourceResponse'
554
554
 
555
555
  # auth_names
556
556
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -786,24 +786,24 @@ module PulpRpmClient
786
786
  end
787
787
 
788
788
  # Update a rpm alternate content source
789
- # Trigger an asynchronous update task
789
+ # Update the entity and trigger an asynchronous task if necessary
790
790
  # @param rpm_rpm_alternate_content_source_href [String]
791
791
  # @param rpm_rpm_alternate_content_source [RpmRpmAlternateContentSource]
792
792
  # @param [Hash] opts the optional parameters
793
793
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
794
- # @return [AsyncOperationResponse]
794
+ # @return [RpmRpmAlternateContentSourceResponse]
795
795
  def update(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts = {})
796
796
  data, _status_code, _headers = update_with_http_info(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts)
797
797
  data
798
798
  end
799
799
 
800
800
  # Update a rpm alternate content source
801
- # Trigger an asynchronous update task
801
+ # Update the entity and trigger an asynchronous task if necessary
802
802
  # @param rpm_rpm_alternate_content_source_href [String]
803
803
  # @param rpm_rpm_alternate_content_source [RpmRpmAlternateContentSource]
804
804
  # @param [Hash] opts the optional parameters
805
805
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
806
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
806
+ # @return [Array<(RpmRpmAlternateContentSourceResponse, Integer, Hash)>] RpmRpmAlternateContentSourceResponse data, response status code and response headers
807
807
  def update_with_http_info(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts = {})
808
808
  if @api_client.config.debugging
809
809
  @api_client.config.logger.debug 'Calling API: AcsRpmApi.update ...'
@@ -840,7 +840,7 @@ module PulpRpmClient
840
840
  post_body = opts[:debug_body] || @api_client.object_to_http_body(rpm_rpm_alternate_content_source)
841
841
 
842
842
  # return_type
843
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
843
+ return_type = opts[:debug_return_type] || 'RpmRpmAlternateContentSourceResponse'
844
844
 
845
845
  # auth_names
846
846
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -523,24 +523,24 @@ module PulpRpmClient
523
523
  end
524
524
 
525
525
  # Update a rpm distribution
526
- # Trigger an asynchronous partial update task
526
+ # Update the entity partially and trigger an asynchronous task if necessary
527
527
  # @param rpm_rpm_distribution_href [String]
528
528
  # @param patchedrpm_rpm_distribution [PatchedrpmRpmDistribution]
529
529
  # @param [Hash] opts the optional parameters
530
530
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
531
- # @return [AsyncOperationResponse]
531
+ # @return [RpmRpmDistributionResponse]
532
532
  def partial_update(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts = {})
533
533
  data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts)
534
534
  data
535
535
  end
536
536
 
537
537
  # Update a rpm distribution
538
- # Trigger an asynchronous partial update task
538
+ # Update the entity partially and trigger an asynchronous task if necessary
539
539
  # @param rpm_rpm_distribution_href [String]
540
540
  # @param patchedrpm_rpm_distribution [PatchedrpmRpmDistribution]
541
541
  # @param [Hash] opts the optional parameters
542
542
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
543
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
543
+ # @return [Array<(RpmRpmDistributionResponse, Integer, Hash)>] RpmRpmDistributionResponse data, response status code and response headers
544
544
  def partial_update_with_http_info(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts = {})
545
545
  if @api_client.config.debugging
546
546
  @api_client.config.logger.debug 'Calling API: DistributionsRpmApi.partial_update ...'
@@ -577,7 +577,7 @@ module PulpRpmClient
577
577
  post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedrpm_rpm_distribution)
578
578
 
579
579
  # return_type
580
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
580
+ return_type = opts[:debug_return_type] || 'RpmRpmDistributionResponse'
581
581
 
582
582
  # auth_names
583
583
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -903,24 +903,24 @@ module PulpRpmClient
903
903
  end
904
904
 
905
905
  # Update a rpm distribution
906
- # Trigger an asynchronous update task
906
+ # Update the entity and trigger an asynchronous task if necessary
907
907
  # @param rpm_rpm_distribution_href [String]
908
908
  # @param rpm_rpm_distribution [RpmRpmDistribution]
909
909
  # @param [Hash] opts the optional parameters
910
910
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
911
- # @return [AsyncOperationResponse]
911
+ # @return [RpmRpmDistributionResponse]
912
912
  def update(rpm_rpm_distribution_href, rpm_rpm_distribution, opts = {})
913
913
  data, _status_code, _headers = update_with_http_info(rpm_rpm_distribution_href, rpm_rpm_distribution, opts)
914
914
  data
915
915
  end
916
916
 
917
917
  # Update a rpm distribution
918
- # Trigger an asynchronous update task
918
+ # Update the entity and trigger an asynchronous task if necessary
919
919
  # @param rpm_rpm_distribution_href [String]
920
920
  # @param rpm_rpm_distribution [RpmRpmDistribution]
921
921
  # @param [Hash] opts the optional parameters
922
922
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
923
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
923
+ # @return [Array<(RpmRpmDistributionResponse, Integer, Hash)>] RpmRpmDistributionResponse data, response status code and response headers
924
924
  def update_with_http_info(rpm_rpm_distribution_href, rpm_rpm_distribution, opts = {})
925
925
  if @api_client.config.debugging
926
926
  @api_client.config.logger.debug 'Calling API: DistributionsRpmApi.update ...'
@@ -957,7 +957,7 @@ module PulpRpmClient
957
957
  post_body = opts[:debug_body] || @api_client.object_to_http_body(rpm_rpm_distribution)
958
958
 
959
959
  # return_type
960
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
960
+ return_type = opts[:debug_return_type] || 'RpmRpmDistributionResponse'
961
961
 
962
962
  # auth_names
963
963
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -520,24 +520,24 @@ module PulpRpmClient
520
520
  end
521
521
 
522
522
  # Update a rpm remote
523
- # Trigger an asynchronous partial update task
523
+ # Update the entity partially and trigger an asynchronous task if necessary
524
524
  # @param rpm_rpm_remote_href [String]
525
525
  # @param patchedrpm_rpm_remote [PatchedrpmRpmRemote]
526
526
  # @param [Hash] opts the optional parameters
527
527
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
528
- # @return [AsyncOperationResponse]
528
+ # @return [RpmRpmRemoteResponse]
529
529
  def partial_update(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts = {})
530
530
  data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts)
531
531
  data
532
532
  end
533
533
 
534
534
  # Update a rpm remote
535
- # Trigger an asynchronous partial update task
535
+ # Update the entity partially and trigger an asynchronous task if necessary
536
536
  # @param rpm_rpm_remote_href [String]
537
537
  # @param patchedrpm_rpm_remote [PatchedrpmRpmRemote]
538
538
  # @param [Hash] opts the optional parameters
539
539
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
540
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
540
+ # @return [Array<(RpmRpmRemoteResponse, Integer, Hash)>] RpmRpmRemoteResponse data, response status code and response headers
541
541
  def partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts = {})
542
542
  if @api_client.config.debugging
543
543
  @api_client.config.logger.debug 'Calling API: RemotesRpmApi.partial_update ...'
@@ -574,7 +574,7 @@ module PulpRpmClient
574
574
  post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedrpm_rpm_remote)
575
575
 
576
576
  # return_type
577
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
577
+ return_type = opts[:debug_return_type] || 'RpmRpmRemoteResponse'
578
578
 
579
579
  # auth_names
580
580
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -900,24 +900,24 @@ module PulpRpmClient
900
900
  end
901
901
 
902
902
  # Update a rpm remote
903
- # Trigger an asynchronous update task
903
+ # Update the entity and trigger an asynchronous task if necessary
904
904
  # @param rpm_rpm_remote_href [String]
905
905
  # @param rpm_rpm_remote [RpmRpmRemote]
906
906
  # @param [Hash] opts the optional parameters
907
907
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
908
- # @return [AsyncOperationResponse]
908
+ # @return [RpmRpmRemoteResponse]
909
909
  def update(rpm_rpm_remote_href, rpm_rpm_remote, opts = {})
910
910
  data, _status_code, _headers = update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote, opts)
911
911
  data
912
912
  end
913
913
 
914
914
  # Update a rpm remote
915
- # Trigger an asynchronous update task
915
+ # Update the entity and trigger an asynchronous task if necessary
916
916
  # @param rpm_rpm_remote_href [String]
917
917
  # @param rpm_rpm_remote [RpmRpmRemote]
918
918
  # @param [Hash] opts the optional parameters
919
919
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
920
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
920
+ # @return [Array<(RpmRpmRemoteResponse, Integer, Hash)>] RpmRpmRemoteResponse data, response status code and response headers
921
921
  def update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote, opts = {})
922
922
  if @api_client.config.debugging
923
923
  @api_client.config.logger.debug 'Calling API: RemotesRpmApi.update ...'
@@ -954,7 +954,7 @@ module PulpRpmClient
954
954
  post_body = opts[:debug_body] || @api_client.object_to_http_body(rpm_rpm_remote)
955
955
 
956
956
  # return_type
957
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
957
+ return_type = opts[:debug_return_type] || 'RpmRpmRemoteResponse'
958
958
 
959
959
  # auth_names
960
960
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -520,24 +520,24 @@ module PulpRpmClient
520
520
  end
521
521
 
522
522
  # Update an uln remote
523
- # Trigger an asynchronous partial update task
523
+ # Update the entity partially and trigger an asynchronous task if necessary
524
524
  # @param rpm_uln_remote_href [String]
525
525
  # @param patchedrpm_uln_remote [PatchedrpmUlnRemote]
526
526
  # @param [Hash] opts the optional parameters
527
527
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
528
- # @return [AsyncOperationResponse]
528
+ # @return [RpmUlnRemoteResponse]
529
529
  def partial_update(rpm_uln_remote_href, patchedrpm_uln_remote, opts = {})
530
530
  data, _status_code, _headers = partial_update_with_http_info(rpm_uln_remote_href, patchedrpm_uln_remote, opts)
531
531
  data
532
532
  end
533
533
 
534
534
  # Update an uln remote
535
- # Trigger an asynchronous partial update task
535
+ # Update the entity partially and trigger an asynchronous task if necessary
536
536
  # @param rpm_uln_remote_href [String]
537
537
  # @param patchedrpm_uln_remote [PatchedrpmUlnRemote]
538
538
  # @param [Hash] opts the optional parameters
539
539
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
540
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
540
+ # @return [Array<(RpmUlnRemoteResponse, Integer, Hash)>] RpmUlnRemoteResponse data, response status code and response headers
541
541
  def partial_update_with_http_info(rpm_uln_remote_href, patchedrpm_uln_remote, opts = {})
542
542
  if @api_client.config.debugging
543
543
  @api_client.config.logger.debug 'Calling API: RemotesUlnApi.partial_update ...'
@@ -574,7 +574,7 @@ module PulpRpmClient
574
574
  post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedrpm_uln_remote)
575
575
 
576
576
  # return_type
577
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
577
+ return_type = opts[:debug_return_type] || 'RpmUlnRemoteResponse'
578
578
 
579
579
  # auth_names
580
580
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -900,24 +900,24 @@ module PulpRpmClient
900
900
  end
901
901
 
902
902
  # Update an uln remote
903
- # Trigger an asynchronous update task
903
+ # Update the entity and trigger an asynchronous task if necessary
904
904
  # @param rpm_uln_remote_href [String]
905
905
  # @param rpm_uln_remote [RpmUlnRemote]
906
906
  # @param [Hash] opts the optional parameters
907
907
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
908
- # @return [AsyncOperationResponse]
908
+ # @return [RpmUlnRemoteResponse]
909
909
  def update(rpm_uln_remote_href, rpm_uln_remote, opts = {})
910
910
  data, _status_code, _headers = update_with_http_info(rpm_uln_remote_href, rpm_uln_remote, opts)
911
911
  data
912
912
  end
913
913
 
914
914
  # Update an uln remote
915
- # Trigger an asynchronous update task
915
+ # Update the entity and trigger an asynchronous task if necessary
916
916
  # @param rpm_uln_remote_href [String]
917
917
  # @param rpm_uln_remote [RpmUlnRemote]
918
918
  # @param [Hash] opts the optional parameters
919
919
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
920
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
920
+ # @return [Array<(RpmUlnRemoteResponse, Integer, Hash)>] RpmUlnRemoteResponse data, response status code and response headers
921
921
  def update_with_http_info(rpm_uln_remote_href, rpm_uln_remote, opts = {})
922
922
  if @api_client.config.debugging
923
923
  @api_client.config.logger.debug 'Calling API: RemotesUlnApi.update ...'
@@ -954,7 +954,7 @@ module PulpRpmClient
954
954
  post_body = opts[:debug_body] || @api_client.object_to_http_body(rpm_uln_remote)
955
955
 
956
956
  # return_type
957
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
957
+ return_type = opts[:debug_return_type] || 'RpmUlnRemoteResponse'
958
958
 
959
959
  # auth_names
960
960
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -609,24 +609,24 @@ module PulpRpmClient
609
609
  end
610
610
 
611
611
  # Update a rpm repository
612
- # Trigger an asynchronous partial update task
612
+ # Update the entity partially and trigger an asynchronous task if necessary
613
613
  # @param rpm_rpm_repository_href [String]
614
614
  # @param patchedrpm_rpm_repository [PatchedrpmRpmRepository]
615
615
  # @param [Hash] opts the optional parameters
616
616
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
617
- # @return [AsyncOperationResponse]
617
+ # @return [RpmRpmRepositoryResponse]
618
618
  def partial_update(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts = {})
619
619
  data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts)
620
620
  data
621
621
  end
622
622
 
623
623
  # Update a rpm repository
624
- # Trigger an asynchronous partial update task
624
+ # Update the entity partially and trigger an asynchronous task if necessary
625
625
  # @param rpm_rpm_repository_href [String]
626
626
  # @param patchedrpm_rpm_repository [PatchedrpmRpmRepository]
627
627
  # @param [Hash] opts the optional parameters
628
628
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
629
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
629
+ # @return [Array<(RpmRpmRepositoryResponse, Integer, Hash)>] RpmRpmRepositoryResponse data, response status code and response headers
630
630
  def partial_update_with_http_info(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts = {})
631
631
  if @api_client.config.debugging
632
632
  @api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.partial_update ...'
@@ -663,7 +663,7 @@ module PulpRpmClient
663
663
  post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedrpm_rpm_repository)
664
664
 
665
665
  # return_type
666
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
666
+ return_type = opts[:debug_return_type] || 'RpmRpmRepositoryResponse'
667
667
 
668
668
  # auth_names
669
669
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -1066,24 +1066,24 @@ module PulpRpmClient
1066
1066
  end
1067
1067
 
1068
1068
  # Update a rpm repository
1069
- # Trigger an asynchronous update task
1069
+ # Update the entity and trigger an asynchronous task if necessary
1070
1070
  # @param rpm_rpm_repository_href [String]
1071
1071
  # @param rpm_rpm_repository [RpmRpmRepository]
1072
1072
  # @param [Hash] opts the optional parameters
1073
1073
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1074
- # @return [AsyncOperationResponse]
1074
+ # @return [RpmRpmRepositoryResponse]
1075
1075
  def update(rpm_rpm_repository_href, rpm_rpm_repository, opts = {})
1076
1076
  data, _status_code, _headers = update_with_http_info(rpm_rpm_repository_href, rpm_rpm_repository, opts)
1077
1077
  data
1078
1078
  end
1079
1079
 
1080
1080
  # Update a rpm repository
1081
- # Trigger an asynchronous update task
1081
+ # Update the entity and trigger an asynchronous task if necessary
1082
1082
  # @param rpm_rpm_repository_href [String]
1083
1083
  # @param rpm_rpm_repository [RpmRpmRepository]
1084
1084
  # @param [Hash] opts the optional parameters
1085
1085
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1086
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1086
+ # @return [Array<(RpmRpmRepositoryResponse, Integer, Hash)>] RpmRpmRepositoryResponse data, response status code and response headers
1087
1087
  def update_with_http_info(rpm_rpm_repository_href, rpm_rpm_repository, opts = {})
1088
1088
  if @api_client.config.debugging
1089
1089
  @api_client.config.logger.debug 'Calling API: RepositoriesRpmApi.update ...'
@@ -1120,7 +1120,7 @@ module PulpRpmClient
1120
1120
  post_body = opts[:debug_body] || @api_client.object_to_http_body(rpm_rpm_repository)
1121
1121
 
1122
1122
  # return_type
1123
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
1123
+ return_type = opts[:debug_return_type] || 'RpmRpmRepositoryResponse'
1124
1124
 
1125
1125
  # auth_names
1126
1126
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -16,6 +16,7 @@ require 'time'
16
16
  module PulpRpmClient
17
17
  # A serializer for Content Copy API.
18
18
  class Copy
19
+ # Content to be copied into the given destinations from the given sources. Its a list of dictionaries with the following available fields: ```json [ { \"source_repo_version\": <RepositoryVersion [pulp_href|prn]>, \"dest_repo\": <RpmRepository [pulp_href|prn]>, \"dest_base_version\": <int>, \"content\": [<Content [pulp_href|prn]>, ...] }, ... ] ``` If domains are enabled, the refered pulp objects must be part of the current domain. For usage examples, refer to the advanced copy guide: <https://pulpproject.org/pulp_rpm/docs/user/guides/modify/#advanced-copy-workflow>
19
20
  attr_accessor :config
20
21
 
21
22
  # Also copy dependencies of the content being copied.
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58