google-apis-appengine_v1beta 0.68.0 → 0.69.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: bba77dd2b10b7837420225b67444c685dc3b8aa8cde2766e76be6567c2e5dc30
4
- data.tar.gz: 59dd64defb8fed21cd2749129058e7999420f368fe82de8c62d2a6bcc928a15e
3
+ metadata.gz: 9d96869d4555d97bfa1b2a61faec835cf721b2e72614ab7b70ebd8caa29fb2dd
4
+ data.tar.gz: bce36e482ce61f77023e5b38411cb5b5e0b51523ada66cdc0ca149546665daa5
5
5
  SHA512:
6
- metadata.gz: aed18fb98e2dae53c9793f3737c994b0e2f267cffa7ea3d12ad6f34b8f4369492203674ae43c436527104c7bda6e2d5f93dfc03bd24930af959c8bb07d0b964f
7
- data.tar.gz: 0d8889d2e28f36449c3d1c8117577eb94568ac1346261498beea2cfbd46b561d491fb47a473eb5f5355f492ea184020e1e7e59a9caf448f50ff6c20da6e9cd45
6
+ metadata.gz: ccb33e50ce9d203ad69106995a68c5076e1007cb4923e60e8901185975cd35293ed4531375f8e4bc35c23456d26f7a9ecbec919e3ad40f05e2159c14a8976331
7
+ data.tar.gz: 20dda4ae35e80b45fa0f5a2a38d171806119fedd3cc0771a230c71d6d54328f1775d9e50256a2382ee9e38f1bddf20368b15f6c4e35255b4431d6b3565b404b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.69.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260327
6
+
3
7
  ### v0.68.0 (2026-03-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20260316
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1beta
18
18
  # Version of the google-apis-appengine_v1beta gem
19
- GEM_VERSION = "0.68.0"
19
+ GEM_VERSION = "0.69.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 = "20260316"
25
+ REVISION = "20260327"
26
26
  end
27
27
  end
28
28
  end
@@ -905,11 +905,16 @@ module Google
905
905
  execute_or_queue_command(command, &block)
906
906
  end
907
907
 
908
- # Lists information about the supported locations for this service. This method
909
- # can be called in two ways: List all public locations: Use the path GET /v1/
910
- # locations. List project-visible locations: Use the path GET /v1/projects/`
911
- # project_id`/locations. This may include public locations as well as private or
912
- # other locations specifically visible to the project.
908
+ # Lists information about the supported locations for this service.This method
909
+ # lists locations based on the resource scope provided in the
910
+ # ListLocationsRequest.name field: Global locations: If name is empty, the
911
+ # method lists the public locations available to all projects. Project-specific
912
+ # locations: If name follows the format projects/`project`, the method lists
913
+ # locations visible to that specific project. This includes public, private, or
914
+ # other project-specific locations enabled for the project.For gRPC and client
915
+ # library implementations, the resource name is passed as the name field. For
916
+ # direct service calls, the resource name is incorporated into the request path
917
+ # based on the specific service implementation and version.
913
918
  # @param [String] apps_id
914
919
  # Part of `name`. The resource that owns the locations collection, if applicable.
915
920
  # @param [Array<String>, String] extra_location_types
@@ -1698,11 +1703,16 @@ module Google
1698
1703
  execute_or_queue_command(command, &block)
1699
1704
  end
1700
1705
 
1701
- # Lists information about the supported locations for this service. This method
1702
- # can be called in two ways: List all public locations: Use the path GET /v1/
1703
- # locations. List project-visible locations: Use the path GET /v1/projects/`
1704
- # project_id`/locations. This may include public locations as well as private or
1705
- # other locations specifically visible to the project.
1706
+ # Lists information about the supported locations for this service.This method
1707
+ # lists locations based on the resource scope provided in the
1708
+ # ListLocationsRequest.name field: Global locations: If name is empty, the
1709
+ # method lists the public locations available to all projects. Project-specific
1710
+ # locations: If name follows the format projects/`project`, the method lists
1711
+ # locations visible to that specific project. This includes public, private, or
1712
+ # other project-specific locations enabled for the project.For gRPC and client
1713
+ # library implementations, the resource name is passed as the name field. For
1714
+ # direct service calls, the resource name is incorporated into the request path
1715
+ # based on the specific service implementation and version.
1706
1716
  # @param [String] projects_id
1707
1717
  # Part of `name`. The resource that owns the locations collection, if applicable.
1708
1718
  # @param [Array<String>, String] extra_location_types
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.68.0
4
+ version: 0.69.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.68.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.69.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: