google-apis-appengine_v1beta 0.39.0 → 0.40.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: 70724ab189da4837a18cc6234c3f0f5b6b4f55c9aae0c57afd871bc83db2c23a
4
- data.tar.gz: 8511b8e901772a90d65b62da564689adada6b339ac4941bbc31f34da1a757b03
3
+ metadata.gz: 1c0916b9ebefdf167fe084410e69891e3927c2b2ef5a25849d2ad1a69a43ec67
4
+ data.tar.gz: 189b9fd1ad268ceaf5689c15fab14b7def0ab5b41f7fcc798cd5ecbc6f2c835b
5
5
  SHA512:
6
- metadata.gz: bab74767984240ef9dbbd983a5129b12c078cfc009ade953120693ab2902994db917caae1e0daf844d907699b41bc5ea77f73386a2fcb40b6554f87e2c6be220
7
- data.tar.gz: 23d28a687537c60daffa623374576192bf4f89c4186e4515457447735bf2ae9372458ba6221693d2337e8d008aee0b3f06c582ae4e7be95218f9252649cdfdd5
6
+ metadata.gz: 74cffd1395138ebd15d493282422bb5829f5b6042d96c799f63ecc19f41290a28c375690e18cc787af2897b93ebc7744834a9eb3540f27faa388507d1e7f73f2
7
+ data.tar.gz: fa41b8c4b6d9e6cf7092032fde74f9fb5a9d513c7bc6a6fbabd407f456805434bbcd6eb30db9bcc82019d6b5abbb5bc67c52ab6dea3c276605b18b3643c62730
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.40.0 (2023-09-17)
4
+
5
+ * Regenerated from discovery document revision 20230909
6
+
3
7
  ### v0.39.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230831
@@ -2776,6 +2776,13 @@ module Google
2776
2776
  class Service
2777
2777
  include Google::Apis::Core::Hashable
2778
2778
 
2779
+ # Additional Google Generated Customer Metadata, this field won't be provided by
2780
+ # default and can be requested by setting the IncludeExtraData field in
2781
+ # GetServiceRequest
2782
+ # Corresponds to the JSON property `generatedCustomerMetadata`
2783
+ # @return [Hash<String,Object>]
2784
+ attr_accessor :generated_customer_metadata
2785
+
2779
2786
  # Relative name of the service within the application. Example: default.@
2780
2787
  # OutputOnly
2781
2788
  # Corresponds to the JSON property `id`
@@ -2820,6 +2827,7 @@ module Google
2820
2827
 
2821
2828
  # Update properties of this object
2822
2829
  def update!(**args)
2830
+ @generated_customer_metadata = args[:generated_customer_metadata] if args.key?(:generated_customer_metadata)
2823
2831
  @id = args[:id] if args.key?(:id)
2824
2832
  @labels = args[:labels] if args.key?(:labels)
2825
2833
  @name = args[:name] if args.key?(:name)
@@ -3268,6 +3276,13 @@ module Google
3268
3276
  # @return [Google::Apis::AppengineV1beta::FlexibleRuntimeSettings]
3269
3277
  attr_accessor :flexible_runtime_settings
3270
3278
 
3279
+ # Additional Google Generated Customer Metadata, this field won't be provided by
3280
+ # default and can be requested by setting the IncludeExtraData field in
3281
+ # GetVersionRequest
3282
+ # Corresponds to the JSON property `generatedCustomerMetadata`
3283
+ # @return [Hash<String,Object>]
3284
+ attr_accessor :generated_customer_metadata
3285
+
3271
3286
  # An ordered list of URL-matching patterns that should be applied to incoming
3272
3287
  # requests. The first matching URL handles the request and other request
3273
3288
  # handlers are not attempted.Only returned in GET requests if view=FULL is set.
@@ -3438,6 +3453,7 @@ module Google
3438
3453
  @env_variables = args[:env_variables] if args.key?(:env_variables)
3439
3454
  @error_handlers = args[:error_handlers] if args.key?(:error_handlers)
3440
3455
  @flexible_runtime_settings = args[:flexible_runtime_settings] if args.key?(:flexible_runtime_settings)
3456
+ @generated_customer_metadata = args[:generated_customer_metadata] if args.key?(:generated_customer_metadata)
3441
3457
  @handlers = args[:handlers] if args.key?(:handlers)
3442
3458
  @health_check = args[:health_check] if args.key?(:health_check)
