google-apis-appengine_v1 0.38.0 → 0.39.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: f6f0b04fabf6b8a6c7599d81f60ff67f05a9c0d826289812b03ac4bab4e2a03a
4
- data.tar.gz: 57f311176b73c3fad24c8c5b23fd58c89d51dd3e9d7e44540d942265f6f53fe6
3
+ metadata.gz: 50213bfab35b355e4a292fdfdf71d1dff226bb10af2754a228a569673787d588
4
+ data.tar.gz: b3f677b8deb52d87043f1bf70837bb02dfc6c1f9d25747885dc5c2a53efe1665
5
5
  SHA512:
6
- metadata.gz: 0f3fdadf9faeb7fa25bc4d993337507b3a5e23d24600a6e4aed9647228b2c0335c4d36df3a6d4c30dc25c0b26d533cf02d1a065406aa828676643958e18f4613
7
- data.tar.gz: d6bbb888d8daf4a3837d1695547dce9ef1915e95cbd084f07c0903d586589c827ea331d66911c25226b334178f98c3e0b9a6b7ba8543ccd2168bda64c3179a35
6
+ metadata.gz: edb42ca36ef7994972f79c8551938e73f094ef499974dace6c2510b8f89f375a4ae5743f4d5efd2d98ae17265263719b0ff80183189b63620b5aba4704493ed8
7
+ data.tar.gz: 0b54624bf263f6df42fe7dc1cbeba5ecc37aa5c0e80d93004bb5aa1c4ad0bafbdf03a55ae69c566661f2c66f94a62622cf183f9a567a9a4a14b1f39caeb9391a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.39.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230807
6
+
3
7
  ### v0.38.0 (2023-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20230706
@@ -1932,12 +1932,12 @@ module Google
1932
1932
  # @return [String]
1933
1933
  attr_accessor :name
1934
1934
 
1935
- # The normal response of the operation in case of success. If the original
1936
- # method returns no data on success, such as Delete, the response is google.
1937
- # protobuf.Empty. If the original method is standard Get/Create/Update, the
1938
- # response should be the resource. For other methods, the response should have
1939
- # the type XxxResponse, where Xxx is the original method name. For example, if
1940
- # the original method name is TakeSnapshot(), the inferred response type is
1935
+ # The normal, successful response of the operation. If the original method
1936
+ # returns no data on success, such as Delete, the response is google.protobuf.
1937
+ # Empty. If the original method is standard Get/Create/Update, the response
1938
+ # should be the resource. For other methods, the response should have the type
1939
+ # XxxResponse, where Xxx is the original method name. For example, if the
1940
+ # original method name is TakeSnapshot(), the inferred response type is
1941
1941
  # TakeSnapshotResponse.
1942
1942
  # Corresponds to the JSON property `response`
1943
1943
  # @return [Hash<String,Object>]
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230706"
25
+ REVISION = "20230807"
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.38.0
4
+ version: 0.39.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-07-09 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.39.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: []