google-apis-appengine_v1alpha 0.34.0 → 0.35.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: 412749d618fbc0ad84f0e507dac65d727f90d8e6af2181b8c3fa35b0bac6a4c6
4
- data.tar.gz: 69165f3364fc6a71ff44ae9e063b13dd60fc6ee5d33d99c701b80434edeb4a79
3
+ metadata.gz: a0e13e91bc6f02539f238ecf633ad8473ed164fd8cb55ef5cb69f00f8fa82f00
4
+ data.tar.gz: 4d1dadbb00086f5923561087baa98eca74f41817a0b32392cf928a1df54a047d
5
5
  SHA512:
6
- metadata.gz: 7f1706a2763f024e19c0dd19efdcbe3888b18a62762e818ea61c59370d30c7605b76d3537a65b721f77acd7f381f46889e1ab385f85c640794fd90dc150bae12
7
- data.tar.gz: a07dff3705abf49ceca09586400ada6e5a9129bcaad2e72a438f7d7ca3f5b14c81d90119a4896cb7f423630a0f3ffd2c7f1cad43709ee43424b6f385f402a04b
6
+ metadata.gz: c8638c5edc3ed9a19e69a7ee749385e80ef240b414d030106135ac5b41e351996b51b7609d47ffed63428d7740f6207aae81811e7c018a6368256747fe72216b
7
+ data.tar.gz: d55a663d50cf4d287f21d175354d4b39e5c0e80a37f8d25d53967ef35c91dbd090f2ec10bf09cc336bc78b2e5adfb913db92fc8bb882399fde8d294b3adec25b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-appengine_v1alpha
2
2
 
3
+ ### v0.35.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250409
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.34.0 (2024-12-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20241118
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241118"
25
+ REVISION = "20250409"
26
26
  end
27
27
  end
28
28
  end
@@ -510,6 +510,9 @@ module Google
510
510
  # Lists information about the supported locations for this service.
511
511
  # @param [String] apps_id
512
512
  # Part of `name`. The resource that owns the locations collection, if applicable.
513
+ # @param [Array<String>, String] extra_location_types
514
+ # Optional. A list of extra location types that should be used as conditions for
515
+ # controlling the visibility of the locations.
513
516
  # @param [String] filter
514
517
  # A filter to narrow down results to a preferred subset. The filtering language
515
518
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -537,11 +540,12 @@ module Google
537
540
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
538
541
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
539
542
  # @raise [Google::Apis::AuthorizationError] Authorization is required
540
- def list_app_locations(apps_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
543
+ def list_app_locations(apps_id, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
541
544
  command = make_simple_command(:get, 'v1alpha/apps/{appsId}/locations', options)
542
545
  command.response_representation = Google::Apis::AppengineV1alpha::ListLocationsResponse::Representation
543
546
  command.response_class = Google::Apis::AppengineV1alpha::ListLocationsResponse
544
547
  command.params['appsId'] = apps_id unless apps_id.nil?
548
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
545
549
  command.query['filter'] = filter unless filter.nil?
546
550
  command.query['pageSize'] = page_size unless page_size.nil?
547
551
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -660,6 +664,9 @@ module Google
660
664
  # Lists information about the supported locations for this service.
661
665
  # @param [String] projects_id
662
666
  # Part of `name`. The resource that owns the locations collection, if applicable.
667
+ # @param [Array<String>, String] extra_location_types
668
+ # Optional. A list of extra location types that should be used as conditions for
669
+ # controlling the visibility of the locations.
663
670
  # @param [String] filter
664
671
  # A filter to narrow down results to a preferred subset. The filtering language
665
672
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -687,11 +694,12 @@ module Google
687
694
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
688
695
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
689
696
  # @raise [Google::Apis::AuthorizationError] Authorization is required
690
- def list_project_locations(projects_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
697
+ def list_project_locations(projects_id, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
691
698
  command = make_simple_command(:get, 'v1alpha/projects/{projectsId}/locations', options)
692
699
  command.response_representation = Google::Apis::AppengineV1alpha::ListLocationsResponse::Representation
693
700
  command.response_class = Google::Apis::AppengineV1alpha::ListLocationsResponse
694
701
  command.params['projectsId'] = projects_id unless projects_id.nil?
702
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
695
703
  command.query['filter'] = filter unless filter.nil?
696
704
  command.query['pageSize'] = page_size unless page_size.nil?
697
705
  command.query['pageToken'] = page_token unless page_token.nil?
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.34.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.35.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for App Engine Admin API V1alpha
82
79
  test_files: []