google-apis-appengine_v1beta 0.37.0 → 0.38.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: 8cfb03f3c787e199c488f603c5bfec0064ed3a7f7c9bdd0bab0b90e077dc560c
4
- data.tar.gz: b2b922bed95c18d88ae8bd4cefc2c5af0e90184e7d11406fd60846694485551f
3
+ metadata.gz: e73541568e249f60b929e18a95e9d6dac547c2a921874d294b57733052b51f8a
4
+ data.tar.gz: bb07954e693c84339ef42a42487190474cb265a661c336fcbfe77e451c27fe80
5
5
  SHA512:
6
- metadata.gz: a5f9c36b7508cd1905aa7aa8e27230fcbf76703fd83b4e2443f91ea1668a77d011acb2f5846af0bde5509f77be8ce730a40718cb702d8951f3235dcf0999dee8
7
- data.tar.gz: 71920894a4cd48283485d2506736f27c529b5c14913ac66bd32698c0a3d7ca91fb3e485bb86e38508fb6a05c2a7c7ef026141765921dbd5bec0d992bc05fc2be
6
+ metadata.gz: a6483b0fedbb4c4698d92161f068fa0ce50b602fd90458b18baeb3862f1b35e139657c9d800f784b9d2d9f50e18371b44431644ed3be4a8957e68be40a4d204e
7
+ data.tar.gz: dfe76e2cbebcba13e4f6c7ced7041cbbe4c56a26a487fc7653dcfbe0999e2847cfe5d5aa6014efc9cb99711d645559676f8149f0a2759421a3fd6ed5ebfe613f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.38.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230821
6
+
3
7
  ### v0.37.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230807
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.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 = "20230821"
26
26
  end
27
27
  end
28
28
  end
@@ -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
+ # Optional. 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, 'v1beta/apps/{appsId}', options)
109
111
  command.response_representation = Google::Apis::AppengineV1beta::Application::Representation
110
112
  command.response_class = Google::Apis::AppengineV1beta::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_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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-20 00:00:00.000000000 Z
11
+ date: 2023-08-27 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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.38.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: []
@@ -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 V1beta