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: 6474035be19176ea679a12e987d0276a7631aeec2ed89df4671b86f4f7c27bee
4
- data.tar.gz: d0186a72d45acba8212f0eb3575458464c342198b087f51c12887ef35f9dc530
3
+ metadata.gz: 27384fb75b046bd0eb4f341f433127dcdf9100ddb279f8876693e2d5011cfb2c
4
+ data.tar.gz: 00cf4e65c835bf91a9474cd8cdaa0f8c9d141088cb45388ea945b589cccdd5c8
5
5
  SHA512:
6
- metadata.gz: e677fd39f0d20efd1085599fcc6c54df5959c0cafb4d8875c4ffda5d7fa06a5a7d5f5061435e93637fd9e741ce3cd2729d34688c14345fccf103f6ea3be39bb0
7
- data.tar.gz: ff425aaff7a70f81f05cfd7ec0623da86870cbd9bc1d3597aecc4c585a8c53a967c95e3f0db0abd1c072af96a1377c12b384e4ab3e0e4cd58d7f7ccdc682d780
6
+ metadata.gz: 43d3e188ad2cf31f69b8ff7c8a0678ec5b1d40cfd8afc9cd5fe2776b1913185cfdd422b2fd2ec44ec50df2a9aaf2155d45361cc46eae46428e530bd5692f8b68
7
+ data.tar.gz: 585ebea651cd13fb4b59a9d37b1b284d38d98c5b7cfeaa34db5bdf70b49a4bbece4ef5facc13b16452e8a913bc64f63e87b7472b7c9b02ecec7f7aefc8f9a323
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.10.0 (2021-06-18)
4
+
5
+ * Regenerated from discovery document revision 20210613
6
+
3
7
  ### v0.9.0 (2021-06-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20210608
@@ -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.9.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 = "20210608"
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.9.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-14 00:00:00.000000000 Z
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.9.0
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: []