google-apis-appengine_v1 0.50.0 → 0.52.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: d54040136913fdf9d49c3dbf752785723e887fb6d3807d1aa00877cbc8a82c6c
4
- data.tar.gz: 243cc02f62a81c6df58393056717db414f0881043689685da18fef2bb535d606
3
+ metadata.gz: 66108adefaa26733d66b78d7d1ed03c8ac75b7c14a1450d9e026ef99fcf88b67
4
+ data.tar.gz: cf77f1631d76badb374b648f7f93fc0a1750068f7af239ec0cd6d970d915b5f2
5
5
  SHA512:
6
- metadata.gz: 20de2c8090cf2f00253fe94ea6033435d2986dd841ce1452140b10ba6e5bae2a065e7a217d9eb5cd74ccedb575c4160614fcfc16e53dfbbb00fc65c884de4ad1
7
- data.tar.gz: 962ea8268f3724cc3320ab987ace8685ced6b171b1601debdb912b08e76774fa546ac5b3662b9f072bbfbee0230766bdef937e0d95ecdd7ff1b1ee8e30b4cfe5
6
+ metadata.gz: 56484fb89b6a0aaefe58b0aa7637726583113e3fa97c1002492ceec742c3f1a713edd4918c8caf9c549bd4e3c768987a529b9beede8ce61531b6b6492b31f8bf
7
+ data.tar.gz: c010f52debc03652d0517c190430d75e9e7ea4a0e61c23cc6fa159745aa5480adc18430204ac9111c1ea89579d7a81514aa741779fb7598658b20799ba082bbb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.52.0 (2024-08-04)
4
+
5
+ * Regenerated from discovery document revision 20240722
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.51.0 (2024-05-19)
9
+
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.50.0 (2024-04-21)
4
13
 
5
14
  * Regenerated from discovery document revision 20240415
@@ -2726,8 +2726,8 @@ module Google
2726
2726
  # @return [Hash<String,Object>]
2727
2727
  attr_accessor :generated_customer_metadata
2728
2728
 
2729
- # Relative name of the service within the application. Example: default.@
2730
- # OutputOnly
2729
+ # Output only. Relative name of the service within the application. Example:
2730
+ # default.@OutputOnly
2731
2731
  # Corresponds to the JSON property `id`
2732
2732
  # @return [String]
2733
2733
  attr_accessor :id
@@ -2746,8 +2746,8 @@ module Google
2746
2746
  # @return [Hash<String,String>]
2747
2747
  attr_accessor :labels
2748
2748
 
2749
- # Full path to the Service resource in the API. Example: apps/myapp/services/
2750
- # default.@OutputOnly
2749
+ # Output only. Full path to the Service resource in the API. Example: apps/myapp/
2750
+ # services/default.@OutputOnly
2751
2751
  # Corresponds to the JSON property `name`
2752
2752
  # @return [String]
2753
2753
  attr_accessor :name
@@ -3157,7 +3157,7 @@ module Google
3157
3157
  # @return [String]
3158
3158
  attr_accessor :create_time
3159
3159
 
3160
- # Email address of the user who created this version.@OutputOnly
3160
+ # Output only. Email address of the user who created this version.@OutputOnly
3161
3161
  # Corresponds to the JSON property `createdBy`
3162
3162
  # @return [String]
3163
3163
  attr_accessor :created_by
@@ -3176,8 +3176,8 @@ module Google
3176
3176
  # @return [Google::Apis::AppengineV1::Deployment]
3177
3177
  attr_accessor :deployment
3178
3178
 
3179
- # Total size in bytes of all the files that are included in this version and
3180
- # currently hosted on the App Engine disk.@OutputOnly
3179
+ # Output only. Total size in bytes of all the files that are included in this
3180
+ # version and currently hosted on the App Engine disk.@OutputOnly
3181
3181
  # Corresponds to the JSON property `diskUsageBytes`
3182
3182
  # @return [Fixnum]
3183
3183
  attr_accessor :disk_usage_bytes
@@ -3279,8 +3279,8 @@ module Google
3279
3279
  # @return [Google::Apis::AppengineV1::ManualScaling]
3280
3280
  attr_accessor :manual_scaling
3281
3281
 
3282
- # Full path to the Version resource in the API. Example: apps/myapp/services/
3283
- # default/versions/v1.@OutputOnly
3282
+ # Output only. Full path to the Version resource in the API. Example: apps/myapp/
3283
+ # services/default/versions/v1.@OutputOnly
3284
3284
  # Corresponds to the JSON property `name`
3285
3285
  # @return [String]
3286
3286
  attr_accessor :name
@@ -3350,8 +3350,8 @@ module Google
3350
3350
  attr_accessor :threadsafe
3351
3351
  alias_method :threadsafe?, :threadsafe
3352
3352
 
3353
- # Serving URL for this version. Example: "https://myversion-dot-myservice-dot-
3354
- # myapp.appspot.com"@OutputOnly
3353
+ # Output only. Serving URL for this version. Example: "https://myversion-dot-
3354
+ # myservice-dot-myapp.appspot.com"@OutputOnly
3355
3355
  # Corresponds to the JSON property `versionUrl`
3356
3356
  # @return [String]
3357
3357
  attr_accessor :version_url
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1
18
18
  # Version of the google-apis-appengine_v1 gem
19
- GEM_VERSION = "0.50.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240415"
25
+ REVISION = "20240722"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.52.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-04-21 00:00:00.000000000 Z
11
+ date: 2024-08-04 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.14.0
19
+ version: 0.15.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.14.0
29
+ version: 0.15.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
63
63
  post_install_message:
64
64
  rdoc_options: []