google-apis-appengine_v1 0.9.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/appengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/appengine_v1/service.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92176581638ad3ef79dacb4c2b0b88352b160137acce87910b97984d3b4c2c4f
|
4
|
+
data.tar.gz: c41d1005bf8ae32387a20a31ea4a32f2ec5e31128b1526c0a9c11fbf3d4dc6e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63117a1e757bc850f435c7f757aee97dce21c00e93359dc86384d52f67f914db8f0b5648a9aa785ce9231610ad77a60df1795ebf2dbd082267128cfda2d7e0ed
|
7
|
+
data.tar.gz: 2802f4c47a6de8fcc78d112c3f11212ad19cd9cc127a18e42ef9958ad3d301217b1daa6a3ff7c2401b85321eb55012f7331c3db7fd2a68d744c64e4d898e6905
|
data/CHANGELOG.md
CHANGED
@@ -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.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::AppengineV1::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::AppengineV1::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
|
# Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-
|
1108
1108
|
# 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_v1
|
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_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.10.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|