google-apis-appengine_v1alpha 0.38.0 → 0.40.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/appengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/appengine_v1alpha/service.rb +78 -18
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 535d8366f14010a6fd1b02841f0a343fc79d183ea0f308926172e93e7ca12ca2
|
4
|
+
data.tar.gz: 22395c1227be20c3cce6526a9102199d656952863017e3b5d8ad198d23a40e7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00724c91df53c4d1e27959c823f9264cb95ebc0eaa7bc52d2a1afa0d714f11c82e812af2148121fb188f593d47b84b8801297d662173975da6fea8ab5fb5bdad
|
7
|
+
data.tar.gz: 0e1ed2203a049e2c29e66717dbbd837ab383ea0abdbf4d04a156c04b7c7fa9fa51bb839750e6482100e31347add83a2ae3625c241b14c6f29a1901892e523033
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-appengine_v1alpha
|
2
2
|
|
3
|
+
### v0.40.0 (2025-08-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250805
|
6
|
+
|
7
|
+
### v0.39.0 (2025-06-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250616
|
10
|
+
|
3
11
|
### v0.38.0 (2025-06-15)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250611
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250805"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -53,7 +53,8 @@ module Google
|
|
53
53
|
|
54
54
|
# Uploads the specified SSL certificate.
|
55
55
|
# @param [String] apps_id
|
56
|
-
# Part of `parent`. Name of the parent Application resource. Example:
|
56
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
57
|
+
# apps/myapp.
|
57
58
|
# @param [Google::Apis::AppengineV1alpha::AuthorizedCertificate] authorized_certificate_object
|
58
59
|
# @param [String] fields
|
59
60
|
# Selector specifying which fields to include in a partial response.
|
@@ -86,7 +87,7 @@ module Google
|
|
86
87
|
|
87
88
|
# Deletes the specified SSL certificate.
|
88
89
|
# @param [String] apps_id
|
89
|
-
# Part of `name`. Name of the resource to delete. Example: apps/myapp/
|
90
|
+
# Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
|
90
91
|
# authorizedCertificates/12345.
|
91
92
|
# @param [String] authorized_certificates_id
|
92
93
|
# Part of `name`. See documentation of `appsId`.
|
@@ -120,7 +121,7 @@ module Google
|
|
120
121
|
|
121
122
|
# Gets the specified SSL certificate.
|
122
123
|
# @param [String] apps_id
|
123
|
-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
|
124
|
+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
124
125
|
# authorizedCertificates/12345.
|
125
126
|
# @param [String] authorized_certificates_id
|
126
127
|
# Part of `name`. See documentation of `appsId`.
|
@@ -157,7 +158,8 @@ module Google
|
|
157
158
|
|
158
159
|
# Lists all SSL certificates the user is authorized to administer.
|
159
160
|
# @param [String] apps_id
|
160
|
-
# Part of `parent`. Name of the parent Application resource. Example:
|
161
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
162
|
+
# apps/myapp.
|
161
163
|
# @param [Fixnum] page_size
|
162
164
|
# Maximum results to return per page.
|
163
165
|
# @param [String] page_token
|
@@ -199,7 +201,7 @@ module Google
|
|
199
201
|
# new certificate must be applicable to the same domains as the original
|
200
202
|
# certificate. The certificate display_name may also be updated.
|
201
203
|
# @param [String] apps_id
|
202
|
-
# Part of `name`. Name of the resource to update. Example: apps/myapp/
|
204
|
+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
|
203
205
|
# authorizedCertificates/12345.
|
204
206
|
# @param [String] authorized_certificates_id
|
205
207
|
# Part of `name`. See documentation of `appsId`.
|
@@ -240,7 +242,8 @@ module Google
|
|
240
242
|
|
241
243
|
# Lists all domains the user is authorized to administer.
|
242
244
|
# @param [String] apps_id
|
243
|
-
# Part of `parent`. Name of the parent Application resource. Example:
|
245
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
246
|
+
# apps/myapp.
|
244
247
|
# @param [Fixnum] page_size
|
245
248
|
# Maximum results to return per page.
|
246
249
|
# @param [String] page_token
|
@@ -278,7 +281,8 @@ module Google
|
|
278
281
|
# domain in order to map it to an application. For a list of available
|
279
282
|
# authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
|
280
283
|
# @param [String] apps_id
|
281
|
-
# Part of `parent`. Name of the parent Application resource. Example:
|
284
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
285
|
+
# apps/myapp.
|
282
286
|
# @param [Google::Apis::AppengineV1alpha::DomainMapping] domain_mapping_object
|
283
287
|
# @param [Boolean] no_managed_certificate
|
284
288
|
# Whether a managed certificate should be provided by App Engine. If true, a
|
@@ -322,7 +326,7 @@ module Google
|
|
322
326
|
# Deletes the specified domain mapping. A user must be authorized to administer
|
323
327
|
# the associated domain in order to delete a DomainMapping resource.
|
324
328
|
# @param [String] apps_id
|
325
|
-
# Part of `name`. Name of the resource to delete. Example: apps/myapp/
|
329
|
+
# Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
|
326
330
|
# domainMappings/example.com.
|
327
331
|
# @param [String] domain_mappings_id
|
328
332
|
# Part of `name`. See documentation of `appsId`.
|
@@ -356,7 +360,7 @@ module Google
|
|
356
360
|
|
357
361
|
# Gets the specified domain mapping.
|
358
362
|
# @param [String] apps_id
|
359
|
-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
|
363
|
+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
360
364
|
# domainMappings/example.com.
|
361
365
|
# @param [String] domain_mappings_id
|
362
366
|
# Part of `name`. See documentation of `appsId`.
|
@@ -390,7 +394,8 @@ module Google
|
|
390
394
|
|
391
395
|
# Lists the domain mappings on an application.
|
392
396
|
# @param [String] apps_id
|
393
|
-
# Part of `parent`. Name of the parent Application resource. Example:
|
397
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
398
|
+
# apps/myapp.
|
394
399
|
# @param [Fixnum] page_size
|
395
400
|
# Maximum results to return per page.
|
396
401
|
# @param [String] page_token
|
@@ -429,7 +434,7 @@ module Google
|
|
429
434
|
# A user must be authorized to administer the associated domain in order to
|
430
435
|
# update a DomainMapping resource.
|
431
436
|
# @param [String] apps_id
|
432
|
-
# Part of `name`. Name of the resource to update. Example: apps/myapp/
|
437
|
+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
|
433
438
|
# domainMappings/example.com.
|
434
439
|
# @param [String] domain_mappings_id
|
435
440
|
# Part of `name`. See documentation of `appsId`.
|
@@ -710,7 +715,8 @@ module Google
|
|
710
715
|
|
711
716
|
# Uploads the specified SSL certificate.
|
712
717
|
# @param [String] projects_id
|
713
|
-
# Part of `parent`. Name of the parent Application resource. Example:
|
718
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
719
|
+
# apps/myapp.
|
714
720
|
# @param [String] locations_id
|
715
721
|
# Part of `parent`. See documentation of `projectsId`.
|
716
722
|
# @param [String] applications_id
|
@@ -749,7 +755,7 @@ module Google
|
|
749
755
|
|
750
756
|
# Deletes the specified SSL certificate.
|
751
757
|
# @param [String] projects_id
|
752
|
-
# Part of `name`. Name of the resource to delete. Example: apps/myapp/
|
758
|
+
# Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
|
753
759
|
# authorizedCertificates/12345.
|
754
760
|
# @param [String] locations_id
|
755
761
|
# Part of `name`. See documentation of `projectsId`.
|
@@ -789,7 +795,7 @@ module Google
|
|
789
795
|
|
790
796
|
# Gets the specified SSL certificate.
|
791
797
|
# @param [String] projects_id
|
792
|
-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
|
798
|
+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
793
799
|
# authorizedCertificates/12345.
|
794
800
|
# @param [String] locations_id
|
795
801
|
# Part of `name`. See documentation of `projectsId`.
|
@@ -832,7 +838,8 @@ module Google
|
|
832
838
|
|
833
839
|
# Lists all SSL certificates the user is authorized to administer.
|
834
840
|
# @param [String] projects_id
|
835
|
-
# Part of `parent`. Name of the parent Application resource. Example:
|
841
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
842
|
+
# apps/myapp.
|
836
843
|
# @param [String] locations_id
|
837
844
|
# Part of `parent`. See documentation of `projectsId`.
|
838
845
|
# @param [String] applications_id
|
@@ -880,7 +887,7 @@ module Google
|
|
880
887
|
# new certificate must be applicable to the same domains as the original
|
881
888
|
# certificate. The certificate display_name may also be updated.
|
882
889
|
# @param [String] projects_id
|
883
|
-
# Part of `name`. Name of the resource to update. Example: apps/myapp/
|
890
|
+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
|
884
891
|
# authorizedCertificates/12345.
|
885
892
|
# @param [String] locations_id
|
886
893
|
# Part of `name`. See documentation of `projectsId`.
|
@@ -927,7 +934,8 @@ module Google
|
|
927
934
|
|
928
935
|
# Lists all domains the user is authorized to administer.
|
929
936
|
# @param [String] projects_id
|
930
|
-
# Part of `parent`. Name of the parent Application resource. Example:
|
937
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
938
|
+
# apps/myapp.
|
931
939
|
# @param [String] locations_id
|
932
940
|
# Part of `parent`. See documentation of `projectsId`.
|
933
941
|
# @param [String] applications_id
|
@@ -967,9 +975,61 @@ module Google
|
|
967
975
|
execute_or_queue_command(command, &block)
|
968
976
|
end
|
969
977
|
|
978
|
+
# Maps a domain to an application. A user must be authorized to administer a
|
979
|
+
# domain in order to map it to an application. For a list of available
|
980
|
+
# authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
|
981
|
+
# @param [String] projects_id
|
982
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
983
|
+
# apps/myapp.
|
984
|
+
# @param [String] locations_id
|
985
|
+
# Part of `parent`. See documentation of `projectsId`.
|
986
|
+
# @param [String] applications_id
|
987
|
+
# Part of `parent`. See documentation of `projectsId`.
|
988
|
+
# @param [Google::Apis::AppengineV1alpha::DomainMapping] domain_mapping_object
|
989
|
+
# @param [Boolean] no_managed_certificate
|
990
|
+
# Whether a managed certificate should be provided by App Engine. If true, a
|
991
|
+
# certificate ID must be manaually set in the DomainMapping resource to
|
992
|
+
# configure SSL for this domain. If false, a managed certificate will be
|
993
|
+
# provisioned and a certificate ID will be automatically populated.
|
994
|
+
# @param [String] override_strategy
|
995
|
+
# Whether the domain creation should override any existing mappings for this
|
996
|
+
# domain. By default, overrides are rejected.
|
997
|
+
# @param [String] fields
|
998
|
+
# Selector specifying which fields to include in a partial response.
|
999
|
+
# @param [String] quota_user
|
1000
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1001
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1002
|
+
# @param [Google::Apis::RequestOptions] options
|
1003
|
+
# Request-specific options
|
1004
|
+
#
|
1005
|
+
# @yield [result, err] Result & error if block supplied
|
1006
|
+
# @yieldparam result [Google::Apis::AppengineV1alpha::Operation] parsed result object
|
1007
|
+
# @yieldparam err [StandardError] error object if request failed
|
1008
|
+
#
|
1009
|
+
# @return [Google::Apis::AppengineV1alpha::Operation]
|
1010
|
+
#
|
1011
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1012
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1013
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1014
|
+
def create_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mapping_object = nil, no_managed_certificate: nil, override_strategy: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1015
|
+
command = make_simple_command(:post, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings', options)
|
1016
|
+
command.request_representation = Google::Apis::AppengineV1alpha::DomainMapping::Representation
|
1017
|
+
command.request_object = domain_mapping_object
|
1018
|
+
command.response_representation = Google::Apis::AppengineV1alpha::Operation::Representation
|
1019
|
+
command.response_class = Google::Apis::AppengineV1alpha::Operation
|
1020
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
1021
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
1022
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
1023
|
+
command.query['noManagedCertificate'] = no_managed_certificate unless no_managed_certificate.nil?
|
1024
|
+
command.query['overrideStrategy'] = override_strategy unless override_strategy.nil?
|
1025
|
+
command.query['fields'] = fields unless fields.nil?
|
1026
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1027
|
+
execute_or_queue_command(command, &block)
|
1028
|
+
end
|
1029
|
+
|
970
1030
|
# Gets the specified domain mapping.
|
971
1031
|
# @param [String] projects_id
|
972
|
-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
|
1032
|
+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
973
1033
|
# domainMappings/example.com.
|
974
1034
|
# @param [String] locations_id
|
975
1035
|
# Part of `name`. See documentation of `projectsId`.
|
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.
|
4
|
+
version: 0.40.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.40.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:
|