google-apis-appengine_v1 0.28.0 → 0.29.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/appengine_v1/gem_version.rb +3 -3
- data/lib/google/apis/appengine_v1/service.rb +36 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68c1aac3dc6f75c281f4aaa8f45eb0beb042ca9118898eda21f9e859de52f891
|
|
4
|
+
data.tar.gz: 195c1433cb731a8e7a628f0762d5c75d0c4e338da5fa1dcf218ddeb8a85a8763
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 725dffac6297d4fd4779ea35bec578cbcedb9cf6da0d8a110a69592ccf6a0076e3d8bfedf5f5ce7b37c4fbe8f719f2d2b2b2f851f63c944b868334b139cb1e01
|
|
7
|
+
data.tar.gz: 8a5c1937eca92351c388762634175c36aa5b7899b36887df85cfbeb0d4ce7c2e9e7a5efebc7808e4c9bf25b41a08260acd71bce171174bb412e7dab4be70accb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1
|
|
2
2
|
|
|
3
|
+
### v0.29.0 (2023-01-15)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230109
|
|
6
|
+
* Regenerated using generator version 0.11.1
|
|
7
|
+
|
|
3
8
|
### v0.28.0 (2022-12-07)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20221205
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.29.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.11.
|
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230109"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1560,6 +1560,42 @@ module Google
|
|
|
1560
1560
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1561
1561
|
execute_or_queue_command(command, &block)
|
|
1562
1562
|
end
|
|
1563
|
+
|
|
1564
|
+
# Gets information about an application.
|
|
1565
|
+
# @param [String] projects_id
|
|
1566
|
+
# Part of `name`. Name of the Application resource to get. Example: apps/myapp.
|
|
1567
|
+
# @param [String] locations_id
|
|
1568
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
1569
|
+
# @param [String] applications_id
|
|
1570
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
1571
|
+
# @param [String] fields
|
|
1572
|
+
# Selector specifying which fields to include in a partial response.
|
|
1573
|
+
# @param [String] quota_user
|
|
1574
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
1575
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1576
|
+
# @param [Google::Apis::RequestOptions] options
|
|
1577
|
+
# Request-specific options
|
|
1578
|
+
#
|
|
1579
|
+
# @yield [result, err] Result & error if block supplied
|
|
1580
|
+
# @yieldparam result [Google::Apis::AppengineV1::Application] parsed result object
|
|
1581
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
1582
|
+
#
|
|
1583
|
+
# @return [Google::Apis::AppengineV1::Application]
|
|
1584
|
+
#
|
|
1585
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1586
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1587
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1588
|
+
def get_project_location_application(projects_id, locations_id, applications_id, fields: nil, quota_user: nil, options: nil, &block)
|
|
1589
|
+
command = make_simple_command(:get, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}', options)
|
|
1590
|
+
command.response_representation = Google::Apis::AppengineV1::Application::Representation
|
|
1591
|
+
command.response_class = Google::Apis::AppengineV1::Application
|
|
1592
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
|
1593
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
|
1594
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
|
1595
|
+
command.query['fields'] = fields unless fields.nil?
|
|
1596
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1597
|
+
execute_or_queue_command(command, &block)
|
|
1598
|
+
end
|
|
1563
1599
|
|
|
1564
1600
|
protected
|
|
1565
1601
|
|
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.
|
|
4
|
+
version: 0.29.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:
|
|
11
|
+
date: 2023-01-15 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.29.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.
|
|
78
|
+
rubygems_version: 3.4.2
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for App Engine Admin API V1
|