google-apis-appengine_v1alpha 0.25.0 → 0.27.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: 3b5d2396704e072d5a1f965c8b42cfaa07713421224eb7318628eaa43fe66bce
4
- data.tar.gz: 6706839651f3785d074d33cc57c7bca599ee9c0d0199cb7a81bbb73371c2a4e3
3
+ metadata.gz: a0802c4684c4514bb6bf9b05d42bd029eef087bd3dbd1e47327a8b446c1e3d86
4
+ data.tar.gz: 936cf5a1a5de4f4b9a8b6e9c108af721d591af75c67aeeb878027eef41e2d623
5
5
  SHA512:
6
- metadata.gz: 8926a055abf4bf7cb5e9f4841b1ca5458bd66598045cc7eccc38544c5a1cdd8a76748062332ccc0f1269dd53ef3e9bcab3b540fa26b5745c02a3f4a4ad5e3c7e
7
- data.tar.gz: a57574b0f13e0283bedfe81be9b980e675964b01996f4ef0a666ab20023dc4fc45860c8a1559088b753ba3d53fb49700e5af38775403101d546a92ed938b0dc3
6
+ metadata.gz: 7ccdddbdb44d5689cdf829926fdf032f2b0a3fa15b788bb245681724a1a005428f4de9899b5cce910f918e1edd2190ed4466c1bae517681b193b70db3b8aa0c5
7
+ data.tar.gz: a0bcffd6990c390c43ef3cd97bd289418ec3d01c18a1c813de594606bee25233a1f9d7175313ea9830ba965fefe9635ca3a0e0805fa30e4bbce173bb36ab030f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.26.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230424
10
+
3
11
  ### v0.25.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230403
@@ -444,7 +444,7 @@ module Google
444
444
  end
445
445
  end
446
446
 
447
- # A resource that represents Google Cloud Platform location.
447
+ # A resource that represents a Google Cloud location.
448
448
  class Location
449
449
  include Google::Apis::Core::Hashable
450
450
 
@@ -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.25.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 = "20230403"
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.25.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-16 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.25.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: []