google-apis-appengine_v1beta 0.56.0 → 0.57.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: 8c40578bd1a28b6ce9c94ce73a463789bce929589d93e86965829424d795b011
|
4
|
+
data.tar.gz: 3e54e8aee32d00312cf45507a3515f426d0956bbe085be5c31a9eeffda276d52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f22ffd3f911e7046b65639ccaa0f9d97dbdc8a9ae9a9e1cb79b47e1f04048518066b0752596e96c2bc8785c77e0cdfdaac8471505e3d7766614628a5fcea475f
|
7
|
+
data.tar.gz: 60e51d95a78d939682ff19f775cbe1ec001e3c8e1ed31d686da22ff211eb1a5a020a303e80c5933594f4f485bbbe4c3994ec89f73dc138c2e8759da3cc42a1ca
|
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.57.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 = "20250816"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -909,8 +909,8 @@ module Google
|
|
909
909
|
# @param [String] apps_id
|
910
910
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
911
911
|
# @param [Array<String>, String] extra_location_types
|
912
|
-
# Optional.
|
913
|
-
#
|
912
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
913
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
914
914
|
# @param [String] filter
|
915
915
|
# A filter to narrow down results to a preferred subset. The filtering language
|
916
916
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -1649,8 +1649,8 @@ module Google
|
|
1649
1649
|
# @param [String] projects_id
|
1650
1650
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
1651
1651
|
# @param [Array<String>, String] extra_location_types
|
1652
|
-
# Optional.
|
1653
|
-
#
|
1652
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
1653
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
1654
1654
|
# @param [String] filter
|
1655
1655
|
# A filter to narrow down results to a preferred subset. The filtering language
|
1656
1656
|
# 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.57.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.57.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:
|