google-apis-appengine_v1beta 0.41.0 → 0.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d19833eaf0a1362a830a21cf9706dbaf3523bdecb0a715e18dd0bf29b12e35d
4
- data.tar.gz: 1b303b642ded298bdd1b69be7dfe4343ce35292fb80b159a65f1d917bef3b109
3
+ metadata.gz: 6ca084db32eb6925884a1df46d5f11c86433ff08510887205d9ae17cf83c7531
4
+ data.tar.gz: 272a2fa0d39efab8ac0de84aef81ac1e9c0ba90e78e52a9fe14c61d22af0bfb7
5
5
  SHA512:
6
- metadata.gz: afa0ab777fcd61524207c463a0a76b8fb4317748f2c579b56d63564931f6408b97aba3578251793a345ab611cf8564eebf41cc042142b714d30bd3b8974b966c
7
- data.tar.gz: 72fedfebd3edbcd546b5d48b95d8a46f09a8b84e7c67b5ce4526b7b81a447cbc2c953f4acc634c1a8db0a94c2de4d2294e3215d3bac8f77761218d87ce5e2ab9
6
+ metadata.gz: 71bc7a969c855cc7a566dc532955af84f242e7cd85126e0c6f7540fca715e3d5510c789a801845e9f6e1c989c683f3ab3a279986e676e9cb2f92ae8f3bbcc70c
7
+ data.tar.gz: dcdb0e1326bd9d217fd4a80a2dd2e7f9fc8f68933fa16f7ee164707754941d26d67f91ed4fefae778886e76215e9696380cadfacc1ff7e1c0d995fedf79a836d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.43.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240212
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.42.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20231107
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.41.0 (2023-10-15)
4
14
 
5
15
  * Regenerated from discovery document revision 20231004
@@ -2727,6 +2727,11 @@ module Google
2727
2727
  # @return [String]
2728
2728
  attr_accessor :stage
2729
2729
 
2730
+ # Supported operating systems for the runtime, e.g., 'ubuntu22', etc.
2731
+ # Corresponds to the JSON property `supportedOperatingSystems`
2732
+ # @return [Array<String>]
2733
+ attr_accessor :supported_operating_systems
2734
+
2730
2735
  # Warning messages, e.g., a deprecation warning.
2731
2736
  # Corresponds to the JSON property `warnings`
2732
2737
  # @return [Array<String>]
@@ -2744,6 +2749,7 @@ module Google
2744
2749
  @environment = args[:environment] if args.key?(:environment)
2745
2750
  @name = args[:name] if args.key?(:name)
2746
2751
  @stage = args[:stage] if args.key?(:stage)
2752
+ @supported_operating_systems = args[:supported_operating_systems] if args.key?(:supported_operating_systems)
2747
2753
  @warnings = args[:warnings] if args.key?(:warnings)
2748
2754
  end
2749
2755
  end
@@ -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.41.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231004"
25
+ REVISION = "20240212"
26
26
  end
27
27
  end
28
28
  end
@@ -1211,6 +1211,7 @@ module Google
1211
1211
  property :environment, as: 'environment'
1212
1212
  property :name, as: 'name'
1213
1213
  property :stage, as: 'stage'
1214
+ collection :supported_operating_systems, as: 'supportedOperatingSystems'
1214
1215
  collection :warnings, as: 'warnings'
1215
1216
  end
1216
1217
  end
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/appengine/docs/admin-api/
34
34
  class AppengineService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://appengine.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://appengine.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-appengine_v1beta',
48
50
  client_version: Google::Apis::AppengineV1beta::GEM_VERSION)
49
51
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-15 00:00:00.000000000 Z
11
+ date: 2024-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for App Engine Admin API V1beta