google-apis-appengine_v1 0.40.0 → 0.41.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: 4b5fae34c2b02bab53b097a3a007be520a0a74bb862955771322ec7a7e16bd07
4
- data.tar.gz: da18aba50361c7c7bdabefb25f8862e84e76e33b910ec74a095cd22c8f1ccdd3
3
+ metadata.gz: 59adb44f32331cdd429faba18b3c3ae89facc2157f3a900381ec64713f63ecc7
4
+ data.tar.gz: 19b14534ac0edd5a1bd8d93a9cb073438ef205e1bbea61cc76e28015258e53fb
5
5
  SHA512:
6
- metadata.gz: 2d05cbe012116ceec96cb56965c9f9b00b66adf9e34d7be1376631aa1fb6c1da471de9a6b792f1927868c081db061e4a07843f3b80a56d376c8658c32bf4dde6
7
- data.tar.gz: 8974b84435d89ae592cf51882119892c912cba331a05015ce15b2c656952c06195f2c747ed4f48c8ff4ae90d8a164ce4dbf3279bb5ad4f1f074690ec15777393
6
+ metadata.gz: 5d50173807d9ebb3a62177b14f9a05e620878355e062c3f06f83d443ec95972b8a3f13ea29f9ca3d43aab17ec9f2ff7a862295b23513262db50a892afd8b8bc2
7
+ data.tar.gz: 6d4dfde85374eb11033f10fc7f8cc0016a5c37e84646c48ba70874af11cab6e4ff6f625a8e3b0d65334a7ba0818aed2426c1a02e5af7a13aa6e86367e894a999
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.41.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230831
6
+
3
7
  ### v0.40.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230821
@@ -146,6 +146,13 @@ module Google
146
146
  # @return [String]
147
147
  attr_accessor :gcr_domain
148
148
 
149
+ # Additional Google Generated Customer Metadata, this field won't be provided by
150
+ # default and can be requested by setting the IncludeExtraData field in
151
+ # GetApplicationRequest
152
+ # Corresponds to the JSON property `generatedCustomerMetadata`
153
+ # @return [Hash<String,Object>]
154
+ attr_accessor :generated_customer_metadata
155
+
149
156
  # Identity-Aware Proxy
150
157
  # Corresponds to the JSON property `iap`
151
158
  # @return [Google::Apis::AppengineV1::IdentityAwareProxy]
@@ -199,6 +206,7 @@ module Google
199
206
  @dispatch_rules = args[:dispatch_rules] if args.key?(:dispatch_rules)
200
207
  @feature_settings = args[:feature_settings] if args.key?(:feature_settings)
201
208
  @gcr_domain = args[:gcr_domain] if args.key?(:gcr_domain)
209
+ @generated_customer_metadata = args[:generated_customer_metadata] if args.key?(:generated_customer_metadata)
202
210
  @iap = args[:iap] if args.key?(:iap)
203
211
  @id = args[:id] if args.key?(:id)
204
212
  @location_id = args[:location_id] if args.key?(:location_id)
@@ -3278,7 +3286,7 @@ module Google
3278
3286
  # @return [String]
3279
3287
  attr_accessor :egress_setting
3280
3288
 
3281
- # Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/
3289
+ # Full Serverless VPC Access Connector name e.g. projects/my-project/locations/
3282
3290
  # us-central1/connectors/c1.
3283
3291
  # Corresponds to the JSON property `name`
3284
3292
  # @return [String]
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.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 = "20230821"
25
+ REVISION = "20230831"
26
26
  end
27
27
  end
28
28
  end
@@ -510,6 +510,7 @@ module Google
510
510
  property :feature_settings, as: 'featureSettings', class: Google::Apis::AppengineV1::FeatureSettings, decorator: Google::Apis::AppengineV1::FeatureSettings::Representation
511
511
 
512
512
  property :gcr_domain, as: 'gcrDomain'
513
+ hash :generated_customer_metadata, as: 'generatedCustomerMetadata'
513
514
  property :iap, as: 'iap', class: Google::Apis::AppengineV1::IdentityAwareProxy, decorator: Google::Apis::AppengineV1::IdentityAwareProxy::Representation
514
515
 
515
516
  property :id, as: 'id'
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.40.0
4
+ version: 0.41.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-08-27 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.41.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: []