google-apis-appengine_v1alpha 0.47.0 → 0.48.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: c79260e6897577e6f9540702d19ef300459808d238cf620df7259c4b1ec68b86
|
|
4
|
+
data.tar.gz: e7892d4e368a90da0bd6162d6d2d7a63dd951f1405cd78d0f2ae1a1592778aba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70ee7f408514c5410e01339cbc6962493e9b1b7d35a7b3a8281fdd9fb8610418b349c9c8970a742272071d1d1451feeab5dabd2b6892b1ed03a8e2ef7f2c794e
|
|
7
|
+
data.tar.gz: 0fccf361b3cba517a7bfe2063a58127a2225363331c1c678229b5263eb970197286e11fc080ca11f57e2f6c7d8829e1c0886115b6c4a9059ef3b638dffefe77d
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1alpha
|
|
18
18
|
# Version of the google-apis-appengine_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.48.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
|
|
@@ -525,8 +525,8 @@ module Google
|
|
|
525
525
|
# @param [String] apps_id
|
|
526
526
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
527
527
|
# @param [Array<String>, String] extra_location_types
|
|
528
|
-
# Optional. Do not use this field
|
|
529
|
-
#
|
|
528
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
529
|
+
# is primarily for internal usage.
|
|
530
530
|
# @param [String] filter
|
|
531
531
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
532
532
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -697,8 +697,8 @@ module Google
|
|
|
697
697
|
# @param [String] projects_id
|
|
698
698
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
699
699
|
# @param [Array<String>, String] extra_location_types
|
|
700
|
-
# Optional. Do not use this field
|
|
701
|
-
#
|
|
700
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
701
|
+
# is primarily for internal usage.
|
|
702
702
|
# @param [String] filter
|
|
703
703
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
704
704
|
# 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_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.48.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_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.48.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|