google-apis-appengine_v1alpha 0.39.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3df269a2ca7db7d0db2ba35390f5a706a54a6179d5638b904a1f3638c763706
4
- data.tar.gz: 07725c47c21fc0fff0a7e17a21580cc4eb2e1a746c108fd0caa3c034b3170917
3
+ metadata.gz: 535d8366f14010a6fd1b02841f0a343fc79d183ea0f308926172e93e7ca12ca2
4
+ data.tar.gz: 22395c1227be20c3cce6526a9102199d656952863017e3b5d8ad198d23a40e7d
5
5
  SHA512:
6
- metadata.gz: d4c34fea6822f454e7a9b3f851008226088b0c7255616a92ae05513fed57ac186cf64cef5a156f5db31e8f907989720e38dbbb63ae26a23393f995735167f6dd
7
- data.tar.gz: c0137aa835def3d906dd6b089806cdffc94ec2d2bf247d4a27def9f7a62a9efa8a680c2875ef735ad50d0aacb3f5409a0c8c5d935be80aa7c482628d207caf86
6
+ metadata.gz: 00724c91df53c4d1e27959c823f9264cb95ebc0eaa7bc52d2a1afa0d714f11c82e812af2148121fb188f593d47b84b8801297d662173975da6fea8ab5fb5bdad
7
+ data.tar.gz: 0e1ed2203a049e2c29e66717dbbd837ab383ea0abdbf4d04a156c04b7c7fa9fa51bb839750e6482100e31347add83a2ae3625c241b14c6f29a1901892e523033
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.39.0 (2025-06-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20250616
@@ -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.39.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 = "20250616"
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: apps/myapp.
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: apps/myapp.
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: apps/myapp.
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: apps/myapp.
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: apps/myapp.
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: apps/myapp.
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: apps/myapp.
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: apps/myapp.
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
@@ -971,7 +979,8 @@ module Google
971
979
  # domain in order to map it to an application. For a list of available
972
980
  # authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
973
981
  # @param [String] projects_id
974
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
982
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
983
+ # apps/myapp.
975
984
  # @param [String] locations_id
976
985
  # Part of `parent`. See documentation of `projectsId`.
977
986
  # @param [String] applications_id
@@ -1020,7 +1029,7 @@ module Google
1020
1029
 
1021
1030
  # Gets the specified domain mapping.
1022
1031
  # @param [String] projects_id
1023
- # Part of `name`. Name of the resource requested. Example: apps/myapp/
1032
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1024
1033
  # domainMappings/example.com.
1025
1034
  # @param [String] locations_id
1026
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.39.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.39.0
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: