google-apis-appengine_v1beta 0.42.0 → 0.44.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: '01911ab40c92304a85564cf9aea3aba93de9d5fd88d8c1583e63a1a39cbeb933'
4
- data.tar.gz: abd74b29d9ce2cfbf585c7898faf0c8827d16a22baa43befcc8bb5a91587c02a
3
+ metadata.gz: 740afbbc89c3780de9fdca0f3e00329ff38cac93f58b3b890e81d931e31eea51
4
+ data.tar.gz: 8d9d4ecb1b1617c837bbf63c69f38c137ffdcd5edf244132a9e57730c98a5491
5
5
  SHA512:
6
- metadata.gz: 36c48d92f50d7cefd7739949c85eadde969547ab733cc15bc62ec6240f198aa46f02012b876cf95d21a0540b3b3903a72e7882cb1a37d3e8d51b06ec81b592b3
7
- data.tar.gz: d2a12fe6bd900e7a14fcaf40b6c8bc8e61f29a9a58ca1abdc44d5624457dea1b860feaa6bd684f68319b58a6591ec839b29419c92a8c8062a012ffe1c7af5383
6
+ metadata.gz: 2565021e7e435380ba89d251086669a685611d0957f0b217948b8428fbd5e686b406eb0988a83c03705449bae469a95111c85be1c8845d6ef215b43f377a9ed9
7
+ data.tar.gz: c34f2139fd8d446e47abfcabda7a96604d914f7838569b3c0090c032ac1ccbc2fba04f7087a196b99c38c35684d4e1318ed8a0fb070c3b6233a7847be2408cdb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.44.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240218
6
+
7
+ ### v0.43.0 (2024-02-18)
8
+
9
+ * Regenerated from discovery document revision 20240212
10
+ * Regenerated using generator version 0.13.1
11
+
3
12
  ### v0.42.0 (2024-01-23)
4
13
 
5
14
  * Regenerated from discovery document revision 20231107
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/appengine/docs/admin-api/)
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -2700,6 +2700,11 @@ module Google
2700
2700
  # @return [Google::Apis::AppengineV1beta::Date]
2701
2701
  attr_accessor :deprecation_date
2702
2702
 
2703
+ # User-friendly display name, e.g. 'Node.js 12', etc.
2704
+ # Corresponds to the JSON property `displayName`
2705
+ # @return [String]
2706
+ attr_accessor :display_name
2707
+
2703
2708
  # Represents a whole or partial calendar date, such as a birthday. The time of
2704
2709
  # day and time zone are either specified elsewhere or are insignificant. The
2705
2710
  # date is relative to the Gregorian Calendar. This can represent one of the
@@ -2727,6 +2732,11 @@ module Google
2727
2732
  # @return [String]
2728
2733
  attr_accessor :stage
2729
2734
 
2735
+ # Supported operating systems for the runtime, e.g., 'ubuntu22', etc.
2736
+ # Corresponds to the JSON property `supportedOperatingSystems`
2737
+ # @return [Array<String>]
2738
+ attr_accessor :supported_operating_systems
2739
+
2730
2740
  # Warning messages, e.g., a deprecation warning.
2731
2741
  # Corresponds to the JSON property `warnings`
2732
2742
  # @return [Array<String>]
@@ -2740,10 +2750,12 @@ module Google
2740
2750
  def update!(**args)
2741
2751
  @decommissioned_date = args[:decommissioned_date] if args.key?(:decommissioned_date)
2742
2752
  @deprecation_date = args[:deprecation_date] if args.key?(:deprecation_date)
2753
+ @display_name = args[:display_name] if args.key?(:display_name)
2743
2754
  @end_of_support_date = args[:end_of_support_date] if args.key?(:end_of_support_date)
2744
2755
  @environment = args[:environment] if args.key?(:environment)
2745
2756
  @name = args[:name] if args.key?(:name)
2746
2757
  @stage = args[:stage] if args.key?(:stage)
2758
+ @supported_operating_systems = args[:supported_operating_systems] if args.key?(:supported_operating_systems)
2747
2759
  @warnings = args[:warnings] if args.key?(:warnings)
2748
2760
  end
2749
2761
  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.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231107"
25
+ REVISION = "20240218"
26
26
  end
27
27
  end
28
28
  end
@@ -1206,11 +1206,13 @@ module Google
1206
1206
 
1207
1207
  property :deprecation_date, as: 'deprecationDate', class: Google::Apis::AppengineV1beta::Date, decorator: Google::Apis::AppengineV1beta::Date::Representation
1208
1208
 
1209
+ property :display_name, as: 'displayName'
1209
1210
  property :end_of_support_date, as: 'endOfSupportDate', class: Google::Apis::AppengineV1beta::Date, decorator: Google::Apis::AppengineV1beta::Date::Representation
1210
1211
 
1211
1212
  property :environment, as: 'environment'
1212
1213
  property :name, as: 'name'
1213
1214
  property :stage, as: 'stage'
1215
+ collection :supported_operating_systems, as: 'supportedOperatingSystems'
1214
1216
  collection :warnings, as: 'warnings'
1215
1217
  end
1216
1218
  end
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.42.0
4
+ version: 0.44.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: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-25 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.12.0
19
+ version: 0.14.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.12.0
29
+ version: 0.14.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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.44.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for App Engine Admin API V1beta