google-apis-appengine_v1alpha 0.36.0 → 0.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd3e6a3c3e9ff42021c77790e3a090b3ad8d55d565846a3335c7f85d0e873b8d
4
- data.tar.gz: '019d3e79b5800b3f1855d3d2d3371c0bd6dd04ad35d2955a5bcfabe8e1d84496'
3
+ metadata.gz: 1f209da946861479ebd8ec614370fa352b673cceb35692703a907504573b8403
4
+ data.tar.gz: ca30458f279b9c451cd06cd1fc834864c6f62377ff3567969c0cdf2d82060eb7
5
5
  SHA512:
6
- metadata.gz: 032656c6bf0e19abe6ce8fe9b8c550f3122650f1c95450edcd227db86731282710fb32363254f12a00d08ec4b15835e805a05c0693d48bc07ff6c26ca8551f4b
7
- data.tar.gz: 50a69eed6cf2617005ef0a6d42cc4b57376e10466813fcdf79acdec088021b9a1ce3a704cc13ef2baf59cf489956a7afc5a8f35c7c89a80dca145182dc8b337d
6
+ metadata.gz: 795aedf0b87bc849dae2a3d6a23073d4f93b7694143a3b8bc453de8c66da15f3bbeceba6940a182c949ae0fc19d443e8f1f1193eed9438ab3da50f08cc395490
7
+ data.tar.gz: d8f5aac6adfef7c93c4aeaac44903951642f46a6c11221d65a6ce18b04130e20e7004ddd6a048a41185e04a18e62ccdadfee215ddc5c6b2933ab9b3003f109b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-appengine_v1alpha
2
2
 
3
+ ### v0.38.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250611
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.37.0 (2025-05-18)
9
+
10
+ * Regenerated from discovery document revision 20250512
11
+
3
12
  ### v0.36.0 (2025-05-04)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1alpha
18
18
  # Version of the google-apis-appengine_v1alpha gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250409"
25
+ REVISION = "20250611"
26
26
  end
27
27
  end
28
28
  end
@@ -708,6 +708,223 @@ module Google
708
708
  execute_or_queue_command(command, &block)
709
709
  end
710
710
 
