google-apis-appengine_v1 0.51.0 → 0.52.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/appengine_v1/classes.rb +11 -11
- data/lib/google/apis/appengine_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66108adefaa26733d66b78d7d1ed03c8ac75b7c14a1450d9e026ef99fcf88b67
|
4
|
+
data.tar.gz: cf77f1631d76badb374b648f7f93fc0a1750068f7af239ec0cd6d970d915b5f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56484fb89b6a0aaefe58b0aa7637726583113e3fa97c1002492ceec742c3f1a713edd4918c8caf9c549bd4e3c768987a529b9beede8ce61531b6b6492b31f8bf
|
7
|
+
data.tar.gz: c010f52debc03652d0517c190430d75e9e7ea4a0e61c23cc6fa159745aa5480adc18430204ac9111c1ea89579d7a81514aa741779fb7598658b20799ba082bbb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
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
|
+
|
3
8
|
### v0.51.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.15.0
|
@@ -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:
|
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/
|
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
|
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/
|
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-
|
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.
|
19
|
+
GEM_VERSION = "0.52.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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
|
@@ -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.
|
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: []
|