google-apis-appengine_v1beta 0.69.0 → 0.70.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: b02a197a6e91b7d6379e3fc5b55df50997bf7be38a60e41857fb246c6d902021
|
|
4
|
+
data.tar.gz: 5936f1c290d32c2955da3bdbf4be1ee8770dd4b5af742564e1d2363744fdba54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79b948071e1d7fcd7f0b4149dd112f337578aad8ccd1e95696d30f83afb4989452a7492473c67dd736decd50cdaa21537fce147e0284f069715f2c6baf2de9d9
|
|
7
|
+
data.tar.gz: 7873835b832b24161abbeba99869b544f0fa2ed6680419c2f9fbc0ba943331d631953da4fc0ad6275bac5d901a5daa0a112f80c2a1f455852e16dc70487e45c2
|
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.70.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260429"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -918,8 +918,8 @@ module Google
|
|
|
918
918
|
# @param [String] apps_id
|
|
919
919
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
920
920
|
# @param [Array<String>, String] extra_location_types
|
|
921
|
-
# Optional. Do not use this field
|
|
922
|
-
#
|
|
921
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
922
|
+
# is primarily for internal usage.
|
|
923
923
|
# @param [String] filter
|
|
924
924
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
925
925
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -1716,8 +1716,8 @@ module Google
|
|
|
1716
1716
|
# @param [String] projects_id
|
|
1717
1717
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
1718
1718
|
# @param [Array<String>, String] extra_location_types
|
|
1719
|
-
# Optional. Do not use this field
|
|
1720
|
-
#
|
|
1719
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
1720
|
+
# is primarily for internal usage.
|
|
1721
1721
|
# @param [String] filter
|
|
1722
1722
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
1723
1723
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.70.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.70.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|