711
+ # Uploads the specified SSL certificate.
712
+ # @param [String] projects_id
713
+ # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
714
+ # @param [String] locations_id
715
+ # Part of `parent`. See documentation of `projectsId`.
716
+ # @param [String] applications_id
717
+ # Part of `parent`. See documentation of `projectsId`.
718
+ # @param [Google::Apis::AppengineV1alpha::AuthorizedCertificate] authorized_certificate_object
719
+ # @param [String] fields
720
+ # Selector specifying which fields to include in a partial response.
721
+ # @param [String] quota_user
722
+ # Available to use for quota purposes for server-side applications. Can be any
723
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
724
+ # @param [Google::Apis::RequestOptions] options
725
+ # Request-specific options
726
+ #
727
+ # @yield [result, err] Result & error if block supplied
728
+ # @yieldparam result [Google::Apis::AppengineV1alpha::AuthorizedCertificate] parsed result object
729
+ # @yieldparam err [StandardError] error object if request failed
730
+ #
731
+ # @return [Google::Apis::AppengineV1alpha::AuthorizedCertificate]
732
+ #
733
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
734
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
735
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
736
+ def create_project_location_application_authorized_certificate(projects_id, locations_id, applications_id, authorized_certificate_object = nil, fields: nil, quota_user: nil, options: nil, &block)
737
+ command = make_simple_command(:post, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates', options)
738
+ command.request_representation = Google::Apis::AppengineV1alpha::AuthorizedCertificate::Representation
739
+ command.request_object = authorized_certificate_object
740
+ command.response_representation = Google::Apis::AppengineV1alpha::AuthorizedCertificate::Representation
741
+ command.response_class = Google::Apis::AppengineV1alpha::AuthorizedCertificate
742
+ command.params['projectsId'] = projects_id unless projects_id.nil?
743
+ command.params['locationsId'] = locations_id unless locations_id.nil?
744
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
745
+ command.query['fields'] = fields unless fields.nil?
746
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
747
+ execute_or_queue_command(command, &block)
748
+ end
749
+
750
+ # Deletes the specified SSL certificate.
751
+ # @param [String] projects_id
752
+ # Part of `name`. Name of the resource to delete. Example: apps/myapp/
753
+ # authorizedCertificates/12345.
754
+ # @param [String] locations_id
755
+ # Part of `name`. See documentation of `projectsId`.
756
+ # @param [String] applications_id
757
+ # Part of `name`. See documentation of `projectsId`.
758
+ # @param [String] authorized_certificates_id
759
+ # Part of `name`. See documentation of `projectsId`.
760
+ # @param [String] fields
761
+ # Selector specifying which fields to include in a partial response.
762
+ # @param [String] quota_user
763
+ # Available to use for quota purposes for server-side applications. Can be any
764
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
765
+ # @param [Google::Apis::RequestOptions] options
766
+ # Request-specific options
767
+ #
768
+ # @yield [result, err] Result & error if block supplied
769
+ # @yieldparam result [Google::Apis::AppengineV1alpha::Empty] parsed result object
770
+ # @yieldparam err [StandardError] error object if request failed
771
+ #
772
+ # @return [Google::Apis::AppengineV1alpha::Empty]
773
+ #
774
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
775
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
776
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
777
+ def delete_project_location_application_authorized_certificate(projects_id, locations_id, applications_id, authorized_certificates_id, fields: nil, quota_user: nil, options: nil, &block)
778
+ command = make_simple_command(:delete, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}', options)
779
+ command.response_representation = Google::Apis::AppengineV1alpha::Empty::Representation
780
+ command.response_class = Google::Apis::AppengineV1alpha::Empty
781
+ command.params['projectsId'] = projects_id unless projects_id.nil?
782
+ command.params['locationsId'] = locations_id unless locations_id.nil?
783
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
784
+ command.params['authorizedCertificatesId'] = authorized_certificates_id unless authorized_certificates_id.nil?
785
+ command.query['fields'] = fields unless fields.nil?
786
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
787
+ execute_or_queue_command(command, &block)
788
+ end
789
+
790
+ # Gets the specified SSL certificate.
791
+ # @param [String] projects_id
792
+ # Part of `name`. Name of the resource requested. Example: apps/myapp/
793
+ # authorizedCertificates/12345.
794
+ # @param [String] locations_id
795
+ # Part of `name`. See documentation of `projectsId`.
796
+ # @param [String] applications_id
797
+ # Part of `name`. See documentation of `projectsId`.
798
+ # @param [String] authorized_certificates_id
799
+ # Part of `name`. See documentation of `projectsId`.
800
+ # @param [String] view
801
+ # Controls the set of fields returned in the GET response.
802
+ # @param [String] fields
803
+ # Selector specifying which fields to include in a partial response.
804
+ # @param [String] quota_user
805
+ # Available to use for quota purposes for server-side applications. Can be any
806
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
807
+ # @param [Google::Apis::RequestOptions] options
808
+ # Request-specific options
809
+ #
810
+ # @yield [result, err] Result & error if block supplied
811
+ # @yieldparam result [Google::Apis::AppengineV1alpha::AuthorizedCertificate] parsed result object
812
+ # @yieldparam err [StandardError] error object if request failed
813
+ #
814
+ # @return [Google::Apis::AppengineV1alpha::AuthorizedCertificate]
815
+ #
816
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
817
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
818
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
819
+ def get_project_location_application_authorized_certificate(projects_id, locations_id, applications_id, authorized_certificates_id, view: nil, fields: nil, quota_user: nil, options: nil, &block)
820
+ command = make_simple_command(:get, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}', options)
821
+ command.response_representation = Google::Apis::AppengineV1alpha::AuthorizedCertificate::Representation
822
+ command.response_class = Google::Apis::AppengineV1alpha::AuthorizedCertificate
823
+ command.params['projectsId'] = projects_id unless projects_id.nil?
824
+ command.params['locationsId'] = locations_id unless locations_id.nil?
825
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
826
+ command.params['authorizedCertificatesId'] = authorized_certificates_id unless authorized_certificates_id.nil?
827
+ command.query['view'] = view unless view.nil?
828
+ command.query['fields'] = fields unless fields.nil?
829
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
830
+ execute_or_queue_command(command, &block)
831
+ end
832
+
833
+ # Lists all SSL certificates the user is authorized to administer.
834
+ # @param [String] projects_id
835
+ # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
836
+ # @param [String] locations_id
837
+ # Part of `parent`. See documentation of `projectsId`.
838
+ # @param [String] applications_id
839
+ # Part of `parent`. See documentation of `projectsId`.
840
+ # @param [Fixnum] page_size
841
+ # Maximum results to return per page.
842
+ # @param [String] page_token
843
+ # Continuation token for fetching the next page of results.
844
+ # @param [String] view
845
+ # Controls the set of fields returned in the LIST response.
846
+ # @param [String] fields
847
+ # Selector specifying which fields to include in a partial response.
848
+ # @param [String] quota_user
849
+ # Available to use for quota purposes for server-side applications. Can be any
850
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
851
+ # @param [Google::Apis::RequestOptions] options
852
+ # Request-specific options
853
+ #
854
+ # @yield [result, err] Result & error if block supplied
855
+ # @yieldparam result [Google::Apis::AppengineV1alpha::ListAuthorizedCertificatesResponse] parsed result object
856
+ # @yieldparam err [StandardError] error object if request failed
857
+ #
858
+ # @return [Google::Apis::AppengineV1alpha::ListAuthorizedCertificatesResponse]
859
+ #
860
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
861
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
862
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
863
+ def list_project_location_application_authorized_certificates(projects_id, locations_id, applications_id, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
864
+ command = make_simple_command(:get, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates', options)
865
+ command.response_representation = Google::Apis::AppengineV1alpha::ListAuthorizedCertificatesResponse::Representation
866
+ command.response_class = Google::Apis::AppengineV1alpha::ListAuthorizedCertificatesResponse
867
+ command.params['projectsId'] = projects_id unless projects_id.nil?
868
+ command.params['locationsId'] = locations_id unless locations_id.nil?
869
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
870
+ command.query['pageSize'] = page_size unless page_size.nil?
871
+ command.query['pageToken'] = page_token unless page_token.nil?
872
+ command.query['view'] = view unless view.nil?
873
+ command.query['fields'] = fields unless fields.nil?
874
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
875
+ execute_or_queue_command(command, &block)
876
+ end
877
+
878
+ # Updates the specified SSL certificate. To renew a certificate and maintain its
879
+ # existing domain mappings, update certificate_data with a new certificate. The
880
+ # new certificate must be applicable to the same domains as the original
881
+ # certificate. The certificate display_name may also be updated.
882
+ # @param [String] projects_id
883
+ # Part of `name`. Name of the resource to update. Example: apps/myapp/
884
+ # authorizedCertificates/12345.
885
+ # @param [String] locations_id
886
+ # Part of `name`. See documentation of `projectsId`.
887
+ # @param [String] applications_id
888
+ # Part of `name`. See documentation of `projectsId`.
889
+ # @param [String] authorized_certificates_id
890
+ # Part of `name`. See documentation of `projectsId`.
891
+ # @param [Google::Apis::AppengineV1alpha::AuthorizedCertificate] authorized_certificate_object
892
+ # @param [String] update_mask
893
+ # Standard field mask for the set of fields to be updated. Updates are only
894
+ # supported on the certificate_raw_data and display_name fields.
895
+ # @param [String] fields
896
+ # Selector specifying which fields to include in a partial response.
897
+ # @param [String] quota_user
898
+ # Available to use for quota purposes for server-side applications. Can be any
899
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
900
+ # @param [Google::Apis::RequestOptions] options
901
+ # Request-specific options
902
+ #
903
+ # @yield [result, err] Result & error if block supplied
904
+ # @yieldparam result [Google::Apis::AppengineV1alpha::AuthorizedCertificate] parsed result object
905
+ # @yieldparam err [StandardError] error object if request failed
906
+ #
907
+ # @return [Google::Apis::AppengineV1alpha::AuthorizedCertificate]
908
+ #
909
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
910
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
911
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
912
+ def patch_project_location_application_authorized_certificate(projects_id, locations_id, applications_id, authorized_certificates_id, authorized_certificate_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
913
+ command = make_simple_command(:patch, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}', options)
914
+ command.request_representation = Google::Apis::AppengineV1alpha::AuthorizedCertificate::Representation
915
+ command.request_object = authorized_certificate_object
916
+ command.response_representation = Google::Apis::AppengineV1alpha::AuthorizedCertificate::Representation
917
+ command.response_class = Google::Apis::AppengineV1alpha::AuthorizedCertificate
918
+ command.params['projectsId'] = projects_id unless projects_id.nil?
919
+ command.params['locationsId'] = locations_id unless locations_id.nil?
920
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
921
+ command.params['authorizedCertificatesId'] = authorized_certificates_id unless authorized_certificates_id.nil?
922
+ command.query['updateMask'] = update_mask unless update_mask.nil?
923
+ command.query['fields'] = fields unless fields.nil?
924
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
925
+ execute_or_queue_command(command, &block)
926
+ end
927
+
711
928
  # Lists all domains the user is authorized to administer.
712
929
  # @param [String] projects_id
713
930
  # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
@@ -750,6 +967,46 @@ module Google
750
967
  execute_or_queue_command(command, &block)
751
968
  end
752
969
 
970
+ # Gets the specified domain mapping.
971
+ # @param [String] projects_id
972
+ # Part of `name`. Name of the resource requested. Example: apps/myapp/
973
+ # domainMappings/example.com.
974
+ # @param [String] locations_id
975
+ # Part of `name`. See documentation of `projectsId`.
976
+ # @param [String] applications_id
977
+ # Part of `name`. See documentation of `projectsId`.
978
+ # @param [String] domain_mappings_id
979
+ # Part of `name`. See documentation of `projectsId`.
980
+ # @param [String] fields
981
+ # Selector specifying which fields to include in a partial response.
982
+ # @param [String] quota_user
983
+ # Available to use for quota purposes for server-side applications. Can be any
984
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
985
+ # @param [Google::Apis::RequestOptions] options
986
+ # Request-specific options
987
+ #
988
+ # @yield [result, err] Result & error if block supplied
989
+ # @yieldparam result [Google::Apis::AppengineV1alpha::DomainMapping] parsed result object
990
+ # @yieldparam err [StandardError] error object if request failed
991
+ #
992
+ # @return [Google::Apis::AppengineV1alpha::DomainMapping]
993
+ #
994
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
995
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
996
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
997
+ def get_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mappings_id, fields: nil, quota_user: nil, options: nil, &block)
998
+ command = make_simple_command(:get, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
999
+ command.response_representation = Google::Apis::AppengineV1alpha::DomainMapping::Representation
1000
+ command.response_class = Google::Apis::AppengineV1alpha::DomainMapping
1001
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1002
+ command.params['locationsId'] = locations_id unless locations_id.nil?
1003
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
1004
+ command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
1005
+ command.query['fields'] = fields unless fields.nil?
1006
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1007
+ execute_or_queue_command(command, &block)
1008
+ end
1009
+
753
1010
  # Gets the latest state of a long-running operation. Clients can use this method
754
1011
  # to poll the operation result at intervals as recommended by the API service.
755
1012
  # @param [String] projects_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.36.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.38.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for App Engine Admin API V1alpha
79
79
  test_files: []