google-apis-appengine_v1 0.41.0 → 0.42.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: 59adb44f32331cdd429faba18b3c3ae89facc2157f3a900381ec64713f63ecc7
4
- data.tar.gz: 19b14534ac0edd5a1bd8d93a9cb073438ef205e1bbea61cc76e28015258e53fb
3
+ metadata.gz: d933d67069eab1514e5aa2a45279c0af2266ccbb79b0435f07ac614d4ae8218e
4
+ data.tar.gz: e7fc136b122dc85411e4dbed244e729e8d253cda45ab32277fb0140166d29d8b
5
5
  SHA512:
6
- metadata.gz: 5d50173807d9ebb3a62177b14f9a05e620878355e062c3f06f83d443ec95972b8a3f13ea29f9ca3d43aab17ec9f2ff7a862295b23513262db50a892afd8b8bc2
7
- data.tar.gz: 6d4dfde85374eb11033f10fc7f8cc0016a5c37e84646c48ba70874af11cab6e4ff6f625a8e3b0d65334a7ba0818aed2426c1a02e5af7a13aa6e86367e894a999
6
+ metadata.gz: b72bf52354a77a7d7f1c00c339177c9f83b1cf2fc15645ae1169667285f4bb03e3c795fc62d4d547cdd76ed17318076431ab776cc948a2f4186081c28257b8a8
7
+ data.tar.gz: fce851c454c705834bd3c994321b5d90e660ffbb1a892403f9751560b389ed7fdeec64b3f454e575205d83077da1755fd6b7f168021f1da4501409c48ee393df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.42.0 (2023-09-17)
4
+
5
+ * Regenerated from discovery document revision 20230909
6
+
3
7
  ### v0.41.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230831
@@ -2555,6 +2555,13 @@ module Google
2555
2555
  class Service
2556
2556
  include Google::Apis::Core::Hashable
2557
2557
 
2558
+ # Additional Google Generated Customer Metadata, this field won't be provided by
2559
+ # default and can be requested by setting the IncludeExtraData field in
2560
+ # GetServiceRequest
2561
+ # Corresponds to the JSON property `generatedCustomerMetadata`
2562
+ # @return [Hash<String,Object>]
2563
+ attr_accessor :generated_customer_metadata
2564
+
2558
2565
  # Relative name of the service within the application. Example: default.@
2559
2566
  # OutputOnly
2560
2567
  # Corresponds to the JSON property `id`
@@ -2599,6 +2606,7 @@ module Google
2599
2606
 
2600
2607
  # Update properties of this object
2601
2608
  def update!(**args)
2609
+ @generated_customer_metadata = args[:generated_customer_metadata] if args.key?(:generated_customer_metadata)
2602
2610
  @id = args[:id] if args.key?(:id)
2603
2611
  @labels = args[:labels] if args.key?(:labels)
2604
2612
  @name = args[:name] if args.key?(:name)
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.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 = "20230831"
25
+ REVISION = "20230909"
26
26
  end
27
27
  end
28
28
  end
@@ -1139,6 +1139,7 @@ module Google
1139
1139
  class Service
1140
1140
  # @private
1141
1141
  class Representation < Google::Apis::Core::JsonRepresentation
1142
+ hash :generated_customer_metadata, as: 'generatedCustomerMetadata'
1142
1143
  property :id, as: 'id'
1143
1144
  hash :labels, as: 'labels'
1144
1145
  property :name, as: 'name'
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.41.0
4
+ version: 0.42.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-09-10 00:00:00.000000000 Z
11
+ date: 2023-09-17 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.42.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: []