google-apis-appengine_v1alpha 0.26.0 → 0.27.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: 3c718c5cc6a166394002d47839098be1f1e9ba6e85fd62115a21daec13805cd9
4
- data.tar.gz: 1292fbd4181990075458c34e9c8981d8cdecd6e00ac52c1118255dbbfc1ef48d
3
+ metadata.gz: a0802c4684c4514bb6bf9b05d42bd029eef087bd3dbd1e47327a8b446c1e3d86
4
+ data.tar.gz: 936cf5a1a5de4f4b9a8b6e9c108af721d591af75c67aeeb878027eef41e2d623
5
5
  SHA512:
6
- metadata.gz: 9ce62032cbece055f6cf66d81d88d9e4f0885c109a277de2e9884ae8ecd8d69c3455bdf9119eabcb1fbb2ea7386409cb157d4eb235fcd63c8c2700cf42e8fd86
7
- data.tar.gz: 7949de60e28b3341dd7d63e82a5ee90548c82f9fb0393ea13ac407fc05f7f760c1f9c9e00627a07a41d35a7233dc62054a69736afff098977e03cedb8820227d
6
+ metadata.gz: 7ccdddbdb44d5689cdf829926fdf032f2b0a3fa15b788bb245681724a1a005428f4de9899b5cce910f918e1edd2190ed4466c1bae517681b193b70db3b8aa0c5
7
+ data.tar.gz: a0bcffd6990c390c43ef3cd97bd289418ec3d01c18a1c813de594606bee25233a1f9d7175313ea9830ba965fefe9635ca3a0e0805fa30e4bbce173bb36ab030f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1alpha
2
2
 
3
+ ### v0.27.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230807
6
+
3
7
  ### v0.26.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230424
@@ -591,12 +591,12 @@ module Google
591
591
  # @return [String]
592
592
  attr_accessor :name
593
593
 
594
- # The normal response of the operation in case of success. If the original
595
- # method returns no data on success, such as Delete, the response is google.
596
- # protobuf.Empty. If the original method is standard Get/Create/Update, the
597
- # response should be the resource. For other methods, the response should have
598
- # the type XxxResponse, where Xxx is the original method name. For example, if
599
- # the original method name is TakeSnapshot(), the inferred response type is
594
+ # The normal, successful response of the operation. If the original method
595
+ # returns no data on success, such as Delete, the response is google.protobuf.
596
+ # Empty. If the original method is standard Get/Create/Update, the response
597
+ # should be the resource. For other methods, the response should have the type
598
+ # XxxResponse, where Xxx is the original method name. For example, if the
599
+ # original method name is TakeSnapshot(), the inferred response type is
600
600
  # TakeSnapshotResponse.
601
601
  # Corresponds to the JSON property `response`
602
602
  # @return [Hash<String,Object>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1alpha
18
18
  # Version of the google-apis-appengine_v1alpha gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.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 = "20230424"
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_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.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-04-30 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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []