google-apis-appengine_v1beta 0.9.0 → 0.10.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27384fb75b046bd0eb4f341f433127dcdf9100ddb279f8876693e2d5011cfb2c
|
|
4
|
+
data.tar.gz: 00cf4e65c835bf91a9474cd8cdaa0f8c9d141088cb45388ea945b589cccdd5c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43d3e188ad2cf31f69b8ff7c8a0678ec5b1d40cfd8afc9cd5fe2776b1913185cfdd422b2fd2ec44ec50df2a9aaf2155d45361cc46eae46428e530bd5692f8b68
|
|
7
|
+
data.tar.gz: 585ebea651cd13fb4b59a9d37b1b284d38d98c5b7cfeaa34db5bdf70b49a4bbece4ef5facc13b16452e8a913bc64f63e87b7472b7c9b02ecec7f7aefc8f9a323
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.10.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210613"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -123,7 +123,7 @@ module Google
|
|
|
123
123
|
# myapp.
|
|
124
124
|
# @param [Google::Apis::AppengineV1beta::Application] application_object
|
|
125
125
|
# @param [String] update_mask
|
|
126
|
-
# Standard field mask for the set of fields to be updated.
|
|
126
|
+
# Required. Standard field mask for the set of fields to be updated.
|
|
127
127
|
# @param [String] fields
|
|
128
128
|
# Selector specifying which fields to include in a partial response.
|
|
129
129
|
# @param [String] quota_user
|
|
@@ -574,7 +574,7 @@ module Google
|
|
|
574
574
|
# Part of `name`. See documentation of `appsId`.
|
|
575
575
|
# @param [Google::Apis::AppengineV1beta::DomainMapping] domain_mapping_object
|
|
576
576
|
# @param [String] update_mask
|
|
577
|
-
# Standard field mask for the set of fields to be updated.
|
|
577
|
+
# Required. Standard field mask for the set of fields to be updated.
|
|
578
578
|
# @param [String] fields
|
|
579
579
|
# Selector specifying which fields to include in a partial response.
|
|
580
580
|
# @param [String] quota_user
|
|
@@ -1107,7 +1107,7 @@ module Google
|
|
|
1107
1107
|
# examples, see Migrating and Splitting Traffic (https://cloud.google.com/
|
|
1108
1108
|
# appengine/docs/admin-api/migrating-splitting-traffic).
|
|
1109
1109
|
# @param [String] update_mask
|
|
1110
|
-
# Standard field mask for the set of fields to be updated.
|
|
1110
|
+
# Required. Standard field mask for the set of fields to be updated.
|
|
1111
1111
|
# @param [String] fields
|
|
1112
1112
|
# Selector specifying which fields to include in a partial response.
|
|
1113
1113
|
# @param [String] quota_user
|
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.
|
|
4
|
+
version: 0.10.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: 2021-06-
|
|
11
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.10.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|