3443
3459
  @id = args[:id] if args.key?(:id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1beta
18
18
  # Version of the google-apis-appengine_v1beta gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.40.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
@@ -1225,6 +1225,7 @@ module Google
1225
1225
  class Service
1226
1226
  # @private
1227
1227
  class Representation < Google::Apis::Core::JsonRepresentation
1228
+ hash :generated_customer_metadata, as: 'generatedCustomerMetadata'
1228
1229
  property :id, as: 'id'
1229
1230
  hash :labels, as: 'labels'
1230
1231
  property :name, as: 'name'
@@ -1338,6 +1339,7 @@ module Google
1338
1339
 
1339
1340
  property :flexible_runtime_settings, as: 'flexibleRuntimeSettings', class: Google::Apis::AppengineV1beta::FlexibleRuntimeSettings, decorator: Google::Apis::AppengineV1beta::FlexibleRuntimeSettings::Representation
1340
1341
 
1342
+ hash :generated_customer_metadata, as: 'generatedCustomerMetadata'
1341
1343
  collection :handlers, as: 'handlers', class: Google::Apis::AppengineV1beta::UrlMap, decorator: Google::Apis::AppengineV1beta::UrlMap::Representation
1342
1344
 
1343
1345
  property :health_check, as: 'healthCheck', class: Google::Apis::AppengineV1beta::HealthCheck, decorator: Google::Apis::AppengineV1beta::HealthCheck::Representation
@@ -1053,6 +1053,8 @@ module Google
1053
1053
  # default.
1054
1054
  # @param [String] services_id
1055
1055
  # Part of `name`. See documentation of `appsId`.
1056
+ # @param [String] include_extra_data
1057
+ # Optional. Options to include extra data
1056
1058
  # @param [String] fields
1057
1059
  # Selector specifying which fields to include in a partial response.
1058
1060
  # @param [String] quota_user
@@ -1070,12 +1072,13 @@ module Google
1070
1072
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1071
1073
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1072
1074
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1073
- def get_app_service(apps_id, services_id, fields: nil, quota_user: nil, options: nil, &block)
1075
+ def get_app_service(apps_id, services_id, include_extra_data: nil, fields: nil, quota_user: nil, options: nil, &block)
1074
1076
  command = make_simple_command(:get, 'v1beta/apps/{appsId}/services/{servicesId}', options)
1075
1077
  command.response_representation = Google::Apis::AppengineV1beta::Service::Representation
1076
1078
  command.response_class = Google::Apis::AppengineV1beta::Service
1077
1079
  command.params['appsId'] = apps_id unless apps_id.nil?
1078
1080
  command.params['servicesId'] = services_id unless services_id.nil?
1081
+ command.query['includeExtraData'] = include_extra_data unless include_extra_data.nil?
1079
1082
  command.query['fields'] = fields unless fields.nil?
1080
1083
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1081
1084
  execute_or_queue_command(command, &block)
@@ -1254,6 +1257,8 @@ module Google
1254
1257
  # Part of `name`. See documentation of `appsId`.
1255
1258
  # @param [String] versions_id
1256
1259
  # Part of `name`. See documentation of `appsId`.
1260
+ # @param [String] include_extra_data
1261
+ # Optional. Options to include extra data
1257
1262
  # @param [String] view
1258
1263
  # Controls the set of fields returned in the Get response.
1259
1264
  # @param [String] fields
@@ -1273,13 +1278,14 @@ module Google
1273
1278
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1274
1279
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1275
1280
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1276
- def get_app_service_version(apps_id, services_id, versions_id, view: nil, fields: nil, quota_user: nil, options: nil, &block)
1281
+ def get_app_service_version(apps_id, services_id, versions_id, include_extra_data: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
1277
1282
  command = make_simple_command(:get, 'v1beta/apps/{appsId}/services/{servicesId}/versions/{versionsId}', options)
1278
1283
  command.response_representation = Google::Apis::AppengineV1beta::Version::Representation
1279
1284
  command.response_class = Google::Apis::AppengineV1beta::Version
1280
1285
  command.params['appsId'] = apps_id unless apps_id.nil?
1281
1286
  command.params['servicesId'] = services_id unless services_id.nil?
1282
1287
  command.params['versionsId'] = versions_id unless versions_id.nil?
1288
+ command.query['includeExtraData'] = include_extra_data unless include_extra_data.nil?
1283
1289
  command.query['view'] = view unless view.nil?
1284
1290
  command.query['fields'] = fields unless fields.nil?
1285
1291
  command.query['quotaUser'] = quota_user unless quota_user.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []