google-apis-appengine_v1 0.39.0 → 0.41.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: 50213bfab35b355e4a292fdfdf71d1dff226bb10af2754a228a569673787d588
4
- data.tar.gz: b3f677b8deb52d87043f1bf70837bb02dfc6c1f9d25747885dc5c2a53efe1665
3
+ metadata.gz: 59adb44f32331cdd429faba18b3c3ae89facc2157f3a900381ec64713f63ecc7
4
+ data.tar.gz: 19b14534ac0edd5a1bd8d93a9cb073438ef205e1bbea61cc76e28015258e53fb
5
5
  SHA512:
6
- metadata.gz: edb42ca36ef7994972f79c8551938e73f094ef499974dace6c2510b8f89f375a4ae5743f4d5efd2d98ae17265263719b0ff80183189b63620b5aba4704493ed8
7
- data.tar.gz: 0b54624bf263f6df42fe7dc1cbeba5ecc37aa5c0e80d93004bb5aa1c4ad0bafbdf03a55ae69c566661f2c66f94a62622cf183f9a567a9a4a14b1f39caeb9391a
6
+ metadata.gz: 5d50173807d9ebb3a62177b14f9a05e620878355e062c3f06f83d443ec95972b8a3f13ea29f9ca3d43aab17ec9f2ff7a862295b23513262db50a892afd8b8bc2
7
+ data.tar.gz: 6d4dfde85374eb11033f10fc7f8cc0016a5c37e84646c48ba70874af11cab6e4ff6f625a8e3b0d65334a7ba0818aed2426c1a02e5af7a13aa6e86367e894a999
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.40.0 (2023-08-27)
8
+
9
+ * Regenerated from discovery document revision 20230821
10
+
3
11
  ### v0.39.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230807
@@ -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.39.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 = "20230807"
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'
@@ -87,6 +87,8 @@ module Google
87
87
  # Gets information about an application.
88
88
  # @param [String] apps_id
89
89
  # Part of `name`. Name of the Application resource to get. Example: apps/myapp.
90
+ # @param [String] include_extra_data
91
+ # Options to include extra data
90
92
  # @param [String] fields
91
93
  # Selector specifying which fields to include in a partial response.
92
94
  # @param [String] quota_user
@@ -104,11 +106,12 @@ module Google
104
106
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
105
107
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
106
108
  # @raise [Google::Apis::AuthorizationError] Authorization is required
107
- def get_app(apps_id, fields: nil, quota_user: nil, options: nil, &block)
109
+ def get_app(apps_id, include_extra_data: nil, fields: nil, quota_user: nil, options: nil, &block)
108
110
  command = make_simple_command(:get, 'v1/apps/{appsId}', options)
109
111
  command.response_representation = Google::Apis::AppengineV1::Application::Representation
110
112
  command.response_class = Google::Apis::AppengineV1::Application
111
113
  command.params['appsId'] = apps_id unless apps_id.nil?
114
+ command.query['includeExtraData'] = include_extra_data unless include_extra_data.nil?
112
115
  command.query['fields'] = fields unless fields.nil?
113
116
  command.query['quotaUser'] = quota_user unless quota_user.nil?
114
117
  execute_or_queue_command(command, &block)
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.39.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-13 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.39.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for App Engine Admin API V1